[Bug 93784] Hybrid graphics: GPU lockup when running glxgears

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 21 02:43:31 UTC 2016


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

--- Comment #7 from Nicolas Koch <nioko1337 at googlemail.com> ---
I could fix this problem by enabling DRI3 for the intel driver like this:

cat /etc/X11/xorg.conf.d/020-intel.conf

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree" "true"
   Option      "DRI" "3"
EndSection

No more GPU hangups and other funny stuff happening, at least glxgears works
now (no more black screen).

It would be nice, if someone found out why this is behaving strange when only
DRI2 is enabled, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160521/4ef81380/attachment.html>


More information about the dri-devel mailing list