# /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 commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" # Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection #Section "Extensions" # Option "Composite" "Enabled" #EndSection Section "InputDevice" Identifier "Happy Hacking" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "dvorak" EndSection Section "InputDevice" Identifier "Kensington" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse0" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" # Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Device" "/dev/input/event4" # USB ONLY Option "Type" "cursor" Option "USB" "on" # USB ONLY # Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" # Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Device" "/dev/input/event4" # USB ONLY Option "Type" "stylus" Option "USB" "on" # USB ONLY # Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" # Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Device" "/dev/input/event4" # USB ONLY Option "Type" "eraser" Option "USB" "on" # USB ONLY # Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection #Section "InputDevice" # Driver "wacom" # Identifier "pad" # Intuos3 or Cintiq 21UX # Option "Device" "/dev/ttyS0" # SERIAL ONLY # Option "Device" "/dev/input/event4" # USB ONLY # Option "Type" "pad" # Option "USB" "on" # USB ONLY #EndSection Section "Device" Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]" Driver "nvidia" BusID "PCI:1:0:0" #Option "NvAGP" "0" Option "CursorShadow" "1" Option "NoLogo" "1" # Composite/Render Extension Acceleration Options # Option "RenderAccel" "1" # Option "AllowGLXWithComposite" "1" Option "RandRRotation" "on" EndSection Section "Monitor" Identifier "PnP Monitor" Option "DPMS" DisplaySize 376.32 301.55 VertRefresh 56-75 HorizSync 30-83 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]" Monitor "PnP Monitor" DefaultDepth 24 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 24 EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480" "320x240" "320x200" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Happy Hacking" InputDevice "Kensington" "AlwaysCore" InputDevice "cursor" "SendCoreEvents" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection