[Bug 58594] Dual Monitor eventually freezes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 4 18:15:15 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=58594

--- Comment #6 from Keith McClelland <zismylaptop at gmail.com> ---
I've made a breakthrough in understanding this problem. It seems to give me a
100% workaround but of course I can't be sure.

The solution is to use "taskset" to force the "Xorg" and "compiz" processes to
always be run on the same CPU. The simple terminal commands are:

taskset      -pa 1 $(pgrep -x compiz)
sudo taskset -pa 1 $(pgrep -x Xorg)

You might need to do this before the second monitor is connected.

I have run for several hours both in a quiet state and with as much complexity
and CPU bashing as the computer can reasonably handle. The high CPU loading
makes the system sluggish, but it does not fail.

Good luck turning this workaround into a real fix!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130105/51a1054c/attachment.html>


More information about the intel-gfx-bugs mailing list