<?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>edsalisbury.net &#187; nvidia</title>
	<atom:link href="http://edsalisbury.net/tag/nvidia/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsalisbury.net</link>
	<description>your guide to user-friendly entertainment</description>
	<lastBuildDate>Thu, 01 Dec 2011 22:08:17 +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>Making Songbird work with Ubuntu 8.10 and Nvidia 180 Drivers</title>
		<link>http://edsalisbury.net/making-songbird-work-with-ubuntu-810-and-nvidia-180-drivers/</link>
		<comments>http://edsalisbury.net/making-songbird-work-with-ubuntu-810-and-nvidia-180-drivers/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:29:14 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://www.edsalisbury.net/?p=22</guid>
		<description><![CDATA[<a href="http://edsalisbury.net/making-songbird-work-with-ubuntu-810-and-nvidia-180-drivers/" title="Making Songbird work with Ubuntu 8.10 and Nvidia 180 Drivers"></a>So, my friend Chris mentioned that I should check out Songbird for an iTunes alternative.  So, I download it, and a whole bunch of stuff spits out on my screen, and the app doesn&#8217;t run.  I see something that looks &#8230;<p class="read-more"><a href="http://edsalisbury.net/making-songbird-work-with-ubuntu-810-and-nvidia-180-drivers/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://edsalisbury.net/making-songbird-work-with-ubuntu-810-and-nvidia-180-drivers/" title="Making Songbird work with Ubuntu 8.10 and Nvidia 180 Drivers"></a><p>So, my friend <a href="http://www.chrispugh.com">Chris</a> mentioned that I should check out Songbird for an iTunes alternative.  So, I download it, and a whole bunch of stuff spits out on my screen, and the app doesn&#8217;t run.  I see something that looks like:</p>
<pre class="bz_comment_text">*** glibc detected *** ././songbird-bin: free(): invalid pointer:
0x00007f203935a8d0 ***</pre>
<p>Hrm.  after searching around, I find out that the libvisual plugin package is to blame.  So, I remove it:</p>
<pre class="bz_comment_text">
$ sudo apt-get remove libvisual-0.4-plugins</pre>
<p>And it works!  Just thought I&#8217;d pass this along in case someone else runs into this issue.  This is reported as bug <a href="http://bugzilla.songbirdnest.com/show_bug.cgi?id=15306">15306</a> in the Songbird Bugzilla &#8211; would be nice if they fix that at some point.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsalisbury.net/making-songbird-work-with-ubuntu-810-and-nvidia-180-drivers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixing Xorg with Nvidia Driver ver 180.44</title>
		<link>http://edsalisbury.net/fixing-xorg-with-nvidia-driver-ver-18044/</link>
		<comments>http://edsalisbury.net/fixing-xorg-with-nvidia-driver-ver-18044/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 06:41:20 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.edsalisbury.net/?p=20</guid>
		<description><![CDATA[<a href="http://edsalisbury.net/fixing-xorg-with-nvidia-driver-ver-18044/" title="Fixing Xorg with Nvidia Driver ver 180.44"></a>So, in order to fix an issue I was having with the Nvidia driver (weird drawing issue of the titlebars), I decided to upgrade to the latest version of the Nvidia driver.  This turned out to be quite an ordeal, &#8230;<p class="read-more"><a href="http://edsalisbury.net/fixing-xorg-with-nvidia-driver-ver-18044/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://edsalisbury.net/fixing-xorg-with-nvidia-driver-ver-18044/" title="Fixing Xorg with Nvidia Driver ver 180.44"></a><p>So, in order to fix an issue I was having with the Nvidia driver (weird drawing issue of the titlebars), I decided to upgrade to the latest version of the Nvidia driver.  This turned out to be quite an ordeal, because after upgrading, X didn&#8217;t want to start, giving me issues like &#8220;Failed to initalize GLX extension&#8221; and &#8220;Ubuntu is running in low graphics mode&#8221;.  After fighting with this for a few hours, I finally found the info I needed.  Here&#8217;s what I did to solve the issue:</p>
<p><span id="more-20"></span></p>
<ul>
<li>Remove all nvidia packages with Synaptic Package Manager</li>
<li>Remove linux-generic and linux-restricted-modules-generic packages as well</li>
<li>Install build-essential and lib6c-dev packages</li>
<li>Download latest nvidia driver from their <a href="http://www.nvidia.com/object/linux_display_ia32_180.44.html">website</a>.</li>
<li>Stop X (hit CTRL-ALT-F1) and run:</li>
</ul>
<pre>$ sudo /etc/init.d/gdm stop</pre>
<ul>
<li>Verify that gdm is indeed dead &#8211; there might be some processes still hanging out &#8211; be sure to kill them.</li>
</ul>
<pre>$ ps -ef | grep gdm</pre>
<ul>
<li>Install the new driver:</li>
</ul>
<pre>sudo sh NVIDIA-Linux-x86*-pkgx.run</pre>
<ul>
<li>Accept all defaults</li>
<li>Restart X:</li>
</ul>
<pre>sudo /etc/init.d/gdm start</pre>
<p>This will hopefully fix the issue &#8212; it did for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://edsalisbury.net/fixing-xorg-with-nvidia-driver-ver-18044/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Dual Monitors with Nvidia on Ubuntu 8.10</title>
		<link>http://edsalisbury.net/setting-up-dual-monitors-with-nvidia-on-ubuntu-810/</link>
		<comments>http://edsalisbury.net/setting-up-dual-monitors-with-nvidia-on-ubuntu-810/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 20:03:12 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.edsalisbury.net/?p=9</guid>
		<description><![CDATA[<a href="http://edsalisbury.net/setting-up-dual-monitors-with-nvidia-on-ubuntu-810/" title="Setting up Dual Monitors with Nvidia on Ubuntu 8.10"></a>Upon installing Ubuntu, I noticed that my second monitor wasn&#8217;t being used. On the top panel, I noticed that there was an icon that popped up that said that there were no proprietary drivers installed, and that I should install &#8230;<p class="read-more"><a href="http://edsalisbury.net/setting-up-dual-monitors-with-nvidia-on-ubuntu-810/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://edsalisbury.net/setting-up-dual-monitors-with-nvidia-on-ubuntu-810/" title="Setting up Dual Monitors with Nvidia on Ubuntu 8.10"></a><p>Upon installing Ubuntu, I noticed that my second monitor wasn&#8217;t being used.</p>
<p>On the top panel, I noticed that there was an icon that popped up that said that there were no proprietary drivers installed, and that I should install the nvidia driver for best results.  I installed it, and had to reboot the system, which I did.</p>
<p>I figured that that would have solved the issue, and I would have at least been able to change the setting System-&gt;Preferences-&gt;Screen Resolution.  No go.  I looked online, and found a <a href="http://www.ubuntugeek.com/dual-monitors-with-nvidia.html">guide</a>.  This helped me get the rest of the way.  Here&#8217;s what to do, in a nutshell:</p>
<p><span id="more-9"></span></p>
<pre>$ cd /etc/X11</pre>
<p>Make a copy of the xorg.conf file, in case you mess things up.  I will typically use my initials and a datestamp in the backup filename, to know that I made the change, and when.</p>
<pre>$ sudo cp xorg.conf xorg.conf.&lt;your initials&gt;.&lt;datestamp&gt;</pre>
<p>Edit xorg.conf (don&#8217;t forget sudo!) and add the following lines in the Screen section:</p>
<pre># Turn on TwinView
Option	"RenderAccel" "true"
Option	"TwinView"
Option	"MetaModes" "1280x1024 1280x1024"</pre>
<p>Save the file, and then restart X by hitting Ctrl-Alt-Backspace.  This should have both screens enabled when it loads back up.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsalisbury.net/setting-up-dual-monitors-with-nvidia-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

