# /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/cyrillic" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/misc" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "GLcore" Load "int10" Load "type1" Load "vbe" Load "v4l" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection #Section "InputDevice" # Identifier "External Mouse" # Driver "mouse" # Option "CorePointer" # Option "Device" "/dev/input/mice" # Option "Protocol" "ExplorerPS/2" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "false" #EndSection Section "InputDevice" Identifier "Logitech MX Revolution" Driver "evdev" Option "Name" "Logitech USB Receiver" Option "Phys" "*/input0" Option "SendCoreEvents" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "true" Option "SHMConfig" "true" # Option "HorizScrollDelta" "0" # disable horizontal scrolling Option "TapButton1" "0" # disable single-tap Option "TapButton2" "0" # disable double-tap Option "TapButton3" "0" # disable triple-tap EndSection #Section "InputDevice" # Driver "wacom" # Identifier "stylus" # Option "Device" "/dev/wacom" # Change to # # /dev/input/event # # for USB # Option "Type" "stylus" # Option "ForceDevice" "ISDV4" # Tablet PC ONLY #EndSection #Section "InputDevice" # Driver "wacom" # Identifier "eraser" # Option "Device" "/dev/wacom" # Change to # # /dev/input/event # # for USB # Option "Type" "eraser" # Option "ForceDevice" "ISDV4" # Tablet PC ONLY #EndSection #Section "InputDevice" # Driver "wacom" # Identifier "cursor" # Option "Device" "/dev/wacom" # Change to # # /dev/input/event # # for USB # Option "Type" "cursor" # Option "ForceDevice" "ISDV4" # Tablet PC ONLY #EndSection Section "Device" Identifier "Intel Corporation 82852/855GM Integrated Graphics Device" VendorName "Intel" BoardName "Intel 852/855 GM" Driver "intel" BusID "PCI:0:2:0" # i810/intel driver options Option "DRI" "true" Option "DDC" "true" Option "XVideo" "true" Option "ColorKey" "0xFF00FF" # purple, instead of "0x000000", black Option "VideoKey" "0xFF00FF" # purple, instead of "0x000000", black Option "Legacy3D" "false" # Option "AperTexSize" "32768" # 32 MB of 3D texture memory, default is 32 MB # enable Compiz support Option "XAANoOffscreenPixmaps" EndSection Section "Monitor" Identifier "Dell 510m 1400x1050 Flat Panel" VendorName "Dell" ModelName "Dell 1400x1050 Laptop Display Panel" Option "DPMS" HorizSync 31.5-90.0 VertRefresh 59.0-75.0 Modeline "1400x1050" 108.00 1400 1440 1560 1680 1050 1053 1062 1071 -hsync -vsync EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82852/855GM Integrated Graphics Device" Monitor "Dell 510m 1400x1050 Flat Panel" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics Touchpad" InputDevice "Logitech MX Revolution" #InputDevice "External Mouse" #InputDevice "stylus" "SendCoreEvents" #InputDevice "cursor" "SendCoreEvents" #InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection