<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 26, 2014 at 1:56 PM, Antonio Roberts <span dir="ltr"><<a href="mailto:antonio@hellocatfood.com" target="_blank">antonio@hellocatfood.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
I'm running Pd Extended 0.43.4 on Ubuntu 14.04. I've got a Dell XPS13<br>
with Intel Ivybridge Mobile i7 graphics and I'm getting lots of screen<br>
tear/flicker when I go full screen with an external monitor attached.<br>
It doesn't matter if I'm full screen on the external or primary<br>
monitor, I still get lots of flicker.<br>
<br>
Attached is an example patch that causes this problem (contains<br>
flashing colours)<br>
<br>
I've noticed that if I don't go full screen (deleting border 0) then<br>
the flicker stops, but I then have the window borders and menu bar<br>
being displayed.<br>
<br>
Is this a problem with GEM?<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>You can check by playing this youtube vidoe:</div><div><br></div><div> <a href="https://www.youtube.com/watch?v=5xkNy9gfKOg">https://www.youtube.com/watch?v=5xkNy9gfKOg</a></div>
<div><br></div><div>If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf</div><div>with the following options:</div><div><br></div><div><div>Section "Device"</div></div>
<div> Option      "AccelMethod"  "sna"<br></div><div><div> Option      "TearFree"    "true"</div></div><div>EndSection</div><div><br></div><div>(I assume you have an intel gfx card)</div>
<div><br></div><div>If that doesn't help, try to install compton (<a href="https://github.com/chjj/compton">https://github.com/chjj/compton</a>)</div><div>and run it like this:</div><div><div> ./compton --backend glx --vsync opengl</div>
</div><div><br></div><div>(unless you run another compositor manager at the same time, that should work)</div><div><br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><font color="#888888">
--<br>
============================<br>
<a href="mailto:antonio@hellocatfood.com">antonio@hellocatfood.com</a><br>
<a href="http://www.hellocatfood.com" target="_blank">http://www.hellocatfood.com</a><br>
============================<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div>