Advertisement
unforgiven512

fglrx multi-head xorg.conf

Mar 24th, 2013
112
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.     Option      "DesktopSetup" "horizontal"
  20.     Option      "OverlayOnCRTC2" "1"
  21.     BusID       "PCI:1:0:0"
  22. EndSection
  23.  
  24. Section "Screen"
  25.     Identifier "aticonfig-Screen[0]-0"
  26.     Device     "aticonfig-Device[0]-0"
  27.     Monitor    "aticonfig-Monitor[0]-0"
  28.     DefaultDepth     24
  29.     SubSection "Display"
  30.         Viewport   0 0
  31.         Depth       24
  32.         Virtual     4096    4096
  33.     EndSubSection
  34. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement