Advertisement
joeperic

Xorg conf

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