646d14d2d3
Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well.
62 lines
1.7 KiB
HTML
62 lines
1.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Mesa Bug Reporting</title>
|
|
<link rel="stylesheet" type="text/css" href="mesa.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="header">
|
|
<h1>The Mesa 3D Graphics Library</h1>
|
|
</div>
|
|
|
|
<iframe src="contents.html"></iframe>
|
|
<div class="content">
|
|
|
|
<h1>Bug Database</h1>
|
|
|
|
<p>
|
|
The Mesa bug database is hosted on
|
|
<a href="http://freedesktop.org">freedesktop.org</a>.
|
|
The old bug database on SourceForge is no longer used.
|
|
</p>
|
|
|
|
<p>
|
|
To file a Mesa bug, go to
|
|
<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa">
|
|
Bugzilla on freedesktop.org</a>
|
|
</p>
|
|
|
|
<p>
|
|
Please follow these bug reporting guidelines:
|
|
</p>
|
|
|
|
<ul>
|
|
<li>Check if a new version of Mesa is available which might have fixed
|
|
the problem.
|
|
<li>Check if your bug is already reported in the database.
|
|
<li>Monitor your bug report for requests for additional information, etc.
|
|
<li>If you're reporting a crash, try to use your debugger (gdb) to get a stack
|
|
trace. Also, recompile Mesa in debug mode to get more detailed information.
|
|
<li>Describe in detail how to reproduce the bug, especially with games
|
|
and applications that the Mesa developers might not be familiar with.
|
|
<li>Provide a simple GLUT-based test program if possible
|
|
</ul>
|
|
|
|
<p>
|
|
Bug reports will automatically be forwarded by bugzilla to the Mesa
|
|
developer's mailing list.
|
|
</p>
|
|
|
|
<p>
|
|
The easier a bug is to reproduce, the sooner it will be fixed.
|
|
Please do everything you can to facilitate quickly fixing bugs.
|
|
If your bug report is vague or your test program doesn't compile
|
|
easily, the problem may not be fixed very quickly.
|
|
</p>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|