? empty_xorg.conf.patch Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.51 diff -u -r1.51 nvidia-guide.xml --- nvidia-guide.xml 11 Sep 2011 08:43:18 -0000 1.51 +++ nvidia-guide.xml 8 Jul 2012 12:35:58 -0000 @@ -315,7 +315,22 @@

-Open /etc/X11/xorg.conf with your favorite editor (such as +If you do not have an xorg.conf file, it is sufficient to simply tell the X Server to load the module; it will likely handle the remainder of your configuration itself. Create /etc/X11/xorg.conf with the contents: +

+ +
+Section "Device"
+  Identifier "my nVidia Card"
+  Driver "nvidia"
+EndSection
+
+ +

+This will allow the X server to use the video card to probe most of the remainder of your display setup. You will be able to tune and adjust this later using the nvidia-settings command. +

+ +

+If you already have an xorg.conf file, open /etc/X11/xorg.conf with your favorite editor (such as nano or vim) and go to the Device section. In that section, change the Driver line: