Gentoo Archives: gentoo-doc-cvs

From: Joseph Jezak <josejx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml
Date: Fri, 07 Jul 2006 16:55:36
Message-Id: 20060707165511.28B06642CA@smtp.gentoo.org
1 josejx 06/07/07 16:55:10
2
3 Modified: gentoo-ppc-faq.xml
4 Log:
5 Added some modular X notes.
6
7 Revision Changes Path
8 1.53 xml/htdocs/doc/en/gentoo-ppc-faq.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.53&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.53&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-faq.xml.diff?r1=1.52&r2=1.53&cvsroot=gentoo
13
14 Index: gentoo-ppc-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
17 retrieving revision 1.52
18 retrieving revision 1.53
19 diff -u -r1.52 -r1.53
20 --- gentoo-ppc-faq.xml 12 Jun 2006 20:35:41 -0000 1.52
21 +++ gentoo-ppc-faq.xml 7 Jul 2006 16:55:10 -0000 1.53
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/gentoo-ppc-faq.xml,v 1.52 2006/06/12 20:35:41 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.53 2006/07/07 16:55:10 josejx Exp $ -->
27
28 <guide link="/doc/en/gentoo-ppc-faq.xml">
29 <title>Gentoo Linux/PowerPC Frequently Asked Questions</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.28</version>
35 -<date>2006-06-12</date>
36 +<version>1.29</version>
37 +<date>2006-07-07</date>
38
39 <chapter>
40 <title>Questions</title>
41 @@ -194,7 +194,7 @@
42 </uri>
43 </li>
44 <li>
45 - <uri link="#drm">How do I configure DRM and OpenGL acceleration?</uri>
46 + <uri link="#drm">What is required for DRM?</uri>
47 </li>
48 <li>
49 <uri link="#xorgerror">
50 @@ -1103,10 +1103,18 @@
51 </body>
52 </section>
53 <section id="drm">
54 -<title>What kernel options are required for DRM?</title>
55 +<title>What is required for DRM?</title>
56 <body>
57
58 <p>
59 +When emerging xorg-server, make sure the dri use flag is enabled. You should
60 +also set the VIDEO_CARDS variable in make.conf with your video card,
61 +VIDEO_CARDS="radeon" for radeon support, VIDEO_CARDS="nv" for nvidia support
62 +and so on. For a backup option, add fbdev to the list of VIDEO_CARDS, this
63 +driver should always work.
64 +</p>
65 +
66 +<p>
67 Make sure in your kernel config you have the following options set:
68 </p>
69
70
71
72
73 --
74 gentoo-doc-cvs@g.o mailing list