Guest User

xorg.conf

a guest
Oct 28th, 2015
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc"
  12. FontPath "/usr/share/fonts/X11/cyrillic"
  13. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor1"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  54. ### <percent>: "<f>%"
  55. ### [arg]: arg optional
  56. #Option "NoAccel" # [<bool>]
  57. #Option "AccelMethod" # <str>
  58. #Option "Backlight" # <str>
  59. #Option "DRI" # <str>
  60. #Option "ColorKey" # <i>
  61. #Option "VideoKey" # <i>
  62. #Option "Tiling" # [<bool>]
  63. #Option "LinearFramebuffer" # [<bool>]
  64. #Option "SwapbuffersWait" # [<bool>]
  65. #Option "TripleBuffer" # [<bool>]
  66. #Option "XvPreferOverlay" # [<bool>]
  67. #Option "HotPlug" # [<bool>]
  68. #Option "ReprobeOutputs" # [<bool>]
  69. #Option "XvMC" # [<bool>]
  70. #Option "ZaphodHeads" # <str>
  71. #Option "TearFree" # [<bool>]
  72. #Option "PerCrtcPixmaps" # [<bool>]
  73. #Option "FallbackDebug" # [<bool>]
  74. #Option "DebugFlushBatches" # [<bool>]
  75. #Option "DebugFlushCaches" # [<bool>]
  76. #Option "DebugWait" # [<bool>]
  77. #Option "BufferCache" # [<bool>]
  78. Identifier "Card0"
  79. Driver "intel"
  80. BusID "PCI:0:2:0"
  81. EndSection
  82.  
  83. Section "Device"
  84. ### Available Driver options are:-
  85. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  86. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  87. ### <percent>: "<f>%"
  88. ### [arg]: arg optional
  89. #Option "SWcursor" # [<bool>]
  90. #Option "HWcursor" # [<bool>]
  91. #Option "NoAccel" # [<bool>]
  92. #Option "ShadowFB" # [<bool>]
  93. #Option "VideoKey" # <i>
  94. #Option "WrappedFB" # [<bool>]
  95. #Option "GLXVBlank" # [<bool>]
  96. #Option "ZaphodHeads" # <str>
  97. #Option "PageFlip" # [<bool>]
  98. #Option "SwapLimit" # <i>
  99. #Option "AsyncUTSDFS" # [<bool>]
  100. #Option "AccelMethod" # <str>
  101. Identifier "Card1"
  102. Driver "nouveau"
  103. BusID "PCI:1:0:0"
  104. EndSection
  105.  
  106. Section "Screen"
  107. Identifier "Screen0"
  108. Device "Card0"
  109. Monitor "Monitor0"
  110. SubSection "Display"
  111. Viewport 0 0
  112. Depth 1
  113. EndSubSection
  114. SubSection "Display"
  115. Viewport 0 0
  116. Depth 4
  117. EndSubSection
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 8
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 15
  125. EndSubSection
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 16
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 24
  133. EndSubSection
  134. EndSection
  135.  
  136. Section "Screen"
  137. Identifier "Screen1"
  138. Device "Card1"
  139. Monitor "Monitor1"
  140. SubSection "Display"
  141. Viewport 0 0
  142. Depth 1
  143. EndSubSection
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 4
  147. EndSubSection
  148. SubSection "Display"
  149. Viewport 0 0
  150. Depth 8
  151. EndSubSection
  152. SubSection "Display"
  153. Viewport 0 0
  154. Depth 15
  155. EndSubSection
  156. SubSection "Display"
  157. Viewport 0 0
  158. Depth 16
  159. EndSubSection
  160. SubSection "Display"
  161. Viewport 0 0
  162. Depth 24
  163. EndSubSection
  164. EndSection
Add Comment
Please, Sign In to add comment