Section "Files" # FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/CID" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" # Load "dri" Load "evdev" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "NVIDIA Corporation NV43 [GeForce Go 6600 TE/6200 TE]" #Driver "nv" Driver "nvidia" BusID "PCI:1:0:0" Option "NvAGP" "1" Option "AllowDDCCI" "1" Option "UseEdidFreqs" "1" Option "UseEdidDpi" "0" Option "DPI" "96x96" #Option "TwinView" #Option "MetaModes" "DFP-0: 1400x1050 @1600x1200, CRT-0: 1600x1200" #Option "TwinViewOrientation" "Clone" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" # Toshiba HorizSync 28-80 VertRefresh 43-75 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV43 [GeForce Go 6600 TE/6200 TE]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1400x1050" # Modes "1400x1050" # Virtual 1600 1200 #Modes "1680x1050" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection