From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JXBnj-00074Z-7v for garchives@archives.gentoo.org; Thu, 06 Mar 2008 08:50:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 307ADE0569; Thu, 6 Mar 2008 08:50:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CC78E0569 for ; Thu, 6 Mar 2008 08:50:05 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 93A4E64B47 for ; Thu, 6 Mar 2008 08:50:04 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JXBnf-0001fo-9D for gentoo-doc-cvs@lists.gentoo.org; Thu, 06 Mar 2008 08:50:03 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml Message-Id: From: Joshua Saddler Date: Thu, 06 Mar 2008 08:50:03 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 30c629c2-f34e-4899-b908-e5b4ceccd2eb X-Archives-Hash: 8c702df79ed6ed910fa1d7ad1a15a61f nightmorph 08/03/06 08:50:03 Modified: nvidia-guide.xml Log: switched from vesafb-tng to uvesafb Revision Changes Path 1.45 xml/htdocs/doc/en/nvidia-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.45&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.44&r2=1.45 Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- nvidia-guide.xml 15 Nov 2007 20:22:55 -0000 1.44 +++ nvidia-guide.xml 6 Mar 2008 08:50:03 -0000 1.45 @@ -1,5 +1,5 @@ - + @@ -28,8 +28,8 @@ -1.35 -2007-11-15 +1.36 +2008-03-06 Introduction @@ -165,31 +165,31 @@

-A good framebuffer alternative is VESA: +A framebuffer alternative is VESA:

 Device Drivers ---> 
 Graphics Support --->
-<*>   VESA VGA graphics support
+[*]   VESA VGA graphics support
 

-Then, under "VESA driver type" select either vesafb or -vesafb-tng. If you are using an AMD64 processor, you should select -vesafb rather than vesafb-tng: +Or, you may want to try uvesafb, an advanced +framebuffer. Note that you can choose to compile it into your kernel, or +as a module. The following example compiles uvesafb into the kernel.

-
-(X) vesafb
-( ) vesafb-tng
+
+Device Drivers ---> 
+Graphics Support --->
+<*>   Userspace VESA VGA graphics support
 

-For more information, you can read up -/usr/src/linux/Documentation/fb/vesafb.txt if you are using -vesafb or look for your framebuffer documentation under -/usr/src/linux/Documentation/fb/. +For more information, you can look up the documentation for your chosen +framebuffer in /usr/src/linux/Documentation/fb/.

-- gentoo-doc-cvs@lists.gentoo.org mailing list