# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/local/share/fonts/psfonts" EndSection Section "ServerFlags" Option "blank time" "5" Option "standby time" "10" Option "suspend time" "15" Option "off time" "20" #Option "AllowMouseOpenFail" "on" EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "ALPS Touchpad" Driver "synaptics" Option "SendCoreEvents" "on" Option "Emulate3Buttons" "on" # # Synaptics options # # "auto-dev" (automatic, default), "psaux" (raw) or # "event" (linux 2.5 kernel events) Option "Protocol" "auto-dev" # # switch on/off shared memory for configuration Option "SHMConfig" "on" # Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "180" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "VertTwoFingerScroll" "1" Option "CornerCoasting" "1" Option "CoastingSpeed" "3" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.015" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "3" Option "MaxDoubleTapTime" "200" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "VertEdgeScroll" "1" Option "HorizEdgeScroll" "1" EndSection Section "Device" Identifier "built in intel" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Device" Identifier "built in nvidia" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Configured Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection Section "Screen" Identifier "nVidia Screen" Device "built in nvidia" Monitor "Configured Monitor" EndSection Section "Screen" Identifier "Intel Screen" Device "built in intel" Monitor "Configured Monitor" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" #InputDevice "Configured Mouse" InputDevice "ALPS Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection