Advertisement
Dj_Dexter

xorg.conf

Jun 14th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. #Edited for real 3d in openbsd, problem?
  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.  
  10. Section "Files"
  11. ModulePath "/usr/X11R6/lib/modules"
  12. FontPath "/usr/X11R6/lib/X11/fonts/misc/"
  13. FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
  14. FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
  15. FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
  16. FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
  17. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "dbe"
  22. Load "dri"
  23. Load "dri2"
  24. Load "extmod"
  25. Load "glx"
  26. Load "record"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "wsmouse"
  38. Option "Device" "/dev/wsmouse"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Monitor"
  49. Identifier "Monitor1"
  50. VendorName "Monitor Vendor"
  51. ModelName "Monitor Model"
  52. EndSection
  53.  
  54. Section "Device"
  55. ### Available Driver options are:-
  56. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  57. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  58. ### <percent>: "<f>%"
  59. ### [arg]: arg optional
  60. #Option "NoAccel" # [<bool>]
  61. #Option "SWcursor" # [<bool>]
  62. #Option "Dac6Bit" # [<bool>]
  63. #Option "Dac8Bit" # [<bool>]
  64. #Option "BusType" # [<str>]
  65. #Option "CPPIOMode" # [<bool>]
  66. #Option "CPusecTimeout" # <i>
  67. #Option "AGPMode" # <i>
  68. #Option "AGPFastWrite" # [<bool>]
  69. #Option "AGPSize" # <i>
  70. #Option "GARTSize" # <i>
  71. #Option "RingSize" # <i>
  72. #Option "BufferSize" # <i>
  73. #Option "EnableDepthMoves" # [<bool>]
  74. #Option "EnablePageFlip" # [<bool>]
  75. #Option "NoBackBuffer" # [<bool>]
  76. #Option "DMAForXv" # [<bool>]
  77. #Option "FBTexPercent" # <i>
  78. #Option "DepthBits" # <i>
  79. #Option "PCIAPERSize" # <i>
  80. #Option "AccelDFS" # [<bool>]
  81. #Option "IgnoreEDID" # [<bool>]
  82. #Option "DisplayPriority" # [<str>]
  83. #Option "PanelSize" # [<str>]
  84. #Option "ForceMinDotClock" # <freq>
  85. #Option "ColorTiling" # [<bool>]
  86. #Option "VideoKey" # <i>
  87. #Option "RageTheatreCrystal" # <i>
  88. #Option "RageTheatreTunerPort" # <i>
  89. #Option "RageTheatreCompositePort" # <i>
  90. #Option "RageTheatreSVideoPort" # <i>
  91. #Option "TunerType" # <i>
  92. #Option "RageTheatreMicrocPath" # <str>
  93. #Option "RageTheatreMicrocType" # <str>
  94. #Option "ScalerWidth" # <i>
  95. #Option "RenderAccel" # [<bool>]
  96. #Option "SubPixelOrder" # [<str>]
  97. #Option "ShowCache" # [<bool>]
  98. #Option "DynamicClocks" # [<bool>]
  99. #Option "VGAAccess" # [<bool>]
  100. #Option "ReverseDDC" # [<bool>]
  101. #Option "LVDSProbePLL" # [<bool>]
  102. #Option "AccelMethod" # <str>
  103. #Option "DRI" # [<bool>]
  104. #Option "ConnectorTable" # <str>
  105. #Option "DefaultConnectorTable" # [<bool>]
  106. #Option "DefaultTMDSPLL" # [<bool>]
  107. #Option "TVDACLoadDetect" # [<bool>]
  108. #Option "ForceTVOut" # [<bool>]
  109. #Option "TVStandard" # <str>
  110. #Option "IgnoreLidStatus" # [<bool>]
  111. #Option "DefaultTVDACAdj" # [<bool>]
  112. #Option "Int10" # [<bool>]
  113. #Option "EXAVSync" # [<bool>]
  114. #Option "ATOMTVOut" # [<bool>]
  115. #Option "R4xxATOM" # [<bool>]
  116. Identifier "Card0"
  117. Driver "radeon"
  118. BusID "PCI:1:0:0"
  119. Option "ColorTiling" "true"
  120. Option "AccelMethod" "EXA"
  121. Option "GARTSize" "256"
  122. EndSection
  123.  
  124. #Section "Device"
  125. # ### Available Driver options are:-
  126. # ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  127. # ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  128. # ### <percent>: "<f>%"
  129. # ### [arg]: arg optional
  130. # #Option "ShadowFB" # [<bool>]
  131. # #Option "DefaultRefresh" # [<bool>]
  132. # #Option "ModeSetClearScreen" # [<bool>]
  133. # Identifier "Card1"
  134. # Driver "vesa"
  135. # BusID "PCI:1:0:0"
  136. #EndSection
  137.  
  138. Section "Screen"
  139. Identifier "Screen0"
  140. Device "Card0"
  141. Monitor "Monitor0"
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 1
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 4
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 8
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 15
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 16
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 24
  165. EndSubSection
  166. EndSection
  167.  
  168. Section "Screen"
  169. Identifier "Screen1"
  170. Device "Card1"
  171. Monitor "Monitor1"
  172. SubSection "Display"
  173. Viewport 0 0
  174. Depth 1
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 4
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 8
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 15
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 16
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 24
  195. EndSubSection
  196. EndSection
  197.  
  198. Section "DRI"
  199. Mode 0666
  200. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement