<?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>Windows Linux Mac Tips &#187; envy</title>
	<atom:link href="http://wlmtips.com/tag/envy/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlmtips.com</link>
	<description>A tip a day...</description>
	<lastBuildDate>Thu, 04 Feb 2010 06:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Friday: How To Install Graphics Drivers Using Envy</title>
		<link>http://wlmtips.com/2008/03/28/install-graphics-drivers-using-envy/</link>
		<comments>http://wlmtips.com/2008/03/28/install-graphics-drivers-using-envy/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 04:01:54 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Linux How To's]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[envy]]></category>
		<category><![CDATA[graphics drivers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[restricted drivers]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[video card]]></category>

		<guid isPermaLink="false">http://wlmtips.com/2008/03/28/install-graphics-drivers-using-envy/</guid>
		<description><![CDATA[Do you have trouble installing the driver for your video card in Ubuntu?  Does your XServer often crash or fail to start?  Are you afraid to manually edit your xorg.conf because you might mess something up?  If you answered yes to any of these questions, you should give Envy a try.
Envy is [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have trouble installing the driver for your video card in Ubuntu?  Does your XServer often crash or fail to start?  Are you afraid to manually edit your xorg.conf because you might mess something up?  If you answered yes to any of these questions, you should give <a href="http://www.albertomilone.com/nvidia_scripts1.html" title="Alberto Milone's Envy">Envy</a> a try.</p>
<p><a href="http://www.albertomilone.com/nvidia_scripts1.html" title="Envy"><img src="http://wlmtips.com/wp-content/uploads/2008/03/envy.thumbnail.jpg" alt="Envy" align="right" border="0" hspace="2" vspace="2" /></a>Envy is a program written in Python that will automate the installation of video card drivers in Ubuntu.  Envy works with several versions of Ubuntu and Debian and supports both ATI and NVIDIA graphics cards.  Envy will detect the model of your video card and select the appropiate driver.  It will then contact the appropriate website (ATI or NVIDIA) and package the driver.  Next, it will install the driver package.  Lastly, it will even configure your xorg.conf for you.</p>
<p>To use Envy, begin by downloading it from Alberto Milone&#8217;s website. If you use the new Hardy Heron version, you should download &#8220;<em>EnvyNG</em>&#8220;, otherwise download &#8220;<em>Envy Legacy</em>.&#8221;  There is a table on the website that displays this information.</p>
<p>Next, install the Envy package you just downloaded.  Once installed, Envy should be located in <em>Applications &#8211;&gt; System Tools &#8211;&gt; Envy.  </em>Click on Envy to start the program.  Envy can also be run from the terminal by typing &#8216;<em>envy -g&#8217;.</em>  Envy will then prompt you for your admin password to continue.  Once you type in your password and Envy opens, you should see the following window.</p>
<p align="center"><a href="http://wlmtips.com/wp-content/uploads/2008/03/envyprogram.jpg" title="Welcome To Envy"><img src="http://wlmtips.com/wp-content/uploads/2008/03/envyprogram.jpg" alt="Welcome To Envy" border="0" /></a></p>
<p> From here you can install and uninstall both ATI and NVIDIA drivers.  To do so, simply click the corresponding option that applies to your system and then click &#8216;Apply&#8217;.  This will start the installation process.  A small terminal window will appear that will show you the status of the install.</p>
<p>Once the installation is complete, Envy will ask if you want your xorg.conf to be automatically configured.  Unless you have dual monitors or some advanced monitor setup, I recommend clicking &#8216;Yes&#8217; to this option.</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2008/03/envy-config-xorg.jpg" title="Envy - Configure xorg.con"></a></p>
<p style="text-align: center"><a href="http://wlmtips.com/wp-content/uploads/2008/03/envy-config-xorg.jpg" title="Envy - Configure xorg.con"><img src="http://wlmtips.com/wp-content/uploads/2008/03/envy-config-xorg.jpg" alt="Envy - Configure xorg.con" border="0" /></a></p>
<p>Lastly, it will ask if you want to restart your computer now.  Again, this is recommended.</p>
<p><a href="http://wlmtips.com/wp-content/uploads/2008/03/envyrestart.jpg" title="Envy - Restart"></a></p>
<p style="text-align: center"><a href="http://wlmtips.com/wp-content/uploads/2008/03/envyrestart.jpg" title="Envy - Restart"><img src="http://wlmtips.com/wp-content/uploads/2008/03/envyrestart.jpg" alt="Envy - Restart" border="0" /></a></p>
<p>This completes the installation process.  If for some reason, when your computer restarts, your desktop environment (GNOME, KDE, etc) did not start, use the following commands:</p>
<p><code>envy -t</code><br />
This will open envy using the textual interface<br />
<code>envy --uninstall-all</code><br />
This will completely remove what Envy has done<br />
<code>reboot</code><br />
This will completely restart your computer</p>
<p>For more information on Envy and how to install it, check out the following links.</p>
<p><a href="http://albertomilone.com/pmwiki/pmwiki.php?n=Main.HomePage" title="Envy Wiki">Albertomilone.com</a> &#8211; Envy wiki</p>
<p><a href="http://linuxgamingtoday.wordpress.com/2008/01/24/install-nvidia-drivers-using-envy-in-ubuntu/" title="Linux Gaming Today">Linuxgamingtoday.wordpress.com</a> &#8211; Easily Install Nvidia Drivers Using Envy in Ubuntu</p>
<p><a href="http://ubuntu-tutorials.com/2007/10/26/restricted-drivers-manager-vs-envy/" title="Ubuntu Tutorials">Ubuntu-tutorials.com</a> &#8211; Restricted Drivers Manager vs Envy</p>
<p><em>Envy logo credited to http://www.albertomilone.com</em></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://wlmtips.com/2009/11/08/4-great-sites-to-visit-as-a-new-linux-user/" title="4 Great Sites to Visit as a New Linux User">4 Great Sites to Visit as a New Linux User</a></li><li><a href="http://wlmtips.com/2008/08/01/power-poll-1-linux-friday/" title="Power Poll #1 (Linux Friday)">Power Poll #1 (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/25/force-quit-unresponsive-applictions-linux-friday/" title="Force Quit Unresponsive Applictions (Linux Friday)">Force Quit Unresponsive Applictions (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/18/compiz-fusion-icon-linux-friday/" title="Compiz Fusion Icon (Linux Friday)">Compiz Fusion Icon (Linux Friday)</a></li><li><a href="http://wlmtips.com/2008/07/11/customize-your-settings-with-ubuntu-tweak-linux-friday/" title="Customize Your Settings with Ubuntu Tweak (Linux Friday)">Customize Your Settings with Ubuntu Tweak (Linux Friday)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wlmtips.com/2008/03/28/install-graphics-drivers-using-envy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.325 seconds -->
