Advertisement
Guest User

Untitled

a guest
Oct 21st, 2012
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "aticonfig Layout"
  3.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7.         Load  "glx"
  8. EndSection
  9.  
  10. Section "Monitor"
  11.         Identifier   "aticonfig-Monitor[0]-0"
  12.         Option      "VendorName" "ATI Proprietary Driver"
  13.         Option      "ModelName" "Generic Autodetecting Monitor"
  14.         Option      "DPMS" "true"
  15. EndSection
  16.  
  17. Section "Device"
  18.         Identifier  "aticonfig-Device[0]-0"
  19.         Driver      "fglrx"
  20.         BusID       "PCI:1:0:0"
  21. EndSection
  22.  
  23. Section "Screen"
  24.         Identifier "Default Screen"
  25.         DefaultDepth     24
  26. EndSection
  27.  
  28. Section "Screen"
  29.         Identifier "aticonfig-Screen[0]-0"
  30.         Device     "aticonfig-Device[0]-0"
  31.         Monitor    "aticonfig-Monitor[0]-0"
  32.         DefaultDepth     24
  33.         SubSection "Display"
  34.                 Viewport   0 0
  35.                 Depth     24
  36.         EndSubSection
  37. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement