daily pastebin goal
14%
SHARE
TWEET

Untitled

a guest Nov 29th, 2012 2 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "amdcccle Layout"
  3.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7.         Load  "glx"
  8. EndSection
  9.  
  10. Section "ServerFlags"
  11.         Option      "Xinerama" "off"
  12. EndSection
  13.  
  14. Section "Monitor"
  15.         Identifier   "aticonfig-Monitor[0]-0"
  16.         Option      "VendorName" "ATI Proprietary Driver"
  17.         Option      "ModelName" "Generic Autodetecting Monitor"
  18.         Option      "DPMS" "true"
  19. EndSection
  20.  
  21. Section "Monitor"
  22.         Identifier   "aticonfig-Monitor[0]-1"
  23.         Option      "VendorName" "ATI Proprietary Driver"
  24.         Option      "ModelName" "Generic Autodetecting Monitor"
  25.         Option      "DPMS" "true"
  26. EndSection
  27.  
  28. Section "Monitor"
  29.         Identifier   "aticonfig-Monitor[0]-2"
  30.         Option      "VendorName" "ATI Proprietary Driver"
  31.         Option      "ModelName" "Generic Autodetecting Monitor"
  32.         Option      "DPMS" "true"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.         Identifier   "0-DFP4"
  37.         Option      "VendorName" "ATI Proprietary Driver"
  38.         Option      "ModelName" "Generic Autodetecting Monitor"
  39.         Option      "DPMS" "true"
  40.         Option      "PreferredMode" "1920x1200"
  41.         Option      "TargetRefresh" "60"
  42.         Option      "Position" "0 0"
  43.         Option      "Rotate" "normal"
  44.         Option      "Disable" "false"
  45. EndSection
  46.  
  47. Section "Monitor"
  48.         Identifier   "0-CRT2"
  49.         Option      "VendorName" "ATI Proprietary Driver"
  50.         Option      "ModelName" "Generic Autodetecting Monitor"
  51.         Option      "DPMS" "true"
  52.         Option      "PreferredMode" "1280x1024"
  53.         Option      "TargetRefresh" "60"
  54.         Option      "Position" "1920 0"
  55.         Option      "Rotate" "normal"
  56.         Option      "Disable" "false"
  57. EndSection
  58.  
  59. Section "Monitor"
  60.         Identifier   "0-DFP2"
  61.         Option      "VendorName" "ATI Proprietary Driver"
  62.         Option      "ModelName" "Generic Autodetecting Monitor"
  63.         Option      "DPMS" "true"
  64.         Option      "PreferredMode" "1920x1080"
  65.         Option      "TargetRefresh" "60"
  66.         Option      "Position" "3200 0"
  67.         Option      "Rotate" "normal"
  68.         Option      "Disable" "false"
  69. EndSection
  70.  
  71. Section "Device"
  72.         Identifier  "aticonfig-Device[0]-0"
  73.         Driver      "fglrx"
  74.         Option      "Monitor-DFP2" "0-DFP2"
  75.         BusID       "PCI:1:0:0"
  76.         Screen      0
  77. EndSection
  78.  
  79. Section "Device"
  80.         Identifier  "aticonfig-Device[0]-1"
  81.         Driver      "fglrx"
  82.         Option      "Monitor-DFP4" "0-DFP4"
  83.         BusID       "PCI:1:0:0"
  84.         Screen      1
  85. EndSection
  86.  
  87. Section "Device"
  88.         Identifier  "aticonfig-Device[0]-2"
  89.         Driver      "fglrx"
  90.         Option      "Monitor-CRT2" "0-CRT2"
  91.         BusID       "PCI:1:0:0"
  92.         Screen      2
  93. EndSection
  94.  
  95. Section "Screen"
  96.         Identifier "aticonfig-Screen[0]-0"
  97.         Device     "aticonfig-Device[0]-0"
  98.         Monitor    "aticonfig-Monitor[0]-0"
  99.         DefaultDepth     24
  100.         SubSection "Display"
  101.                 Viewport   0 0
  102.                 Virtual   6144 6144
  103.                 Depth     24
  104.         EndSubSection
  105. EndSection
  106.  
  107. Section "Screen"
  108.         Identifier "aticonfig-Screen[0]-1"
  109.         Device     "aticonfig-Device[0]-1"
  110.         Monitor    "aticonfig-Monitor[0]-1"
  111.         DefaultDepth     24
  112.         SubSection "Display"
  113.                 Viewport   0 0
  114.                 Virtual   6144 6144
  115.                 Depth     24
  116.         EndSubSection
  117. EndSection
  118.  
  119. Section "Screen"
  120.         Identifier "aticonfig-Screen[0]-2"
  121.         Device     "aticonfig-Device[0]-2"
  122.         Monitor    "aticonfig-Monitor[0]-2"
  123.         DefaultDepth     24
  124.         SubSection "Display"
  125.                 Viewport   0 0
  126.                 Virtual   6144 6144
  127.                 Depth     24
  128.         EndSubSection
  129. EndSection
RAW Paste Data
Top