Files
firestuff/2006-10-30-x-got-jumpy-during-my-dapper-edgy-upgrade.html

16 lines
802 B
HTML
Raw Permalink Normal View History

<!--# set var="title" value="X got jumpy during my Dapper -> Edgy upgrade" -->
2019-04-25 02:45:09 +00:00
<!--# set var="date" value="2006-10-30" -->
<!--# include file="include/top.html" -->
<p>Xorg got really jumpy for me after my upgrade to Ubuntu Edgy. I couldnt play DVDs fullscreen, and even some Flash animations drove the thing nuts. I poked through alot of launchpad bugs, and finally came up with a solution. I added this to the end of my /etc/X11/xorg.conf file:</p>
<pre><code>Section “Extensions”
Option “Composite” “Disable”
EndSection
</code></pre>
<p>Poof, everything back to pre-Edgy wonderfulness. Obviously, composites got a way to go; this laptop has some serious GL hardware, and a little alpha-blending really shouldnt be an issue.</p>
<!--# include file="include/bottom.html" -->