# 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 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 commands as root: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum # dpkg-reconfigure xserver-xorg Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "dbe" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" #Load "int10" #Load "type1" Load "vbe" Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "dvorak" Option "XkbOptions" "ctrl:swapcaps,compose:ralt,altwin:super_win" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "synaptics" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" Option "LeftEdge" "1200" Option "RightEdge" "5200" Option "TopEdge" "1200" Option "BottomEdge" "4900" Option "FingerLow" "35" Option "FingerHigh" "50" Option "HorizScrollDelta" "0" Option "VertScrollDelta" "80" Option "RTCornerButton" "0" Option "RBCornerButton" "0" Option "PalmMinZ" "120" Option "CoastingSpeed" "100" # Disable tapping. Option "TapButton1" "0" Option "TapButton2" "0" Option "TapButton3" "0" # Enable dynamic configuration Option "SHMConfig" "on" EndSection Section "Device" Identifier "Screen0 ATI Technologies, Inc. RS400" Driver "ati" BusID "PCI:1:5:0" # vendor=1002, device=5955 Screen 0 Option "AGPMode" "8" # Performance-related options -- might be unstable. Option "EnablePageFlip" "on" #Option "AccelMethod" "EXA" # Energy saving-related options -- might reduce performance. Option "DynamicClocks" "on" # Workaround for VGA-0 connector being enabled and wasting power. MonitorLayout "LVDS, NONE" # Required by Compiz Option "XAANoOffscreenPixmaps" "true" EndSection Section "Device" Identifier "Screen1 ATI Technologies, Inc. RS400" Driver "ati" BusID "PCI:1:5:0" # vendor=1002, device=5955 Screen 1 Option "AGPMode" "8" # Performance-related options -- might be unstable. Option "EnablePageFlip" "on" #Option "AccelMethod" "EXA" # Energy saving-related options -- might reduce performance. Option "DynamicClocks" "on" # Required by Compiz Option "XAANoOffscreenPixmaps" "true" EndSection Section "Monitor" Identifier "MonitorInt" Option "DPMS" #DisplaySize 331 207 EndSection Section "Monitor" Identifier "MonitorExt" Option "DPMS" HorizSync 30-85 VertRefresh 50-160 # Set resolution to 100x100 DPI DisplaySize 312 234 ModeLine "1280x800" 146.60 1280 1336 1616 1728 800 802 814 840 #101Hz ModeLine "1280x960" 146.88 1280 1336 1616 1728 960 962 974 1000 #85Hz Modeline "1280x960@75" 129.859 1280 1368 1504 1732 960 961 964 1042 #75Hz EndSection Section "Screen" Identifier "Screen0" Device "ATI Graphics Adapter connector 0" #Device "Screen0 ATI Technologies, Inc. RS400" Monitor "MonitorInt" DefaultDepth 24 # 1440x900, 1280x800, and 960x600 are aspect-ration correct for this screen SubSection "Display" Depth 24 Modes "1440x900" "1280x800" "960x600" "640x480" "800x600" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "ATI Graphics Adapter connector 1" #Device "Screen1 ATI Technologies, Inc. RS400" Monitor "MonitorExt" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x960" "1152x864" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen single LVDS" #Device "ATI Graphics Adapter single LVDS" Device "Screen0 ATI Technologies, Inc. RS400" Monitor "MonitorInt" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1440x900" "1280x800" "640x480" "800x600" EndSubSection EndSection Section "Screen" Identifier "Screen single CRT" #Device "Screen1 ATI Technologies, Inc. RS400" Monitor "MonitorExt" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x960" "1152x864" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "DualHead" Screen "Screen0" Screen "Screen1" LeftOf "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "ServerLayout" Identifier "Single LVDS" Screen "Screen single LVDS" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "ServerLayout" Identifier "Single CRT" Screen "Screen single CRT" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "enable" EndSection