[Bug 98146] DRI_PRIME=1 and fullscreen issues
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 7 19:51:15 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=98146
--- Comment #7 from Darek Deoniziak <darekdeoniziak at gmail.com> ---
Big thanks for help, seems like closing or minimizing fullscreen program
doesn't freeze screen anymore (it was biggest issue for me).
I've added 2 files to xorg.conf.d:
20-radeon.conf (this one solved the freezing issue):
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "SwapBufferWait" "0"
Option "DRI3" "3"
EndSection
and 20-intel.conf decided to stick with intel driver:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "3"
EndSection
Actually I can't tell if intel is using DRI3, the output from xorg logs is the
same. I will also try modesetting driver to see if it does anything.
--
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/20161007/ff02ba99/attachment.html>
More information about the dri-devel
mailing list