nightmorph 08/09/14 05:12:24 Modified: nvidia-guide.xml Log: updated kernel options, bug 237585
Revision Changes Path 1.46 xml/htdocs/doc/en/nvidia-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.46&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.45&r2=1.46 Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- nvidia-guide.xml 6 Mar 2008 08:50:03 -0000 1.45 +++ nvidia-guide.xml 14 Sep 2008 05:12:23 -0000 1.46 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.45 2008/03/06 08:50:03 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.46 2008/09/14 05:12:23 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/nvidia-guide.xml"> @@ -28,8 +28,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.36</version> -<date>2008-03-06</date> +<version>1.37</version> +<date>2008-09-13</date> <chapter> <title>Introduction</title> @@ -136,9 +136,9 @@ </p> <pre caption="Enabling agpgart"> -Device Drivers ---> -Character devices ---> -<*> /dev/agpgart (AGP Support) +Device Drivers ---> +Graphics Support ---> +-*- /dev/agpgart (AGP Support) ---> </pre> <note> @@ -158,35 +158,40 @@ </impo> <pre caption="Remove the in-kernel driver"> -Device Drivers ---> -Graphics Support ---> +Device Drivers ---> +Graphics Support ---> +<*> Support for frame buffer devices ---> < > nVidia Framebuffer Support < > nVidia Riva support </pre> <p> -A framebuffer alternative is <c>VESA</c>: -</p> - -<pre caption="Enable VESA support"> -Device Drivers ---> -Graphics Support ---> -[*] VESA VGA graphics support -</pre> - -<p> -Or, you may want to try <c>uvesafb</c>, an <uri +A framebuffer alternative is <c>uvesafb</c>, an <uri link="http://dev.gentoo.org/~spock/projects/uvesafb/">advanced framebuffer</uri>. Note that you can choose to compile it into your kernel, or as a module. The following example compiles uvesafb into the kernel. </p> <pre caption="Enable uvesafb support"> -Device Drivers ---> -Graphics Support ---> +Device Drivers ---> +Graphics Support ---> +<*> Support for frame buffer devices ---> <*> Userspace VESA VGA graphics support </pre> + +<p> +Or you can try <c>VESA</c>: +</p> + +<pre caption="Enable VESA support"> +Device Drivers ---> +Graphics Support ---> +<*> Support for frame buffer devices ---> +[*] VESA VGA graphics support +</pre> + + <p> For more information, you can look up the documentation for your chosen framebuffer in <path>/usr/src/linux/Documentation/fb/</path>.
