Advertisement
irokezer59

template

Dec 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.56 KB | None | 0 0
  1. # **********************************************************************
  2. Section "Module"
  3. Load "dbe" # Double buffer extension
  4. SubSection "extmod"
  5. Option "omit xfree86-dga" # don't initialise the DGA extension
  6. EndSubSection
  7. Load "type1"
  8. Load "freetype"
  9. Load "glx"
  10. Load "dri"
  11.  
  12. EndSection
  13.  
  14. # **********************************************************************
  15. # Files section. This allows default font and rgb paths to be set
  16. # **********************************************************************
  17.  
  18. Section "Files"
  19. FontPath "/usr/share/fonts/X11/cyrillic/"
  20. FontPath "/usr/share/fonts/X11/misc/"
  21. FontPath "/usr/share/fonts/X11/TTF/"
  22. FontPath "/usr/share/fonts/X11/Type1/"
  23. FontPath "/usr/share/fonts/X11/75dpi/"
  24. FontPath "/usr/share/fonts/X11/100dpi/"
  25. EndSection
  26.  
  27. # **********************************************************************
  28. # Server flags section.
  29. # **********************************************************************
  30.  
  31. Section "ServerFlags"
  32.  
  33. # Uncomment this to cause a core dump at the spot where a signal is
  34. # received. This may leave the console in an unusable state, but may
  35. # provide a better stack trace in the core dump to aid in debugging
  36.  
  37. # Option "NoTrapSignals"
  38.  
  39. # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
  40. # (where n is 1 through 12). This allows clients to receive these key
  41. # events.
  42.  
  43. # Option "DontVTSwitch"
  44.  
  45. # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
  46. # This allows clients to receive this key event.
  47.  
  48. # Option "DontZap"
  49.  
  50. # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
  51. # sequences. This allows clients to receive these key events.
  52.  
  53. # Option "Dont Zoom"
  54.  
  55. # Uncomment this to disable tuning with the xvidtune client. With
  56. # it the client can still run and fetch card and monitor attributes,
  57. # but it will not be allowed to change them. If it tries it will
  58. # receive a protocol error.
  59.  
  60. # Option "DisableVidModeExtension"
  61.  
  62. # Uncomment this to enable the use of a non-local xvidtune client.
  63.  
  64. # Option "AllowNonLocalXvidtune"
  65.  
  66. # Uncomment this to disable dynamically modifying the input device
  67. # (mouse and keyboard) settings.
  68.  
  69. # Option "DisableModInDev"
  70.  
  71. # Uncomment this to enable the use of a non-local client to
  72. # change the keyboard or mouse settings (currently only xset).
  73.  
  74. # Option "AllowNonLocalModInDev"
  75.  
  76. EndSection
  77.  
  78. # **********************************************************************
  79. # Input devices
  80. # **********************************************************************
  81.  
  82. # **********************************************************************
  83. # Core keyboard's InputDevice section
  84. # **********************************************************************
  85.  
  86. Section "InputDevice"
  87.  
  88. Identifier "Keyboard1"
  89. Driver "kbd"
  90.  
  91. # For most OSs the protocol can be omitted (it defaults to "Standard").
  92. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  93. # uncomment the following line.
  94.  
  95. # Option "Protocol" "Xqueue"
  96.  
  97. Option "AutoRepeat" "500 30"
  98.  
  99. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  100. # Option "Xleds" "1 2 3"
  101.  
  102. # Option "LeftAlt" "Meta"
  103. # Option "RightAlt" "ModeShift"
  104.  
  105. # To customise the XKB settings to suit your keyboard, modify the
  106. # keyboard, you will probably want to use:
  107. # Option "XkbModel" "pc102"
  108. # If you have a US Microsoft Natural keyboard, you can use:
  109. # Option "XkbModel" "microsoft"
  110. #
  111. # Then to change the language, change the Layout setting.
  112. # For example, a german layout can be obtained with:
  113. # Option "XkbLayout" "de"
  114. # or:
  115. # Option "XkbLayout" "de"
  116. # Option "XkbVariant" "nodeadkeys"
  117. #
  118. # If you'd like to switch the positions of your capslock and
  119. # control keys, use:
  120. # Option "XkbOptions" "ctrl:swapcaps"
  121.  
  122. # These are the default XKB settings for Xorg
  123. # Option "XkbRules" "xorg"
  124. # Option "XkbModel" "pc101"
  125. # Option "XkbLayout" "us"
  126. # Option "XkbVariant" ""
  127. # Option "XkbOptions" ""
  128.  
  129. # Option "XkbDisable"
  130.  
  131. Option "XkbRules" "xorg"
  132. # Option "XkbModel" "pc105"
  133. # Option "XkbLayout" "us"
  134.  
  135. Option "XkbModel" "pc105"
  136. Option "XkbLayout" "us,ru"
  137. Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp"
  138. EndSection
  139.  
  140.  
  141. # **********************************************************************
  142. # Core Pointer's InputDevice section
  143. # **********************************************************************
  144.  
  145. Section "InputDevice"
  146.  
  147. # Identifier and driver
  148.  
  149. Identifier "Mouse1"
  150. Driver "mouse"
  151. Option "CorePointer"
  152. Option "Protocol" "ImPS/2"
  153. Option "Device" "/dev/psaux"
  154. Option "ZAxisMapping" "4 5"
  155.  
  156. # Mouse-speed setting for PS/2 mouse.
  157.  
  158. # Option "Resolution" "256"
  159.  
  160. # When using XQUEUE, comment out the above two lines, and uncomment
  161. # the following line.
  162.  
  163. # Option "Protocol" "Xqueue"
  164.  
  165. # Baudrate and SampleRate are only for some Logitech mice. In
  166. # almost every case these lines should be omitted.
  167.  
  168. # Option "BaudRate" "9600"
  169. # Option "SampleRate" "150"
  170.  
  171. # Emulate3Buttons is an option for 2-button Microsoft mice
  172. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  173.  
  174. # Option "Emulate3Buttons"
  175. # Option "Emulate3Timeout" "50"
  176.  
  177. # ChordMiddle is an option for some 3-button Logitech mice
  178.  
  179. # Option "ChordMiddle"
  180.  
  181. EndSection
  182.  
  183. # **********************************************************************
  184. # Monitor section
  185. # **********************************************************************
  186.  
  187. # Any number of monitor sections may be present
  188.  
  189. Section "Monitor"
  190. Identifier "LeftMonitor"
  191. HorizSync 30 - 70
  192. VertRefresh 50-160
  193. Modeline "1024x768" 64.994 1024 1064 1200 1344 768 771 777 806 -HSync -VSync
  194. Modeline "1024x768@85" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync -VSync
  195. Modeline "1024x768@100" 115.5 1024 1056 1248 1440 768 771 781 802 -HSync -VSync
  196. Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
  197. Modeline "1600x1200" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
  198. # Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync # 1600x1200@60 "SyncMaster 214 T"
  199. Modeline "1920x1080" 148.550 1920 2048 2080 2200 1080 1096 1100 1125 +Hsync +Vsync
  200. EndSection
  201.  
  202. Section "Monitor"
  203. Identifier "RightMonitor"
  204. Option "Right" "LeftMonitor"
  205. HorizSync 30 - 70
  206. VertRefresh 50-160
  207. Modeline "1024x768" 64.994 1024 1064 1200 1344 768 771 777 806 -HSync -VSync
  208. Modeline "1024x768@85" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync -VSync
  209. Modeline "1024x768@100" 115.5 1024 1056 1248 1440 768 771 781 802 -HSync -VSync
  210. Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
  211. Modeline "1600x1200" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync
  212. # Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync # 1600x1200@60 "SyncMaster 214 T"
  213. Modeline "1920x1080" 148.550 1920 2048 2080 2200 1080 1096 1100 1125 +Hsync +Vsync
  214. EndSection
  215.  
  216.  
  217. # **********************************************************************
  218. # Graphics device section
  219. # **********************************************************************
  220.  
  221. # Device configured by xorgconfig:
  222.  
  223. Section "Device"
  224. Identifier "Device 0"
  225. Driver "driver"
  226. BusID "PCI:00:00:0"
  227.  
  228. Screen 0
  229. EndSection
  230.  
  231.  
  232.  
  233. # **********************************************************************
  234. # Screen sections
  235. # **********************************************************************
  236.  
  237. # Any number of screen sections may be present. Each describes
  238. # the configuration of a single screen. A single specific screen section
  239. # may be specified from the X server command line with the "-screen"
  240. # option.
  241. Section "Screen"
  242. Identifier "Screen 1"
  243. Device "Device 0"
  244. # Monitor "LeftMonitor"
  245. DefaultDepth 24
  246. Subsection "Display"
  247. Depth 8
  248. Modes "1024x768" "800x600" "640x480"
  249. ViewPort 0 0
  250. EndSubsection
  251. Subsection "Display"
  252. Depth 16
  253. # Modes "1024x768" "800x600"
  254. # Modes "800x600"
  255. Modes "1024x768"
  256. ViewPort 0 0
  257. EndSubsection
  258. Subsection "Display"
  259. Depth 24
  260. # Modes "1280x1024" "1024x768" "800x600" "640x480"
  261. ViewPort 0 0
  262. EndSubsection
  263. EndSection
  264.  
  265.  
  266.  
  267.  
  268. Section "Extensions"
  269. Option "Composite" "Enable"
  270. EndSection
  271.  
  272. Section "dri"
  273. Mode 0666
  274. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement