Guest

xorg.conf fglrx crossfire triplehead compiz

By: a guest on Jan 28th, 2012  |  syntax: Xorg Config  |  size: 1.96 KB  |  hits: 61  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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 "Monitor"
  17.         Identifier   "0-DFP1"
  18.         Option      "VendorName" "ATI Proprietary Driver"
  19.         Option      "ModelName" "Generic Autodetecting Monitor"
  20.         Option      "DPMS" "true"
  21.         Option      "TargetRefresh" "60"
  22.         Option      "Position" "2400 0"
  23.         Option      "Rotate" "left"
  24.         Option      "Disable" "false"
  25.         Option      "PreferredMode" "1920x1200"
  26. EndSection
  27.  
  28. Section "Monitor"
  29.         Identifier   "0-DFP4"
  30.         Option      "VendorName" "ATI Proprietary Driver"
  31.         Option      "ModelName" "Generic Autodetecting Monitor"
  32.         Option      "DPMS" "true"
  33.         Option      "PreferredMode" "1920x1200"
  34.         Option      "TargetRefresh" "60"
  35.         Option      "Position" "1200 0"
  36.         Option      "Rotate" "left"
  37.         Option      "Disable" "false"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.         Identifier   "0-DFP5"
  42.         Option      "VendorName" "ATI Proprietary Driver"
  43.         Option      "ModelName" "Generic Autodetecting Monitor"
  44.         Option      "DPMS" "true"
  45.         Option      "TargetRefresh" "60"
  46.         Option      "Position" "0"
  47.         Option      "Rotate" "left"
  48.         Option      "Disable" "false"
  49.         Option      "PreferredMode" "1920x1200"
  50. EndSection
  51.  
  52. Section "Device"
  53.         Identifier  "aticonfig-Device[0]-0"
  54.         Driver      "fglrx"
  55.         Option      "Monitor-DFP1" "0-DFP1"
  56.         Option      "Monitor-DFP4" "0-DFP4"
  57.         Option      "Monitor-DFP5" "0-DFP5"
  58.         BusID       "PCI:4:0:0"
  59.         Option "XAANoOffscreenPixmaps" "true" # Compiz
  60. EndSection
  61.  
  62. Section "Screen"
  63.         Identifier "aticonfig-Screen[0]-0"
  64.         Device     "aticonfig-Device[0]-0"
  65.         DefaultDepth     24
  66.         SubSection "Display"
  67.                 Viewport   0 0
  68.                 Virtual   3600 1920
  69.                 Depth     24
  70.         EndSubSection
  71. EndSection
  72.  
  73. # Compiz
  74. Section "Extensions"
  75.         Option "Composite" "enable"
  76. EndSection