# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/local/share/fonts/psfonts" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 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 "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" # general settings Option "SendCoreEvents" "on" Option "Emulate3Buttons" "on" Option "Device" "/dev/psaux" # # 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" # # coordinates for left/right/bottom/top `virtual' edge Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "BottomEdge" "4000" Option "TopEdge" "1900" # # When finger pressure drops below this value, the # driver counts it as a release. Option "FingerLow" "25" # # When finger pressure goes above this value, the # driver counts it as a touch. Option "FingerHigh" "30" # # max. time (in milliseconds) for detecting a tap Option "MaxTapTime" "180" # # max. movement of the finger for detecting a tap Option "MaxTapMove" "220" # # max. time (in milliseconds) for detecting a double tap #Option "MaxDoubleTapTime" "180" # # the duration of the mouse click generated by tapping #Option "ClickTime" "100" # # Makes the driver react faster to a single tap, but # also makes double clicks caused by double tapping slower. #Option "FastTaps" "off" # # max time (in milliseconds) for middle button emulation. Option "EmulateMidButtonTime" "20" # # move distance of the finger for a scroll event Option "VertScrollDelta" "100" # # move distance of the finger for a scroll event Option "HorizScrollDelta" "100" # # min./max./acceleration Speed factor Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" # # finger pressure at which minimum edge motion speed is set #Option "EdgeMotionMinZ" "30" # # finger pressure at which maximum edge motion speed is set #Option "EdgeMotionMaxZ" "160" # # slowest setting for edge motion speed #Option "EdgeMotionMinSpeed" "1" # # fastest setting for edge motion speed #Option "EdgeMotionMaxSpeed" "400" # # If on, edge motion is also used for normal movements, # if off, egde motion is used only when dragging #Option "EdgeMotionUseAlways" "off" # # If on, the up/down buttons generate button 4/5 events. # If off, the up button generates a double click and # the down button generates a button 2 event. Option "UpDownScrolling" "off" # # Switch off the touchpad. Valid values are: # 0 : Touchpad is enabled # 1 : Touchpad is switched off # 2 : Only tapping is switched off #Option "TouchpadOff" "0" # # switch on/off guest mouse (often a stick) #Option "GuestMouseOff" "off" # # If off, a tap and drag gesture ends when you release # the finger. If on, the gesture is active until you # tap a second time. Option "LockedDrags" "off" # # Mouse button actions for corners # 0=No action, 1=Left Button, 2=Middle Button, 3=Right Button Option "RTCornerButton" "1" Option "RBCornerButton" "2" Option "LTCornerButton" "3" Option "LBCornerButton" "0" # # Which mouse button is reported on a non-corner n-finger tap # 0=No action, 1=Left Button, 2=Middle Button, 3=Right Button Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" # # If on, circular scrolling is used Option "CircularScrolling" "1" # # Move angle (radians) of finger to generate a scroll event #Option "CircScrollDelta" "0.1" # # Trigger region on the touchpad to start circular scrolling # 0=All Edges, 1=Top Edge, 2=Top Right Corner, 3=Right Edge, # 4=Bottom Right Corner, 5=Bottom Edge, 6=Bottom Left Corner, # 7=Left Edge, 8=Top Left Corner Option "CircScrollTrigger" "3" # # Instead of being a rectangle, the edge is the ellipse # enclosed by the Left/Right/Top/BottomEdge parameters. # For circular touchpads. Option "CircularPad" "off" # # If palm detection should be enabled Option "PalmDetect" "on" # # Minimum width at which touch is considered a palm #Option "PalmMinWidth" "10" # # Minimum finger pressure at which touch is considered a palm #Option "PalmMinZ" "200" # # Coasting threshold scrolling speed. 0 disables coasting. #Option "CoastingSpeed" "0" EndSection Section "Device" Identifier "Generic Video Card" Driver "i810" BusID "PCI:0:2:0" # the following stuff is for the experimental # xserver-xorg-video-i810-modesetting Option "XvMCSurfaces" "6" Option "XVideo" "on" Option "AddARGBGLXVisuals" "On" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection