Advertisement
Guest User

Untitled

a guest
May 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. Section "Device"
  2. Identifier "radeon0"
  3. Driver "radeon"
  4. BusID "PCI:1:0:0"
  5. Screen 0
  6. EndSection
  7.  
  8. Section "Device"
  9. Identifier "radeon1"
  10. Driver "radeon"
  11. BusID "PCI:1:0:0"
  12. Screen 1
  13. EndSection
  14.  
  15. Section "Monitor"
  16. Identifier "monitor0"
  17. Option "DPMS"
  18. EndSection
  19.  
  20. Section "Monitor"
  21. Identifier "monitor1"
  22. Option "DPMS"
  23. EndSection
  24.  
  25. Section "Screen"
  26. Identifier "screen0"
  27. Device "radeon0"
  28. Monitor "monitor0"
  29. DefaultDepth 24
  30. SubSection "Display"
  31. Depth 1
  32. Modes "1280x968" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  33. EndSubSection
  34. SubSection "Display"
  35. Depth 4
  36. Modes "1280x968" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  37. EndSubSection
  38. SubSection "Display"
  39. Depth 8
  40. Modes "1280x968" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  41. EndSubSection
  42. SubSection "Display"
  43. Depth 15
  44. Modes "1280x968" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  45. EndSubSection
  46. SubSection "Display"
  47. Depth 16
  48. Modes "1280x968" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  49. EndSubSection
  50. SubSection "Display"
  51. Depth 24
  52. Modes "1280x968" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  53. EndSubSection
  54. EndSection
  55.  
  56. Section "Screen"
  57. Identifier "screen1"
  58. Device "radeon1"
  59. Monitor "monitor1"
  60. DefaultDepth 24
  61. SubSection "Display"
  62. Depth 1
  63. Modes "1280x986" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  64. EndSubSection
  65. SubSection "Display"
  66. Depth 4
  67. Modes "1280x986" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  68. EndSubSection
  69. SubSection "Display"
  70. Depth 8
  71. Modes "1280x986" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  72. EndSubSection
  73. SubSection "Display"
  74. Depth 15
  75. Modes "1280x986" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  76. EndSubSection
  77. SubSection "Display"
  78. Depth 16
  79. Modes "1280x986" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  80. EndSubSection
  81. SubSection "Display"
  82. Depth 24
  83. Modes "1280x986" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  84. EndSubSection
  85. EndSection
  86.  
  87. Section "InputDevice"
  88. Identifier "Keyboard0"
  89. Driver "kbd"
  90. EndSection
  91.  
  92.  
  93. Section "InputDevice"
  94. Identifier "Mouse0"
  95. Driver "mouse"
  96. Option "Protocol" "auto"
  97. Option "Device" "/dev/input/mice"
  98. Option "ZAxisMapping" "4 5 6 7"
  99. EndSection
  100.  
  101. Section "ServerLayout"
  102. Identifier "Default Layout"
  103. Screen "screen0"
  104. Screen "screen1" RightOf "screen0"
  105. InputDevice "Mouse0" "CorePointer"
  106. InputDevice "Keyboard0" "CoreKeyboard"
  107.  
  108. # Don't forget xinerama!!!111oneoneone11!eleven!!11
  109. Option "xinerama" "on"
  110. Option "clone" "off"
  111. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement