swift 05/04/09 10:16:24 Modified: xml/htdocs/doc/en nvidia-guide.xml Log: nvidia glx extensions require 16/24 bit depth
Revision Changes Path 1.12 +19 -3 xml/htdocs/doc/en/nvidia-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- nvidia-guide.xml 25 Feb 2005 09:25:33 -0000 1.11 +++ nvidia-guide.xml 9 Apr 2005 10:16:24 -0000 1.12 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.11 2005/02/25 09:25:33 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.12 2005/04/09 10:16:24 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/nvidia-guide.xml"> @@ -17,8 +17,8 @@ <license/> -<version>1.8</version> -<date>2005-02-25</date> +<version>1.9</version> +<date>2005-04-09</date> <chapter> <title>Configuring your Card</title> @@ -119,6 +119,22 @@ </pre> <p> +Next, in section <c>Screen</c>, make sure that either the <c>DefaultDepth</c> +directive is set to 16 or 24, or that you only have <c>Display</c> subsections +with <c>Depth</c> settings of 16 or 24. Without it, the nvidia-glx extensions +will not start. +</p> + +<pre caption="Updating the Screen section"> +Section "Screen" + <comment>(...)</comment> + <i>DefaultDepth 16</i> + Subsection "Display" + <comment>(...)</comment> +EndSection +</pre> + +<p> Run <c>opengl-update</c> so that the X Server uses the nVidia GLX libraries: </p> -- [email protected] mailing list
