Advertisement
Guest User

xorg.conf

a guest
Apr 1st, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. #Special base config file used in Puppy Linux.
  2.  
  3. # **********************************************************************
  4. # Module section -- this section is used to specify
  5. # which dynamically loadable modules to load.
  6. # **********************************************************************
  7. #
  8. Section "Module"
  9.  
  10. # This loads the DBE extension module.
  11.  
  12. Load "dbe" # Double buffer extension
  13.  
  14. # This loads the miscellaneous extensions module, and disables
  15. # initialisation of the XFree86-DGA extension within that module.
  16. SubSection "extmod"
  17. Option "omit xfree86-dga" # don't initialise the DGA extension
  18. EndSubSection
  19.  
  20. # This loads the font modules
  21. # Load "type1"
  22. # Load "freetype"
  23.  
  24. # This loads xtrap extension, used by xrandr
  25. # Load "xtrap"
  26.  
  27. # This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
  28. # Disable "glx" #LOADGLX
  29.  
  30. # This loads dri module (if present). 7.4 loads it by default, have to disable...
  31. # Load "dri" #LOADDRI
  32. # Disable "dri"
  33.  
  34. EndSection
  35.  
  36. # **********************************************************************
  37. # Files section. This allows default font paths to be set
  38. # **********************************************************************
  39.  
  40. Section "Files"
  41.  
  42. # Multiple FontPath entries are allowed (which are concatenated together),
  43. # as well as specifying multiple comma-separated entries in one FontPath
  44. # command (or a combination of both methods)
  45.  
  46. FontPath "/usr/share/X11/fonts/misc/"
  47. FontPath "/usr/share/X11/fonts/Type1/"
  48. FontPath "/usr/share/X11/fonts/TTF/"
  49.  
  50. EndSection
  51.  
  52. # **********************************************************************
  53. # Server flags section.
  54. # **********************************************************************
  55.  
  56. Section "ServerFlags"
  57.  
  58. # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
  59. # (where n is 1 through 12). This allows clients to receive these key
  60. # events.
  61.  
  62. # Option "DontVTSwitch"
  63.  
  64. # Enables mode switching with xrandr
  65. # There is a report that this can cause Xorg not to work on some
  66. # video hardware, so default is commented-out...
  67. # but i want to use it in xorgwizard so leave on...
  68.  
  69. Option "RandR" "on"
  70.  
  71. # With this, Xorg won't talk to HAL to add evdev devices and you'll be back
  72. # with the old Xorg behavior (pre-7.4)...
  73.  
  74. Option "AutoAddDevices" "false"
  75.  
  76. # For no-Hal, kirk also suggests this...
  77.  
  78. # Option "AllowMouseOpenFail" "true"
  79.  
  80. # Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...
  81.  
  82. Option "DontZap" "false"
  83.  
  84. EndSection
  85.  
  86. #everything past here is auto-generated by Puppy's Xorg Wizard...
  87.  
  88.  
  89. Section "ServerLayout"
  90. Identifier "X.org Configured"
  91. Screen 0 "Screen0" 0 0
  92. #Screen 1 "Screen1" RightOf "Screen0"
  93. #Screen 2 "Screen2" RightOf "Screen1"
  94. InputDevice "Mouse0" "CorePointer"
  95. InputDevice "Keyboard0" "CoreKeyboard"
  96. EndSection
  97.  
  98. Section "InputDevice"
  99. Identifier "Keyboard0"
  100. Driver "kbd"
  101. Option "XkbRules" "xorg"
  102. Option "XkbModel" "pc102"
  103. Option "XkbLayout" "pl" #xkeymap0
  104. EndSection
  105.  
  106. Section "InputDevice"
  107. Identifier "Mouse0"
  108. Driver "mouse"
  109. Option "Protocol" "IMPS/2" #mouse0protocol
  110. Option "Device" "/dev/mouse"
  111. #Option "Emulate3Buttons"
  112. #Option "Emulate3Timeout" "50"
  113. Option "ZAxisMapping" "4 5" #scrollwheel
  114. EndSection
  115.  
  116. Section "Monitor"
  117. Identifier "Monitor0"
  118. VendorName "Monitor Vendor"
  119. ModelName "Monitor Model"
  120. HorizSync 24-80
  121. VertRefresh 49-71
  122. #UseModes "Modes0" #monitor0usemodes
  123. Option "PreferredMode" "1280x1024"
  124. EndSection
  125.  
  126. Section "Modes"
  127. Identifier "Modes0"
  128. #modes0modeline0
  129. EndSection
  130.  
  131. Section "Monitor"
  132. Identifier "Monitor1"
  133. VendorName "Monitor Vendor"
  134. ModelName "Monitor Model"
  135. EndSection
  136.  
  137. Section "Monitor"
  138. Identifier "Monitor2"
  139. VendorName "Monitor Vendor"
  140. ModelName "Monitor Model"
  141. EndSection
  142.  
  143. Section "Device"
  144. ### Available Driver options are:-
  145. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  146. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  147. ### <percent>: "<f>%"
  148. ### [arg]: arg optional
  149. #Option "DRI" # [<bool>]
  150. #Option "ColorKey" # <i>
  151. #Option "VideoKey" # <i>
  152. #Option "FallbackDebug" # [<bool>]
  153. #Option "Tiling" # [<bool>]
  154. #Option "LinearFramebuffer" # [<bool>]
  155. #Option "Shadow" # [<bool>]
  156. #Option "SwapbuffersWait" # [<bool>]
  157. #Option "TripleBuffer" # [<bool>]
  158. #Option "XvMC" # [<bool>]
  159. #Option "XvPreferOverlay" # [<bool>]
  160. #Option "DebugFlushBatches" # [<bool>]
  161. #Option "DebugFlushCaches" # [<bool>]
  162. #Option "DebugWait" # [<bool>]
  163. #Option "HotPlug" # [<bool>]
  164. #Option "RelaxedFencing" # [<bool>]
  165. Identifier "Card0"
  166. Driver "intel" #card0driver
  167. Option "LinearAlloc" "6144"
  168. BusID "PCI:0:2:0"
  169. EndSection
  170.  
  171. Section "Device"
  172. ### Available Driver options are:-
  173. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  174. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  175. ### <percent>: "<f>%"
  176. ### [arg]: arg optional
  177. #Option "ShadowFB" # [<bool>]
  178. #Option "Rotate" # <str>
  179. #Option "fbdev" # <str>
  180. #Option "debug" # [<bool>]
  181. Identifier "Card1"
  182. Driver "fbdev"
  183. BusID "PCI:0:2:0"
  184. EndSection
  185.  
  186. Section "Device"
  187. ### Available Driver options are:-
  188. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  189. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  190. ### <percent>: "<f>%"
  191. ### [arg]: arg optional
  192. #Option "ShadowFB" # [<bool>]
  193. #Option "DefaultRefresh" # [<bool>]
  194. #Option "ModeSetClearScreen" # [<bool>]
  195. Identifier "Card2"
  196. Driver "vesa"
  197. BusID "PCI:0:2:0"
  198. EndSection
  199.  
  200. Section "Screen"
  201. Identifier "Screen0"
  202. Device "Card0"
  203. Monitor "Monitor0"
  204. DefaultDepth 24
  205. #Option "metamodes" "1280x1024_60 +0+0" #METAMODES_0
  206. Subsection "Display"
  207. Depth 24
  208. Modes "1280x1024"
  209. EndSubsection
  210. EndSection
  211.  
  212. Section "Screen"
  213. Identifier "Screen1"
  214. Device "Card1"
  215. Monitor "Monitor1"
  216. DefaultDepth 24
  217. #Option "metamodes" "1280x1024_60 +0+0" #METAMODES_1
  218. Subsection "Display"
  219. Depth 24
  220. Modes "1280x1024"
  221. EndSubsection
  222. EndSection
  223.  
  224. Section "Screen"
  225. Identifier "Screen2"
  226. Device "Card2"
  227. Monitor "Monitor2"
  228. DefaultDepth 24
  229. #Option "metamodes" "1280x1024_60 +0+0" #METAMODES_2
  230. Subsection "Display"
  231. Depth 24
  232. Modes "1280x1024"
  233. EndSubsection
  234. EndSection
  235.  
  236. #PuppyHardwareProfile=Intel_r__82945G_ChipsetAcerAL1717
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement