Advertisement
Guest User

/etc/X11/xorg.conf

a guest
Apr 24th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. # /etc/X11/xorg.conf
  2.  
  3. Section "ServerLayout"
  4. Identifier "X.org Configured"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/local/lib/xorg/modules"
  12. FontPath "/usr/local/lib/X11/fonts/misc/"
  13. FontPath "/usr/local/lib/X11/fonts/TTF/"
  14. FontPath "/usr/local/lib/X11/fonts/OTF/"
  15. FontPath "/usr/local/lib/X11/fonts/Type1/"
  16. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  17. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "extmod"
  22. Load "record"
  23. Load "dbe"
  24. Load "dri"
  25. Load "dri2"
  26. Load "glx"
  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" "auto"
  38. Option "Device" "/dev/sysmouse"
  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 "Device"
  49. ### Available Driver options are:-
  50. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  52. ### <percent>: "<f>%"
  53. ### [arg]: arg optional
  54. #Option "DRI" # [<bool>]
  55. #Option "ColorKey" # <i>
  56. #Option "VideoKey" # <i>
  57. #Option "FallbackDebug" # [<bool>]
  58. #Option "Tiling" # [<bool>]
  59. #Option "LinearFramebuffer" # [<bool>]
  60. #Option "Shadow" # [<bool>]
  61. #Option "SwapbuffersWait" # [<bool>]
  62. #Option "TripleBuffer" # [<bool>]
  63. #Option "XvMC" # [<bool>]
  64. #Option "XvPreferOverlay" # [<bool>]
  65. #Option "DebugFlushBatches" # [<bool>]
  66. Section "ServerLayout"
  67. Identifier "X.org Configured"
  68. Screen 0 "Screen0" 0 0
  69. InputDevice "Mouse0" "CorePointer"
  70. InputDevice "Keyboard0" "CoreKeyboard"
  71. EndSection
  72.  
  73. Section "Files"
  74. ModulePath "/usr/local/lib/xorg/modules"
  75. FontPath "/usr/local/lib/X11/fonts/misc/"
  76. FontPath "/usr/local/lib/X11/fonts/TTF/"
  77. FontPath "/usr/local/lib/X11/fonts/OTF/"
  78. FontPath "/usr/local/lib/X11/fonts/Type1/"
  79. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  80. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  81. EndSection
  82.  
  83. Section "Module"
  84. Load "extmod"
  85. Load "record"
  86. Load "dbe"
  87. Load "dri"
  88. Load "dri2"
  89. Load "glx"
  90. EndSection
  91.  
  92. Section "InputDevice"
  93. Identifier "Keyboard0"
  94. Driver "kbd"
  95. EndSection
  96.  
  97. Section "InputDevice"
  98. Identifier "Mouse0"
  99. Driver "mouse"
  100. Option "Protocol" "auto"
  101. Option "Device" "/dev/sysmouse"
  102. Option "ZAxisMapping" "4 5 6 7"
  103. EndSection
  104.  
  105. Section "Monitor"
  106. Identifier "Monitor0"
  107. VendorName "Monitor Vendor"
  108. ModelName "Monitor Model"
  109. EndSection
  110.  
  111. Section "Device"
  112. ### Available Driver options are:-
  113. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  114. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  115. ### <percent>: "<f>%"
  116. ### [arg]: arg optional
  117. #Option "DRI" # [<bool>]
  118. #Option "ColorKey" # <i>
  119. #Option "VideoKey" # <i>
  120. #Option "FallbackDebug" # [<bool>]
  121. #Option "Tiling" # [<bool>]
  122. #Option "LinearFramebuffer" # [<bool>]
  123. #Option "Shadow" # [<bool>]
  124. #Option "SwapbuffersWait" # [<bool>]
  125. #Option "TripleBuffer" # [<bool>]
  126. #Option "XvMC" # [<bool>]
  127. #Option "XvPreferOverlay" # [<bool>]
  128. #Option "DebugFlushBatches" # [<bool>]
  129. #Option "DebugFlushCaches" # [<bool>]
  130. #Option "DebugWait" # [<bool>]
  131. #Option "HotPlug" # [<bool>]
  132. #Option "RelaxedFencing" # [<bool>]
  133. Identifier "Card0"
  134. Driver "intel"
  135. BusID "PCI:0:2:0"
  136. Option "NoAccel" "true" # I also tried without this, nothing different
  137. EndSection
  138.  
  139. Section "Screen"
  140. Identifier "Screen0"
  141. Device "Card0"
  142. Monitor "Monitor0"
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 1
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 4
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 8
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 15
  158. EndSubSection
  159. SubSection "Display"
  160. Viewport 0 0
  161. Depth 16
  162. EndSubSection
  163. SubSection "Display"
  164. Viewport 0 0
  165. Depth 24
  166. EndSubSection
  167. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement