Advertisement
techmik

Untitled

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