From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FayqL-0005CG-QQ for garchives@archives.gentoo.org; Tue, 02 May 2006 17:39:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k42HdWnp021425; Tue, 2 May 2006 17:39:32 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k42HdV6n019590 for ; Tue, 2 May 2006 17:39:31 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id E950164397 for ; Tue, 2 May 2006 17:39:30 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Tue, 2 May 2006 17:39:30 +0000 From: "Josh Saddler" Date: Tue, 2 May 2006 17:39:30 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml Message-Id: <20060502173930.E950164397@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: e8b0222f-4b99-4d64-95e6-5bac2f15dced X-Archives-Hash: 71193ce1ee352426c5240bdede5726ba nightmorph 06/05/02 17:39:30 Modified: nvidia-guide.xml Log: 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 Revision Changes Path 1.28 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.28&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.28&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.27&r2=1.28&cvsroot=gentoo Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nvidia-guide.xml 28 Mar 2006 12:33:46 -0000 1.27 +++ nvidia-guide.xml 2 May 2006 17:39:30 -0000 1.28 @@ -1,5 +1,5 @@ - + @@ -25,8 +25,8 @@ -1.23 -2006-03-28 +1.24 +2006-05-02 Introduction @@ -332,11 +332,11 @@

-Run opengl-update so that the X Server uses the nVidia GLX libraries: +Run eselect so that the X Server uses the nVidia GLX libraries:

-
-# opengl-update nvidia
+
+# eselect opengl set nvidia
 
-- gentoo-doc-cvs@gentoo.org mailing list