haithcockce

Xorg-0

Aug 18th, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 37.02 KB | None | 0 0
  1. $ xrandr
  2. Screen 0: minimum 8 x 8, current 2944 x 1080, maximum 16384 x 16384
  3. DVI-I-0 disconnected (normal left inverted right x axis y axis)
  4. DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 287mm
  5.    1920x1080     60.00*+
  6.    1680x1050     59.95  
  7.    1440x900      59.89  
  8.    1280x1024     60.02  
  9.    1280x800      59.81  
  10.    1152x864      75.00  
  11.    1024x768      70.07    60.00  
  12.    800x600       60.32    56.25  
  13.    640x480       59.94  
  14. HDMI-0 connected 1024x768+1920+0 (normal left inverted right x axis y axis) 0mm x 0mm
  15.    1024x768      60.00*+
  16.    800x600       72.19    60.32    56.25  
  17.    640x480       59.94  
  18.    512x384       60.00  
  19.    400x300       72.19  
  20.    320x240       60.05  
  21. DP-0 disconnected (normal left inverted right x axis y axis)
  22. DP-1 disconnected (normal left inverted right x axis y axis)
  23. DP-2 disconnected (normal left inverted right x axis y axis)
  24. DP-3 disconnected (normal left inverted right x axis y axis)
  25. DP-4 disconnected (normal left inverted right x axis y axis)
  26. DP-5 disconnected (normal left inverted right x axis y axis)
  27.  
  28.  
  29. $ ls /etc/X11/
  30. applnk      nvidia-xorg.conf  Xmodmap      xorg.conf.nvidia-xconfig-original          Xresources
  31. fontpath.d  xinit             xorg.conf.d  xorg.conf.xorg-x11-drv-nvidia_uninstalled
  32.  
  33.  
  34. $ cat /var/log/Xorg.0.log
  35. [     4.517] (--) Log file renamed from "/var/log/Xorg.pid-2359.log" to "/var/log/Xorg.0.log"
  36. [     4.518]
  37. X.Org X Server 1.18.4
  38. Release Date: 2016-07-19
  39. [     4.518] X Protocol Version 11, Revision 0
  40. [     4.518] Build Operating System:  4.6.3-300.fc24.x86_64
  41. [     4.518] Current Operating System: Linux <HOSTNAME> 4.6.6-300.fc24.x86_64 #1 SMP Wed Aug 10 21:07:35 UTC 2016 x86_64
  42. [     4.518] Kernel command line: BOOT_IMAGE=/vmlinuz-4.6.6-300.fc24.x86_64 root=/dev/mapper/fedora_<HOSTNAME>-root ro rd.lvm.lv=fedora_<HOSTNAME>/root crashkernel=512M rd.lvm.lv=fedora_<HOSTNAME>/swap rhgb rd.driver.blacklist=nouveau nouveau.modeset=0 video=vesa:off
  43. [     4.518] Build Date: 19 July 2016  06:08:11PM
  44. [     4.518] Build ID: xorg-x11-server 1.18.4-1.fc24
  45. [     4.518] Current version of pixman: 0.34.0
  46. [     4.518]    Before reporting problems, check http://wiki.x.org
  47.     to make sure that you have the latest version.
  48. [     4.518] Markers: (--) probed, (**) from config file, (==) default setting,
  49.     (++) from command line, (!!) notice, (II) informational,
  50.     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  51. [     4.518] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 20:11:07 2016
  52. [     4.518] (==) Using config directory: "/etc/X11/xorg.conf.d"
  53. [     4.518] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  54. [     4.520] (==) No Layout section.  Using the first Screen section.
  55. [     4.520] (==) No screen section available. Using defaults.
  56. [     4.520] (**) |-->Screen "Default Screen Section" (0)
  57. [     4.520] (**) |   |-->Monitor "<default monitor>"
  58. [     4.520] (==) No monitor specified for screen "Default Screen Section".
  59.     Using a default monitor configuration.
  60. [     4.520] (==) Automatically adding devices
  61. [     4.520] (==) Automatically enabling devices
  62. [     4.520] (==) Automatically adding GPU devices
  63. [     4.520] (==) Max clients allowed: 256, resource mask: 0x1fffff
  64. [     4.520] (==) FontPath set to:
  65.     catalogue:/etc/X11/fontpath.d,
  66.     built-ins
  67. [     4.520] (**) ModulePath set to "/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
  68. [     4.520] (II) The server relies on udev to provide the list of input devices.
  69.     If no devices become available, reconfigure udev or disable AutoAddDevices.
  70. [     4.520] (II) Loader magic: 0x824dc0
  71. [     4.520] (II) Module ABI versions:
  72. [     4.520]    X.Org ANSI C Emulation: 0.4
  73. [     4.520]    X.Org Video Driver: 20.0
  74. [     4.520]    X.Org XInput driver : 22.1
  75. [     4.520]    X.Org Server Extension : 9.0
  76. [     4.520] (++) using VT number 1
  77.  
  78. [     4.521] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
  79. [     4.521] (II) xfree86: Adding drm device (/dev/dri/card0)
  80. [     4.522] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
  81. [     4.522] (--) PCI:*(0:1:0:0) 10de:1401:196e:1138 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
  82. [     4.522] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
  83. [     4.522] (II) "glx" will be loaded by default.
  84. [     4.522] (II) LoadModule: "glx"
  85. [     4.522] (II) Loading /usr/lib64/nvidia/xorg/libglx.so
  86. [     4.544] (II) Module glx: vendor="NVIDIA Corporation"
  87. [     4.544]    compiled for 4.0.2, module version = 1.0.0
  88. [     4.544]    Module class: X.Org Server Extension
  89. [     4.545] (II) NVIDIA GLX Module  367.35  Mon Jul 11 22:39:07 PDT 2016
  90. [     4.545] (II) Applying OutputClass "nvidia" to /dev/dri/card0
  91. [     4.545]    loading driver: nvidia
  92. [     4.545] (==) Matched nvidia as autoconfigured driver 0
  93. [     4.545] (==) Matched nouveau as autoconfigured driver 1
  94. [     4.545] (==) Matched nv as autoconfigured driver 2
  95. [     4.545] (==) Matched nouveau as autoconfigured driver 3
  96. [     4.545] (==) Matched nv as autoconfigured driver 4
  97. [     4.545] (==) Matched modesetting as autoconfigured driver 5
  98. [     4.545] (==) Matched fbdev as autoconfigured driver 6
  99. [     4.545] (==) Matched vesa as autoconfigured driver 7
  100. [     4.545] (==) Assigned the driver to the xf86ConfigLayout
  101. [     4.545] (II) LoadModule: "nvidia"
  102. [     4.545] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
  103. [     4.550] (II) Module nvidia: vendor="NVIDIA Corporation"
  104. [     4.550]    compiled for 4.0.2, module version = 1.0.0
  105. [     4.550]    Module class: X.Org Video Driver
  106. [     4.550] (II) LoadModule: "nouveau"
  107. [     4.551] (WW) Warning, couldn't open module nouveau
  108. [     4.551] (II) UnloadModule: "nouveau"
  109. [     4.551] (II) Unloading nouveau
  110. [     4.551] (EE) Failed to load module "nouveau" (module does not exist, 0)
  111. [     4.551] (II) LoadModule: "nv"
  112. [     4.551] (WW) Warning, couldn't open module nv
  113. [     4.551] (II) UnloadModule: "nv"
  114. [     4.551] (II) Unloading nv
  115. [     4.551] (EE) Failed to load module "nv" (module does not exist, 0)
  116. [     4.551] (II) LoadModule: "modesetting"
  117. [     4.551] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
  118. [     4.552] (II) Module modesetting: vendor="X.Org Foundation"
  119. [     4.552]    compiled for 1.18.4, module version = 1.18.4
  120. [     4.552]    Module class: X.Org Video Driver
  121. [     4.552]    ABI class: X.Org Video Driver, version 20.0
  122. [     4.552] (II) LoadModule: "fbdev"
  123. [     4.552] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
  124. [     4.552] (II) Module fbdev: vendor="X.Org Foundation"
  125. [     4.552]    compiled for 1.18.0, module version = 0.4.3
  126. [     4.552]    Module class: X.Org Video Driver
  127. [     4.552]    ABI class: X.Org Video Driver, version 20.0
  128. [     4.552] (II) LoadModule: "vesa"
  129. [     4.552] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
  130. [     4.553] (II) Module vesa: vendor="X.Org Foundation"
  131. [     4.553]    compiled for 1.18.0, module version = 2.3.2
  132. [     4.553]    Module class: X.Org Video Driver
  133. [     4.553]    ABI class: X.Org Video Driver, version 20.0
  134. [     4.553] (II) NVIDIA dlloader X Driver  367.35  Mon Jul 11 22:14:48 PDT 2016
  135. [     4.553] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
  136. [     4.553] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  137. [     4.553] (II) FBDEV: driver for framebuffer: fbdev
  138. [     4.553] (II) VESA: driver for VESA chipsets: vesa
  139. [     4.553] (II) systemd-logind: releasing fd for 226:0
  140. [     4.554] (II) Loading sub module "fb"
  141. [     4.554] (II) LoadModule: "fb"
  142. [     4.554] (II) Loading /usr/lib64/xorg/modules/libfb.so
  143. [     4.555] (II) Module fb: vendor="X.Org Foundation"
  144. [     4.555]    compiled for 1.18.4, module version = 1.0.0
  145. [     4.555]    ABI class: X.Org ANSI C Emulation, version 0.4
  146. [     4.555] (II) Loading sub module "wfb"
  147. [     4.555] (II) LoadModule: "wfb"
  148. [     4.555] (II) Loading /usr/lib64/xorg/modules/libwfb.so
  149. [     4.555] (II) Module wfb: vendor="X.Org Foundation"
  150. [     4.555]    compiled for 1.18.4, module version = 1.0.0
  151. [     4.555]    ABI class: X.Org ANSI C Emulation, version 0.4
  152. [     4.555] (II) Loading sub module "ramdac"
  153. [     4.555] (II) LoadModule: "ramdac"
  154. [     4.555] (II) Module "ramdac" already built-in
  155. [     4.557] (WW) Falling back to old probe method for modesetting
  156. [     4.557] (WW) Falling back to old probe method for fbdev
  157. [     4.557] (II) Loading sub module "fbdevhw"
  158. [     4.557] (II) LoadModule: "fbdevhw"
  159. [     4.557] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
  160. [     4.557] (II) Module fbdevhw: vendor="X.Org Foundation"
  161. [     4.557]    compiled for 1.18.4, module version = 0.0.2
  162. [     4.557]    ABI class: X.Org Video Driver, version 20.0
  163. [     4.557] (EE) open /dev/fb0: No such file or directory
  164. [     4.557] (WW) Falling back to old probe method for vesa
  165. [     4.557] (II) NVIDIA(0): Creating default Display subsection in Screen section
  166.     "Default Screen Section" for depth/fbbpp 24/32
  167. [     4.557] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
  168. [     4.557] (==) NVIDIA(0): RGB weight 888
  169. [     4.557] (==) NVIDIA(0): Default visual is TrueColor
  170. [     4.557] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  171. [     4.558] (**) NVIDIA(0): Enabling 2D acceleration
  172. [     5.313] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
  173. [     5.313] (--) NVIDIA(0):     CRT-0
  174. [     5.313] (--) NVIDIA(0):     DFP-0 (boot)
  175. [     5.313] (--) NVIDIA(0):     DFP-1
  176. [     5.313] (--) NVIDIA(0):     DFP-2
  177. [     5.313] (--) NVIDIA(0):     DFP-3
  178. [     5.313] (--) NVIDIA(0):     DFP-4
  179. [     5.313] (--) NVIDIA(0):     DFP-5
  180. [     5.313] (--) NVIDIA(0):     DFP-6
  181. [     5.313] (--) NVIDIA(0):     DFP-7
  182. [     5.328] (--) NVIDIA(0): CRT-0: disconnected
  183. [     5.328] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
  184. [     5.328] (--) NVIDIA(0):
  185. [     5.359] (--) NVIDIA(0): Acer G235H (DFP-0): connected
  186. [     5.359] (--) NVIDIA(0): Acer G235H (DFP-0): Internal TMDS
  187. [     5.359] (--) NVIDIA(0): Acer G235H (DFP-0): 330.0 MHz maximum pixel clock
  188. [     5.359] (--) NVIDIA(0):
  189. [     5.404] (--) NVIDIA(0): DFP-1: connected
  190. [     5.404] (--) NVIDIA(0): DFP-1: Internal TMDS
  191. [     5.404] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
  192. [     5.404] (--) NVIDIA(0):
  193. [     5.404] (--) NVIDIA(0): DFP-2: disconnected
  194. [     5.404] (--) NVIDIA(0): DFP-2: Internal DisplayPort
  195. [     5.404] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
  196. [     5.404] (--) NVIDIA(0):
  197. [     5.404] (--) NVIDIA(0): DFP-3: disconnected
  198. [     5.404] (--) NVIDIA(0): DFP-3: Internal TMDS
  199. [     5.404] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
  200. [     5.404] (--) NVIDIA(0):
  201. [     5.404] (--) NVIDIA(0): DFP-4: disconnected
  202. [     5.404] (--) NVIDIA(0): DFP-4: Internal DisplayPort
  203. [     5.404] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
  204. [     5.404] (--) NVIDIA(0):
  205. [     5.404] (--) NVIDIA(0): DFP-5: disconnected
  206. [     5.404] (--) NVIDIA(0): DFP-5: Internal TMDS
  207. [     5.404] (--) NVIDIA(0): DFP-5: 330.0 MHz maximum pixel clock
  208. [     5.404] (--) NVIDIA(0):
  209. [     5.404] (--) NVIDIA(0): DFP-6: disconnected
  210. [     5.404] (--) NVIDIA(0): DFP-6: Internal DisplayPort
  211. [     5.404] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
  212. [     5.404] (--) NVIDIA(0):
  213. [     5.404] (--) NVIDIA(0): DFP-7: disconnected
  214. [     5.404] (--) NVIDIA(0): DFP-7: Internal TMDS
  215. [     5.404] (--) NVIDIA(0): DFP-7: 330.0 MHz maximum pixel clock
  216. [     5.404] (--) NVIDIA(0):
  217. [     5.405] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
  218. [     5.405] (--) NVIDIA(0): Memory: 2097152 kBytes
  219. [     5.405] (--) NVIDIA(0): VideoBIOS: 84.06.32.00.27
  220. [     5.405] (II) NVIDIA(0): Detected PCI Express Link width: 16X
  221. [     5.405] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
  222. [     5.405] (**) NVIDIA(0):     device Acer G235H (DFP-0) (Using EDID frequencies has been
  223. [     5.405] (**) NVIDIA(0):     enabled on all display devices.)
  224. [     5.406] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
  225. [     5.406] (**) NVIDIA(0):     device DFP-1 (Using EDID frequencies has been enabled on
  226. [     5.406] (**) NVIDIA(0):     all display devices.)
  227. [     5.407] (==) NVIDIA(0):
  228. [     5.407] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
  229. [     5.407] (==) NVIDIA(0):     will be used as the requested mode.
  230. [     5.407] (==) NVIDIA(0):
  231. [     5.408] (II) NVIDIA(0): Validated MetaModes:
  232. [     5.408] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
  233. [     5.408] (II) NVIDIA(0): Virtual screen size determined to be 2944 x 1080
  234. [     5.411] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
  235. [     5.411] (--) NVIDIA(0):     option
  236. [     5.411] (II) UnloadModule: "modesetting"
  237. [     5.411] (II) Unloading modesetting
  238. [     5.411] (II) UnloadModule: "fbdev"
  239. [     5.411] (II) Unloading fbdev
  240. [     5.411] (II) UnloadSubModule: "fbdevhw"
  241. [     5.411] (II) Unloading fbdevhw
  242. [     5.411] (II) UnloadModule: "vesa"
  243. [     5.411] (II) Unloading vesa
  244. [     5.411] (--) Depth 24 pixmap format is 32 bpp
  245. [     5.412] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
  246. [     5.412] (II) NVIDIA:     access.
  247. [     5.414] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
  248. [     5.414] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
  249. [     5.414] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
  250. [     5.414] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
  251. [     5.414] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
  252. [     5.414] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
  253. [     5.414] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
  254. [     5.414] (II) NVIDIA(0):     Config Options in the README.
  255. [     5.426] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
  256. [     5.468] (==) NVIDIA(0): Disabling shared memory pixmaps
  257. [     5.468] (==) NVIDIA(0): Backing store enabled
  258. [     5.468] (==) NVIDIA(0): Silken mouse enabled
  259. [     5.469] (==) NVIDIA(0): DPMS enabled
  260. [     5.469] (II) Loading sub module "dri2"
  261. [     5.469] (II) LoadModule: "dri2"
  262. [     5.469] (II) Module "dri2" already built-in
  263. [     5.469] (II) NVIDIA(0): [DRI2] Setup complete
  264. [     5.469] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
  265. [     5.469] (--) RandR disabled
  266. [     5.472] (II) SELinux: Disabled on system
  267. [     5.472] (II) Initializing extension GLX
  268. [     5.472] (II) Indirect GLX disabled.
  269. [     5.506] (II) config/udev: Adding input device Power Button (/dev/input/event1)
  270. [     5.506] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  271. [     5.506] (**) Power Button: Applying InputClass "libinput keyboard catchall"
  272. [     5.506] (**) Power Button: Applying InputClass "system-keyboard"
  273. [     5.506] (II) LoadModule: "libinput"
  274. [     5.506] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
  275. [     5.509] (II) Module libinput: vendor="X.Org Foundation"
  276. [     5.509]    compiled for 1.18.3, module version = 0.19.0
  277. [     5.509]    Module class: X.Org XInput Driver
  278. [     5.509]    ABI class: X.Org XInput driver, version 22.1
  279. [     5.509] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
  280. [     5.509] (II) Using input driver 'libinput' for 'Power Button'
  281. [     5.509] (**) Power Button: always reports core events
  282. [     5.509] (**) Option "Device" "/dev/input/event1"
  283. [     5.509] (**) Option "_source" "server/udev"
  284. [     5.509] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
  285. [     5.509] (II) input device 'Power Button', /dev/input/event1 is a keyboard
  286. [     5.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
  287. [     5.509] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
  288. [     5.509] (**) Option "xkb_layout" "us"
  289. [     5.510] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
  290. [     5.510] (II) input device 'Power Button', /dev/input/event1 is a keyboard
  291. [     5.510] (II) config/udev: Adding input device Power Button (/dev/input/event0)
  292. [     5.510] (**) Power Button: Applying InputClass "evdev keyboard catchall"
  293. [     5.510] (**) Power Button: Applying InputClass "libinput keyboard catchall"
  294. [     5.510] (**) Power Button: Applying InputClass "system-keyboard"
  295. [     5.510] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
  296. [     5.510] (II) Using input driver 'libinput' for 'Power Button'
  297. [     5.510] (**) Power Button: always reports core events
  298. [     5.510] (**) Option "Device" "/dev/input/event0"
  299. [     5.510] (**) Option "_source" "server/udev"
  300. [     5.510] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
  301. [     5.510] (II) input device 'Power Button', /dev/input/event0 is a keyboard
  302. [     5.510] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
  303. [     5.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
  304. [     5.510] (**) Option "xkb_layout" "us"
  305. [     5.511] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
  306. [     5.511] (II) input device 'Power Button', /dev/input/event0 is a keyboard
  307. [     5.511] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
  308. [     5.511] (II) No input driver specified, ignoring this device.
  309. [     5.511] (II) This device may have been added with another device file.
  310. [     5.511] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
  311. [     5.511] (II) No input driver specified, ignoring this device.
  312. [     5.511] (II) This device may have been added with another device file.
  313. [     5.511] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
  314. [     5.511] (II) No input driver specified, ignoring this device.
  315. [     5.511] (II) This device may have been added with another device file.
  316. [     5.511] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
  317. [     5.511] (II) No input driver specified, ignoring this device.
  318. [     5.511] (II) This device may have been added with another device file.
  319. [     5.512] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/event2)
  320. [     5.512] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev keyboard catchall"
  321. [     5.512] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
  322. [     5.512] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  323. [     5.512] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
  324. [     5.512] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
  325. [     5.512] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
  326. [     5.512] (**) Option "Device" "/dev/input/event2"
  327. [     5.512] (**) Option "_source" "server/udev"
  328. [     5.512] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event2 is tagged by udev as: Keyboard
  329. [     5.512] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event2 is a keyboard
  330. [     5.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:045E:0745.0001/input/input5/event2"
  331. [     5.512] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: KEYBOARD, id 8)
  332. [     5.512] (**) Option "xkb_layout" "us"
  333. [     5.512] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event2 is tagged by udev as: Keyboard
  334. [     5.512] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event2 is a keyboard
  335. [     5.513] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/event3)
  336. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev pointer catchall"
  337. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev keyboard catchall"
  338. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput pointer catchall"
  339. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
  340. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  341. [     5.513] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
  342. [     5.513] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
  343. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
  344. [     5.513] (**) Option "Device" "/dev/input/event3"
  345. [     5.513] (**) Option "_source" "server/udev"
  346. [     5.513] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event3 is tagged by udev as: Keyboard Mouse
  347. [     5.513] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event3 is a pointer caps
  348. [     5.513] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event3 is a keyboard
  349. [     5.513] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: needs a virtual subdevice
  350. [     5.513] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:045E:0745.0002/input/input6/event3"
  351. [     5.513] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: MOUSE, id 9)
  352. [     5.513] (**) Option "AccelerationScheme" "none"
  353. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) selected scheme none/0
  354. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration factor: 2.000
  355. [     5.513] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration threshold: 4
  356. [     5.514] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event3 is tagged by udev as: Keyboard Mouse
  357. [     5.514] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event3 is a pointer caps
  358. [     5.514] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event3 is a keyboard
  359. [     5.514] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/mouse0)
  360. [     5.514] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  361. [     5.514] (II) No input driver specified, ignoring this device.
  362. [     5.514] (II) This device may have been added with another device file.
  363. [     5.514] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/event4)
  364. [     5.514] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev keyboard catchall"
  365. [     5.514] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
  366. [     5.514] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  367. [     5.515] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
  368. [     5.515] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
  369. [     5.515] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
  370. [     5.515] (**) Option "Device" "/dev/input/event4"
  371. [     5.515] (**) Option "_source" "server/udev"
  372. [     5.515] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event4 is tagged by udev as: Keyboard
  373. [     5.515] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event4 is a keyboard
  374. [     5.515] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: needs a virtual subdevice
  375. [     5.515] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.2/0003:045E:0745.0003/input/input7/event4"
  376. [     5.515] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: MOUSE, id 10)
  377. [     5.515] (**) Option "AccelerationScheme" "none"
  378. [     5.515] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) selected scheme none/0
  379. [     5.515] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration factor: 2.000
  380. [     5.515] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: (accel) acceleration threshold: 4
  381. [     5.515] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event4 is tagged by udev as: Keyboard
  382. [     5.515] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v7.0', /dev/input/event4 is a keyboard
  383. [     5.515] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v7.0 (/dev/input/js0)
  384. [     5.515] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  385. [     5.515] (II) No input driver specified, ignoring this device.
  386. [     5.515] (II) This device may have been added with another device file.
  387. [     5.516] (II) config/udev: Adding input device Logitech M705 (/dev/input/event5)
  388. [     5.516] (**) Logitech M705: Applying InputClass "evdev pointer catchall"
  389. [     5.516] (**) Logitech M705: Applying InputClass "libinput pointer catchall"
  390. [     5.516] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
  391. [     5.516] (II) Using input driver 'libinput' for 'Logitech M705'
  392. [     5.516] (**) Logitech M705: always reports core events
  393. [     5.516] (**) Option "Device" "/dev/input/event5"
  394. [     5.516] (**) Option "_source" "server/udev"
  395. [     5.516] (II) input device 'Logitech M705', /dev/input/event5 is tagged by udev as: Mouse
  396. [     5.516] (II) Device 'Logitech M705' set to 800 DPI
  397. [     5.516] (II) input device 'Logitech M705', /dev/input/event5 is a pointer caps
  398. [     5.516] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.2/0003:046D:C52B.0006/0003:046D:101B.0007/input/input8/event5"
  399. [     5.516] (II) XINPUT: Adding extended input device "Logitech M705" (type: MOUSE, id 11)
  400. [     5.516] (**) Option "AccelerationScheme" "none"
  401. [     5.516] (**) Logitech M705: (accel) selected scheme none/0
  402. [     5.516] (**) Logitech M705: (accel) acceleration factor: 2.000
  403. [     5.516] (**) Logitech M705: (accel) acceleration threshold: 4
  404. [     5.516] (II) input device 'Logitech M705', /dev/input/event5 is tagged by udev as: Mouse
  405. [     5.516] (II) Device 'Logitech M705' set to 800 DPI
  406. [     5.516] (II) input device 'Logitech M705', /dev/input/event5 is a pointer caps
  407. [     5.517] (II) config/udev: Adding input device Logitech M705 (/dev/input/mouse1)
  408. [     5.517] (II) No input driver specified, ignoring this device.
  409. [     5.517] (II) This device may have been added with another device file.
  410. [     5.517] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
  411. [     5.517] (II) No input driver specified, ignoring this device.
  412. [     5.517] (II) This device may have been added with another device file.
  413. [     5.517] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
  414. [     5.517] (II) No input driver specified, ignoring this device.
  415. [     5.517] (II) This device may have been added with another device file.
  416. [     5.517] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
  417. [     5.517] (II) No input driver specified, ignoring this device.
  418. [     5.517] (II) This device may have been added with another device file.
  419. [     5.517] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
  420. [     5.517] (II) No input driver specified, ignoring this device.
  421. [     5.517] (II) This device may have been added with another device file.
  422. [     5.517] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
  423. [     5.517] (II) No input driver specified, ignoring this device.
  424. [     5.517] (II) This device may have been added with another device file.
  425. [     5.518] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
  426. [     5.518] (II) No input driver specified, ignoring this device.
  427. [     5.518] (II) This device may have been added with another device file.
  428. [     5.518] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
  429. [     5.518] (II) No input driver specified, ignoring this device.
  430. [     5.518] (II) This device may have been added with another device file.
  431. [     5.518] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
  432. [     5.518] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
  433. [     5.518] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
  434. [     5.518] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
  435. [     5.518] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 37 paused 0
  436. [     5.518] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
  437. [     5.518] (**) Eee PC WMI hotkeys: always reports core events
  438. [     5.518] (**) Option "Device" "/dev/input/event6"
  439. [     5.518] (**) Option "_source" "server/udev"
  440. [     5.518] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
  441. [     5.518] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is a keyboard
  442. [     5.518] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input9/event6"
  443. [     5.518] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
  444. [     5.518] (**) Option "xkb_layout" "us"
  445. [     5.519] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
  446. [     5.519] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is a keyboard
  447. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev pointer catchall"
  448. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev keyboard catchall"
  449. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput pointer catchall"
  450. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
  451. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  452. [     5.521] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
  453. [     5.521] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
  454. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
  455. [     5.521] (**) Option "Device" "/dev/input/event3"
  456. [     5.521] (**) Option "_source" "_driver/libinput"
  457. [     5.521] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: is a virtual subdevice
  458. [     5.521] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:045E:0745.0002/input/input6/event3"
  459. [     5.521] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: KEYBOARD, id 13)
  460. [     5.521] (**) Option "xkb_layout" "us"
  461. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "evdev keyboard catchall"
  462. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "libinput keyboard catchall"
  463. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: Applying InputClass "system-keyboard"
  464. [     5.521] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
  465. [     5.521] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v7.0'
  466. [     5.521] (**) Microsoft Microsoft® 2.4GHz Transceiver v7.0: always reports core events
  467. [     5.521] (**) Option "Device" "/dev/input/event4"
  468. [     5.521] (**) Option "_source" "_driver/libinput"
  469. [     5.521] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver v7.0: is a virtual subdevice
  470. [     5.521] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.2/0003:045E:0745.0003/input/input7/event4"
  471. [     5.521] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v7.0" (type: KEYBOARD, id 14)
  472. [     5.521] (**) Option "xkb_layout" "us"
  473. [     5.800] (--) NVIDIA(GPU-0): CRT-0: disconnected
  474. [     5.800] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
  475. [     5.800] (--) NVIDIA(GPU-0):
  476. [     5.830] (--) NVIDIA(GPU-0): Acer G235H (DFP-0): connected
  477. [     5.830] (--) NVIDIA(GPU-0): Acer G235H (DFP-0): Internal TMDS
  478. [     5.830] (--) NVIDIA(GPU-0): Acer G235H (DFP-0): 330.0 MHz maximum pixel clock
  479. [     5.830] (--) NVIDIA(GPU-0):
  480. [     5.920] (--) NVIDIA(GPU-0): DFP-1: connected
  481. [     5.920] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
  482. [     5.920] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
  483. [     5.920] (--) NVIDIA(GPU-0):
  484. [     5.920] (--) NVIDIA(GPU-0): DFP-2: disconnected
  485. [     5.920] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
  486. [     5.920] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
  487. [     5.920] (--) NVIDIA(GPU-0):
  488. [     5.920] (--) NVIDIA(GPU-0): DFP-3: disconnected
  489. [     5.920] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
  490. [     5.920] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
  491. [     5.920] (--) NVIDIA(GPU-0):
  492. [     5.920] (--) NVIDIA(GPU-0): DFP-4: disconnected
  493. [     5.920] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
  494. [     5.920] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
  495. [     5.920] (--) NVIDIA(GPU-0):
  496. [     5.920] (--) NVIDIA(GPU-0): DFP-5: disconnected
  497. [     5.920] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
  498. [     5.920] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
  499. [     5.920] (--) NVIDIA(GPU-0):
  500. [     5.920] (--) NVIDIA(GPU-0): DFP-6: disconnected
  501. [     5.920] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
  502. [     5.920] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
  503. [     5.920] (--) NVIDIA(GPU-0):
  504. [     5.920] (--) NVIDIA(GPU-0): DFP-7: disconnected
  505. [     5.920] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
  506. [     5.920] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
  507. [     5.920] (--) NVIDIA(GPU-0):
  508. [     6.574] (--) NVIDIA(GPU-0): DFP-1: connected
  509. [     6.574] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
  510. [     6.574] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
  511. [     6.574] (--) NVIDIA(GPU-0):
  512. [     6.619] (--) NVIDIA(GPU-0): DFP-1: connected
  513. [     6.619] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
  514. [     6.619] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
  515. [     6.619] (--) NVIDIA(GPU-0):
  516. [     7.660] (--) NVIDIA(GPU-0): CRT-0: disconnected
  517. [     7.660] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
  518. [     7.660] (--) NVIDIA(GPU-0):
  519. [     7.690] (--) NVIDIA(GPU-0): Acer G235H (DFP-0): connected
  520. [     7.690] (--) NVIDIA(GPU-0): Acer G235H (DFP-0): Internal TMDS
  521. [     7.690] (--) NVIDIA(GPU-0): Acer G235H (DFP-0): 330.0 MHz maximum pixel clock
  522. [     7.690] (--) NVIDIA(GPU-0):
  523. [     7.735] (--) NVIDIA(GPU-0): DFP-1: connected
  524. [     7.735] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
  525. [     7.735] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
  526. [     7.735] (--) NVIDIA(GPU-0):
  527. [     7.735] (--) NVIDIA(GPU-0): DFP-2: disconnected
  528. [     7.735] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
  529. [     7.735] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
  530. [     7.735] (--) NVIDIA(GPU-0):
  531. [     7.735] (--) NVIDIA(GPU-0): DFP-3: disconnected
  532. [     7.735] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
  533. [     7.735] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
  534. [     7.735] (--) NVIDIA(GPU-0):
  535. [     7.735] (--) NVIDIA(GPU-0): DFP-4: disconnected
  536. [     7.735] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
  537. [     7.735] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
  538. [     7.735] (--) NVIDIA(GPU-0):
  539. [     7.735] (--) NVIDIA(GPU-0): DFP-5: disconnected
  540. [     7.735] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
  541. [     7.735] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
  542. [     7.735] (--) NVIDIA(GPU-0):
  543. [     7.735] (--) NVIDIA(GPU-0): DFP-6: disconnected
  544. [     7.735] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
  545. [     7.735] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
  546. [     7.735] (--) NVIDIA(GPU-0):
  547. [     7.735] (--) NVIDIA(GPU-0): DFP-7: disconnected
  548. [     7.735] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
  549. [     7.735] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
  550. [     7.735] (--) NVIDIA(GPU-0):
  551. [    12.334] (**) Option "fd" "29"
  552. [    12.334] (**) Option "fd" "32"
  553. [    12.334] (**) Option "fd" "33"
  554. [    12.334] (**) Option "fd" "34"
  555. [    12.334] (**) Option "fd" "35"
  556. [    12.334] (**) Option "fd" "36"
  557. [    12.334] (**) Option "fd" "37"
  558. [    12.334] (**) Option "fd" "34"
  559. [    12.334] (**) Option "fd" "35"
  560. [    12.537] (II) systemd-logind: got pause for 13:64
  561. [    12.537] (II) systemd-logind: got pause for 13:66
  562. [    12.537] (II) systemd-logind: got pause for 13:65
  563. [    12.537] (II) systemd-logind: got pause for 13:67
  564. [    12.537] (II) systemd-logind: got pause for 13:68
  565. [    12.537] (II) systemd-logind: got pause for 13:70
  566. [    12.537] (II) systemd-logind: got pause for 13:69
Add Comment
Please, Sign In to add comment