<?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>Ubuntu Tutorials &#187; nVidia</title>
	<atom:link href="http://ubuntu-tutorials.com/category/nvidia/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Wed, 23 May 2012 20:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ubuntu 10.04 &#8220;Lucid&#8221; Blank Screen at Startup : Workaround</title>
		<link>http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/</link>
		<comments>http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/#comments</comments>
		<pubDate>Thu, 06 May 2010 12:27:21 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[nVidia]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1904</guid>
		<description><![CDATA[There have been a number of reports regarding blank screens at startup pre and post installation on the new Ubuntu 10.04 &#8220;Lucid&#8221; release. It seems there are some incompatibilities with some video drivers, particularly (not surprising) some ATI and nVidia. Also in the mix are some older Intel cards. This post outlines a workaround you [...]]]></description>
			<content:encoded><![CDATA[<p>There have been a number of reports regarding blank screens at startup pre and post installation on the new Ubuntu 10.04 &#8220;Lucid&#8221; release. It seems there are some incompatibilities with some video drivers, particularly (not surprising) some ATI and nVidia. Also in the mix are some older Intel cards. This post outlines a workaround you can try in order to get your video working properly again.</p>
<p><strong>Booting from CD</strong></p>
<p>This section outlines how to workaround the video issue while booting from the CD. Your mileage may vary, depending on your video card, but hopefully this steers you in the right direction:</p>
<ol>
<li>At the install screen press &#8216;<em>F6</em>&#8216; and insert one of the options below, depending on your hardware.</li>
<li>On first boot after install, press <em>e</em> to edit the GRUB menu.</li>
<li>Using the arrow keys to navigate, delete <strong>quiet</strong> and <strong>splash</strong> and again insert one of the options below.</li>
<li>Press <strong>Ctrl</strong> and <strong>X</strong> to boot.</li>
</ol>
<p>The suggested options that I have found are hardware specific. Here is a list:</p>
<ul>
<li>Older Intel video card: <em>i915.modeset=1</em> or i915.modeset=0</li>
<li>nVidia: <em>nomodeset</em></li>
<li>Generic: <em>xforcevesa</em></li>
</ul>
<p>Hopefully one of these options will get you up and running. Keep reading now to make these changes persistent!</p>
<p><strong>GRUB</strong></p>
<p>You&#8217;ll want to change these settings in GRUB so they&#8217;ll automatically be applied on each reboot. To do so, follow the steps below:</p>
<ol>
<li>Edit the <em>/etc/default/grub</em> file. You will need Admin privileges to do so (sudo)</li>
<li>Find this line: GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221;</li>
<li>Replace with: GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash &lt;option&gt;&#8221;</li>
</ol>
<p>For example, if I had an older Intel model, my GRUB configuration would read:</p>
<blockquote><p>GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash i915.modeset=1&#8243;</p></blockquote>
<p>Save your changes and you should get proper graphics on each reboot.</p>
<p><em>UPDATE: Based on a lot of user feedback I am reminded that you need to run &#8216;update-grub&#8217; after you make changes.</em></p>
<p><strong>Feeback</strong></p>
<p>If you have any additional suggestions, please leave them as comments here. Different hardware often needs different options, and it would be nice to cover as many as needed in a central place. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/feed/</wfw:commentRss>
		<slash:comments>148</slash:comments>
		</item>
		<item>
		<title>Beryl with latest nVidia drivers &amp; AIGLX (no XGL) : Ubuntu (6.10)</title>
		<link>http://ubuntu-tutorials.com/2006/10/29/beryl-with-latest-nvidia-drivers-aiglx-no-xgl-ubuntu-610/</link>
		<comments>http://ubuntu-tutorials.com/2006/10/29/beryl-with-latest-nvidia-drivers-aiglx-no-xgl-ubuntu-610/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 16:03:11 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[nVidia]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=163</guid>
		<description><![CDATA[Last nite I decided to install Beryl and AIGLX after upgrading to Ubuntu 6.10 (Edgy Eft). After getting things setup and enjoying the sweet new features of Beryl I thought I&#8217;d post my instructions. note: All previous installations of XGL/AIGLX must be removed for this to work. Step 1: Make sure your desktop meta-package is [...]]]></description>
			<content:encoded><![CDATA[<p>Last nite I decided to install Beryl and AIGLX after upgrading to Ubuntu 6.10 (Edgy Eft).  After getting things setup and enjoying the sweet new features of Beryl I thought I&#8217;d post my instructions.  note:  All previous installations of XGL/AIGLX must be removed for this to work.</p>
<p><strong>Step 1</strong>: Make sure your desktop meta-package is installed.<br />
sudo aptitude install ubuntu-desktop (for Ubuntu)<br />
sudo aptitude install kubuntu-desktop (for Kubuntu)</p>
<p><strong>Step 2</strong>: Add <strong>one</strong> of these repositories to your /etc/apt/sources.list (or System > Administration > Software Sources).<br />
deb http://www.beerorkid.com/compiz edgy main-edgy<br />
deb http://media.blutkind.org/xgl/ edgy main-edgy<br />
deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy<br />
deb http://ubuntu.compiz.net/ edgy main-edgy</p>
<p>Or for you 64bit people out there:<br />
deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy main-edgy-amd64</p>
<p><strong>Step 3</strong>: Import the GPG key for the repository.<br />
wget http://ubuntu.compiz.net/quinn.key.asc -O &#8211; | sudo apt-key add -</p>
<p><strong>Step 4</strong>: Use this repository for the latest nVidia drivers.<br />
deb http://amaranth.selfip.com edgy lrm</p>
<p><strong>Step 5</strong>: Make sure you&#8217;ve got 3D rendering setup.<br />
sudo apt-get install nvidia-glx<br />
sudo apt-get install linux-686 (Intel Processors)<br />
sudo apt-get install linux-686-smp (Intel Multiple Processors / Core Duo)<br />
sudo apt-get install linux-k7 (AMD Processors)<br />
(for more on 3D rendering use the <a href="http://doc.gwos.org/index.php/Latest_Nvidia_Dapper">Latest nVidia for Dapper</a></p>
<p><strong>Step 6</strong>: Run the following command &#038; restart your Desktop (ctrl-alt-bksp).<br />
sudo nvidia-xconfig</p>
<p><strong>Step 7</strong>: Make sure your machine is completely up-to-date.<br />
sudo aptitude update<br />
sudo aptitude upgrade<br />
sudo aptitude dist-upgrade</p>
<p><strong>Step 8</strong>: Install the Beryl packages.<br />
sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes</p>
<p><strong>Step 9</strong>: Add the following to the end of your xorg.conf. (<span style="font-weight: bold">MAKE A BACKUP FIRST!)</span></p>
<p><span style="font-style: italic">BACKUP: cp /etc/X11/xorg.conf /etc/X11/xorg.conf-WORKING.</span></p>
<div style="margin-left: 40px"># Enable 32-bit ARGB GLX Visuals<br />
Option &#8220;AddARGBGLXVisuals&#8221; &#8220;True&#8221;</div>
<p style="margin-left: 40px"># If you are using an older version of compiz that<br />
# does not support rendering into the Composite<br />
# Overlay Window, you will need to disable clipping<br />
# of GLX rendering to the X Root window with this<br />
# option, or you will get a blank screen after<br />
# starting compiz:<br />
#    Option &#8220;DisableGLXRootClipping&#8221; &#8220;True&#8221;<br />
Option &#8220;TripleBuffer&#8221;                     &#8220;True&#8221;</p>
<p><strong>Step 10</strong>: Make sure your defaultdepth is 24 in xorg.conf<br />
Restart X with ctrl-alt-bksp and log in again.<br />
ALT-F2 &#8211; <em>beryl-manager</em> and start Beryl.</p>
<p>You should be done at this point.  You should see the Beryl splash-screen.  If not you&#8217;ve missed a step or something is else is missing.  If it doesn&#8217;t work see the list of places below:</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=272104">Other Beryl and Compiz Tutorials</a><br />
<a href="http://ubuntuforums.org/showpost.php?p=1533588&#038;postcount=62">Install nVidia Drivers</a><br />
<a href="http://doc.gwos.org/index.php/Latest_Nvidia_Dapper">Install Latest nVidia Drivers</a><br />
<a href="http://www.nvnews.net/vbulletin/showthread.php?t=77030">Enable Compositing in X</a></p>
<p>Outside of that you can use #ubuntu-xgl on irc.freenode.net for more tips and help.  I hope the above steps work for you.  I can say Beryl is much nicer than the Compiz / XGL I&#8217;ve seen in the past.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2006/10/29/beryl-with-latest-nvidia-drivers-aiglx-no-xgl-ubuntu-610/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 4/8 queries in 0.015 seconds using disk: basic
Object Caching 282/282 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-25 11:42:47 -->
