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.60) (envelope-from ) id 1GWvOX-0004n8-Ph for garchives@archives.gentoo.org; Mon, 09 Oct 2006 13:42:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k99DfvcT001085; Mon, 9 Oct 2006 13:41:57 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k99DfuQG025960 for ; Mon, 9 Oct 2006 13:41:57 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 789826464C for ; Mon, 9 Oct 2006 13:41:55 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Mon, 9 Oct 2006 13:41:52 +0000 From: "Josh Saddler" Date: Mon, 9 Oct 2006 13:41:52 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml Message-Id: <20061009134155.789826464C@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: 621e5c2e-d399-4ad9-9ce6-aca92801a82a X-Archives-Hash: 4b6dbd0194b86c86cefb0f270bb0982c nightmorph 06/10/09 13:41:52 Modified: dri-howto.xml Log: fixed nvidia driver name, bug 150537 Revision Changes Path 1.33 xml/htdocs/doc/en/dri-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.33&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.32&r2=1.33 Index: dri-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- dri-howto.xml 31 Jul 2006 19:37:50 -0000 1.32 +++ dri-howto.xml 9 Oct 2006 13:41:52 -0000 1.33 @@ -1,5 +1,5 @@ - + @@ -20,8 +20,8 @@ -1.3 -2006-05-12 +1.4 +2006-10-09 Introduction @@ -48,14 +48,15 @@

-In many cases, both binary and open-source drivers exist. Open-source drivers +In many cases, both binary and open-source drivers exist. Open-source drivers are preferable since we're using Linux and open source is one of its underlying -principles. Sometimes, binary drivers are the only option, like with nVidia's -cards. Binary drivers include media-video/nvidia-kernel and -media-video/nvidia-glx for nVidia cards, media-video/mgavideo for Matrox cards -and media-video/ati-drivers for ATI cards. Other open-source drivers include -media-video/kyro-kernel for KyroII cards and media-video/ati-gatos for ATI -cards, which aim to support ATI's video capabilities more fully. +principles. Sometimes, binary drivers are the only option, like with nVidia's +cards. Binary drivers include media-video/nvidia-drivers and +media-video/nvidia-legacy-drivers for nVidia cards, media-video/mgavideo for +Matrox cards and media-video/ati-drivers for ATI cards. Other open-source +drivers include media-video/kyro-kernel for KyroII cards and +media-video/ati-gatos for ATI cards, which aim to support ATI's video +capabilities more fully.

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