Advertisement
Guest User

fglrx /etc/X11/xorg.conf

a guest
Apr 2nd, 2014
249
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.     Option "DesktopSetup" "single"
  21. EndSection
  22.  
  23. Section "Screen"
  24.     Identifier "aticonfig-Screen[0]-0"
  25.     Device     "aticonfig-Device[0]-0"
  26.     Monitor    "aticonfig-Monitor[0]-0"
  27.     DefaultDepth     24
  28.     SubSection "Display"
  29.         Viewport   0 0
  30.         Depth     24
  31.     EndSubSection
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement