Advertisement
Guest User

Untitled

a guest
May 26th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  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 "ServerFlags"
  10. Option "Xinerama" "off"
  11. EndSection
  12.  
  13. Section "Monitor"
  14. Identifier "aticonfig-Monitor[0]-0"
  15. Option "VendorName" "ATI Proprietary Driver"
  16. Option "ModelName" "Generic Autodetecting Monitor"
  17. Option "DPMS" "true"
  18. EndSection
  19.  
  20. Section "Monitor"
  21. Identifier "aticonfig-Monitor[0]-1"
  22. Option "VendorName" "ATI Proprietary Driver"
  23. Option "ModelName" "Generic Autodetecting Monitor"
  24. Option "DPMS" "true"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "0-DFP1"
  29. Option "VendorName" "ATI Proprietary Driver"
  30. Option "ModelName" "Generic Autodetecting Monitor"
  31. Option "DPMS" "true"
  32. Option "PreferredMode" "1600x900"
  33. Option "TargetRefresh" "60"
  34. Option "Position" "0 0"
  35. Option "Rotate" "normal"
  36. Option "Disable" "false"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "0-DFP4"
  41. Option "VendorName" "ATI Proprietary Driver"
  42. Option "ModelName" "Generic Autodetecting Monitor"
  43. Option "DPMS" "true"
  44. Option "PreferredMode" "1920x1080"
  45. Option "TargetRefresh" "60"
  46. Option "Position" "1600 0"
  47. Option "Rotate" "normal"
  48. Option "Disable" "false"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "0-DFP3"
  53. Option "VendorName" "ATI Proprietary Driver"
  54. Option "ModelName" "Generic Autodetecting Monitor"
  55. Option "DPMS" "true"
  56. Option "PreferredMode" "1600x900"
  57. Option "TargetRefresh" "60"
  58. Option "Position" "3520 22"
  59. Option "Rotate" "normal"
  60. Option "Disable" "false"
  61. EndSection
  62.  
  63. Section "Monitor"
  64. Identifier "0-DFP7"
  65. Option "VendorName" "ATI Proprietary Driver"
  66. Option "ModelName" "Generic Autodetecting Monitor"
  67. Option "DPMS" "true"
  68. Option "PreferredMode" "1920x1080"
  69. Option "TargetRefresh" "60"
  70. Option "Position" "1600 0"
  71. Option "Rotate" "normal"
  72. Option "Disable" "false"
  73. EndSection
  74.  
  75. Section "Monitor"
  76. Identifier "0-DFP6"
  77. Option "VendorName" "ATI Proprietary Driver"
  78. Option "ModelName" "Generic Autodetecting Monitor"
  79. Option "DPMS" "true"
  80. Option "PreferredMode" "1600x900"
  81. Option "TargetRefresh" "60"
  82. Option "Position" "3520 0"
  83. Option "Rotate" "normal"
  84. Option "Disable" "false"
  85. EndSection
  86.  
  87. Section "Device"
  88. Identifier "aticonfig-Device[0]-0"
  89. Driver "fglrx"
  90. Option "Monitor-DFP1" "0-DFP1"
  91. Option "Monitor-DFP7" "0-DFP7"
  92. Option "Monitor-DFP6" "0-DFP6"
  93. BusID "PCI:1:0:0"
  94. EndSection
  95.  
  96. Section "Device"
  97. Identifier "aticonfig-Device[0]-1"
  98. Driver "fglrx"
  99. Option "Monitor-DFP1" "0-DFP1"
  100. Option "Monitor-DFP4" "0-DFP4"
  101. BusID "PCI:1:0:0"
  102. Screen 1
  103. EndSection
  104.  
  105. Section "Device"
  106. Identifier "amdcccle-Device[1]-2"
  107. Driver "fglrx"
  108. Option "Monitor-DFP3" "0-DFP3"
  109. BusID "PCI:1:0:0"
  110. Screen 2
  111. EndSection
  112.  
  113. Section "Screen"
  114. Identifier "aticonfig-Screen[0]-0"
  115. Device "aticonfig-Device[0]-0"
  116. DefaultDepth 24
  117. SubSection "Display"
  118. Viewport 0 0
  119. Virtual 5120 1920
  120. Depth 24
  121. EndSubSection
  122. EndSection
  123.  
  124. Section "Screen"
  125. Identifier "aticonfig-Screen[0]-1"
  126. Device "aticonfig-Device[0]-1"
  127. DefaultDepth 24
  128. SubSection "Display"
  129. Viewport 0 0
  130. Virtual 3520 1920
  131. Depth 24
  132. EndSubSection
  133. EndSection
  134.  
  135. Section "Screen"
  136. Identifier "amdcccle-Screen[1]-2"
  137. Device "amdcccle-Device[1]-2"
  138. DefaultDepth 24
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 24
  142. EndSubSection
  143. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement