<?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>bumblebee &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/bumblebee/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Fri, 30 Jan 2015 13:19:38 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Install a new nVidia card on existing Fedora system</title>
		<link>https://luxing.im/install-a-new-nvidia-card-on-existing-fedora-system/</link>
					<comments>https://luxing.im/install-a-new-nvidia-card-on-existing-fedora-system/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Fri, 24 Oct 2014 19:30:21 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[bumblebee]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[nvidia]]></category>
		<guid isPermaLink="false">https://luxing.im/?p=438</guid>

					<description><![CDATA[I&#8217;ve been running Fedora for some time and I am still loving using it. Today I got a used nVidia GTX 650 Ti graphic card from my friend Lance, and I was trying to install it under my existing system structure. We managed to get the card installed in the PC chassis and connected the &#8230; <p class="link-more"><a href="https://luxing.im/install-a-new-nvidia-card-on-existing-fedora-system/" class="more-link">Continue reading<span class="screen-reader-text"> "Install a new nVidia card on existing Fedora system"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been running Fedora for some time and I am still loving using it. Today I got a used nVidia GTX 650 Ti graphic card from my friend Lance, and I was trying to install it under my existing system structure.</p>
<p>We managed to get the card installed in the PC chassis and connected the power cables with the card and DVI-D cables with the monitor. When system started as normal, the whole monitor was in pink. By using Ctrl+Alt+F2 I switched to command line. The following command:<br />
<span id="more-438"></span></p>
<pre>
cd /boot
mkinitrd initramfs-`uname -r`.img
</pre>
<p>Didn&#8217;t work as expected but was necessary. I found that my old /etc/X11/xorg.conf was still there. When I backed it up, removed the file and reboot, the default nouveau driver kicked in and the X window was working.</p>
<p>Nouveau is good for most of users, but it&#8217;s not enough for a heavy graphical card user, such as gamers. Based on this article: http://rpmfusion.org/Howto/nVidia, we need to install the proprietary nVidia driver.</p>
<pre>yum install vdpauinfo libva-vdpau-driver libva-utils akmod-nvidia xorg-x11-drv-nvidia-libs.i686</pre>
<p>If you use 64 bit of Fedora and want to play 32 bit games, you need to install xorg-x11-drv-nvidia-libs.i686. Reboot.</p>
<p>When system is up, </p>
<pre>glxgears -info</pre>
<p> will show you which driver you are using.</p>
<p>Previously I installed bumblebee to my system and it was really ugly, so don&#8217;t install bumblebee on a desktop! It is designed for laptops.</p>
<p>For Steam users, you may need to issue a command when finishing the steps above to allow games to work with networking.</p>
<pre>steam --reset</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/install-a-new-nvidia-card-on-existing-fedora-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">438</post-id>	</item>
	</channel>
</rss>
