Advertisement
Guest User

Untitled

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