Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: dri-howto.xml
Date: Tue, 11 Oct 2005 03:46:12
Message-Id: 200510110336.j9B3as9b023147@robin.gentoo.org
1 swift 05/10/11 03:46:14
2
3 Modified: xml/htdocs/doc/en dri-howto.xml
4 Log:
5 #108581 - x11-drm is now available for 2.6 kernels as well
6
7 Revision Changes Path
8 1.26 +6 -12 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.26&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.26&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.25&r2=1.26&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.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- dri-howto.xml 30 Jul 2005 21:48:32 -0000 1.25
21 +++ dri-howto.xml 11 Oct 2005 03:46:14 -0000 1.26
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.25 2005/07/30 21:48:32 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.26 2005/10/11 03:46:14 swift 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.13</version>
34 -<date>2005-07-30</date>
35 +<version>1.0.14</version>
36 +<date>2005-10-11</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -167,10 +167,8 @@
41 </pre>
42
43 <p>
44 -If you use a 2.4 kernel, make sure the Direct Rendering Manager (DRM) is
45 -<e>off</e>. The X11-DRM package will provide its own. 2.6 kernel users should
46 -<e>enable</e> the Direct Rendering Manager (DRM) as the X11-DRM package
47 -currently does not support 2.6 kernels yet.
48 +Make sure the Direct Rendering Manager (DRM) is <e>off</e>.
49 +The X11-DRM package will provide its own.
50 </p>
51
52 </body>
53 @@ -180,6 +178,7 @@
54 <body>
55
56 <pre caption="Compiling and installing kernel">
57 +<comment>(This example is for a 2.4 kernel)</comment>
58 # <i>make dep &amp;&amp; make clean bzImage modules modules_install</i>
59 # <i>mount /boot</i>
60 # <i>cp arch/i386/boot/bzImage /boot</i>
61 @@ -201,11 +200,6 @@
62 <title>Install X11-DRM</title>
63 <body>
64
65 -<warn>
66 -If you are a 2.6 kernel user, skip this section and go to <uri
67 -link="#configure_xorg">Configure Xorg.conf</uri>.
68 -</warn>
69 -
70 <pre caption="Installing X11-DRM">
71 # <i>emerge x11-drm</i>
72 </pre>
73
74
75
76 --
77 gentoo-doc-cvs@g.o mailing list