[Bug 111105] buffer in tig flickers
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jul 11 09:49:39 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111105
--- Comment #3 from Denis <denys.kostin at globallogic.com> ---
hi, if I got right, you are using modesetting driver. I remember issues with
flickering related to driver exactly.
So you can try to exchange it to "intel".
cd /usr/share/X11/xorg.conf.d
sudo gedit 20-intel.conf
#this will create an empty txt file with a name 20-intel.conf
Paste text below:
Section "Device"
Identifier "Intel"
Driver "intel"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
4. Save document
5. Logout from your session and login again
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190711/7929bfdd/attachment.html>
More information about the intel-gfx-bugs
mailing list