jkt 06/07/31 19:37:50 Modified: dri-howto.xml Log: - rephrased that bit about "no need to load modules" per jakub's request - "No," should be "No" -- this should be fixed in ro/ and pt_br/, vanquirius and alin were mailed.
Revision Changes Path 1.32 xml/htdocs/doc/en/dri-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.32&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/dri-howto.xml?r1=1.31&r2=1.32 Index: dri-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- dri-howto.xml 7 Jul 2006 07:39:55 -0000 1.31 +++ dri-howto.xml 31 Jul 2006 19:37:50 -0000 1.32 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.31 2006/07/07 07:39:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/dri-howto.xml,v 1.32 2006/07/31 19:37:50 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/dri-howto.xml"> @@ -295,11 +295,11 @@ <pre caption="Testing rendering"> $ <i>startx</i> -<comment>(No need to load modules for your driver or agpgart, if you compiled agpgart as a module.)</comment> +<comment>(No need to load modules for your driver or agpgart, even if you compiled them as a module.)</comment> <comment>(They will be loaded automatically.)</comment> $ <i>glxinfo | grep rendering</i> direct rendering: Yes -<comment>(If it says "No," you don't have 3D acceleration.)</comment> +<comment>(If it says "No", you don't have 3D acceleration.)</comment> $ <i>glxgears</i> <comment>(Test your frames per second (FPS) at the default size. The number should be )</comment> <comment>(significantly higher than before installing x11-drm. Do this while the CPU is as idle as possible.)</comment> -- [email protected] mailing list
