Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
53
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. EndSection
  8.  
  9. Section "Monitor"
  10.     Identifier   "aticonfig-Monitor[0]-0"
  11.     Option      "VendorName" "ATI Proprietary Driver"
  12.     Option      "ModelName" "Generic Autodetecting Monitor"
  13.     Option      "DPMS" "true"
  14. EndSection
  15.  
  16. Section "Device"
  17.     Identifier  "aticonfig-Device[0]-0"
  18.     Driver      "fglrx"
  19.     BusID       "PCI:1:0:0"
  20. EndSection
  21.  
  22. Section "Screen"
  23.     Identifier "aticonfig-Screen[0]-0"
  24.     Device     "aticonfig-Device[0]-0"
  25.     Monitor    "aticonfig-Monitor[0]-0"
  26.     DefaultDepth     24
  27.     SubSection "Display"
  28.         Viewport   0 0
  29.         Depth     24
  30.         Modes    "1024x768"
  31.     EndSubSection
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement