<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Dual Monitor eventually freezes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58594#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Dual Monitor eventually freezes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58594">bug 58594</a>
              from <span class="vcard"><a class="email" href="mailto:zismylaptop@gmail.com" title="Keith McClelland <zismylaptop@gmail.com>"> <span class="fn">Keith McClelland</span></a>
</span></b>
        <pre>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!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>