<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Trevor Kennedy</title>
	<atom:link href="http://trevorkennedy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorkennedy.wordpress.com</link>
	<description>Blacksburg, Virginia</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:03:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='trevorkennedy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Trevor Kennedy</title>
		<link>http://trevorkennedy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://trevorkennedy.wordpress.com/osd.xml" title="Trevor Kennedy" />
	<atom:link rel='hub' href='http://trevorkennedy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing NVIDIA Display Driver in Ubuntu Karmic</title>
		<link>http://trevorkennedy.wordpress.com/2010/03/10/installing-nvidia-display-driver-in-ubuntu-karmic/</link>
		<comments>http://trevorkennedy.wordpress.com/2010/03/10/installing-nvidia-display-driver-in-ubuntu-karmic/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:03:26 +0000</pubDate>
		<dc:creator>Trevor Kennedy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://trevorkennedy.wordpress.com/?p=5</guid>
		<description><![CDATA[The version 96.43.11 display driver can be downloaded from here. But to install it, you cannot have X sever running which means it can&#8217;t be installed from the Ubuntu GUI. Run from a terminal sudo /etc/init.d/gdm stop to stop X server. This will also drop you to a command line and you will have to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trevorkennedy.wordpress.com&amp;blog=864166&amp;post=5&amp;subd=trevorkennedy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The version 96.43.11 display driver can be downloaded from <a href="http://www.nvidia.com/object/linux_display_x86_96.43.11.html">here</a>. But to install it, you cannot have X sever running which means it can&#8217;t be installed from the Ubuntu GUI. Run from a terminal <code>sudo /etc/init.d/gdm stop</code> to stop X server. This will also drop you to a command line and you will have to login with your username and password. Then you can run <code>sudo sh NVIDIA-Linux-x86-96.43.11-pkg1.run</code> and follow the prompts t install the NVIDIA drivers. Finally type <code>sudo reboot</code> to restart your computer.</p>
<p>However, after I restarted, some of the windows didn&#8217;t have borders around them and when I opened a terminal window it was solid white and didn&#8217;t show the prompt. To fix this I had to edit /etc/X11/xorg.conf as root and added <code>Option "AddARGBVisuals" "True"</code> and <code>Option "AddARGBGLXVisuals" "True"</code> to the Device section as well as <code>Option "XaaNoOffscreenPixmaps" "on"</code> to the Screen section.</p>
<div>My xorg.conf for example:</p>
<pre>
Section "Device"
Identifier     "Device0"
Driver         "nvidia"
VendorName     "NVIDIA Corporation"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier     "Screen0"
Device         "Device0"
Monitor        "Monitor0"
DefaultDepth    24
SubSection     "Display"
Depth       24
EndSubSection
Option "XaaNoOffscreenPixmaps" "on"
EndSection
</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trevorkennedy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trevorkennedy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trevorkennedy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trevorkennedy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trevorkennedy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trevorkennedy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trevorkennedy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trevorkennedy.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trevorkennedy.wordpress.com&amp;blog=864166&amp;post=5&amp;subd=trevorkennedy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trevorkennedy.wordpress.com/2010/03/10/installing-nvidia-display-driver-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05e205b4fef3b9481a49bdbff7a1b504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trevorkennedy</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://trevorkennedy.wordpress.com/2007/03/11/hello-world/</link>
		<comments>http://trevorkennedy.wordpress.com/2007/03/11/hello-world/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 15:39:41 +0000</pubDate>
		<dc:creator>Trevor Kennedy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trevorkennedy.wordpress.com&amp;blog=864166&amp;post=1&amp;subd=trevorkennedy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/trevorkennedy.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/trevorkennedy.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/trevorkennedy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/trevorkennedy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/trevorkennedy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/trevorkennedy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/trevorkennedy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/trevorkennedy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/trevorkennedy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/trevorkennedy.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=trevorkennedy.wordpress.com&amp;blog=864166&amp;post=1&amp;subd=trevorkennedy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://trevorkennedy.wordpress.com/2007/03/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05e205b4fef3b9481a49bdbff7a1b504?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">trevorkennedy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
