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

Advertising

Something
Sunday, January 7th, 2007 at 12:01:06am 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.         InputDevice    "Generic Keyboard"
  21.         InputDevice    "Configured Mouse"
  22.         InputDevice    "stylus" "SendCoreEvents"
  23.         InputDevice    "cursor" "SendCoreEvents"
  24.         InputDevice    "eraser" "SendCoreEvents"
  25. EndSection
  26.  
  27. Section "Files"
  28.  
  29.         # path to defoma fonts
  30.         FontPath     "/usr/share/X11/fonts/misc"
  31.         FontPath     "/usr/share/X11/fonts/cyrillic"
  32.         FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
  33.         FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
  34.         FontPath     "/usr/share/X11/fonts/Type1"
  35.         FontPath     "/usr/share/X11/fonts/100dpi"
  36.         FontPath     "/usr/share/X11/fonts/75dpi"
  37.         FontPath     "/usr/share/fonts/X11/misc"
  38.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  39. EndSection
  40.  
  41. Section "Module"
  42.         Load  "i2c"
  43.         Load  "bitmap"
  44.         Load  "ddc"
  45.         Load  "dri"
  46.         Load  "extmod"
  47.         Load  "freetype"
  48.         Load  "glx"
  49.         Load  "int10"
  50.         Load  "type1"
  51.         Load  "vbe"
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.         Identifier  "Generic Keyboard"
  56.         Driver      "kbd"
  57.         Option      "CoreKeyboard"
  58.         Option      "XkbRules" "xorg"
  59.         Option      "XkbModel" "pc105"
  60.         Option      "XkbLayout" "gb"
  61.         Option      "XkbOptions" "lv3:ralt_switch"
  62. EndSection
  63.  
  64. Section "InputDevice"
  65.         Identifier  "Configured Mouse"
  66.         Driver      "mouse"
  67.         Option      "CorePointer"
  68.         Option      "Device" "/dev/input/mice"
  69.         Option      "Protocol" "ExplorerPS/2"
  70.         Option      "ZAxisMapping" "4 5"
  71.         Option      "Emulate3Buttons" "true"
  72. EndSection
  73.  
  74. Section "InputDevice"
  75.  
  76.                                                       # /dev/input/event
  77.                                                       # for USB
  78.         Identifier  "stylus"
  79.         Driver      "wacom"
  80.         Option      "Device" "/dev/wacom"          # Change to
  81.         Option      "Type" "stylus"
  82.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  83. EndSection
  84.  
  85. Section "InputDevice"
  86.  
  87.                                                       # /dev/input/event
  88.                                                       # for USB
  89.         Identifier  "eraser"
  90.         Driver      "wacom"
  91.         Option      "Device" "/dev/wacom"          # Change to
  92.         Option      "Type" "eraser"
  93.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  94. EndSection
  95.  
  96. Section "InputDevice"
  97.  
  98.                                                       # /dev/input/event
  99.                                                       # for USB
  100.         Identifier  "cursor"
  101.         Driver      "wacom"
  102.         Option      "Device" "/dev/wacom"          # Change to
  103.         Option      "Type" "cursor"
  104.         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  105. EndSection
  106.  
  107. Section "Monitor"
  108.         Identifier   "SyncMaster"
  109.         Option      "DPMS"
  110. EndSection
  111.  
  112. Section "Monitor"
  113.         Identifier   "aticonfig-Monitor[0]"
  114.         Option      "VendorName" "ATI Proprietary Driver"
  115.         Option      "ModelName" "Generic Autodetecting Monitor"
  116.         Option      "DPMS" "true"
  117. EndSection
  118.  
  119. Section "Device"
  120.         Identifier  "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
  121.         Driver      "ati"
  122.         BusID       "PCI:2:0:0"
  123. EndSection
  124.  
  125. Section "Device"
  126.         Identifier  "aticonfig-Device[0]"
  127.         Driver      "fglrx"
  128. EndSection
  129.  
  130. Section "Screen"
  131.         Identifier "Default Screen"
  132.         Device     "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
  133.         Monitor    "SyncMaster"
  134.         DefaultDepth     24
  135.         SubSection "Display"
  136.                 Depth     1
  137.                 Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  138.         EndSubSection
  139.         SubSection "Display"
  140.                 Depth     4
  141.                 Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Depth     8
  145.                 Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  146.         EndSubSection
  147.         SubSection "Display"
  148.                 Depth     15
  149.                 Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  150.         EndSubSection
  151.         SubSection "Display"
  152.                 Depth     16
  153.                 Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  154.         EndSubSection
  155.         SubSection "Display"
  156.                 Depth     24
  157.                 Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  158.         EndSubSection
  159. EndSection
  160.  
  161. Section "Screen"
  162.         Identifier "aticonfig-Screen[0]"
  163.         Device     "aticonfig-Device[0]"
  164.         Monitor    "aticonfig-Monitor[0]"
  165.         DefaultDepth     24
  166.         SubSection "Display"
  167.                 Viewport   0 0
  168.                 Depth     24
  169.         EndSubSection
  170. EndSection
  171.  
  172. Section "DRI"
  173.         Mode         0666
  174. 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