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

Advertising

tux0010
Wednesday, March 7th, 2007 at 1:07:36am 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      0  "aticonfig-Screen[0]" 0 0
  20.         Screen      "aticonfig-Screen[0]" 0 0
  21.         InputDevice    "Generic Keyboard"
  22.         InputDevice    "Configured Mouse"
  23.         InputDevice    "stylus" "SendCoreEvents"
  24.         InputDevice    "cursor" "SendCoreEvents"
  25.         InputDevice    "eraser" "SendCoreEvents"
  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" "us"
  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.  
  81.                                                       # /dev/input/event
  82.                                                       # for USB
  83.         Identifier  "stylus"
  84.         Driver      "wacom"
  85.         Option      "Device" "/dev/wacom"          # Change to
  86.         Option      "Type" "stylus"
  87.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  88. EndSection
  89.  
  90. Section "InputDevice"
  91.  
  92.                                                       # /dev/input/event
  93.                                                       # for USB
  94.         Identifier  "eraser"
  95.         Driver      "wacom"
  96.         Option      "Device" "/dev/wacom"          # Change to
  97.         Option      "Type" "eraser"
  98.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  99. EndSection
  100.  
  101. Section "InputDevice"
  102.  
  103.                                                       # /dev/input/event
  104.                                                       # for USB
  105.         Identifier  "cursor"
  106.         Driver      "wacom"
  107.         Option      "Device" "/dev/wacom"          # Change to
  108.         Option      "Type" "cursor"
  109.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  110. EndSection
  111.  
  112. Section "Monitor"
  113.         Identifier   "Generic Monitor"
  114.         HorizSync    28.0 - 51.0
  115.         VertRefresh  43.0 - 60.0
  116.         Option      "DPMS"
  117. EndSection
  118.  
  119. Section "Monitor"
  120.         Identifier   "aticonfig-Monitor[0]"
  121.         Option      "VendorName" "ATI Proprietary Driver"
  122.         Option      "ModelName" "Generic Autodetecting Monitor"
  123.         Option      "DPMS" "true"
  124. EndSection
  125.  
  126. Section "Device"
  127.         Identifier  "ATI Technologies, Inc. ATI Default Card"
  128.         Driver      "vesa"
  129.         BusID       "PCI:1:0:0"
  130. EndSection
  131.  
  132. Section "Device"
  133.         Identifier  "aticonfig-Device[0]"
  134.         Driver      "fglrx"
  135.         Option      "UseInternalAGPGART"   "no"
  136.         Option      "VideoOverlay" "on"
  137.         Option      "OpenGLOverlay" "off"
  138. EndSection
  139.  
  140. Section "Screen"
  141.         Identifier "Default Screen"
  142.         Device     "ATI Technologies, Inc. ATI Default Card"
  143.         Monitor    "Generic Monitor"
  144.         DefaultDepth     24
  145.         SubSection "Display"
  146.                 Depth     1
  147.                 Modes    "1024x768" "800x600" "640x480"
  148.         EndSubSection
  149.         SubSection "Display"
  150.                 Depth     4
  151.                 Modes    "1024x768" "800x600" "640x480"
  152.         EndSubSection
  153.         SubSection "Display"
  154.                 Depth     8
  155.                 Modes    "1024x768" "800x600" "640x480"
  156.         EndSubSection
  157.         SubSection "Display"
  158.                 Depth     15
  159.                 Modes    "1024x768" "800x600" "640x480"
  160.         EndSubSection
  161.         SubSection "Display"
  162.                 Depth     16
  163.                 Modes    "1024x768" "800x600" "640x480"
  164.         EndSubSection
  165.         SubSection "Display"
  166.                 Depth     24
  167.                 Modes    "1440x900" "1024x768" "800x600" "640x480"
  168.         EndSubSection
  169. EndSection
  170.  
  171. Section "Screen"
  172.         Identifier "aticonfig-Screen[0]"
  173.         Device     "aticonfig-Device[0]"
  174.         Monitor    "aticonfig-Monitor[0]"
  175.         DefaultDepth     24
  176.         SubSection "Display"
  177.                 Viewport   0 0
  178.                 Depth     24
  179.         EndSubSection
  180. EndSection
  181.  
  182. Section "DRI"
  183.         Mode         0666
  184. EndSection
  185.  
  186. Section "Extensions"
  187.         Option      "Composite" "Disable"
  188. 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