Section "ServerLayout" Identifier "OneScreen" Screen 0 "Screen0" # Screen 1 "Screen1" RightOf "Screen0" InputDevice "keyboard0" "CoreKeyboard" InputDevice "mouse0" "CorePointer" Option "Clone" "on" # Option "Xinerama" "off" EndSection Section "Extensions" # Option "Composite" "Enable" EndSection Section "Files" LogFile "/var/log/xorg.log" RgbPath "/usr/lib/X11/rgb.txt" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts" FontPath "/usr/share/fonts/default" EndSection Section "Module" Load "dbe" Load "extmod" Load "freetype" # Load "v4l" Load "type1" Load "glx" # Load "speedo" Load "dri" EndSection Section "ServerFlags" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" Option "DefaultServerLayout" "OneScreen" EndSection Section "InputDevice" Identifier "keyboard0" Driver "kbd" Option "XkbLayout" "dk" Option "XkbModel" "pc105" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "mouse0" Driver "evdev" Option "Buttons" "12" # Option "Device" "/dev/psaux" Option "Name" "Autodetection" #Option "Protocol" "ps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "11 12" Option "Protocol" "evdev" Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices Option "Dev Phys" "usb-0000:00:10.0-1/input0" # cat /proc/bus/input/devices Option "Device" "/dev/input/mx1000" # (/dev/input/mice also appears to work) Option "Short props" "12" # Option "buttons" "10" # Option "ZAxisMapping" "11 12" Option "Resolution" "800" EndSection Section "Monitor" Identifier "Monitor0" VendorName "--> VESA" ModelName "1024X768@85HZ" HorizSync 30.0 - 85.0 VertRefresh 50.0 - 150.0 Option "CalcAlgorithm" "CheckDesktopGeometry" EndSection Section "Device" Identifier "card0" Driver "nvidia" Option "RenderAccel" "true" VendorName "NVidia" Option "CursorShadow" "1" Option "HWcursor" "1" Option "NoLogo" "1" # Option "Coolbits" "1" Option "TwinView" "1" Option "NvAGP" "3" Option "TVOutFormat" "SVIDEO" Option "TVStandard" "PAL-B" Option "TwinViewOrientation" "Clone" #Option "ConnectedMonitor" "CRT, TV" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60-60" Option "MetaModes" "1280x1024, null; 1280x960, null; 1152x864,null; 1024x768 , 1024x768; 800x600 , 800x600; 640x480 , 640x480" BusID "PCI:1:0:0" Option "NoTwinViewXineramaInfo" "0" Option "TVOverScan" "0" Screen 0 Option "AllowGLXWithComposite" "true" EndSection Section "Screen" Identifier "Screen0" Device "card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 15 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" #"1280x1024" "1280x800" "1152x864" EndSubSection SubSection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group "video" Mode 0666 EndSection