<?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>don't feed the seagulls &#187; nvidia</title>
	<atom:link href="http://dontfeedtheseagulls.com/category/nvidia/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontfeedtheseagulls.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 15 Feb 2011 03:21:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing proprietary Nvidia drivers on Ubuntu Feisty Fawn</title>
		<link>http://dontfeedtheseagulls.com/2007/07/21/installing-proprietary-nvidia-drivers-on-ubuntu-fiesty-fawn/</link>
		<comments>http://dontfeedtheseagulls.com/2007/07/21/installing-proprietary-nvidia-drivers-on-ubuntu-fiesty-fawn/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 20:54:28 +0000</pubDate>
		<dc:creator>tstauffe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/2007/07/21/installing-proprietary-nvidia-drivers-on-ubuntu-fiesty-fawn/</guid>
		<description><![CDATA[After problems on multiple machines I finally got nvidia binary drivers to work. I kept getting an error that the kernel module did not match the driver version and vice versa. Finally figured it out by searching on the net here&#8217;s my findings. This procedure might work on other versions of Ubuntu but I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>After problems on multiple machines I finally got nvidia binary drivers to work. I kept getting an error that the kernel module did not match the driver version and vice versa. Finally figured it out by searching on the net here&#8217;s my findings.</p>
<p>This procedure might work on other versions of Ubuntu but I don&#8217;t have those to test.</p>
<p>The instructions that nvidia gives with it&#8217;s binary are as generic as can be. This is a major problem for anyone who has installed the restricted drivers that are shipped with Ubuntu. If yer like me I always want the latest video drivers and you may run into some problems with that.</p>
<p>all the commands we will use will require root access we&#8217;ll have to use sudo. To make it easier we&#8217;ll issue sudo -s so we don&#8217;t have to use sudo in front of every command.</p>
<pre>sudo -s</pre>
<p>We first have to make sure we have the development packages with the linux headers and xorg dev installed.</p>
<pre>apt-get install build-essential
apt-get install xserver-xorg-dev</pre>
<p>Make sure we do not have any old drivers installed.</p>
<pre>apt-get remove nvidia-glx --purge
apt-get remove linux-restricted-modules-common</pre>
<p>There are some files that might be left behind that will need removing<br />
rm /etc/init.d/nvidia-glx<br />
rm /etc/init.d/nvidia-kernel</p>
<p>Additionally, delete the following file if it exists:</p>
<pre>
rm -f /lib/linux-restricted-modules/.nvidia_new_installed</pre>
<p>now just install the new drivers</p>
<pre>
sh NVIDIA-Linux-x86-100.14.11-pkg1.run</pre>
<p>Follow the instructions and everything should be good.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2007/07/21/installing-proprietary-nvidia-drivers-on-ubuntu-fiesty-fawn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

