Advertisement
Guest User

xorg.conf.seat-1

a guest
Jun 5th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. Section "Files"
  2. ModulePath "/usr/lib/xorg/modules"
  3. FontPath "/usr/share/fonts/X11/misc"
  4. FontPath "/usr/share/fonts/X11/cyrillic"
  5. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  6. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  7. FontPath "/usr/share/fonts/X11/Type1"
  8. FontPath "/usr/share/fonts/X11/100dpi"
  9. FontPath "/usr/share/fonts/X11/75dpi"
  10. FontPath "built-ins"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "dbe"
  15. Load "dri"
  16. Load "dri2"
  17. Load "extmod"
  18. Load "glx"
  19. Load "record"
  20. Load "shadow"
  21. EndSection
  22.  
  23.  
  24. Section "dri"
  25. Mode 0666
  26.  
  27. EndSection
  28.  
  29.  
  30. Section "ServerLayout"
  31. Identifier "layout_seat-1"
  32. MatchSeat "seat-1"
  33. Screen 0 "Screen0" LeftOf "Screen1"
  34. Screen 1 "Screen1" RightOf "Screen0"
  35.  
  36. InputDevice "Mouse0"
  37. InputDevice "Mouse1"
  38. InputDevice "Mouse2"
  39. InputDevice "Keyboard0"
  40. InputDevice "Keyboard1"
  41. InputDevice "Keyboard2"
  42. InputDevice "Keyboard3"
  43.  
  44.  
  45. EndSection
  46.  
  47. Section "Module"
  48. Load "glx"
  49. Load "glxserver_nvidia"
  50. EndSection
  51.  
  52. Section "ServerFlags"
  53. Option "DefaultServerLayout" "layout_seat-1"
  54. Option "AllowMouseOpenFail" "true"
  55. Option "AutoAddDevices" "false"
  56. Option "Xinerama" "false"
  57.  
  58.  
  59. EndSection
  60.  
  61. Section "InputDevice"
  62. Identifier "Keyboard0"
  63. Driver "evdev"
  64. Option "GrabDevice" "on"
  65. Option "Device" "/dev/input/by-id/usb-Darfon_USB_Combo_Keyboard-event-kbd"
  66.  
  67. Option "XkbRules" "base"
  68. Option "XkbModel" "pc105"
  69. Option "XkbLayout" "us"
  70.  
  71.  
  72. Option "CoreKeyboard" "on"
  73.  
  74.  
  75. EndSection
  76.  
  77.  
  78. Section "InputDevice"
  79. Identifier "Keyboard1"
  80. Driver "evdev"
  81. Option "GrabDevice" "on"
  82.  
  83. Option "Device" "/dev/input/by-id/usb-Generic_USB_Keyboard-event-kbd"
  84.  
  85. Option "XkbRules" "base"
  86. Option "XkbModel" "pc105"
  87. Option "XkbLayout" "us"
  88.  
  89.  
  90. EndSection
  91.  
  92.  
  93. Section "InputDevice"
  94. Identifier "Keyboard2"
  95. Driver "evdev"
  96. Option "GrabDevice" "on"
  97.  
  98. Option "Device" "/dev/input/by-id/usb-Telink_Wireless_Receiver-if01-event-kbd"
  99.  
  100. Option "XkbRules" "base"
  101. Option "XkbModel" "pc105"
  102. Option "XkbLayout" "us"
  103.  
  104.  
  105. EndSection
  106.  
  107. Section "InputDevice"
  108. Identifier "Keyboard3"
  109. Driver "evdev"
  110. Option "GrabDevice" "on"
  111.  
  112. Option "Device" "/dev/input/by-id/usb-MPOW_MPOW_HC6_001-event-if03"
  113.  
  114. Option "XkbRules" "base"
  115. Option "XkbModel" "pc105"
  116. Option "XkbLayout" "us"
  117.  
  118.  
  119. EndSection
  120.  
  121.  
  122. Section "InputDevice"
  123. Identifier "Mouse0"
  124. Driver "evdev"
  125. Option "GrabDevice" "on"
  126. Option "Protocol" "auto"
  127.  
  128.  
  129. Option "Device" "/dev/input/by-id/usb-SteelSeries_Sensei_Raw_Gaming_Mouse-if01-event-mouse"
  130.  
  131.  
  132.  
  133. Option "CorePointer" "on"
  134.  
  135. EndSection
  136.  
  137.  
  138. Section "InputDevice"
  139. Identifier "Mouse1"
  140. Driver "evdev"
  141. Option "GrabDevice" "on"
  142. Option "Protocol" "auto"
  143.  
  144. Option "Device" "/dev/input/by-id/usb-093a_USB_OPTICAL_MOUSE-event-mouse"
  145.  
  146.  
  147.  
  148. EndSection
  149.  
  150.  
  151. Section "InputDevice"
  152. Identifier "Mouse2"
  153. Driver "evdev"
  154. Option "GrabDevice" "on"
  155. Option "Protocol" "auto"
  156.  
  157. Option "Device" "/dev/input/by-id/usb-Telink_Wireless_Receiver-event-mouse"
  158.  
  159.  
  160.  
  161. EndSection
  162.  
  163. Section "Monitor"
  164. Identifier "Monitor_BL"
  165. VendorName "Acer"
  166. ModelName "1201(BL)"
  167. Option "Primary" "true"
  168.  
  169. EndSection
  170.  
  171.  
  172. Section "Monitor"
  173. Identifier "Monitor_X"
  174. VendorName "Acer"
  175. ModelName "Model X"
  176. EndSection
  177.  
  178.  
  179. Section "Device"
  180. Identifier "Card0"
  181. Driver "nvidia"
  182. BusID "PCI:1:0:0"
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190. Option "UseDisplayDevice" "HDMI-0, DVI-D-0"
  191.  
  192.  
  193. Option "MetaModes" "1920x1080, 1920x1080"
  194.  
  195. Option "MetaModeOrientation" "SamePositionAs"
  196.  
  197.  
  198. Option "ConnectedMonitor" "HDMI-0, DVI-D-0"
  199. Option "ProbeAllGpus" "false"
  200.  
  201.  
  202.  
  203. EndSection
  204.  
  205.  
  206. Section "Screen"
  207. Identifier "Screen0"
  208. Device "Card0"
  209. Monitor "Monitor_BL"
  210. SubSection "Display"
  211. Viewport 0 0
  212. Depth 1
  213. EndSubSection
  214. SubSection "Display"
  215. Viewport 0 0
  216. Depth 4
  217. EndSubSection
  218. SubSection "Display"
  219. Viewport 0 0
  220. Depth 8
  221. EndSubSection
  222. SubSection "Display"
  223. Viewport 0 0
  224. Depth 15
  225. EndSubSection
  226. SubSection "Display"
  227. Viewport 0 0
  228. Depth 16
  229. EndSubSection
  230. SubSection "Display"
  231. Viewport 0 0
  232. Depth 24
  233. EndSubSection
  234. EndSection
  235.  
  236. Section "Screen"
  237. Identifier "Screen1"
  238. Monitor "Monitor_X"
  239. SubSection "Display"
  240. Viewport 0 0
  241. Depth 1
  242. EndSubSection
  243. SubSection "Display"
  244. Viewport 0 0
  245. Depth 4
  246. EndSubSection
  247. SubSection "Display"
  248. Viewport 0 0
  249. Depth 8
  250. EndSubSection
  251. SubSection "Display"
  252. Viewport 0 0
  253. Depth 15
  254. EndSubSection
  255. SubSection "Display"
  256. Viewport 0 0
  257. Depth 16
  258. EndSubSection
  259. SubSection "Display"
  260. Viewport 0 0
  261. Depth 24
  262. EndSubSection
  263. EndSection
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement