Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules Load "type1" # Load "speedo" Load "freetype" # Load "xtt" # This loads the GLX module Load "glx" # This loads the DRI module # Load "dri" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" # FontPath "/usr/lib/X11/fonts/local/" FontPath "/usr/lib/X11/fonts/misc/" FontPath "/usr/lib/X11/fonts/75dpi/" FontPath "/usr/lib/X11/fonts/100dpi/" # FontPath "/usr/lib/X11/fonts/Speedo/" FontPath "/usr/lib/X11/fonts/Type1/" # FontPath "/usr/lib/X11/fonts/TrueType/" FontPath "/usr/lib/X11/fonts/freefont/" FontPath "/usr/lib/X11/fonts/75dpi/" FontPath "/usr/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" # Driver "kbd" Driver "evdev" Option "Phys" "usb-0000:00:1f.2-2/input0" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "evdev" # Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Option "Protocol" "auto" Driver "evdev" # Option "Device" "/dev/input/event1" Option "Phys" "usb-0000:00:1f.2-2/input1" Option "SendCoreEvents" # Option "Resolution" "800" # Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 30-60 VertRefresh 60-75 EndSection Section "Device" Identifier "** NVIDIA (generic) [nv]" Driver "nvidia" BusID "PCI:1:0:0" VideoRam 131072 EndSection Section "Screen" Identifier "Screen 1" Device "** NVIDIA (generic) [nv]" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection