Advertisement
Guest User

Untitled

a guest
May 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Section "Module"
  2. Load "glx"
  3. EndSection
  4.  
  5. Section "Device"
  6. Identifier "fglrxradeonx600"
  7. Driver "fglrx"
  8. BusID "PCI:2:0:0"
  9. EndSection
  10.  
  11. Section "Device"
  12. Identifier "fglrxradeon3100"
  13. Driver "fglrx"
  14. BusID "PCI:1:5:0"
  15. EndSection
  16.  
  17. Section "Monitor"
  18. Identifier "Gateway"
  19. Option "DPMS"
  20. EndSection
  21.  
  22. Section "Monitor"
  23. Identifier "Dell"
  24. Option "DPMS"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Envision"
  29. Option "DPMS"
  30. EndSection
  31.  
  32. Section "Screen"
  33. Identifier "Right screen"
  34. Device "fglrxradeon3100"
  35. Monitor "Gateway"
  36. DefaultDepth 24
  37. SubSection "Display"
  38. Depth 1
  39. Modes "1280x1024" "1024x768" "800x600" "640x480"
  40. EndSubSection
  41. SubSection "Display"
  42. Depth 4
  43. Modes "1280x1024" "1024x768" "800x600" "640x480"
  44. EndSubSection
  45. SubSection "Display"
  46. Depth 8
  47. Modes "1280x1024" "1024x768" "800x600" "640x480"
  48. EndSubSection
  49. SubSection "Display"
  50. Depth 15
  51. Modes "1280x1024" "1024x768" "800x600" "640x480"
  52. EndSubSection
  53. SubSection "Display"
  54. Depth 16
  55. Modes "1280x1024" "1024x768" "800x600" "640x480"
  56. EndSubSection
  57. SubSection "Display"
  58. Depth 24
  59. Modes "1280x1024" "1024x768" "800x600" "640x480"
  60. EndSubSection
  61. EndSection
  62.  
  63. Section "Screen"
  64. Identifier "Middle screen"
  65. Device "fglrxradeon3100"
  66. Monitor "Dell"
  67. DefaultDepth 24
  68. SubSection "Display"
  69. Depth 1
  70. Modes "1280x1024" "1024x768" "800x600" "640x480"
  71. EndSubSection
  72. SubSection "Display"
  73. Depth 4
  74. Modes "1280x1024" "1024x768" "800x600" "640x480"
  75. EndSubSection
  76. SubSection "Display"
  77. Depth 8
  78. Modes "1280x1024" "1024x768" "800x600" "640x480"
  79. EndSubSection
  80. SubSection "Display"
  81. Depth 15
  82. Modes "1280x1024" "1024x768" "800x600" "640x480"
  83. EndSubSection
  84. SubSection "Display"
  85. Depth 16
  86. Modes "1280x1024" "1024x768" "800x600" "640x480"
  87. EndSubSection
  88. SubSection "Display"
  89. Depth 24
  90. Modes "1280x1024" "1024x768" "800x600" "640x480"
  91. EndSubSection
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Left screen"
  96. Device "fglrxradeonx600"
  97. Monitor "Gateway"
  98. DefaultDepth 24
  99. SubSection "Display"
  100. Depth 1
  101. Modes "1280x1024" "1024x768" "800x600" "640x480"
  102. EndSubSection
  103. SubSection "Display"
  104. Depth 4
  105. Modes "1280x1024" "1024x768" "800x600" "640x480"
  106. EndSubSection
  107. SubSection "Display"
  108. Depth 8
  109. Modes "1280x1024" "1024x768" "800x600" "640x480"
  110. EndSubSection
  111. SubSection "Display"
  112. Depth 15
  113. Modes "1280x1024" "1024x768" "800x600" "640x480"
  114. EndSubSection
  115. SubSection "Display"
  116. Depth 16
  117. Modes "1280x1024" "1024x768" "800x600" "640x480"
  118. EndSubSection
  119. SubSection "Display"
  120. Depth 24
  121. Modes "1280x1024" "1024x768" "800x600" "640x480"
  122. EndSubSection
  123. EndSection
  124.  
  125. Section "ServerLayout"
  126. Identifier "Triple screen"
  127. Screen 0 "MIDDLE SCREEN" 0 0
  128. Screen 1 "RIGHT SCREEN" RightOf "MIDDLE SCREEN"
  129. Screen 2 "LEFT SCREEN" LeftOf "MIDDLE SCREEN"
  130. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement