Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Sat, 30 Jul 2005 21:48:41
Message-Id: 200507302147.j6ULlcPr011264@robin.gentoo.org
1 neysx 05/07/30 21:48:32
2
3 Modified: xml/htdocs/doc/en dri-howto.xml
4 Log:
5 #100825 Updated links
6
7 Revision Changes Path
8 1.25 +26 -27 xml/htdocs/doc/en/dri-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml?rev=1.25&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml?rev=1.25&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml.diff?r1=1.24&r2=1.25&cvsroot=gentoo
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.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- dri-howto.xml 30 Jul 2005 09:47:30 -0000 1.24
21 +++ dri-howto.xml 30 Jul 2005 21:48:32 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.24 2005/07/30 09:47:30 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.25 2005/07/30 21:48:32 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/dri-howto.xml">
29 @@ -18,8 +18,8 @@
30
31 <license/>
32
33 -<version>1.0.12</version>
34 -<date>2005-07-28</date>
35 +<version>1.0.13</version>
36 +<date>2005-07-30</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -63,12 +63,11 @@
41 <body>
42
43 <p>
44 -The Direct Rendering Infrastructure (<uri
45 -link="http://dri.sourceforge.net">dri.sourceforge.net</uri>), also known as the
46 -DRI, is a framework for allowing direct access to graphics hardware in a safe
47 -and efficient manner. It includes changes to the X server, to several client
48 -libraries and to the kernel. The first major use for the DRI is to create fast
49 -OpenGL implementations.
50 +The <uri link="http://dri.freedesktop.org/wiki/">Direct Rendering
51 +Infrastructure</uri>, also known as the DRI, is a framework for allowing direct
52 +access to graphics hardware in a safe and efficient manner. It includes changes
53 +to the X server, to several client libraries and to the kernel. The first major
54 +use for the DRI is to create fast OpenGL implementations.
55 </p>
56
57 </body>
58 @@ -89,11 +88,10 @@
59 <body>
60
61 <p>
62 -This guide is for people who can't get direct rendering working with just
63 -Xorg. X11-DRM works for 3dfx, gamma, i8x0, matrox, rage128, radeon, mach64
64 -and sis300 series drivers. See the <uri
65 -link="http://dri.sourceforge.net">DRI homepage</uri> for more info and
66 -documentation.
67 +This guide is for people who can't get direct rendering working with just Xorg.
68 +X11-DRM works for 3dfx, gamma, i8x0, matrox, rage128, radeon, mach64 and sis300
69 +series drivers. See the <uri link="http://dri.freedesktop.org/">DRI
70 +homepage</uri> for more info and documentation.
71 </p>
72
73 </body>
74 @@ -321,10 +319,9 @@
75 <body>
76
77 <p>
78 -Check the DRI <uri
79 -link="http://dri.sourceforge.net/cgi-bin/moin.cgi/Status">supported cards
80 -list</uri> to see if the CVS supports your card. Even if it doesn't, but it
81 -supports a similar card, try it.
82 +Check the DRI <uri link="http://dri.freedesktop.org/wiki/Status">supported
83 +cards list</uri> to see if the CVS supports your card. Even if it doesn't, but
84 +it supports a similar card, try it.
85 </p>
86
87 <!-- I see a couple of 8x AGP stuff on the Internet about vanilla 2.4 kernels;
88 @@ -359,8 +356,8 @@
89
90 <p>
91 The DRI project has a document about CVS compiling themselves. Please read <uri
92 -link="http://dri.sourceforge.net/cgi-bin/moin.cgi/Building">the document</uri>
93 -and follow the instructions up to the <e>Installing for X.org</e> part.
94 +link="http://dri.freedesktop.org/wiki/Building">the document</uri> and follow
95 +the instructions up to the <e>Installing for X.org</e> part.
96 </p>
97
98 </body>
99 @@ -444,9 +441,11 @@
100 </pre>
101
102 <p>
103 -If you want to set even more features, check out the <uri
104 -link="http://dri.sourceforge.net/doc/dri_driver_features.phtml">features
105 -listing</uri> on the DRI Web site.
106 +If you want to set even more features, check out the <uri
107 +link="http://dri.freedesktop.org/wiki/FeatureMatrix">feature matrix</uri> on
108 +the DRI web site or the <uri
109 +link="http://dri.sourceforge.net/doc/dri_driver_features.phtml">features
110 +listing</uri> on Sourceforge.
111 </p>
112
113 </body>
114 @@ -565,10 +564,10 @@
115 <body>
116
117 <ol>
118 - <li>http://forums.gentoo.org/viewtopic.php?t=46681</li>
119 - <li>http://forums.gentoo.org/viewtopic.php?t=29264</li>
120 - <li>http://dri.sourceforge.net/</li>
121 - <li>http://www.retinalburn.net/linux/dri_status.html</li>
122 + <li><uri>http://forums.gentoo.org/viewtopic.php?t=46681</uri></li>
123 + <li><uri>http://forums.gentoo.org/viewtopic.php?t=29264</uri></li>
124 + <li><uri>http://dri.freedesktop.org/</uri></li>
125 + <li><uri>http://www.retinalburn.net/linux/dri_status.html</uri></li>
126 </ol>
127
128 </body>
129
130
131
132 --
133 gentoo-doc-cvs@g.o mailing list