Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: dri-howto.xml
Date: Wed, 02 Mar 2011 07:52:57
Message-Id: 20110302075243.72EB520054@flycatcher.gentoo.org
1 nightmorph 11/03/02 07:52:43
2
3 Modified: dri-howto.xml
4 Log:
5 radeon name changes, nvidia/nouveau corrections, shuffled the feedback section to the end of the doc, and some small guidexml/consistency fixes
6
7 Revision Changes Path
8 1.46 xml/htdocs/doc/en/dri-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.46&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.46&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.45&r2=1.46
13
14 Index: dri-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v
17 retrieving revision 1.45
18 retrieving revision 1.46
19 diff -u -r1.45 -r1.46
20 --- dri-howto.xml 14 Dec 2009 21:26:40 -0000 1.45
21 +++ dri-howto.xml 2 Mar 2011 07:52:43 -0000 1.46
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.45 2009/12/14 21:26:40 nightmorph Exp $ -->
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.46 2011/03/02 07:52:43 nightmorph Exp $ -->
27
28 <guide>
29 <title>Hardware 3D Acceleration Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.13</version>
35 -<date>2009-12-14</date>
36 +<version>2</version>
37 +<date>2011-03-01</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -52,11 +52,12 @@
42 <body>
43
44 <p>
45 -In many cases, both binary and open-source drivers exist. Open-source drivers
46 +In many cases, both binary and open-source drivers exist. Open source drivers
47 are preferable since we're using Linux and open source is one of its underlying
48 -principles. Sometimes, binary drivers are the only option, like with nVidia's
49 -cards. Binary drivers include <c>x11-drivers/nvidia-drivers</c> for nVidia cards
50 -and <c>x11-drivers/ati-drivers</c> for ATI cards.
51 +principles. Sometimes, binary drivers are the only option, especially if your
52 +graphics card is so new that open source drivers have not yet been written to
53 +support its features. Binary drivers include <c>x11-drivers/nvidia-drivers</c>
54 +for nVidia cards and <c>x11-drivers/ati-drivers</c> for AMD/ATI cards.
55 </p>
56
57 </body>
58 @@ -100,6 +101,7 @@
59 <li>3dfx</li>
60 <li>intel</li>
61 <li>matrox</li>
62 + <li>nouveau</li>
63 <li>rage128</li>
64 <li>radeon</li>
65 <li>mach64</li>
66 @@ -114,17 +116,6 @@
67
68 </body>
69 </section>
70 -<section>
71 -<title>Feedback</title>
72 -<body>
73 -
74 -<p>
75 -With suggestions, questions, etc., e-mail <mail
76 -link="dberkholz@g.o">Donnie Berkholz</mail>.
77 -</p>
78 -
79 -</body>
80 -</section>
81 </chapter>
82
83 <chapter>
84 @@ -359,8 +350,8 @@
85 <body>
86
87 <p>
88 -Try out the binary drivers. For <c>ati-drivers</c>, a listing is at
89 -<uri>http://support.amd.com/us/gpudownload/Pages/index.aspx</uri>. If those
90 +Try out the binary drivers. For AMD cards, use <c>ati-drivers</c>; a listing is
91 +at <uri>http://support.amd.com/us/gpudownload/Pages/index.aspx</uri>. If those
92 don't support it, use fbdev. It's slow, but it works.
93 </p>
94
95 @@ -396,5 +387,15 @@
96
97 </body>
98 </section>
99 +<section>
100 +<title>Feedback</title>
101 +<body>
102 +
103 +<p>
104 +With suggestions, questions, etc., e-mail <mail link="dberkholz"/>.
105 +</p>
106 +
107 +</body>
108 +</section>
109 </chapter>
110 </guide>