comhack

Untitled

Feb 8th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.83 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier     "aticonfig Layout"
  3.     Screen      0  "aticonfig-Screen[0]-0" 0 0
  4.     Screen         "aticonfig-Screen[0]-1" 1600 0
  5.     Screen         "amdcccle-Screen[1]-2" 3520 0
  6. EndSection
  7.  
  8. Section "Module"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12.     Option      "Xinerama" "on"
  13. EndSection
  14.  
  15. Section "Monitor"
  16.     Identifier   "aticonfig-Monitor[0]-0"
  17.     Option      "VendorName" "ATI Proprietary Driver"
  18.     Option      "ModelName" "Generic Autodetecting Monitor"
  19.     Option      "DPMS" "true"
  20. EndSection
  21.  
  22. Section "Monitor"
  23.     Identifier   "aticonfig-Monitor[0]-1"
  24.     Option      "VendorName" "ATI Proprietary Driver"
  25.     Option      "ModelName" "Generic Autodetecting Monitor"
  26.     Option      "DPMS" "true"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     Identifier   "0-DFP1"
  31.     Option      "VendorName" "ATI Proprietary Driver"
  32.     Option      "ModelName" "Generic Autodetecting Monitor"
  33.     Option      "DPMS" "true"
  34.     Option      "PreferredMode" "1600x900"
  35.     Option      "TargetRefresh" "60"
  36.     Option      "Position" "0 0"
  37.     Option      "Rotate" "normal"
  38.     Option      "Disable" "false"
  39. EndSection
  40.  
  41. Section "Monitor"
  42.     Identifier   "0-DFP4"
  43.     Option      "VendorName" "ATI Proprietary Driver"
  44.     Option      "ModelName" "Generic Autodetecting Monitor"
  45.     Option      "DPMS" "true"
  46.     Option      "PreferredMode" "1920x1080"
  47.     Option      "TargetRefresh" "60"
  48.     Option      "Position" "0 0"
  49.     Option      "Rotate" "normal"
  50.     Option      "Disable" "false"
  51. EndSection
  52.  
  53. Section "Monitor"
  54.     Identifier   "0-DFP3"
  55.     Option      "VendorName" "ATI Proprietary Driver"
  56.     Option      "ModelName" "Generic Autodetecting Monitor"
  57.     Option      "DPMS" "true"
  58.     Option      "TargetRefresh" "60"
  59.     Option      "Position" "0 0"
  60.     Option      "Rotate" "normal"
  61.     Option      "Disable" "false"
  62.     Option      "PreferredMode" "1600x900"
  63. EndSection
  64.  
  65. Section "Device"
  66.     Identifier  "aticonfig-Device[0]-0"
  67.     Driver      "fglrx"
  68.     Option      "Monitor-DFP1" "0-DFP1"
  69.     BusID       "PCI:1:0:0"
  70. EndSection
  71.  
  72. Section "Device"
  73.     Identifier  "aticonfig-Device[0]-1"
  74.     Driver      "fglrx"
  75.     Option      "Monitor-DFP4" "0-DFP4"
  76.     BusID       "PCI:1:0:0"
  77.     Screen      1
  78. EndSection
  79.  
  80. Section "Device"
  81.     Identifier  "amdcccle-Device[1]-2"
  82.     Driver      "fglrx"
  83.     Option      "Monitor-DFP3" "0-DFP3"
  84.     BusID       "PCI:1:0:0"
  85.     Screen      2
  86. EndSection
  87.  
  88. Section "Screen"
  89.     Identifier "aticonfig-Screen[0]-0"
  90.     Device     "aticonfig-Device[0]-0"
  91.     DefaultDepth     24
  92.     SubSection "Display"
  93.         Viewport   0 0
  94.         Depth     24
  95.     EndSubSection
  96. EndSection
  97.  
  98. Section "Screen"
  99.     Identifier "aticonfig-Screen[0]-1"
  100.     Device     "aticonfig-Device[0]-1"
  101.     DefaultDepth     24
  102.     SubSection "Display"
  103.         Viewport   0 0
  104.         Depth     24
  105.     EndSubSection
  106. EndSection
  107.  
  108. Section "Screen"
  109.     Identifier "amdcccle-Screen[1]-2"
  110.     Device     "amdcccle-Device[1]-2"
  111.     DefaultDepth     24
  112.     SubSection "Display"
  113.         Viewport   0 0
  114.         Depth     24
  115.     EndSubSection
  116. EndSection
Advertisement
Add Comment
Please, Sign In to add comment