Advertisement
irokezer59

last variant /etc/X11/xorg.conf

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