josejx 07/05/17 11:19:51 Modified: gentoo-ppc-faq.xml Log: Added note about radeon driver in GRP.
Revision Changes Path 1.61 xml/htdocs/doc/en/gentoo-ppc-faq.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.61&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.60&r2=1.61 Index: gentoo-ppc-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- gentoo-ppc-faq.xml 26 Feb 2007 08:58:04 -0000 1.60 +++ gentoo-ppc-faq.xml 17 May 2007 11:19:51 -0000 1.61 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.60 2007/02/26 08:58:04 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.61 2007/05/17 11:19:51 josejx Exp $ --> <guide link="/doc/en/gentoo-ppc-faq.xml"> <title>Gentoo Linux/PowerPC Frequently Asked Questions</title> @@ -27,8 +27,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.34</version> -<date>2007-02-26</date> +<version>1.35</version> +<date>2007-05-17</date> <chapter> <title>Questions</title> @@ -203,6 +203,12 @@ <uri link="#drm">What is required for DRM?</uri> </li> <li> + <uri link="#noati"> + I've installed X.org and configured it correctly, but the radeon driver + is missing. What's wrong? + </uri> + </li> + <li> <uri link="#xorgerror"> I have a VBIOS or "Invalid I/O allocation" error in my xorg.log. Is this a problem? @@ -1201,6 +1207,28 @@ </body> </section> +<section id="noati"> +<title> +I've installed X.org and configured it correctly, but the radeon driver is +missing. What's wrong? +</title> +<body> + +<p> +Due to a mistake in creating the default options for GRP, the drivers for r128 +and radeon were left turned off in the 2007.0 release. Please add the +appropriate VIDEO_CARDS line to <path>/etc/make.conf</path> and recompile +<c>xorg-server</c> and <c>mesa</c> to rebuild the driver. Sorry about the +trouble! +</p> + +<note> +This is also the correct solution if you simply forgot to include the correct +card in VIDEO_CARDS and compiled it yourself. +</note> + +</body> +</section> <section id="xorgerror"> <title> I have a VBIOS or "Invalid I/O allocation" error in my xorg.log. Is this @@ -1291,12 +1319,12 @@ <body> <p> -Yes, as long as you are running Gentoo Linux on PPC hardware, you can use <uri -link="http://www.maconlinux.org/">Mac-on-Linux</uri> which allows you to run an -instance of OS 9, OS X or Linux as a process on Linux. Simply <c>emerge mol</c> -to install this package. MOL supports Mac OS 7.5.2 to 9.2.2, as well as any -version of OS X. It can be run from a console framebuffer or run in a window on -X. +Yes, as long as you are running Gentoo Linux on 32 bit PPC hardware, you can +use <uri link="http://www.maconlinux.org/">Mac-on-Linux</uri> which allows you +to run an instance of OS 9, OS X or Linux as a process on Linux. Simply +<c>emerge mol</c> to install this package. MOL supports Mac OS 7.5.2 to 9.2.2, +as well as any version of OS X. It can be run from a console framebuffer or run +in a window on X. </p> <note> -- [EMAIL PROTECTED] mailing list
