Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: dri-howto.xml
Date: Tue, 25 Dec 2012 19:03:51
Message-Id: 20121225184717.848412171D@flycatcher.gentoo.org
1 swift 12/12/25 18:47:17
2
3 Modified: dri-howto.xml
4 Log:
5 Fix bug #448438 - remove bad link and typo. Thanks to Francesco Turco for reporting
6
7 Revision Changes Path
8 1.50 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.50&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.49&r2=1.50
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.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- dri-howto.xml 11 Sep 2011 08:43:18 -0000 1.49
21 +++ dri-howto.xml 25 Dec 2012 18:47:17 -0000 1.50
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.49 2011/09/11 08:43:18 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.50 2012/12/25 18:47:17 swift 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>5</version>
35 -<date>2011-09-11</date>
36 +<version>6</version>
37 +<date>2012-12-25</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -146,7 +146,7 @@
42 </pre>
43
44 <p>
45 -If your chipset is not supported by the kernel you might have some succes by
46 +If your chipset is not supported by the kernel you might have some success by
47 passing <c>agp=try_unsupported</c> as a kernel parameter. This will use Intel's
48 generic routines for AGP support. To add this parameter, edit your bootloader
49 configuration file!
50 @@ -394,7 +394,6 @@
51 <li><uri>http://forums.gentoo.org/viewtopic.php?t=46681</uri></li>
52 <li><uri>http://forums.gentoo.org/viewtopic.php?t=29264</uri></li>
53 <li><uri>http://dri.freedesktop.org/</uri></li>
54 - <li><uri>http://www.retinalburn.net/linux/dri_status.html</uri></li>
55 </ol>
56
57 </body>