Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/sharefont/" EndSection # This loads all the modules... Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "v4l" Load "freetype" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "us" EndSection Section "InputDevice" # nipple pointer Identifier "Nipplemouse" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "yes" EndSection Section "InputDevice" # whatever USB ones I might have connected Identifier "USBmouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Generic LCD Panel" VendorName "Unknown" ModelName "Unknown" # HorizSync 30-64 # VertRefresh 50-100 ModeLine "1024x480m" 65.00 1024 1032 1176 1344 480 488 494 560 -hsync -vsync ModeLine "800x375m" 65.00 800 920 1376 1584 375 378 389 414 -hsync -vsync ModeLine "640x480m" 65.00 640 672 936 1056 480 485 487 520 -hsync -vsync ModeLine "640x300m" 65.00 640 648 888 1152 300 312 314 349 -hsync -vsync ModeLine "512x240m" 65.00 512 528 816 1152 240 240 242 277 -hsync -vsync Option "DPMS" EndSection Section "Device" Identifier "My Video Card" Driver "ati" BoardName "Unknown" BusID "PCI:0:13:0" ClockChip "Internal" EndSection Section "Screen" Identifier "Screen0" Device "My Video Card" Monitor "Generic LCD Panel" DefaultDepth 16 Subsection "Display" Depth 32 Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m" Virtual 1280 600 ViewPort 1024 480 EndSubSection Subsection "Display" Depth 24 Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m" Virtual 1280 600 ViewPort 1024 480 EndSubSection Subsection "Display" Depth 16 Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m" Virtual 1280 600 ViewPort 1024 480 EndSubSection Subsection "Display" Depth 8 Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m" Virtual 1280 600 ViewPort 1024 480 EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "ServerLayout" Identifier "My Layout" Screen "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Nipplemouse" "CorePointer" InputDevice "USBmouse" "SendCoreEvents" EndSection