#uncomment these to add the ati remote #Section "InputDevice" # Identifier "Mouse1" # Driver "mouse" # Option "Protocol" "PS/2" # Option "Device" "/dev/input/mice" #EndSection Section "InputDevice" Identifier "ATI Remote" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/input/mice" Option "SendCoreEvents" EndSection Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 #InputDevice "Mouse0" "CorePointer" InputDevice "ATI Remote" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc" 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/freefont" EndSection Section "Module" Load "extmod" # Misc. required extensions Load "glx" # OpenGL X protocol interface Load "dbe" # Double-buffering Load "freetype" Load "speedo" Load "type1" Load "v4l" # Video4Linux EndSection Section "ServerFlags" #DontZap # disable (server abort) #DontZoom # disable / (resolution switching) # allows the server to start up even if the mouse doesn't work Option "allowmouseopenfail" Option "NoPM" "true" Option "BlankTime" "0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "AutoRepeat" "3 250" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" #Option "Device" "/dev/mouse" #Option "Buttons" "5" #Option "ZAxisMapping" "4 5" EndSection Section "Monitor" #ModeLine "800x600" 25.177 800 824 864 912 600 632 634 714 #ModeLine "640x480" 28.6 640 646 692 728 480 508 509 574 Identifier "Monitor0" VendorName "Sony" ModelName "3da" HorizSync 30.0 - 50.0 VertRefresh 60.0 - 60.0 EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "NVidia" BoardName "GeForce2 MX" Option "NvAGP" "3" Option "ConnectedMonitor" "TV" Option "TVStandard" "NTSC-M" Option "RenderAccel" "true" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection #Section "DRI" # Mode 0666 #EndSection