josejx 05/08/06 18:59:16
Modified: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-ppc-kernel.xml
Log:
Added framebuffer section to kernel configuration.
Revision Changes Path
1.3 +27 -1
xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: hb-install-ppc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc-kernel.xml 28 Jul 2005 16:53:20 -0000 1.2
+++ hb-install-ppc-kernel.xml 6 Aug 2005 18:59:16 -0000 1.3
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml,v
1.2 2005/07/28 16:53:20 josejx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc-kernel.xml,v
1.3 2005/08/06 18:59:16 josejx Exp $ -->
<sections>
@@ -255,6 +255,32 @@
</pre>
<p>
+Do not turn off kernel framebuffer support as it is required for a successful
+boot. If you are using an NVIDIA based chipset, you should use the
OpenFirmware
+framebuffer. If you are using an ATI based chipset, you should select the
+framebuffer driver based upon your chipset (Mach64, Rage128 or Radeon).
+</p>
+
+<pre caption="Chosing a Framebuffer Driver">
+Device Drivers --->
+ Graphics support --->
+ <*> Support for frame buffer devices
+ [*] Open Firmware frame buffer device support
+ <*> ATI Radeon display support
+ <*> ATI Rage128 display support
+ <*> ATI Mach64 display support
+ Console display driver support --->
+ <*> Framebuffer Console support
+</pre>
+
+<note>
+If you select more than one framebuffer device, it may default to a less than
+optimal driver. Either use only one framebuffer device or specify which
+to use by passing the driver to use to the kernel on boot such as
+<c>video=radeonfb</c>.
+</note>
+
+<p>
When you're done configuring your kernel, continue with <uri
link="#compiling">Compiling and Installing</uri>.
</p>
--
[email protected] mailing list