Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Date: Tue, 02 May 2006 17:39:26
Message-Id: 20060502173930.E950164397@smtp.gentoo.org
1 nightmorph 06/05/02 17:39:30
2
3 Modified: nvidia-guide.xml
4 Log:
5 Changed opengl-update to eselect opengl nvidia. opengl-update will be deprecated in the future, and as it is now, it is only a wrapper that calls the eselect command. fixes bug 132032
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/nvidia-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.28&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.28&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml.diff?r1=1.27&r2=1.28&cvsroot=gentoo
13
14 Index: nvidia-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- nvidia-guide.xml 28 Mar 2006 12:33:46 -0000 1.27
21 +++ nvidia-guide.xml 2 May 2006 17:39:30 -0000 1.28
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.27 2006/03/28 12:33:46 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.28 2006/05/02 17:39:30 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nvidia-guide.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.23</version>
34 -<date>2006-03-28</date>
35 +<version>1.24</version>
36 +<date>2006-05-02</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -332,11 +332,11 @@
41 </pre>
42
43 <p>
44 -Run <c>opengl-update</c> so that the X Server uses the nVidia GLX libraries:
45 +Run <c>eselect</c> so that the X Server uses the nVidia GLX libraries:
46 </p>
47
48 -<pre caption="Running opengl-update">
49 -# <i>opengl-update nvidia</i>
50 +<pre caption="Running eselect">
51 +# <i>eselect opengl set nvidia</i>
52 </pre>
53
54 </body>
55
56
57
58 --
59 gentoo-doc-cvs@g.o mailing list