spacepaste

  1.  
  2. Section "ServerLayout"
  3. Identifier "X.org Configured"
  4. Screen 0 "Screen0" 0 0
  5. Screen 1 "Screen1" RightOf "Screen0"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9. Section "Files"
  10. ModulePath "/usr/lib64/xorg/modules"
  11. FontPath "/usr/share/fonts/misc/"
  12. FontPath "/usr/share/fonts/TTF/"
  13. FontPath "/usr/share/fonts/OTF/"
  14. FontPath "/usr/share/fonts/Type1/"
  15. FontPath "/usr/share/fonts/100dpi/"
  16. FontPath "/usr/share/fonts/75dpi/"
  17. EndSection
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21. Section "InputDevice"
  22. Identifier "Keyboard0"
  23. Driver "kbd"
  24. EndSection
  25. Section "InputDevice"
  26. Identifier "Mouse0"
  27. Driver "mouse"
  28. Option "Protocol" "auto"
  29. Option "Device" "/dev/input/mice"
  30. Option "ZAxisMapping" "4 5 6 7"
  31. EndSection
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Monitor Vendor"
  35. ModelName "Monitor Model"
  36. EndSection
  37. Section "Monitor"
  38. Identifier "Monitor1"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42. Section "Device"
  43. ### Available Driver options are:-
  44. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  45. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  46. ### <percent>: "<f>%"
  47. ### [arg]: arg optional
  48. #Option "SWcursor" # [<bool>]
  49. #Option "HWcursor" # [<bool>]
  50. #Option "NoAccel" # [<bool>]
  51. #Option "ShadowFB" # [<bool>]
  52. #Option "VideoKey" # <i>
  53. #Option "WrappedFB" # [<bool>]
  54. #Option "GLXVBlank" # [<bool>]
  55. #Option "ZaphodHeads" # <str>
  56. #Option "PageFlip" # [<bool>]
  57. #Option "SwapLimit" # <i>
  58. #Option "AsyncUTSDFS" # [<bool>]
  59. #Option "AccelMethod" # <str>
  60. #Option "DRI" # <i>
  61. Identifier "Card0"
  62. Driver "nouveau"
  63. BusID "PCI:1:0:0"
  64. EndSection
  65. Section "Device"
  66. ### Available Driver options are:-
  67. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  68. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  69. ### <percent>: "<f>%"
  70. ### [arg]: arg optional
  71. #Option "SWcursor" # [<bool>]
  72. #Option "kmsdev" # <str>
  73. #Option "ShadowFB" # [<bool>]
  74. #Option "AccelMethod" # <str>
  75. #Option "PageFlip" # [<bool>]
  76. #Option "ZaphodHeads" # <str>
  77. #Option "DoubleShadow" # [<bool>]
  78. Identifier "Card1"
  79. Driver "modesetting"
  80. BusID "PCI:0:2:0"
  81. EndSection
  82. Section "Screen"
  83. Identifier "Screen0"
  84. Device "Card0"
  85. Monitor "Monitor0"
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 1
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 4
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 8
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 15
  101. EndSubSection
  102. SubSection "Display"
  103. Viewport 0 0
  104. Depth 16
  105. EndSubSection
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 24
  109. EndSubSection
  110. EndSection
  111. Section "Screen"
  112. Identifier "Screen1"
  113. Device "Card1"
  114. Monitor "Monitor1"
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 1
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 4
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 8
  126. EndSubSection
  127. SubSection "Display"
  128. Viewport 0 0
  129. Depth 15
  130. EndSubSection
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 16
  134. EndSubSection
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 24
  138. EndSubSection
  139. EndSection
  140.