Advertisement
Guest User

Current xorg.conf

a guest
Aug 7th, 2012
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. InputDevice "stylus"
  7. InputDevice "eraser"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/X11/misc"
  13. FontPath "/usr/share/fonts/X11/cyrillic"
  14. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  16. FontPath "/usr/share/fonts/X11/Type1"
  17. FontPath "/usr/share/fonts/X11/100dpi"
  18. FontPath "/usr/share/fonts/X11/75dpi"
  19. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  20. FontPath "built-ins"
  21. EndSection
  22.  
  23. Section "Module"
  24. Load "record"
  25. Load "extmod"
  26. Load "dbe"
  27. Load "dri2"
  28. Load "dri"
  29. Load "glx"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/input/mice"
  42. Option "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor0"
  47. VendorName "Monitor Vendor"
  48. ModelName "Monitor Model"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58. ### Available Driver options are:-
  59. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  61. ### [arg]: arg optional
  62. #Option "DRI" # [<bool>]
  63. #Option "ColorKey" # <i>
  64. #Option "VideoKey" # <i>
  65. #Option "FallbackDebug" # [<bool>]
  66. #Option "Tiling" # [<bool>]
  67. #Option "LinearFramebuffer" # [<bool>]
  68. #Option "Shadow" # [<bool>]
  69. #Option "SwapbuffersWait" # [<bool>]
  70. #Option "XvPreferOverlay" # [<bool>]
  71. #Option "DebugFlushBatches" # [<bool>]
  72. #Option "DebugFlushCaches" # [<bool>]
  73. #Option "DebugWait" # [<bool>]
  74. #Option "HotPlug" # [<bool>]
  75. #Option "RelaxedFencing" # [<bool>]
  76. Identifier "Card0"
  77. Driver "intel"
  78. VendorName "Intel Corporation"
  79. BoardName "82852/855GM Integrated Graphics Device"
  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. ### [arg]: arg optional
  88. #Option "DRI" # [<bool>]
  89. #Option "ColorKey" # <i>
  90. #Option "VideoKey" # <i>
  91. #Option "FallbackDebug" # [<bool>]
  92. #Option "Tiling" # [<bool>]
  93. #Option "LinearFramebuffer" # [<bool>]
  94. #Option "Shadow" # [<bool>]
  95. #Option "SwapbuffersWait" # [<bool>]
  96. #Option "XvPreferOverlay" # [<bool>]
  97. #Option "DebugFlushBatches" # [<bool>]
  98. #Option "DebugFlushCaches" # [<bool>]
  99. #Option "DebugWait" # [<bool>]
  100. #Option "HotPlug" # [<bool>]
  101. #Option "RelaxedFencing" # [<bool>]
  102. Identifier "Card1"
  103. Driver "intel"
  104. VendorName "Intel Corporation"
  105. BoardName "82852/855GM Integrated Graphics Device"
  106. BusID "PCI:0:2:1"
  107. EndSection
  108.  
  109. Section "Screen"
  110. Identifier "Screen0"
  111. Device "Card0"
  112. Monitor "Monitor0"
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 1
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 4
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 8
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 15
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 16
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 24
  136. EndSubSection
  137. EndSection
  138.  
  139. Section "InputDevice"
  140. Driver "wacom"
  141. Identifier "cursor"
  142. Option "Device" "/dev/ttyS0"
  143. Option "Type" "cursor"
  144. Option "ForceDevice" "ISDV4"
  145. Option "Mode" "Absolute"
  146. EndSection
  147.  
  148. Section "InputDevice"
  149. Driver "wacom"
  150. Identifier "stylus"
  151. Option "Device" "/dev/ttyS0"
  152. Option "Type" "stylus"
  153. Option "Button2" "3"
  154. Option "ForceDevice" "ISDV4"
  155. EndSection
  156.  
  157. Section "InputDevice"
  158. Driver "wacom"
  159. Identifier "eraser"
  160. Option "Device" "/dev/ttyS0"
  161. Option "Type" "eraser"
  162. Option "ForceDevice" "ISDV4"
  163. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement