<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - buffer in tig flickers"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111105#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - buffer in tig flickers"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111105">bug 111105</a>
from <span class="vcard"><a class="email" href="mailto:denys.kostin@globallogic.com" title="Denis <denys.kostin@globallogic.com>"> <span class="fn">Denis</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>