<?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>/home/David &#187; nvidia</title>
	<atom:link href="http://arkold.com/tag/nvidia/feed" rel="self" type="application/rss+xml" />
	<link>http://arkold.com</link>
	<description>My personal blog :)</description>
	<lastBuildDate>Wed, 25 Apr 2012 03:24:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Installing NVidia proprietary drivers under Debian based distros</title>
		<link>http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros</link>
		<comments>http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros#comments</comments>
		<pubDate>Sat, 10 Sep 2011 22:08:25 +0000</pubDate>
		<dc:creator>David Barreda</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=226</guid>
		<description><![CDATA[By first, you need to download the following packages with the following command apt-get install linux-headers-$(uname -r) gcc-4.4 Then download and give execution permissions to the NVIDIA binary driver &#8212; XServer must be down. wget http://us.download.nvidia.com/XFree86/Linux-x86/275.28/NVIDIA-Linux-x86-275.28.run chmod +x NVIDIA-Linux-x86-275.28.run ./NVIDIA-Linux-x86-275.28.run Now just start the X server, enjoy! Tweet]]></description>
			<content:encoded><![CDATA[<p>By first, you need to download the following packages with the following command</p>
<blockquote><p>apt-get install linux-headers-$(uname -r) gcc-4.4</p></blockquote>
<p>Then download and give execution permissions to the NVIDIA binary driver &#8212; XServer must be down.</p>
<blockquote><p>wget http://us.download.nvidia.com/XFree86/Linux-x86/275.28/NVIDIA-Linux-x86-275.28.run<br />
chmod +x NVIDIA-Linux-x86-275.28.run<br />
./NVIDIA-Linux-x86-275.28.run</p></blockquote>
<p>Now just start the X server, enjoy!</p>
<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros" data-text="Installing NVidia proprietary drivers under Debian based distros" data-via="david_barreda" data-counturl="http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Farkold.com%2F226%2Finstalling-nvidia-proprietary-drivers-under-debian-based-distros&media=&description=" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://arkold.com/226/installing-nvidia-proprietary-drivers-under-debian-based-distros/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dealing with Debian and Nvidia drivers</title>
		<link>http://arkold.com/45/dealing-with-debian-and-nvidia-drivers</link>
		<comments>http://arkold.com/45/dealing-with-debian-and-nvidia-drivers#comments</comments>
		<pubDate>Sun, 06 Feb 2011 21:45:38 +0000</pubDate>
		<dc:creator>David Barreda</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=45</guid>
		<description><![CDATA[You need to have closed your X server to make this work. For 64 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it wget http://us.download.nvidia.com/XFree86/Linux-x86_64/260.19.36/NVIDIA-Linux-x86_64-260.19.36.run apt-get install linux-headers-$&#40;uname -r&#41; chmod +x NVIDIA-Linux-x86_64-260.19.36.run sh NVIDIA-Linux-x86_64-260.19.36.run For 32 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing [...]]]></description>
			<content:encoded><![CDATA[<p>You need to have closed your X server to make this work.<br />
<strong>For 64 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>us.download.nvidia.com<span style="color: #000000; font-weight: bold;">/</span>XFree86<span style="color: #000000; font-weight: bold;">/</span>Linux-x86_64<span style="color: #000000; font-weight: bold;">/</span>260.19.36<span style="color: #000000; font-weight: bold;">/</span>NVIDIA-Linux-x86_64-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x NVIDIA-Linux-x86_64-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">sh</span> NVIDIA-Linux-x86_64-260.19.36.run</pre></div></div>

<p><strong>For 32 bits: Download the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>us.download.nvidia.com<span style="color: #000000; font-weight: bold;">/</span>XFree86<span style="color: #000000; font-weight: bold;">/</span>Linux-x86<span style="color: #000000; font-weight: bold;">/</span>260.19.36<span style="color: #000000; font-weight: bold;">/</span>NVIDIA-Linux-x86-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x NVIDIA-Linux-x86-260.19.36.run
<span style="color: #c20cb9; font-weight: bold;">sh</span> NVIDIA-Linux-x86-260.19.36.run</pre></div></div>

<p><strong>And depending of what desktop manager do you use, you will start it (gdm, kdm, w/e)</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>kdm start or restart <span style="color: #000000; font-weight: bold;">//</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>depends <span style="color: #000000; font-weight: bold;">if</span> it is running<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>gdm start or restart <span style="color: #000000; font-weight: bold;">//</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>depends <span style="color: #000000; font-weight: bold;">if</span> it is running<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p><strong>If it doesn&#8217;t run, just run</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dpkg-reconfigure xserver-xorg</pre></div></div>

<div id="social-essentials" class="se_right"><div class="se_button se_button_small" style="width:85px;margin:0px 0px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://arkold.com/45/dealing-with-debian-and-nvidia-drivers" data-text="Dealing with Debian and Nvidia drivers" data-via="david_barreda" data-counturl="http://arkold.com/45/dealing-with-debian-and-nvidia-drivers" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 0px 0px 0px"><fb:like href="http://arkold.com/45/dealing-with-debian-and-nvidia-drivers" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 0px 0px 0px"><g:plusone size="medium" href="http://arkold.com/45/dealing-with-debian-and-nvidia-drivers" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 0px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Farkold.com%2F45%2Fdealing-with-debian-and-nvidia-drivers&media=&description=" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 0px 0px 0px"><su:badge layout="1" location="http://arkold.com/45/dealing-with-debian-and-nvidia-drivers"></su:badge></div></div><div class="clear"></div><style type="text/css">#call_to_action h4{padding:0px 5px;}</style>]]></content:encoded>
			<wfw:commentRss>http://arkold.com/45/dealing-with-debian-and-nvidia-drivers/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

