daily pastebin goal
61%
SHARE
TWEET

uplink

a guest Nov 11th, 2008 16 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf(5) manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Screen"
  18.         Identifier      "Default Screen"
  19.         Device          "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
  20.         Monitor         "Generic Monitor"
  21.         SubSection "Display"
  22.                 Depth   1
  23.                 Modes           "1280x800"
  24.         EndSubSection
  25.         SubSection "Display"
  26.                 Depth   4
  27.                 Modes           "1280x800"
  28.         EndSubSection
  29.         SubSection "Display"
  30.                 Depth   8
  31.                 Modes           "1280x800"
  32.         EndSubSection
  33.         SubSection "Display"
  34.                 Depth   15
  35.                 Modes           "1280x800"
  36.         EndSubSection
  37.         SubSection "Display"
  38.                 Depth   16
  39.                 Modes           "1280x800"
  40.         EndSubSection
  41.         SubSection "Display"
  42.                 Depth   24
  43.                 Modes           "1280x800"
  44.         EndSubSection
  45.         Defaultdepth    24
  46. EndSection
  47.  
  48. Section "Device"
  49.         Identifier      "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
  50.         Driver          "ati"
  51.         Busid           "PCI:1:5:0"
  52.         Option          "VideoOverlay"  "on"
  53.         Option          "OpenGLOverlay" "off"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57.         Identifier      "Generic Keyboard"
  58.         Driver          "kbd"
  59.         Option          "CoreKeyboard"
  60.         Option          "XkbRules"      "xorg"
  61.         Option          "XkbModel"      "pc105"
  62.         Option          "XkbLayout"     "us"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66.         Identifier      "Configured Mouse"
  67.         Driver          "mouse"
  68.         Option          "CorePointer"
  69.         Option          "Device"        "/dev/input/mice"
  70.         Option          "Protocol"      "ImPS/2"
  71.         Option          "ZAxisMapping"  "4 5"
  72.         Option          "Emulate3Buttons"       "true"
  73. EndSection
  74.  
  75. Section "InputDevice"
  76.         Identifier      "Synaptics Touchpad"
  77.         Driver          "synaptics"
  78.         Option          "SendCoreEvents"        "true"
  79.         Option          "Device"        "/dev/psaux"
  80.         Option          "Protocol"      "auto-dev"
  81.         Option          "HorizScrollDelta"      "0"
  82. EndSection
  83.  
  84. Section "InputDevice"
  85.         Driver          "wacom"
  86.         Identifier      "stylus"
  87.         Option          "Device"        "/dev/input/wacom"
  88.         Option          "Type"  "stylus"
  89.         Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
  90. EndSection
  91.  
  92. Section "InputDevice"
  93.         Driver          "wacom"
  94.         Identifier      "eraser"
  95.         Option          "Device"        "/dev/input/wacom"
  96.         Option          "Type"  "eraser"
  97.         Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
  98. EndSection
  99.  
  100. Section "InputDevice"
  101.         Driver          "wacom"
  102.         Identifier      "cursor"
  103.         Option          "Device"        "/dev/input/wacom"
  104.         Option          "Type"  "cursor"
  105.         Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
  106. EndSection
  107.  
  108. Section "ServerLayout"
  109.         Identifier      "Default Layout"
  110.   screen "Default Screen"
  111.         Inputdevice     "Generic Keyboard"
  112.         Inputdevice     "Configured Mouse"
  113.         Inputdevice     "stylus"        "SendCoreEvents"
  114.         Inputdevice     "cursor"        "SendCoreEvents"
  115.         Inputdevice     "eraser"        "SendCoreEvents"
  116.         Inputdevice     "Synaptics Touchpad"
  117. EndSection
  118.  
  119. Section "Module"
  120.         Load            "i2c"
  121.         Load            "bitmap"
  122.         Load            "ddc"
  123.         Load            "dri"
  124.         Load            "extmod"
  125.         Load            "freetype"
  126.         Load            "glx"
  127.         Load            "int10"
  128.         Load            "vbe"
  129. EndSection
  130.  
  131. Section "Monitor"
  132.         Identifier      "Generic Monitor"
  133.         Option          "DPMS"
  134. EndSection
  135.  
  136. Section "DRI"
  137.         Mode    0666
  138. EndSection
  139.  
  140. Section "Extensions"
  141.         Option          "Composite"     "Enable"
  142. EndSection
  143.  
  144. Section "Files"
  145.         Fontpath        "/usr/share/fonts/X11/misc"
  146.         Fontpath        "/usr/share/fonts/X11/cyrillic"
  147.         Fontpath        "/usr/share/fonts/X11/100dpi/:unscaled"
  148.         Fontpath        "/usr/share/fonts/X11/75dpi/:unscaled"
  149.         Fontpath        "/usr/share/fonts/X11/Type1"
  150.         Fontpath        "/usr/share/fonts/X11/100dpi"
  151.         Fontpath        "/usr/share/fonts/X11/75dpi"
  152.         # path to defoma fonts
  153.         Fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  154. EndSection
RAW Paste Data
Top