Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. root@ltc8:~# cat /etc/X11/xorg.conf
  2. Section "ServerLayout"
  3. Identifier "aticonfig Layout"
  4. Screen 0 "aticonfig-Screen[0]-0" 0 0
  5. Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
  6. Screen "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0"
  7. Screen "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0"
  8. Screen "aticonfig-Screen[4]-0" RightOf "aticonfig-Screen[3]-0"
  9. Screen "aticonfig-Screen[5]-0" RightOf "aticonfig-Screen[4]-0"
  10. EndSection
  11.  
  12. Section "Module"
  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[1]-0"
  24. Option "VendorName" "ATI Proprietary Driver"
  25. Option "ModelName" "Generic Autodetecting Monitor"
  26. Option "DPMS" "true"
  27. EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "aticonfig-Monitor[2]-0"
  31. Option "VendorName" "ATI Proprietary Driver"
  32. Option "ModelName" "Generic Autodetecting Monitor"
  33. Option "DPMS" "true"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "aticonfig-Monitor[3]-0"
  38. Option "VendorName" "ATI Proprietary Driver"
  39. Option "ModelName" "Generic Autodetecting Monitor"
  40. Option "DPMS" "true"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "aticonfig-Monitor[4]-0"
  45. Option "VendorName" "ATI Proprietary Driver"
  46. Option "ModelName" "Generic Autodetecting Monitor"
  47. Option "DPMS" "true"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "aticonfig-Monitor[5]-0"
  52. Option "VendorName" "ATI Proprietary Driver"
  53. Option "ModelName" "Generic Autodetecting Monitor"
  54. Option "DPMS" "true"
  55. EndSection
  56.  
  57. Section "Device"
  58. Identifier "aticonfig-Device[0]-0"
  59. Driver "fglrx"
  60. BusID "PCI:1:0:0"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "aticonfig-Device[1]-0"
  65. Driver "fglrx"
  66. BusID "PCI:2:0:0"
  67. EndSection
  68.  
  69. Section "Device"
  70. Identifier "aticonfig-Device[2]-0"
  71. Driver "fglrx"
  72. BusID "PCI:3:0:0"
  73. EndSection
  74.  
  75. Section "Device"
  76. Identifier "aticonfig-Device[3]-0"
  77. Driver "fglrx"
  78. BusID "PCI:4:0:0"
  79. EndSection
  80.  
  81. Section "Device"
  82. Identifier "aticonfig-Device[4]-0"
  83. Driver "fglrx"
  84. BusID "PCI:5:0:0"
  85. EndSection
  86.  
  87. Section "Device"
  88. Identifier "aticonfig-Device[5]-0"
  89. Driver "fglrx"
  90. BusID "PCI:6:0:0"
  91. EndSection
  92.  
  93. Section "Screen"
  94. Identifier "aticonfig-Screen[0]-0"
  95. Device "aticonfig-Device[0]-0"
  96. Monitor "aticonfig-Monitor[0]-0"
  97. DefaultDepth 24
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 24
  101. EndSubSection
  102. EndSection
  103.  
  104. Section "Screen"
  105. Identifier "aticonfig-Screen[1]-0"
  106. Device "aticonfig-Device[1]-0"
  107. Monitor "aticonfig-Monitor[1]-0"
  108. DefaultDepth 24
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 24
  112. EndSubSection
  113. EndSection
  114.  
  115. Section "Screen"
  116. Identifier "aticonfig-Screen[2]-0"
  117. Device "aticonfig-Device[2]-0"
  118. Monitor "aticonfig-Monitor[2]-0"
  119. DefaultDepth 24
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 24
  123. EndSubSection
  124. EndSection
  125.  
  126. Section "Screen"
  127. Identifier "aticonfig-Screen[3]-0"
  128. Device "aticonfig-Device[3]-0"
  129. Monitor "aticonfig-Monitor[3]-0"
  130. DefaultDepth 24
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 24
  134. EndSubSection
  135. EndSection
  136.  
  137. Section "Screen"
  138. Identifier "aticonfig-Screen[4]-0"
  139. Device "aticonfig-Device[4]-0"
  140. Monitor "aticonfig-Monitor[4]-0"
  141. DefaultDepth 24
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 24
  145. EndSubSection
  146. EndSection
  147.  
  148. Section "Screen"
  149. Identifier "aticonfig-Screen[5]-0"
  150. Device "aticonfig-Device[5]-0"
  151. Monitor "aticonfig-Monitor[5]-0"
  152. DefaultDepth 24
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 24
  156. EndSubSection
  157. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement