Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Jul 12th, 2008  |  syntax: None  |  size: 1.69 KB  |  hits: 114  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. # xorg.conf (X.Org 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 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 0
  20. EndSection
  21.  
  22. Section "Files"
  23. EndSection
  24.  
  25. Section "Module"
  26.         Load  "glx"
  27.         Load  "GLcore"
  28.         Load  "dri"
  29.         Load  "v4l"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.         Identifier  "Generic Keyboard"
  34.         Driver      "kbd"
  35.         Option      "XkbRules" "xorg"
  36.         Option      "XkbModel" "abnt2"
  37.         Option      "XkbLayout" "br"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41.         Identifier  "Configured Mouse"
  42.         Driver      "mouse"
  43.         Option      "CorePointer"
  44. EndSection
  45.  
  46. Section "Monitor"
  47.         Identifier   "aticonfig-Monitor[0]-0"
  48.         Option      "VendorName" "ATI Proprietary Driver"
  49.         Option      "ModelName" "Generic Autodetecting Monitor"
  50.         Option      "DPMS" "true"
  51. EndSection
  52.  
  53. Section "Device"
  54.         Identifier  "aticonfig-Device[0]-0"
  55.         Driver      "fglrx"
  56.         BusID       "PCI:1:5:0"
  57. EndSection
  58.  
  59. Section "Screen"
  60.         Identifier "aticonfig-Screen[0]-0"
  61.         Device     "aticonfig-Device[0]-0"
  62.         Monitor    "aticonfig-Monitor[0]-0"
  63.         DefaultDepth     24
  64.         SubSection "Display"
  65.                 Viewport   0 0
  66.                 Depth     24
  67.         EndSubSection
  68. EndSection