<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu Tutorials &#187; xorg.conf</title>
	<atom:link href="http://ubuntu-tutorials.com/tag/xorg-conf/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improve Slow Graphics on Intel Cards</title>
		<link>http://ubuntu-tutorials.com/2009/09/11/improve-slow-graphics-on-intel-cards/</link>
		<comments>http://ubuntu-tutorials.com/2009/09/11/improve-slow-graphics-on-intel-cards/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:52:13 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xorg.conf]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1236</guid>
		<description><![CDATA[Ubuntu 9.04 unfortunately had some significant regressions in regards to video on Intel based hardware. I have an onboard Intel GM965/GL960 and I noticed the video was a lot more choppy and glitchy after installing Ubuntu 9.04. This issue has been addressed and seems to be fixed in the latest alpha releases of Ubuntu 9.10, [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04 unfortunately had some significant regressions in regards to video on Intel based hardware. I have an onboard Intel GM965/GL960 and I noticed the video was a lot more choppy and glitchy after installing Ubuntu 9.04. This issue has been addressed and seems to be fixed in the latest alpha releases of Ubuntu 9.10, but if you don&#8217;t want to wait you can try to fix it yourself with the following steps. I just applied these fixes to my machine and I&#8217;ve noticed a significant improvement!</p>
<p><strong>xorg.conf backup</strong></p>
<p>To apply these changes you&#8217;ll need to manually update your xorg.conf file. It is good practice to make a backup of this file before you alter anything, as a broken configuration will result in a non-working graphical interface. The following two commands will 1) make a backup and 2) open the file for editing:</p>
<blockquote><p><code>sudo cp /etc/X11/xorg.conf /etc/X11/xorg-$(date)<br />
sudo vim /etc/X11/xorg.conf</code></p></blockquote>
<p><strong>Section &#8220;Device&#8221;</strong></p>
<p>You&#8217;ll want to look for a section in the configuration that starts with Section &#8220;Device&#8221; and add some options within that block. The primary option you&#8217;ll want to add is the AccelMethod. You can see an example below:</p>
<blockquote><p><code> Section "Device"<br />
Identifier    "Configured Video Device"<br />
Option "AccelMethod" "uxa"<br />
EndSection</code></p></blockquote>
<p>You&#8217;ll need to re-login for the changes to take effect, but you should notice a difference.</p>
<p><strong>Additional Options</strong></p>
<p>I&#8217;ve also added a few other options to my configuration which you might want to try out. Below is the configuration I&#8217;m using:</p>
<blockquote><p><code> Section "Device"<br />
Identifier	 "Configured Video Device"<br />
Option      "AccelMethod"           "uxa"<br />
Option      "EXAOptimizeMigration"  "true"<br />
Option      "MigrationHeuristic"    "greedy"<br />
Option      "Tiling"                "true"<br />
EndSection</code></p></blockquote>
<p>Remember, before you apply any of these settings you should make a backup of the file. If one of your changes doesn&#8217;t apply properly, or isn&#8217;t supported you may end up with no graphical environment at all. You&#8217;ll only have the console available to fix / revert your changes. A backup will make &#8220;fixing&#8221; the problem much simpler.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2009/09/11/improve-slow-graphics-on-intel-cards/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/12 queries in 0.006 seconds using disk: basic
Object Caching 246/262 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 13:18:24 -->
