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: Thu, 17 May 2007 11:20:06
Message-Id: E1Hoe1P-0001qY-CQ@stork.gentoo.org
1 josejx 07/05/17 11:19:51
2
3 Modified: gentoo-ppc-faq.xml
4 Log:
5 Added note about radeon driver in GRP.
6
7 Revision Changes Path
8 1.61 xml/htdocs/doc/en/gentoo-ppc-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.61&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.61&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.60&r2=1.61
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.60
18 retrieving revision 1.61
19 diff -u -r1.60 -r1.61
20 --- gentoo-ppc-faq.xml 26 Feb 2007 08:58:04 -0000 1.60
21 +++ gentoo-ppc-faq.xml 17 May 2007 11:19:51 -0000 1.61
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.60 2007/02/26 08:58:04 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.61 2007/05/17 11:19:51 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.34</version>
35 -<date>2007-02-26</date>
36 +<version>1.35</version>
37 +<date>2007-05-17</date>
38
39 <chapter>
40 <title>Questions</title>
41 @@ -203,6 +203,12 @@
42 <uri link="#drm">What is required for DRM?</uri>
43 </li>
44 <li>
45 + <uri link="#noati">
46 + I've installed X.org and configured it correctly, but the radeon driver
47 + is missing. What's wrong?
48 + </uri>
49 + </li>
50 + <li>
51 <uri link="#xorgerror">
52 I have a VBIOS or "Invalid I/O allocation" error in my xorg.log. Is this
53 a problem?
54 @@ -1201,6 +1207,28 @@
55
56 </body>
57 </section>
58 +<section id="noati">
59 +<title>
60 +I've installed X.org and configured it correctly, but the radeon driver is
61 +missing. What's wrong?
62 +</title>
63 +<body>
64 +
65 +<p>
66 +Due to a mistake in creating the default options for GRP, the drivers for r128
67 +and radeon were left turned off in the 2007.0 release. Please add the
68 +appropriate VIDEO_CARDS line to <path>/etc/make.conf</path> and recompile
69 +<c>xorg-server</c> and <c>mesa</c> to rebuild the driver. Sorry about the
70 +trouble!
71 +</p>
72 +
73 +<note>
74 +This is also the correct solution if you simply forgot to include the correct
75 +card in VIDEO_CARDS and compiled it yourself.
76 +</note>
77 +
78 +</body>
79 +</section>
80 <section id="xorgerror">
81 <title>
82 I have a VBIOS or "Invalid I/O allocation" error in my xorg.log. Is this
83 @@ -1291,12 +1319,12 @@
84 <body>
85
86 <p>
87 -Yes, as long as you are running Gentoo Linux on PPC hardware, you can use <uri
88 -link="http://www.maconlinux.org/">Mac-on-Linux</uri> which allows you to run an
89 -instance of OS 9, OS X or Linux as a process on Linux. Simply <c>emerge mol</c>
90 -to install this package. MOL supports Mac OS 7.5.2 to 9.2.2, as well as any
91 -version of OS X. It can be run from a console framebuffer or run in a window on
92 -X.
93 +Yes, as long as you are running Gentoo Linux on 32 bit PPC hardware, you can
94 +use <uri link="http://www.maconlinux.org/">Mac-on-Linux</uri> which allows you
95 +to run an instance of OS 9, OS X or Linux as a process on Linux. Simply
96 +<c>emerge mol</c> to install this package. MOL supports Mac OS 7.5.2 to 9.2.2,
97 +as well as any version of OS X. It can be run from a console framebuffer or run
98 +in a window on X.
99 </p>
100
101 <note>
102
103
104
105 --
106 gentoo-doc-cvs@g.o mailing list