Advertisement
Guest User

Untitled

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