Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Mine
Wednesday, March 21st, 2007 at 10:30:30am UTC 

  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 /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/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 "ServerLayout"
  18.         Identifier     "Default Layout"
  19.         Screen         "Default Screen" 0 0
  20.         InputDevice    "Generic Keyboard"
  21.         InputDevice    "Configured Mouse"
  22.         InputDevice    "stylus" "SendCoreEvents"
  23.         InputDevice    "cursor" "SendCoreEvents"
  24.         InputDevice    "eraser" "SendCoreEvents"
  25.         InputDevice    "Synaptics Touchpad"
  26. EndSection
  27.  
  28. Section "Files"
  29.  
  30.         # path to defoma fonts
  31.         FontPath     "/usr/share/X11/fonts/misc"
  32.         FontPath     "/usr/share/X11/fonts/cyrillic"
  33.         FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
  34.         FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
  35.         FontPath     "/usr/share/X11/fonts/Type1"
  36.         FontPath     "/usr/share/X11/fonts/100dpi"
  37.         FontPath     "/usr/share/X11/fonts/75dpi"
  38.         FontPath     "/usr/share/fonts/X11/misc"
  39.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  40. EndSection
  41.  
  42. Section "Module"
  43.         Load  "i2c"
  44.         Load  "bitmap"
  45.         Load  "ddc"
  46.         Load  "dri"
  47.         Load  "extmod"
  48.         Load  "freetype"
  49.         Load  "glx"
  50.         Load  "int10"
  51.         Load  "type1"
  52.         Load  "vbe"
  53. EndSection
  54.  
  55. Section "ServerFlags"
  56.         Option      "AIGLX" "off"
  57. EndSection
  58.  
  59. Section "InputDevice"
  60.         Identifier  "Generic Keyboard"
  61.         Driver      "kbd"
  62.         Option      "CoreKeyboard"
  63.         Option      "XkbRules" "xorg"
  64.         Option      "XkbModel" "pc105"
  65.         Option      "XkbLayout" "de"
  66.         Option      "XkbOptions" "lv3:ralt_switch"
  67. EndSection
  68.  
  69. Section "InputDevice"
  70.         Identifier  "Configured Mouse"
  71.         Driver      "mouse"
  72.         Option      "CorePointer"
  73.         Option      "Device" "/dev/input/mice"
  74.         Option      "Protocol" "ExplorerPS/2"
  75.         Option      "ZAxisMapping" "4 5"
  76.         Option      "Emulate3Buttons" "true"
  77. EndSection
  78.  
  79. Section "InputDevice"
  80.         Identifier  "Synaptics Touchpad"
  81.         Driver      "synaptics"
  82.         Option      "SendCoreEvents" "true"
  83.         Option      "Device" "/dev/psaux"
  84.         Option      "Protocol" "auto-dev"
  85.         Option      "HorizScrollDelta" "0"
  86. EndSection
  87.  
  88. Section "InputDevice"
  89.  
  90.                                                       # /dev/input/event
  91.                                                       # for USB
  92.         Identifier  "stylus"
  93.         Driver      "wacom"
  94.         Option      "Device" "/dev/wacom"          # Change to
  95.         Option      "Type" "stylus"
  96.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  97. EndSection
  98.  
  99. Section "InputDevice"
  100.  
  101.                                                       # /dev/input/event
  102.                                                       # for USB
  103.         Identifier  "eraser"
  104.         Driver      "wacom"
  105.         Option      "Device" "/dev/wacom"          # Change to
  106.         Option      "Type" "eraser"
  107.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  108. EndSection
  109.  
  110. Section "InputDevice"
  111.  
  112.                                                       # /dev/input/event
  113.                                                       # for USB
  114.         Identifier  "cursor"
  115.         Driver      "wacom"
  116.         Option      "Device" "/dev/wacom"          # Change to
  117.         Option      "Type" "cursor"
  118.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  119. EndSection
  120.  
  121. Section "Monitor"
  122.         Identifier   "Generic Monitor"
  123.         Option      "DPMS"
  124. EndSection
  125.  
  126. Section "Device"
  127.         Identifier  "ATI"
  128.         Driver      "radeon"
  129. ##      Option            "VideoOverlay" "on"
  130. ##      Option            "OpenGLOverlay" "off"
  131.         Option      "ColorTiling" "1"
  132.         Option      "EnablePageFlip" "1"
  133.         Option      "XAANoOffscreenPixmaps"
  134.         BusID       "PCI:1:0:0"
  135. EndSection
  136.  
  137. Section "Screen"
  138.         Identifier "Default Screen"
  139.         Device     "ATI"
  140.         Monitor    "Generic Monitor"
  141.         DefaultDepth     24
  142.         SubSection "Display"
  143.                 Depth     1
  144.                 Modes    "1280x800" "1024x768" "800x600" "640x480"
  145.         EndSubSection
  146.         SubSection "Display"
  147.                 Depth     4
  148.                 Modes    "1280x800" "1024x768" "800x600" "640x480"
  149.         EndSubSection
  150.         SubSection "Display"
  151.                 Depth     8
  152.                 Modes    "1280x800" "1024x768" "800x600" "640x480"
  153.         EndSubSection
  154.         SubSection "Display"
  155.                 Depth     15
  156.                 Modes    "1280x800" "1024x768" "800x600" "640x480"
  157.         EndSubSection
  158.         SubSection "Display"
  159.                 Depth     16
  160.                 Modes    "1280x800" "1024x768" "800x600" "640x480"
  161.         EndSubSection
  162.         SubSection "Display"
  163.                 Depth     24
  164.                 Modes    "1280x800" "1024x768" "800x600" "640x480"
  165.         EndSubSection
  166. EndSection
  167.  
  168. Section "DRI"
  169.         Mode         0666
  170. EndSection
  171.  
  172. Section "Extensions"
  173.         Option  "Composite" "Disable"
  174. EndSection
  175.  
  176. Section "ServerFlags"
  177.         Option  "AIGLX" "off"
  178. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right