[Bug 92716] GPU HANG which distorts my screen display and seems to affect sleeping/hibernating after I upgraded from Kubuntu 15.04 to 15.10 on a 64 bits machine

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 25 10:53:54 PST 2015


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

--- Comment #4 from mishal.strogoff at veryrealemail.com ---
I've found a way to bypass this annoying bug, thanks to the documentation
available at https://wiki.archlinux.org/index.php/Intel_graphics

More than a week has passed without suffering the failure, since I implemented
the change suggested there :)

In summary, I created the file /etc/X11/xorg.conf.d/20-intel.conf with this
content (I left some commented lines as a reference to other possible
workarounds that I didn't test):

# content of file begins here                                                   
Section "Device"                                                                
  Identifier  "Intel Graphics"                                                  
  Driver      "intel"                                                           
  Option      "AccelMethod"  "uxa"                                              
  #disabling the GPU usage with the NoAccel option                              
  #Option "NoAccel" "True"                                                      
  #Alternatively, try to disable the 3D acceleration only with the DRI option
  #Option "DRI" "False"
EndSection
# content of file ends here                                                     

If you know about another solution or alternate configuration, I would like to
know the details.

Thanks!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20151225/12434bf4/attachment.html>


More information about the intel-gfx-bugs mailing list