<?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>Fedora &#187; Video</title>
	<atom:link href="http://gofedora.com/archives/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://gofedora.com</link>
	<description>How Tos, Tutorials, Tips and Tricks</description>
	<lastBuildDate>Wed, 14 Sep 2011 15:10:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: Install and Configure NVIDIA Drivers and Beryl</title>
		<link>http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/</link>
		<comments>http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 19:02:09 +0000</pubDate>
		<dc:creator>Kulbir Saini</dc:creator>
				<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[Emerald]]></category>
		<category><![CDATA[Graphics Card]]></category>
		<category><![CDATA[Startx]]></category>
		<category><![CDATA[Xserver]]></category>

		<guid isPermaLink="false">http://172.17.8.64/gofedora/?p=344</guid>
		<description><![CDATA[Well, finally I realized the power of my onboard graphics card &#8230; too lazy to realize even this (it took me a year to realize this obvious fact). I downloaded the latest nVidia drivers from here and also upgrade to the kernel-2.6.20-1.2944.fc6. You can get it from any site which provides rpms or you can [...]<p><a href="http://gofedora.com/">Fedora Tutorials</a> and <a href="http://cachevideos.com/">Videocache</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Well, finally I realized the power of my onboard graphics card &#8230; too lazy to realize even this (it took me a year to realize this obvious fact). I downloaded the latest nVidia drivers from <a href="http://www.nvidia.com/object/unix.html">here</a> and also upgrade to the kernel-2.6.20-1.2944.fc6. You can get it from any site which provides rpms or you can install is using yum. Not to forget I did it on Fedora Core 6 &#8211; Zod. So, here goes the exact procedure.</p>
<p><strong>Warning</strong>:  Take a backup of your /etc/X11/xorg.conf file before experimenting with 3D desktop. It help in case of X server crashes.</p>
<p>1. Download the latest nVidia drivers from <a href="http://www.nvidia.com/object/unix.html">here</a>.</p>
<p>2. Upgrade to kernel-2.6.20-1.2944.fc6</p>
<p>(a)Download rpms kernel-2.6.20-1.2944.fc6.i686.rpm and kernel-devel-2.6.20-1.2944.fc6.i686.rpm and install using</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span> rpm <span style="color: #660033;">-ivh</span> kernel<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>OR<br />
(b)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span> yum <span style="color: #c20cb9; font-weight: bold;">install</span> kernel-2.6.20-1.2944.fc6 <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>3. Reboot and switch to the newly installed kernel.</p>
<p>4. Login as root and delete the temp file for xserver</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>.X0.lock <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>5.  Install the nVidia drivers</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #c20cb9; font-weight: bold;">bash</span> NVIDIA-Linux-x86-<span style="color: #000000;">1.0</span>-<span style="color: #000000;">9755</span>-pkg1.run <span style="color: #660033;">--kernel-source-path</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>kernels<span style="color: #000000; font-weight: bold;">/</span>2.6.20-1.2944.fc6-i686<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>A user interface(I don&#8217;t know what to call it, graphical user interface on command line) will appear, answer the basic questions and you are done.</p>
<p>6. run this command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span> nvidia-xconfig <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>7. Open your /etc/X11/xorg.conf file in you favourite(Vim) editor and edit it as follows &#8230;</p>
<p>Add these lines to the &#8220;screen&#8221; section</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Option     <span style="color: #ff0000;">&quot;AddARGBGLXVisuals&quot;</span> <span style="color: #ff0000;">&quot;True&quot;</span>
Option     <span style="color: #ff0000;">&quot;DisableGLXRootClipping&quot;</span> <span style="color: #ff0000;">&quot;True&quot;</span></pre></td></tr></table></div>

<p>and Add this line to the &#8220;Device Section&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Option         <span style="color: #ff0000;">&quot;TripleBuffer&quot;</span> <span style="color: #ff0000;">&quot;true&quot;</span></pre></div></div>

<p>or you can use my <a href="http://gofedora.com/wp-content/uploads/linux/xorg.conf.nvidia" target="_blank">xorg.conf</a> with appropriate modifications.</p>
<p>8. Now install Beryl + emerald or compiz</p>
<p>(a) Get rpms from any site which supplies rpms for packages in fedora and install</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span> rpm <span style="color: #660033;">-ivh</span> beryl-<span style="color: #000000; font-weight: bold;">*</span> emerald-<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>OR</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span>  rpm <span style="color: #660033;">-ivh</span> compiz-<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>(b) There is always a short cut</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span>  yum <span style="color: #c20cb9; font-weight: bold;">install</span> beryl<span style="color: #000000; font-weight: bold;">*</span> emerald<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>OR</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>zod saini<span style="color: #7a0874; font-weight: bold;">&#93;</span>  yum <span style="color: #c20cb9; font-weight: bold;">install</span> compiz<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Enter<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>9. Now logout and login again and run command beryl-manager or compiz and you are done with installing beryl/compiz with latest nVidia drivers. Enjoy the 3D desktop.</p>
<p>10. If in the above process your X-server crashes, press Ctrl-Alt-F1 and login as root, replace your existing /etc/X11/xorg.conf file with the backup you took in the beginning and do startx.</p>
<p>I installed the above packages on Fedora Core 6, the Hardware is Nvidia Ge Force 6100 onboard.</p>
<p>Here are some screenshot of my 3D Desktop ( They can also be seen <a href="http://gofedora.com/wp-content/uploads/linux/beryl/" target="_blank">here</a> ).</p>

<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/01-curvy-firefox-with-beryl/' title='Curvy Firefox with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/01-curvy-firefox-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="01 curvy firefox with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Curvy Firefox with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/02-curvy-firefox-with-beryl-and-apps/' title='Curvy Firefox with Beryl and Apps'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/02-curvy-firefox-with-beryl-and-apps-125x125.jpg" class="attachment-thumbnail" alt="02 curvy firefox with beryl and apps 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Curvy Firefox with Beryl and Apps" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/03-desktop-cube-with-beryl/' title='Desktop Cube with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/03-desktop-cube-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="03 desktop cube with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Desktop Cube with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/04-effects-of-macos-with-beryl/' title='Effects of Mac OS with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/04-effects-of-macos-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="04 effects of macos with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Effects of Mac OS with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/05-3d-windows-with-beryl/' title='3D Windows With Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/05-3d-windows-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="05 3d windows with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="3D Windows With Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/06-amarok-with-beryl/' title='Amarok With Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/06-amarok-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="06 amarok with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Amarok With Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/07-window-previews-with-beryl/' title='Window Previews with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/07-window-previews-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="07 window previews with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Window Previews with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/08-windows-stacks-with-beryl/' title='Window Stack with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/08-windows-stacks-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="08 windows stacks with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Window Stack with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/09-custom-separation-between-windows-with-beryl/' title='Custom Separation between Windows with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/09-custom-separation-between-windows-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="09 custom separation between windows with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Custom Separation between Windows with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/10-close-look-at-window-stack-with-beryl/' title='Close Look at Window Stack with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/10-close-look-at-window-stack-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="10 close look at window stack with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Close Look at Window Stack with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/11-clean-and-green-kde-desktop/' title='Clean and Green KDE Desktop'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/11-clean-and-green-kde-desktop-125x125.jpg" class="attachment-thumbnail" alt="11 clean and green kde desktop 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Clean and Green KDE Desktop" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/12-virtual-rain-with-beryl/' title='Virtual Rain with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/12-virtual-rain-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="12 virtual rain with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Virtual Rain with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/13-desktop-full-of-windows/' title='Desktop Full of Windows'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/13-desktop-full-of-windows-125x125.jpg" class="attachment-thumbnail" alt="13 desktop full of windows 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Desktop Full of Windows" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/14-kopete/' title='Kopete'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/14-kopete-125x125.jpg" class="attachment-thumbnail" alt="14 kopete 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Kopete" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/15-window-deformation-with-beryl/' title='Window Decoration with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/15-window-deformation-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="15 window deformation with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Window Decoration with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/16-inside-cube-with-beryl/' title='Inside Cube with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/16-inside-cube-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="16 inside cube with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Inside Cube with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/17-movies-on-different-desktops-with-beryl/' title='Movies on Different Desktops with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/17-movies-on-different-desktops-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="17 movies on different desktops with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Movies on Different Desktops with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/18-raining-in-movies-with-beryl/' title='Raining in Movies with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/18-raining-in-movies-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="18 raining in movies with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Raining in Movies with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/19-alt-tab-with-beryl/' title='Alt Tab with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/19-alt-tab-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="19 alt tab with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Alt Tab with Beryl" /></a>
<a href='http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/20-desktop-cube-with-beryl/' title='Desktop Cube with Beryl'><img width="125" height="125" src="http://gofedora.com/wp-content/uploads/2007/04/20-desktop-cube-with-beryl-125x125.jpg" class="attachment-thumbnail" alt="20 desktop cube with beryl 125x125 How To: Install and Configure NVIDIA Drivers and Beryl" title="Desktop Cube with Beryl" /></a>

<p><a href="http://gofedora.com/">Fedora Tutorials</a> and <a href="http://cachevideos.com/">Videocache</a> by <a href="http://saini.co.in/">Kulbir Saini</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gofedora.com/how-to-install-configure-nvidia-drivers-beryl/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

