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

Advertising

Unnamed
Saturday, August 25th, 2007 at 8:16:52pm 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 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 "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/fonts/X11/misc"
  31.         FontPath     "/usr/share/fonts/X11/cyrillic"
  32.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  33.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  34.         FontPath     "/usr/share/fonts/X11/Type1"
  35.         FontPath     "/usr/share/fonts/X11/100dpi"
  36.         FontPath     "/usr/share/fonts/X11/75dpi"
  37.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  38. EndSection
  39.  
  40. Section "Module"
  41.         Load  "bitmap"
  42.         Load  "ddc"
  43.         Load  "dri"
  44.         Load  "extmod"
  45.         Load  "freetype"
  46.         Load  "glx"
  47.         Load  "int10"
  48.         Load  "vbe"
  49. EndSection
  50.  
  51. Section "InputDevice"
  52.         Identifier  "Generic Keyboard"
  53.         Driver      "kbd"
  54.         Option      "CoreKeyboard"
  55.         Option      "XkbRules" "xorg"
  56.         Option      "XkbModel" "pc105"
  57.         Option      "XkbLayout" "us"
  58. EndSection
  59.  
  60. Section "InputDevice"
  61.         Identifier  "Configured Mouse"
  62.         Driver      "mouse"
  63.         Option      "CorePointer"
  64.         Option      "Device" "/dev/input/mice"
  65.         Option      "Protocol" "ImPS/2"
  66.         Option      "ZAxisMapping" "4 5"
  67.         Option      "Emulate3Buttons" "true"
  68. EndSection
  69.  
  70. Section "InputDevice"
  71.         Identifier  "stylus"
  72.         Driver      "wacom"
  73.         Option      "Device" "/dev/input/wacom"
  74.         Option      "Type" "stylus"
  75.         Option      "ForceDevice" "ISDV4"  # Tablet PC ONLY
  76. EndSection
  77.  
  78. Section "InputDevice"
  79.         Identifier  "eraser"
  80.         Driver      "wacom"
  81.         Option      "Device" "/dev/input/wacom"
  82.         Option      "Type" "eraser"
  83.         Option      "ForceDevice" "ISDV4"  # Tablet PC ONLY
  84. EndSection
  85.  
  86. Section "InputDevice"
  87.         Identifier  "cursor"
  88.         Driver      "wacom"
  89.         Option      "Device" "/dev/input/wacom"
  90.         Option      "Type" "cursor"
  91.         Option      "ForceDevice" "ISDV4"  # Tablet PC ONLY
  92. EndSection
  93.  
  94. Section "Monitor"
  95.         Identifier   "Generic Monitor"
  96.         HorizSync    28.0 - 51.0
  97.         VertRefresh  43.0 - 60.0
  98.         Option      "DPMS"
  99. EndSection
  100.  
  101. Section "Monitor"
  102.         Identifier   "aticonfig-Monitor[0]"
  103.         Option      "VendorName" "ATI Proprietary Driver"
  104.         Option      "ModelName" "Generic Autodetecting Monitor"
  105.         Option      "DPMS" "true"
  106. EndSection
  107.  
  108. Section "Device"
  109.         Identifier  "Generic Video Card"
  110.         Driver      "ati"
  111.         Option      "UseFBDev" "true"
  112.         BusID       "PCI:1:2:0"
  113. EndSection
  114.  
  115. Section "Device"
  116.         Identifier  "aticonfig-Device[0]"
  117.         Driver      "fglrx"
  118.         Option      "VideoOverlay" "on"
  119.         Option      "OpenGLOverlay" "off"
  120. EndSection
  121.  
  122. Section "Screen"
  123.         Identifier "Default Screen"
  124.         Device     "Generic Video Card"
  125.         Monitor    "Generic Monitor"
  126.         DefaultDepth     24
  127.         SubSection "Display"
  128.                 Depth     1
  129.                 Modes    "1024x768" "800x600" "640x480"
  130.         EndSubSection
  131.         SubSection "Display"
  132.                 Depth     4
  133.                 Modes    "1024x768" "800x600" "640x480"
  134.         EndSubSection
  135.         SubSection "Display"
  136.                 Depth     8
  137.                 Modes    "1024x768" "800x600" "640x480"
  138.         EndSubSection
  139.         SubSection "Display"
  140.                 Depth     15
  141.                 Modes    "1024x768" "800x600" "640x480"
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Depth     16
  145.                 Modes    "1024x768" "800x600" "640x480"
  146.         EndSubSection
  147.         SubSection "Display"
  148.                 Depth     24
  149.                 Modes    "1024x768" "800x600" "640x480"
  150.         EndSubSection
  151. EndSection
  152.  
  153. Section "Screen"
  154.         Identifier "aticonfig-Screen[0]"
  155.         Device     "aticonfig-Device[0]"
  156.         Monitor    "aticonfig-Monitor[0]"
  157.         DefaultDepth     24
  158.         SubSection "Display"
  159.                 Viewport   0 0
  160.                 Depth     24
  161.         EndSubSection
  162. EndSection
  163.  
  164. Section "DRI"
  165.         Mode         0666
  166. 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
worth-right