<?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>SurlyJake &#187; nvidia</title>
	<atom:link href="http://www.surlyjake.com/tag/nvidia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 21:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Karmic install cannot login (gdm freezes) Nvidia</title>
		<link>http://www.surlyjake.com/linux/karmic-install-cannot-login-gdm-freezes-nvidia/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=karmic-install-cannot-login-gdm-freezes-nvidia</link>
		<comments>http://www.surlyjake.com/linux/karmic-install-cannot-login-gdm-freezes-nvidia/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:13:46 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu Karmic]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[nvidia drivers]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=560</guid>
		<description><![CDATA[On a fresh install of karmic, using an Nvidia 7800 GT. When I went to click on my username to log in, some artifacts would appear on the screen, then the system would freeze. hard. Couldnt even ctrl+alt to another console. Installing the Nvidia drivers fixed the issue. To fix it: Do a hard reset [...]]]></description>
			<content:encoded><![CDATA[<p>On a fresh install of karmic, using an Nvidia 7800 GT. When I went to click on my username to log in, some artifacts would appear on the screen, then the system would freeze. hard. Couldnt even ctrl+alt to another console. Installing the Nvidia drivers fixed the issue. To fix it:</p>
<ol>
<li>Do a hard reset on the machine</li>
<li>When you arrive at the GDM screen, DO NOT CLICK ON ANYTHING.</li>
<li>press CTRL + ALT + F5. Your screen will switch over to a text console.</li>
<li>Log in.</li>
<li>Install the Nvidia glx driver</li>
<pre><code>sudo aptitude install nvidia-glx-new</code></pre>
<li>Reboot the machine.</li>
<pre><code>sudo reboot</code></pre>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/karmic-install-cannot-login-gdm-freezes-nvidia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Debian Lenny Nvidia Drivers using binary packages</title>
		<link>http://www.surlyjake.com/linux/debian-lenny/install-debian-lenny-nvidia-drivers-using-binary-packages/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-debian-lenny-nvidia-drivers-using-binary-packages</link>
		<comments>http://www.surlyjake.com/linux/debian-lenny/install-debian-lenny-nvidia-drivers-using-binary-packages/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:30:40 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Debian Lenny]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=287</guid>
		<description><![CDATA[As usual, the official Debian wiki has a great writeup on getting the Drivers installed. http://wiki.debian.org/NvidiaGraphicsDrivers. Do yourself a favor and read the document. It will give you the full story and not just the regurgitated short version below. I use debian because I like the packaging system. I think it works well. why add [...]]]></description>
			<content:encoded><![CDATA[<p>As usual, the official Debian wiki has a great writeup on getting the Drivers installed.<a href="http://wiki.debian.org/NvidiaGraphicsDrivers" target="_blank"> http://wiki.debian.org/NvidiaGraphicsDrivers</a>. Do yourself a favor and read the document. It will give you the full story and not just the regurgitated short version below. I use debian because I like the packaging system. I think it works well. why add the agony of recompiling drivers whenever you update kernels and whatnot. Since X was broken, The key was to switch to a console session BEFORE logging in using GDM. As soon as the login page comes up, press CTRL+ALT+F2. This is what I had to be able to log in and use my X session:</p>
<p>Login as root.</p>
<p>I used the netinst disk and had to add the &#8220;non-free&#8221; and &#8220;contrib&#8221; repositories. to do this, edit /etc/apt/sources.list.</p>
<pre><code>nano /etc/apt/sources.list</code></pre>
<p>Find the line line that has something like</p>
<pre><code>deb http://mirror.cc.columbia.edu/pub/linux/debian/debian/ lenny main
deb-src http://mirror.cc.columbia.edu/pub/linux/debian/debian/ lenny main
</code></pre>
<p>add &#8220;contrib non-free&#8221; to the end of both of these lines and then do a &#8220;aptitude update&#8221;</p>
<pre><code># apt-get install module-assistant nvidia-kernel-common
# m-a auto-install nvidia-kernel${VERSION}-source
# apt-get install nvidia-glx${VERSION}</code></pre>
<p>In the device section, add</p>
<pre><code>Driver "nvidia"</code></pre>
<p>Restart GDM (and subsequently X)</p>
<pre><code># invoke-rc.d gdm restart</code></pre>
<p>Install The nvidia settings interface thingy if you want. This can also verify if the driver is actually running.</p>
<pre><code>aptitude install nvidia-settings</code></pre>
<p>In debian, the package doesn&#8217;t install a shortcut for some reason, so just launch it by typing &#8220;nvidia-settings&#8221; into the console.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/debian-lenny/install-debian-lenny-nvidia-drivers-using-binary-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->