# XFree86 4 configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen "WXGA Screen" InputDevice "Touchpad" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/artwiz" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" # Load "dri" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "yes" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection # Doesn't work # Section "InputDevice" # Identifier "Mouse0" # Driver "synaptics" # Option "CorePointer" # Option "Protocol" "event" # Option "Device" "/dev/input/mice" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "no" #EndSection # Original config #Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "IMPS/2" # Option "Device" "/dev/input/mice" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "true" #EndSection # Also allow USB mouse Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Modes" # Here is the optimal mode: 1280x800 @ 60.0Hz Identifier "16:10" # 1280x800 @ 60.00Hz (GTF) hsyn: 49.68kHz; pclk: 83.46Mhz #ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 # 1200x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 78.69 MHz #Modeline "1200x800_60.00" 78.69 1200 1264 1392 1584 800 801 804 828 -HSync -Vsync # 1200x800 @ 50.00 Hz (GTF) hsync: 41.20 kHz; pclk: 63.94 MHz #Modeline "1200x800_50.00" 63.94 1200 1248 1376 1552 800 801 804 824 -HSync -Vsync # 1280x800 @ 50.00 Hz (GTF) hsync: 41.20 kHz; pclk: 68.56 MHz #Modeline "1280x800_50.00" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync # 1280x800 @ 58.00 Hz (GTF) hsync: 47.97 kHz; pclk: 80.58 MHz Modeline "1280x800_58.00" 80.58 1280 1344 1480 1680 800 801 804 827 -HSync +Vsync EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Unknown monitor" #UseModes "16:10" HorizSync 30-90 VertRefresh 50-75 Option "UseEdidFreqs" "1" Option "FlatPanelProperties" "Scaling = aspect-scaled" Option "dpms" EndSection # Non-twinview setup Section "Device" Identifier "NV" Driver "nvidia" Option "NoLogo" "true" # Option "NvAgp" "0" Option "UseEdidFreqs" "1" # Option "FlatPanelProperties" #"Scaling = aspect-scaled" Option "AllowGLXWithComposite" "true" Option "RenderAccel" "true" VideoRam 131072 EndSection # This monitor is only needed in the non-twinview setup Section "Monitor" Identifier "WXGA LCD" #UseModes "16:10" # Modeline "1280x800" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync Modeline "1280x800_55.00" 75.60 1280 1336 1472 1664 800 801 804 826 -HSync +Vsync HorizSync 29-90 VertRefresh 50-75 Option "UseEdidFreqs" "1" #Option "FlatPanelProperties" "Scaling = aspect-scaled" Option "dpms" EndSection Section "Screen" Identifier "WXGA Screen" Device "NV" Monitor "WXGA LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" Virtual 1280 800 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Protocol" "event" Option "Device" "/dev/input/event2" Option "ZAxisMapping" "Y" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "100" # Next line required only if you want to disable the mousepad while typing: Option "SHMConfig" "on" # Tweak this option as you like, it works anyway, have a look in # /usr/share/doc/synaptics*/README.gz for more options Option "LeftEdge" "60" Option "RightEdge" "830" Option "TopEdge" "70" Option "BottomEdge" "650" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "50" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "50" Option "HorizScrollDelta" "50" Option "MinSpeed" "0.50" Option "MaxSpeed" "0.9" Option "AccelFactor" "0.02" Option "EdgeMotionSpeed" "40" Option "UpDownScrolling" "1" Option "TouchpadOff" "0" EndSection