josejx 06/07/07 16:55:10 Modified: gentoo-ppc-faq.xml Log: Added some modular X notes.
Revision Changes Path 1.53 xml/htdocs/doc/en/gentoo-ppc-faq.xml 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 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 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 Index: gentoo-ppc-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- gentoo-ppc-faq.xml 12 Jun 2006 20:35:41 -0000 1.52 +++ gentoo-ppc-faq.xml 7 Jul 2006 16:55:10 -0000 1.53 @@ -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.52 2006/06/12 20:35:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.53 2006/07/07 16:55:10 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.28</version> -<date>2006-06-12</date> +<version>1.29</version> +<date>2006-07-07</date> <chapter> <title>Questions</title> @@ -194,7 +194,7 @@ </uri> </li> <li> - <uri link="#drm">How do I configure DRM and OpenGL acceleration?</uri> + <uri link="#drm">What is required for DRM?</uri> </li> <li> <uri link="#xorgerror"> @@ -1103,10 +1103,18 @@ </body> </section> <section id="drm"> -<title>What kernel options are required for DRM?</title> +<title>What is required for DRM?</title> <body> <p> +When emerging xorg-server, make sure the dri use flag is enabled. You should +also set the VIDEO_CARDS variable in make.conf with your video card, +VIDEO_CARDS="radeon" for radeon support, VIDEO_CARDS="nv" for nvidia support +and so on. For a backup option, add fbdev to the list of VIDEO_CARDS, this +driver should always work. +</p> + +<p> Make sure in your kernel config you have the following options set: </p> -- [email protected] mailing list
