fox2mike 05/12/16 07:30:48 Modified: xml/htdocs/doc/en dri-howto.xml Log: #101566 - Autoloading Modules as required. Added CC-BY-SA 2.5 comment as well. I'm back in business babies :p
Revision Changes Path 1.27 +23 -4 xml/htdocs/doc/en/dri-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/dri-howto.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo Index: dri-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- dri-howto.xml 11 Oct 2005 03:46:14 -0000 1.26 +++ dri-howto.xml 16 Dec 2005 07:30:48 -0000 1.27 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.26 2005/10/11 03:46:14 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.27 2005/12/16 07:30:48 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/dri-howto.xml"> @@ -16,10 +16,12 @@ with Xorg in Gentoo Linux. </abstract> +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.0.14</version> -<date>2005-10-11</date> +<version>1.0.15</version> +<date>2005-12-16</date> <chapter> <title>Introduction</title> @@ -161,7 +163,7 @@ <*> MTRR (Memory Type Range Register) support Character devices ---> <M> /dev/agpgart (AGP Support) -[*] Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support +[M] Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support <comment>(Enable your chipset instead of the above.)</comment> < > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) </pre> @@ -255,6 +257,23 @@ </body> </section> +<section> +<title>Changes to modules.autoload.d</title> +<body> + +<p> +You will need to add the module name that your card uses to +<path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is +loaded automatically when the system starts up. +</p> + +<pre caption="Editing /etc/modules.autoload.d/kernel-2.6"> +<comment>(Change module name as required.)</comment> +intel-agp +</pre> + +</body> +</section> </chapter> <chapter> -- [email protected] mailing list
