--- dri-howto.xml.orig 2006-01-05 11:09:02.000000000 -0800 +++ dri-howto.xml 2006-01-05 11:10:37.000000000 -0800 @@ -20,8 +20,8 @@ -1.0.15 -2005-12-16 +1.0.16 +2006-01-05 Introduction @@ -283,18 +283,18 @@

-Reboot your computer to your new kernel. It's time to see if you have direct -rendering and how good it is. +Reboot your computer to your new kernel and login as a normal user. It's time +to see if you have direct rendering and how good it is.

-# startx
+$ startx
 (No need to load modules for your driver or agpgart, if you compiled agpgart as a module.)
 (They will be loaded automatically.)
-# glxinfo | grep rendering
+$ glxinfo | grep rendering
 direct rendering: Yes
 (If it says "No," you don't have 3D acceleration.)
-# glxgears
+$ glxgears
 (Test your frames per second (FPS) at the default size. The number should be )
 (significantly higher than before installing x11-drm. Do this while the CPU is as idle as possible.)