Advertisement
Guest User

Untitled

a guest
Apr 17th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 319.12 (buildmeister@swio-display-x86-rhel47-06) Wed Apr 3 16:12:29 PDT 2013
  3.  
  4. Section "ServerLayout"
  5. Identifier "X.org Configured"
  6. Screen 0 "Screen0" 0 0
  7. Screen 1 "Screen1" RightOf "Screen0"
  8. Screen 2 "Screen2" RightOf "Screen1"
  9. InputDevice "Mouse0" "CorePointer"
  10. InputDevice "Keyboard0" "CoreKeyboard"
  11. EndSection
  12.  
  13. Section "Files"
  14. ModulePath "/usr/lib/xorg/modules"
  15. FontPath "/usr/share/fonts/misc/"
  16. FontPath "/usr/share/fonts/TTF/"
  17. FontPath "/usr/share/fonts/OTF/"
  18. FontPath "/usr/share/fonts/Type1/"
  19. FontPath "/usr/share/fonts/100dpi/"
  20. FontPath "/usr/share/fonts/75dpi/"
  21. EndSection
  22.  
  23. Section "Module"
  24. Load "glx"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/input/mice"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. Identifier "Monitor1"
  48. VendorName "Monitor Vendor"
  49. ModelName "Monitor Model"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. Identifier "Monitor2"
  54. VendorName "Monitor Vendor"
  55. ModelName "Monitor Model"
  56. EndSection
  57.  
  58. Section "Device"
  59.  
  60. ### Available Driver options are:-
  61. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  62. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  63. ### <percent>: "<f>%"
  64. ### [arg]: arg optional
  65. #Option "SWcursor" # [<bool>]
  66. #Option "kmsdev" # <str>
  67. #Option "ShadowFB" # [<bool>]
  68. Identifier "Card0"
  69. Driver "modesetting"
  70. BusID "PCI:0:2:0"
  71. EndSection
  72.  
  73. Section "Device"
  74.  
  75. ### Available Driver options are:-
  76. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  77. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  78. ### <percent>: "<f>%"
  79. ### [arg]: arg optional
  80. #Option "SWcursor" # [<bool>]
  81. #Option "kmsdev" # <str>
  82. #Option "ShadowFB" # [<bool>]
  83. Identifier "Card1"
  84. Driver "nvidia"
  85. BusID "PCI:1:0:0"
  86. EndSection
  87.  
  88. Section "Device"
  89. Identifier "Card2"
  90. Driver "nvidia"
  91. BusID "PCI:1:0:0"
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Screen0"
  96. Device "Card0"
  97. Monitor "Monitor0"
  98. SubSection "Display"
  99. Viewport 0 0
  100. EndSubSection
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 4
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 8
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 15
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 16
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 24
  120. EndSubSection
  121. EndSection
  122.  
  123. Section "Screen"
  124. Identifier "Screen1"
  125. Device "Card1"
  126. Monitor "Monitor1"
  127. SubSection "Display"
  128. Viewport 0 0
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 4
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 8
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 15
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 16
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 24
  149. EndSubSection
  150. EndSection
  151.  
  152. Section "Screen"
  153. Identifier "Screen2"
  154. Device "Card2"
  155. Monitor "Monitor2"
  156. SubSection "Display"
  157. Viewport 0 0
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 4
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 8
  166. EndSubSection
  167. SubSection "Display"
  168. Viewport 0 0
  169. Depth 15
  170. EndSubSection
  171. SubSection "Display"
  172. Viewport 0 0
  173. Depth 16
  174. EndSubSection
  175. SubSection "Display"
  176. Viewport 0 0
  177. Depth 24
  178. EndSubSection
  179. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement