<?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>PCR&#039;s notepad &#187; graphic cards</title>
	<atom:link href="http://notepad.patheticcockroach.com/category/graphic-cards/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepad.patheticcockroach.com</link>
	<description>The area in patheticcockroach.com where the EEG isn&#039;t isoelectric</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing NVIDIA graphics drivers on Fedora 12/13</title>
		<link>http://notepad.patheticcockroach.com/505/installing-nvidia-graphics-drivers-on-fedora-12/</link>
		<comments>http://notepad.patheticcockroach.com/505/installing-nvidia-graphics-drivers-on-fedora-12/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 15:35:25 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[graphic cards]]></category>
		<category><![CDATA[nVidia]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=505</guid>
		<description><![CDATA[Well, finally, the drivers issues I met first, quite a while ago, on Fedora Core 3 have&#8230; just got bigger. To make a long story short, Fedora 12 comes with a new driver called &#8220;nouveau&#8221; (acutally, it&#8217;s not exactly new, it was already here in some previous versions but didn&#8217;t cause problems yet) which loads [...]]]></description>
			<content:encoded><![CDATA[<p>Well, finally, the drivers issues I met first, quite a while ago, on Fedora Core 3 have&#8230; just got bigger. To make a long story short, Fedora 12 comes with a new driver called &#8220;nouveau&#8221; (acutally, it&#8217;s not exactly new, it was already here in some previous versions but didn&#8217;t cause problems yet) which loads itself very early during the boot, preventing another driver from taking its place. As more accurate details may be found on the previous tutorials (<a href="http://www.patheticcockroach.com/mpam4/index.php?p=36">FC3</a> <a href="http://notepad.patheticcockroach.com/390/what-drivers-for-the-geforce-9650m-gt/">Fedora 11</a>), I&#8217;ll just list the steps (and only detail the new ones).</p>
<ul>
<li>Get the required dependencies: <code>yum install kernel-devel gcc</code></li>
<li>Grab the proper NVIDIA drivers <a href="http://www.nvidia.com/Download/Find.aspx?lang=en-us">there</a></li>
<li>Get rid of nouveau. That&#8217;s the hard part. I found several methods but none of them worked. Most notably, most or all of them required me to install NVIDIA&#8217;s drivers (they propose to use the RPM Fusion repository, but I wanted to use the drivers straight from nvidia.com, in order to be more easily up-to-date) then follow some instructions to make it beat nouveau. The problem is: NVIDIA&#8217;s drivers from nvidia.com refused to install with nouveau already running, so I had to kill it first. The solution I found was:
<ol>
<li>blacklist it: edit <code>/etc/modprobe.d/blacklist.conf</code> and add <code>blacklist nouveau</code> at the end</li>
<li>blacklist it again in Grub: edit <code>/boot/grub/menu.lst</code> and add <code>rdblacklist=nouveau</code> at the end of the line starting with &#8220;kernel&#8221; in the proper section (<del datetime="2010-01-19T14:27:04+00:00">NB: I have this file because I&#8217;m using Grub from an old Ubuntu installation, but I was told that Fedora 12 uses Grub 2, which has a totally different configuration file structure&#8230; I don&#8217;t know it, sorry</del>)</li>
<li>set the default init level to 3 (otherwise, nouveau will load when the GUI gets loaded): edit <code>/etc/inittab</code> and replace <code>id:5:initdefault:</code> with <code>id:3:initdefault:</code></li>
</ol>
<p>	This is the only working solution I found. As long as the GUI gets loaded, nouveau will get loaded too and the NVIDIA drivers will refuse to install. You will easily know if nouveau is loaded by the size of the font in the console: if it&#8217;s a large font it&#8217;s okay, if it&#8217;s a small font because the console is like in high-resolution, you did something wrong and most likely NVIDIA&#8217;s drivers will refuse to install</li>
<li>reboot</li>
<li>run the NVIDIA drivers installer (during the process, when it asks you whether it should try to update config files, say yes)</li>
<li>reboot</li>
</ul>
<p>You&#8217;re now done. I chose to let the default init level to 3 because with every kernel update we have to reinstall the NVIDIA drivers (the version installed for the previous kernel will crash with a various severity, most likely preventing you from running the installer). To load the graphical desktop after booting in init level 3, just log in as root and type <code>init 5</code>.</p>
<p>Sources I used:</p>
<ul>
<li><a href="http://www.linuxquestions.org/questions/fedora-35/fedora-12-nouveau-nvidia-driver-solution-771248/">Fedora 12 &#8211; Nouveau + Nvidia Driver Solution</a></li>
<li><a href="http://www.if-not-true-then-false.com/2009/11/howto-install-nvidia-driver-on-fedora-12-and-just-disable-the-nouveau-driver/">Howto install nVidia driver on Fedora 12 (and just disable the nouveau driver)</a></li>
<li><a href="http://rpmfusion.org/Howto/nVidia#nouveau">RPM fusion &#8211; nVidia &#8211; Nouveau compatibility</a></li>
<li><a href="http://rpmfusion.org/Howto/nVidia#head-205aab6f190d363e3915c0fa2e0681fc392aaeb6">RPM fusion &#8211; nVidia &#8211; Fedora 12</a></li>
<li><a href="http://www.nvnews.net/vbulletin/showthread.php?t=141514">Gnome Fedora 12 (Xorg 1.7.1) + 190.42 + Xv = instability</a></li>
<li><a href="http://fedorasolved.org/video-solutions/nvidia-bin">Installing the Drivers as Provided by nVidia </a></li>
</ul>
<p>Update (June 20): added dependencies, this also works for Fedora 13.</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/505/installing-nvidia-graphics-drivers-on-fedora-12/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The final solution to NVIDIA&#8217;s GeForce 9650M GT drivers problems</title>
		<link>http://notepad.patheticcockroach.com/497/the-final-solution-to-nvidias-geforce-9650m-gt-drivers-problems/</link>
		<comments>http://notepad.patheticcockroach.com/497/the-final-solution-to-nvidias-geforce-9650m-gt-drivers-problems/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 18:28:47 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Asus M50Vn]]></category>
		<category><![CDATA[graphic cards]]></category>
		<category><![CDATA[nVidia]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=497</guid>
		<description><![CDATA[(This post in a nutshell: update your BIOS. This should work not only on the Asus M50Vn, but also reportedly on many other versions, like M70Vn, N80Vn, X72VN, any M50&#8230;) During the last month, I tried really hard to find a way to upgrade the GeForce 9650M GT drivers on my Asus M50Vn laptop. At [...]]]></description>
			<content:encoded><![CDATA[<p><em>(This post in a nutshell: <a href="http://notepad.patheticcockroach.com/439/how-to-update-the-bios-on-an-asus-m50vn-laptop/">update your BIOS</a>. This should work not only on the Asus M50Vn, but also reportedly on many other versions, like M70Vn, N80Vn, X72VN, any M50&#8230;)</em></p>
<p>During the last month, I tried really hard to find a way to upgrade the GeForce 9650M GT drivers on my Asus M50Vn laptop. At first I <a href="http://notepad.patheticcockroach.com/390/what-drivers-for-the-geforce-9650m-gt/">tried every possible version</a>, both under Windows and Linux, which at least gave me the occasion to post an updated version of my old <a href="http://www.patheticcockroach.com/mpam4/index.php?p=36">Fedora Core 3 nVidia drivers installation guide</a>. Then I gave up for a few weeks, until yet a new stable drivers version got released (<a href="http://www.nvidia.com/object/notebook_winxp_195.62_whql.html">version 195.62 on December 4</a>). I tried those ones again&#8230; only to be a victim of yet the same bugs. This was too much, I had to at least notify the customer service about the apparently broken drivers.</p>
<p>So there I went, to <a href="http://nvidia.custhelp.com">nvidia.custhelp.com</a>. Created an account, submitted a &#8220;wtf you could at least test your drivers on the supposedly supported 9650M GT&#8221; claim, and went back to my slow but (almost) stable 180.70 drivers. To my surprise (it was a Saturday), I quickly got a rather large reply, asking for more information. A few hours later I was told that:</p>
<blockquote><p>[since I] have installed Windows XP on [my] laptop which is not shipped as OEM, [...] drivers on NVIDIA website will not work because the NVIDIA graphics driver for laptops works only with preinstalled operating system with laptop</p>
<p>Therefore, [they] request [me] to kindly contact [my] laptop manufacturer to get the compatible and updated driver for [my] laptop graphics card. </p></blockquote>
<p>This came a bit as a shock, since I wondered how they&#8217;d expect to see customers with OEM Linux, and also I wondered what&#8217;s the point of providing drivers if they can&#8217;t replace the traditionally totally outdated version provided by laptop manufacturers (NB: for the M50Vn laptop, Asus provide no Windows XP drivers and their Vista drivers were last updated in August 2008). But this made me go to the Asus driver download website (precisely to be able to tell NVIDIA how outdated Asus was <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). And after some browsing there, I found this:</p>
<blockquote><p>BIOS 212<br />
Update VBIOS to fix VGA flicker and freeze problem.</p></blockquote>
<p>Looks like the solution, doesn&#8217;t it? <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So I <a href="http://notepad.patheticcockroach.com/439/how-to-update-the-bios-on-an-asus-m50vn-laptop/">updated the BIOS</a>, reinstalled the newest drivers&#8230; and everything worked fine, finally.</p>
<p><em>Congratulations, problem solved</em></p>
<p>NB: after some research, it turned out that my model wasn&#8217;t the only one affected. For instance, in <a href="http://forums.laptopvideo2go.com/topic/25547-a-possible-solution-to-nvidia-9650m-gt-driverproblems/">A possible solution to Nvidia 9650M GT DriverProblems</a> and <a href="http://forum.ubuntu-fr.org/viewtopic.php?id=354223">[Résolu] Karmic / Nvidia 9650M GT / Freeze de l&#8217;affichage</a>, it&#8217;s mentioned that the same problem and fix occurs in M70Vn, N80Vn, X72VN and any M50 Asus laptops, as long as it has a GeForce 9650M GT graphics card. Just make sure that you grab the proper BIOS, from <a href="http://support.asus.com/download">Asus Support (downloads)</a>. The version of the BIOS fixing this issue may vary depending on laptop model.</p>
<p>NB2: since this is a BIOS issue, this applies to any <acronym title="Operating System">OS</acronym>: the issue occurs (and the fix works) as well on Windows XP, Vista or Seven, but also on any Linux (Ubuntu, Fedora&#8230;), and I guess also on Solaris and FreeBSD.</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/497/the-final-solution-to-nvidias-geforce-9650m-gt-drivers-problems/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What drivers for the GeForce 9650M GT?</title>
		<link>http://notepad.patheticcockroach.com/390/what-drivers-for-the-geforce-9650m-gt/</link>
		<comments>http://notepad.patheticcockroach.com/390/what-drivers-for-the-geforce-9650m-gt/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:37:29 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[Asus M50Vn]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[graphic cards]]></category>
		<category><![CDATA[nVidia]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=390</guid>
		<description><![CDATA[Update: solution found! => here On my laptop (Adus M50Vn), I&#8217;ve had a lot of trouble with Linux (both Fedora 11 and Ubuntu 9.10) lately. After trying to update my NVIDIA graphics drivers on Windows XP, it turned out that the same problems starting to occur their too. So I was able to conclude that [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update: solution found! => <a href="http://notepad.patheticcockroach.com/497/the-final-solution-to-nvidias-geforce-9650m-gt-drivers-problems/">here</a></em></p>
<p>On my laptop (Adus M50Vn), I&#8217;ve had a lot of trouble with Linux (both Fedora 11 and Ubuntu 9.10) lately. After trying to update my NVIDIA graphics drivers on Windows XP, it turned out that the same problems starting to occur their too. So I was able to conclude that these issues were probably caused by the NVIDIA drivers and not by the OS itself. For Windows, I reverted back to the latest version I had installed without problem, <a href="http://www.laptopvideo2go.com/drivers/xp/180.70">version 180.70</a> (18 Nov 2008). For Linux, Ubuntu let me downgrade to 173 from the hardware drivers control panel (which at the moment seems to apply only to graphics drivers), and at first I didn&#8217;t understand why there wasn&#8217;t any other old version available (there were 2 choices only: 173 and 185). Then I did Fedora, but for this I had to go to NVIDIA&#8217;s website since Fedora doesn&#8217;t offer automatic installation for proprietary software. I eventually managed to find the legacy drivers page, which explained why Ubuntu let me only pick 173 as an old driver: it&#8217;s the latest legacy driver. Here is the Linux/FreeBSD/Solaris driver download page: <a href="http://www.nvidia.com/object/unix.html">http://www.nvidia.com/object/unix.html</a>. Just pick the 173.14.20 and it should work fine. And actually, I just tried the 190.42 and it <del datetime="2009-11-16T22:33:13+00:00">seems to work okay too on Fedora so you may want to try that one instead</del> nvm it&#8217;s buggy too (NB: the 195.39 doesn&#8217;t work well on Windows XP: performances are much better but there are some important glitches).<br />
Don&#8217;t forget that for Fedora (or any Linux installation which implies using NVIDIA&#8217;s official installer), with every kernel update you&#8217;ll need to re-run the NVIDIA driver installer&#8230; so keep it somewhere easy to find. Full installation procedure on Fedora 11:</p>
<ol>
<li><strong>CTRL+ALT+F2</strong> to go to a text console</li>
<li><strong>su</strong> to connect as root (of course you can also use sudo)</li>
<li><strong>init 3</strong> to shutdown X</li>
<li>run the installer (<strong>cd /directory</strong> then <strong>./installer.sh</strong>). During the process it should be able to successfully update Xorg.conf.</li>
<li><strong>init 5</strong> to restart X without restarting the whole computer</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/390/what-drivers-for-the-geforce-9650m-gt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The GPU Advances: ATI&#8217;s Stream Processing &amp; Folding@Home</title>
		<link>http://notepad.patheticcockroach.com/65/the-gpu-advances-atis-stream-processing-foldinghome/</link>
		<comments>http://notepad.patheticcockroach.com/65/the-gpu-advances-atis-stream-processing-foldinghome/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 05:38:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[graphic cards]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=65</guid>
		<description><![CDATA[What started out as a simple fixed-function rendering process, where texture and vertex data were fed into a GPU and pixels were pushed out, has evolved into a system where a great deal of processing takes place inside the GPU. Full article &#124; Digg it]]></description>
			<content:encoded><![CDATA[<p>What started out as a simple fixed-function rendering process, where texture and vertex data were fed into a GPU and pixels were pushed out, has evolved into a system where a great deal of processing takes place inside the GPU.</p>
<p><a href="http://www.anandtech.com/video/showdoc.aspx?i=2849">Full article</a> | <a href="http://digg.com/hardware/The_GPU_Advances_ATI_s_Stream_Processing_Folding_Home">Digg it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/65/the-gpu-advances-atis-stream-processing-foldinghome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
