You are not logged in.

#1 2019-02-21 13:42:12

Icarus_Radio
Member
Registered: 2017-02-28
Posts: 45

Cannot log into 'GNOME on Xorg' using Intel driver.

My laptop has 2 cards (Intel + nVIDIA). Due to this issue, I want to use nvidia-xrun instead of Bumblebee.
My idea is to install nvidia-xrun-git from AUR and use Intel driver on normal cases. However, after I modified /etc/X11/xorg.conf.d/20-intel.conf (referring to this), I cannot log in 'GNOME on Xorg' or 'GNOME Classic'. Only Wayland session.
After seen this post, I removed /etc/X11/xorg.conf.d/20-intel.conf and I can log in Xorg session, but glxinfo tells me that I am using NVIDIA.

My 20-intel.conf:

Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"
EndSection

How can I fix this?

Last edited by Icarus_Radio (2019-02-21 13:47:33)

Offline

#2 2019-02-21 14:40:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: Cannot log into 'GNOME on Xorg' using Intel driver.

I'm not entirely sure on your current system state. Did you already install nvidia-xrun-git ? Otherwise the setup that it does will not properly work, (that said, it seems to currently have a few bugs in the current implementation that would prevent this from properly working) install https://aur.archlinux.org/packages/nvidia-xrun-pm instead where this should be correctly implemented. Also you should, regardless, blacklist all the nvidia modules by default to prevent them from being used when you don't want them to be used.

What's your dmesg output and a xorg log from when it doesn't work (if you try to start with GDM that xorg log might be located in your journal

journalctl --unit=gdm

)?

Last edited by V1del (2019-02-21 15:03:57)

Offline

#3 2019-02-21 15:18:48

Icarus_Radio
Member
Registered: 2017-02-28
Posts: 45

Re: Cannot log into 'GNOME on Xorg' using Intel driver.

V1del wrote:

I'm not entirely sure on your current system state. Did you already install nvidia-xrun-git ? Otherwise the setup that it does will not properly work, (that said, it seems to currently have a few bugs in the current implementation that would prevent this from properly working) install https://aur.archlinux.org/packages/nvidia-xrun-pm instead where this should be correctly implemented. Also you should, regardless, blacklist all the nvidia modules by default to prevent them from being used when you don't want them to be used.

What's your dmesg output and a xorg log from when it doesn't work (if you try to start with GDM that xorg log might be located in your journal

journalctl --unit=gdm

)?

Previously, I modified some file referring to GitHub PRs and comments on AUR, and nvidia-xrun works normally (use Intel to login Wayland session, and nvidia-xrun to manage Xorg session).

I have read the log and found out that it is due to I did not install xf86-video-intel package, so Xorg cannot load 'intel' module.
However, either modesetting driver and intel driver removes one of the entry in GDM ('GNOME on Xorg' is gone) and of course, nvidia-xrun failed to work properly.

Last edited by Icarus_Radio (2019-02-21 15:20:55)

Offline

#4 2019-02-21 15:29:45

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,743

Re: Cannot log into 'GNOME on Xorg' using Intel driver.

"Fails to work properly" is not an error message nor the output I've asked for. We can't really help troubleshoot if we don't know the state of your system.

Offline

#5 2019-02-21 16:30:52

Icarus_Radio
Member
Registered: 2017-02-28
Posts: 45

Re: Cannot log into 'GNOME on Xorg' using Intel driver.

V1del wrote:

"Fails to work properly" is not an error message nor the output I've asked for. We can't really help troubleshoot if we don't know the state of your system.

I have blacklisted nvidia module, switch to modesetting driver, now nvidia-xrun works only when there is no other user log in.

If I logged in via GDM, switch to another tty and execute nvidix-xrun, the screen goes black. After a while it tells that unable to unload nvidia module since it is in use.

Xorg.2.log:

[    82.561] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    82.561] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    82.561] Build Operating System: Linux Arch Linux
[    82.561] Current Operating System: Linux icarusradio 4.20.10-arch1-1-ARCH #1 SMP PREEMPT Fri Feb 15 17:49:06 UTC 2019 x86_64
[    82.561] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f9c61555-ef33-463d-b704-fb2903c1118f rw quiet
[    82.561] Build Date: 25 October 2018  04:42:32PM
[    82.561]  
[    82.561] Current version of pixman: 0.38.0
[    82.561] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    82.561] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    82.562] (==) Log file: "/home/icarusradio/.local/share/xorg/Xorg.2.log", Time: Fri Feb 22 00:20:43 2019
[    82.562] (++) Using config file: "/etc/X11/nvidia-xorg.conf"
[    82.562] (EE) Unable to locate/open config directory: "nvidia-xorg.conf.d"
[    82.562] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    82.562] (==) ServerLayout "layout"
[    82.562] (**) |-->Screen "nvidia" (1)
[    82.562] (**) |   |-->Monitor "<default monitor>"
[    82.563] (**) |   |-->Device "nvidia"
[    82.563] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[    82.563] (**) |-->Inactive Device "intel"
[    82.563] (==) Automatically adding devices
[    82.563] (==) Automatically enabling devices
[    82.563] (==) Automatically adding GPU devices
[    82.563] (==) Automatically binding GPU devices
[    82.563] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    82.563] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    82.563] 	Entry deleted from font path.
[    82.563] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    82.563] 	Entry deleted from font path.
[    82.563] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    82.563] 	Entry deleted from font path.
[    82.563] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    82.563] 	Entry deleted from font path.
[    82.563] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    82.563] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    82.563] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    82.563] (II) Module ABI versions:
[    82.563] 	X.Org ANSI C Emulation: 0.4
[    82.563] 	X.Org Video Driver: 24.0
[    82.563] 	X.Org XInput driver : 24.1
[    82.563] 	X.Org Server Extension : 10.0
[    82.564] (++) using VT number 3

[    82.564] (--) controlling tty is VT number 3, auto-enabling KeepTty
[    82.565] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[    82.566] (II) xfree86: Adding drm device (/dev/dri/card1)
[    82.566] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    82.566] (II) xfree86: Adding drm device (/dev/dri/card0)
[    82.567] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    82.568] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    82.568] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    82.568] (--) PCI: (0@0:2:0) 8086:191b:1028:0706 rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    82.568] (--) PCI:*(2@0:0:0) 10de:139b:1028:0706 rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    82.568] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    82.568] (II) LoadModule: "glx"
[    82.569] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    82.570] (II) Module glx: vendor="X.Org Foundation"
[    82.570] 	compiled for 1.20.3, module version = 1.0.0
[    82.570] 	ABI class: X.Org Server Extension, version 10.0
[    82.570] (II) LoadModule: "nvidia"
[    82.570] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    82.576] (II) Module nvidia: vendor="NVIDIA Corporation"
[    82.576] 	compiled for 4.0.2, module version = 1.0.0
[    82.576] 	Module class: X.Org Video Driver
[    82.577] (II) LoadModule: "modesetting"
[    82.577] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    82.577] (II) Module modesetting: vendor="X.Org Foundation"
[    82.577] 	compiled for 1.20.3, module version = 1.20.3
[    82.577] 	Module class: X.Org Video Driver
[    82.577] 	ABI class: X.Org Video Driver, version 24.0
[    82.578] (II) NVIDIA dlloader X Driver  415.27  Thu Dec 20 17:12:39 CST 2018
[    82.578] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    82.578] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    82.578] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    82.578] (II) systemd-logind: releasing fd for 226:1
[    82.580] (II) Loading sub module "fb"
[    82.580] (II) LoadModule: "fb"
[    82.580] (II) Loading /usr/lib/xorg/modules/libfb.so
[    82.580] (II) Module fb: vendor="X.Org Foundation"
[    82.580] 	compiled for 1.20.3, module version = 1.0.0
[    82.580] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.580] (II) Loading sub module "wfb"
[    82.580] (II) LoadModule: "wfb"
[    82.580] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    82.581] (II) Module wfb: vendor="X.Org Foundation"
[    82.581] 	compiled for 1.20.3, module version = 1.0.0
[    82.581] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.581] (II) Loading sub module "ramdac"
[    82.581] (II) LoadModule: "ramdac"
[    82.581] (II) Module "ramdac" already built-in
[    82.583] (WW) Falling back to old probe method for modesetting
[    82.583] (II) modeset(G0): using drv /dev/dri/card0
[    82.583] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    82.583] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[    82.583] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    82.583] (==) NVIDIA(0): RGB weight 888
[    82.583] (==) NVIDIA(0): Default visual is TrueColor
[    82.583] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    82.583] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    82.583] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    82.583] (**) NVIDIA(0): Enabling 2D acceleration
[    82.583] (II) Loading sub module "glxserver_nvidia"
[    82.583] (II) LoadModule: "glxserver_nvidia"
[    82.584] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    82.626] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    82.626] 	compiled for 4.0.2, module version = 1.0.0
[    82.626] 	Module class: X.Org Server Extension
[    82.626] (II) NVIDIA GLX Module  415.27  Thu Dec 20 17:12:23 CST 2018
[    82.638] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:2:0:0 (GPU-0)
[    82.638] (--) NVIDIA(0): Memory: 4194304 kBytes
[    82.638] (--) NVIDIA(0): VideoBIOS: 82.07.7a.00.19
[    82.638] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    82.638] (II) NVIDIA(0): Validated MetaModes:
[    82.638] (II) NVIDIA(0):     "NULL"
[    82.638] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    82.638] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    82.638] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    82.638] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    82.638] (**) modeset(G0): Option "AccelMethod" "none"
[    82.638] (==) modeset(G0): RGB weight 888
[    82.638] (==) modeset(G0): Default visual is TrueColor
[    82.638] (**) modeset(G0): glamor disabled
[    82.638] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    82.638] (II) modeset(G0): Double-buffered shadow updates: off
[    82.640] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    82.644] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    82.646] (II) modeset(G0): EDID for output eDP-1-1
[    82.646] (II) modeset(G0): Manufacturer: LGD  Model: 492  Serial#: 0
[    82.646] (II) modeset(G0): Year: 2014  Week: 0
[    82.646] (II) modeset(G0): EDID Version: 1.4
[    82.646] (II) modeset(G0): Digital Display Input
[    82.646] (II) modeset(G0): 6 bits per channel
[    82.646] (II) modeset(G0): Digital interface is DisplayPort
[    82.646] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    82.646] (II) modeset(G0): Gamma: 2.20
[    82.646] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[    82.646] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    82.646] (II) modeset(G0): First detailed timing is preferred mode
[    82.646] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    82.646] (II) modeset(G0): redX: 0.580 redY: 0.345   greenX: 0.338 greenY: 0.568
[    82.646] (II) modeset(G0): blueX: 0.159 blueY: 0.122   whiteX: 0.313 whiteY: 0.329
[    82.646] (II) modeset(G0): Manufacturer's mask: 0
[    82.646] (II) modeset(G0): Supported detailed timing:
[    82.646] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    82.646] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    82.646] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    82.646] (II) modeset(G0): Supported detailed timing:
[    82.646] (II) modeset(G0): clock: 110.9 MHz   Image Size:  344 x 194 mm
[    82.646] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    82.646] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    82.646] (II) modeset(G0):  2M4XM€156WF6
[    82.646] (II) modeset(G0): Unknown vendor-specific block 0
[    82.646] (II) modeset(G0): EDID (in hex):
[    82.646] (II) modeset(G0): 	00ffffffffffff0030e4920400000000
[    82.646] (II) modeset(G0): 	0018010495221378ea9ad59458569128
[    82.646] (II) modeset(G0): 	1f505400000001010101010101010101
[    82.646] (II) modeset(G0): 	0101010101012e3680a070381f403020
[    82.646] (II) modeset(G0): 	350058c21000001a522b80a070381f40
[    82.646] (II) modeset(G0): 	3020350058c21000001a000000fe0032
[    82.646] (II) modeset(G0): 	4d34584d803135365746360a00000000
[    82.646] (II) modeset(G0): 	0000413196001000000a010a20200059
[    82.647] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    82.647] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    82.647] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    82.647] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    82.647] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    82.647] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    82.647] (II) modeset(G0): Modeline "1920x1080"x48.0  110.90  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)
[    82.647] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    82.647] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    82.647] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    82.647] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    82.647] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    82.647] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    82.647] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    82.647] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    82.647] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    82.647] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    82.647] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    82.647] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    82.647] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    82.647] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    82.647] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    82.647] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    82.647] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    82.647] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    82.647] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    82.647] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    82.647] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    82.648] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    82.648] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    82.648] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    82.648] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    82.648] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    82.648] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    82.648] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    82.648] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    82.648] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    82.648] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    82.648] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    82.648] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    82.648] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    82.648] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    82.648] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    82.648] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    82.648] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    82.648] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    82.648] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    82.648] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    82.648] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    82.648] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    82.652] (II) modeset(G0): EDID for output HDMI-1-1
[    82.652] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    82.652] (==) modeset(G0): DPI set to (96, 96)
[    82.652] (II) Loading sub module "fb"
[    82.652] (II) LoadModule: "fb"
[    82.652] (II) Loading /usr/lib/xorg/modules/libfb.so
[    82.652] (II) Module fb: vendor="X.Org Foundation"
[    82.653] 	compiled for 1.20.3, module version = 1.0.0
[    82.653] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.653] (II) Loading sub module "shadow"
[    82.653] (II) LoadModule: "shadow"
[    82.653] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    82.653] (II) Module shadow: vendor="X.Org Foundation"
[    82.653] 	compiled for 1.20.3, module version = 1.1.0
[    82.653] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    82.654] (==) modeset(G0): Backing store enabled
[    82.654] (==) modeset(G0): Silken mouse disabled
[    82.696] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    82.696] (==) modeset(G0): DPMS enabled
[    82.697] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    82.697] (II) NVIDIA:     access.
[    82.701] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    82.701] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    82.701] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    82.701] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    82.701] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    82.701] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    82.701] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    82.701] (II) NVIDIA(0):     Config Options in the README.
[    82.721] (II) NVIDIA(0): Setting mode "NULL"
[    82.727] (==) NVIDIA(0): Disabling shared memory pixmaps
[    82.727] (==) NVIDIA(0): Backing store enabled
[    82.727] (==) NVIDIA(0): Silken mouse disabled
[    82.727] (==) NVIDIA(0): DPMS enabled
[    82.727] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    82.727] (II) Loading sub module "dri2"
[    82.727] (II) LoadModule: "dri2"
[    82.727] (II) Module "dri2" already built-in
[    82.727] (II) NVIDIA(0): [DRI2] Setup complete
[    82.727] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    82.727] (II) Initializing extension Generic Event Extension
[    82.727] (II) Initializing extension SHAPE
[    82.727] (II) Initializing extension MIT-SHM
[    82.727] (II) Initializing extension XInputExtension
[    82.727] (II) Initializing extension XTEST
[    82.727] (II) Initializing extension BIG-REQUESTS
[    82.727] (II) Initializing extension SYNC
[    82.727] (II) Initializing extension XKEYBOARD
[    82.727] (II) Initializing extension XC-MISC
[    82.727] (II) Initializing extension SECURITY
[    82.727] (II) Initializing extension XFIXES
[    82.727] (II) Initializing extension RENDER
[    82.727] (II) Initializing extension RANDR
[    82.727] (II) Initializing extension COMPOSITE
[    82.727] (II) Initializing extension DAMAGE
[    82.727] (II) Initializing extension MIT-SCREEN-SAVER
[    82.727] (II) Initializing extension DOUBLE-BUFFER
[    82.727] (II) Initializing extension RECORD
[    82.727] (II) Initializing extension DPMS
[    82.727] (II) Initializing extension Present
[    82.727] (II) Initializing extension DRI3
[    82.727] (II) Initializing extension X-Resource
[    82.727] (II) Initializing extension XVideo
[    82.727] (II) Initializing extension XVideo-MotionCompensation
[    82.727] (II) Initializing extension GLX
[    82.727] (II) Initializing extension GLX
[    82.727] (II) Indirect GLX disabled.
[    82.727] (II) GLX: Another vendor is already registered for screen 0
[    82.727] (II) Initializing extension XFree86-VidModeExtension
[    82.728] (II) Initializing extension XFree86-DGA
[    82.728] (II) Initializing extension XFree86-DRI
[    82.728] (II) Initializing extension DRI2
[    82.728] (II) Initializing extension NV-GLX
[    82.728] (II) Initializing extension NV-CONTROL
[    83.000] (II) modeset(G0): Damage tracking initialized
[    83.077] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    83.077] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    83.077] (II) LoadModule: "libinput"
[    83.077] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    83.079] (II) Module libinput: vendor="X.Org Foundation"
[    83.079] 	compiled for 1.20.3, module version = 0.28.2
[    83.079] 	Module class: X.Org XInput Driver
[    83.079] 	ABI class: X.Org XInput driver, version 24.1
[    83.079] (II) Using input driver 'libinput' for 'Power Button'
[    83.079] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 29 paused 0
[    83.079] (**) Power Button: always reports core events
[    83.079] (**) Option "Device" "/dev/input/event3"
[    83.079] (**) Option "_source" "server/udev"
[    83.080] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    83.080] (II) event3  - Power Button: device is a keyboard
[    83.080] (II) event3  - Power Button: device removed
[    83.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    83.080] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    83.081] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    83.081] (II) event3  - Power Button: device is a keyboard
[    83.081] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[    83.081] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    83.081] (II) Using input driver 'libinput' for 'Video Bus'
[    83.082] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 32 paused 0
[    83.082] (**) Video Bus: always reports core events
[    83.082] (**) Option "Device" "/dev/input/event16"
[    83.082] (**) Option "_source" "server/udev"
[    83.083] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    83.083] (II) event16 - Video Bus: device is a keyboard
[    83.083] (II) event16 - Video Bus: device removed
[    83.083] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input25/event16"
[    83.083] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    83.083] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    83.083] (II) event16 - Video Bus: device is a keyboard
[    83.084] (II) config/udev: Adding input device Video Bus (/dev/input/event19)
[    83.084] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    83.084] (II) Using input driver 'libinput' for 'Video Bus'
[    83.084] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 33 paused 0
[    83.084] (**) Video Bus: always reports core events
[    83.084] (**) Option "Device" "/dev/input/event19"
[    83.084] (**) Option "_source" "server/udev"
[    83.085] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[    83.085] (II) event19 - Video Bus: device is a keyboard
[    83.085] (II) event19 - Video Bus: device removed
[    83.085] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f/LNXVIDEO:01/input/input26/event19"
[    83.085] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    83.086] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[    83.086] (II) event19 - Video Bus: device is a keyboard
[    83.086] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    83.086] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    83.086] (II) Using input driver 'libinput' for 'Power Button'
[    83.087] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[    83.087] (**) Power Button: always reports core events
[    83.087] (**) Option "Device" "/dev/input/event1"
[    83.087] (**) Option "_source" "server/udev"
[    83.087] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    83.087] (II) event1  - Power Button: device is a keyboard
[    83.087] (II) event1  - Power Button: device removed
[    83.087] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    83.087] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    83.088] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    83.088] (II) event1  - Power Button: device is a keyboard
[    83.088] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    83.088] (II) No input driver specified, ignoring this device.
[    83.088] (II) This device may have been added with another device file.
[    83.088] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    83.089] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    83.089] (II) Using input driver 'libinput' for 'Sleep Button'
[    83.089] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
[    83.089] (**) Sleep Button: always reports core events
[    83.089] (**) Option "Device" "/dev/input/event0"
[    83.089] (**) Option "_source" "server/udev"
[    83.090] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    83.090] (II) event0  - Sleep Button: device is a keyboard
[    83.090] (II) event0  - Sleep Button: device removed
[    83.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    83.090] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    83.090] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    83.090] (II) event0  - Sleep Button: device is a keyboard
[    83.091] (II) config/udev: Adding input device CHERRY Mechanical Keyboard (/dev/input/event5)
[    83.091] (**) CHERRY Mechanical Keyboard: Applying InputClass "libinput keyboard catchall"
[    83.091] (II) Using input driver 'libinput' for 'CHERRY Mechanical Keyboard'
[    83.092] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[    83.092] (**) CHERRY Mechanical Keyboard: always reports core events
[    83.092] (**) Option "Device" "/dev/input/event5"
[    83.092] (**) Option "_source" "server/udev"
[    83.093] (II) event5  - CHERRY Mechanical Keyboard: is tagged by udev as: Keyboard
[    83.093] (II) event5  - CHERRY Mechanical Keyboard: device is a keyboard
[    83.093] (II) event5  - CHERRY Mechanical Keyboard: device removed
[    83.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046A:00AA.0001/input/input6/event5"
[    83.093] (II) XINPUT: Adding extended input device "CHERRY Mechanical Keyboard" (type: KEYBOARD, id 11)
[    83.094] (II) event5  - CHERRY Mechanical Keyboard: is tagged by udev as: Keyboard
[    83.094] (II) event5  - CHERRY Mechanical Keyboard: device is a keyboard
[    83.094] (II) config/udev: Adding input device CHERRY Mechanical Keyboard (/dev/input/event9)
[    83.094] (II) No input driver specified, ignoring this device.
[    83.094] (II) This device may have been added with another device file.
[    83.095] (II) config/udev: Adding input device CHERRY Mechanical Keyboard (/dev/input/event10)
[    83.095] (**) CHERRY Mechanical Keyboard: Applying InputClass "libinput keyboard catchall"
[    83.095] (II) Using input driver 'libinput' for 'CHERRY Mechanical Keyboard'
[    83.095] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 37 paused 0
[    83.095] (**) CHERRY Mechanical Keyboard: always reports core events
[    83.095] (**) Option "Device" "/dev/input/event10"
[    83.095] (**) Option "_source" "server/udev"
[    83.096] (II) event10 - CHERRY Mechanical Keyboard: is tagged by udev as: Keyboard
[    83.096] (II) event10 - CHERRY Mechanical Keyboard: device is a keyboard
[    83.096] (II) event10 - CHERRY Mechanical Keyboard: device removed
[    83.096] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046A:00AA.0002/input/input11/event10"
[    83.096] (II) XINPUT: Adding extended input device "CHERRY Mechanical Keyboard" (type: KEYBOARD, id 12)
[    83.097] (II) event10 - CHERRY Mechanical Keyboard: is tagged by udev as: Keyboard
[    83.097] (II) event10 - CHERRY Mechanical Keyboard: device is a keyboard
[    83.098] (II) config/udev: Adding input device CHERRY Mechanical Keyboard Mouse (/dev/input/event6)
[    83.098] (**) CHERRY Mechanical Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    83.098] (II) Using input driver 'libinput' for 'CHERRY Mechanical Keyboard Mouse'
[    83.098] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 38 paused 0
[    83.098] (**) CHERRY Mechanical Keyboard Mouse: always reports core events
[    83.098] (**) Option "Device" "/dev/input/event6"
[    83.098] (**) Option "_source" "server/udev"
[    83.099] (II) event6  - CHERRY Mechanical Keyboard Mouse: is tagged by udev as: Mouse
[    83.099] (II) event6  - CHERRY Mechanical Keyboard Mouse: device is a pointer
[    83.099] (II) event6  - CHERRY Mechanical Keyboard Mouse: device removed
[    83.099] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046A:00AA.0002/input/input7/event6"
[    83.099] (II) XINPUT: Adding extended input device "CHERRY Mechanical Keyboard Mouse" (type: MOUSE, id 13)
[    83.099] (**) Option "AccelerationScheme" "none"
[    83.099] (**) CHERRY Mechanical Keyboard Mouse: (accel) selected scheme none/0
[    83.099] (**) CHERRY Mechanical Keyboard Mouse: (accel) acceleration factor: 2.000
[    83.099] (**) CHERRY Mechanical Keyboard Mouse: (accel) acceleration threshold: 4
[    83.100] (II) event6  - CHERRY Mechanical Keyboard Mouse: is tagged by udev as: Mouse
[    83.100] (II) event6  - CHERRY Mechanical Keyboard Mouse: device is a pointer
[    83.101] (II) config/udev: Adding input device CHERRY Mechanical Keyboard Mouse (/dev/input/mouse0)
[    83.101] (II) No input driver specified, ignoring this device.
[    83.101] (II) This device may have been added with another device file.
[    83.101] (II) config/udev: Adding input device CHERRY Mechanical Keyboard System Control (/dev/input/event7)
[    83.101] (**) CHERRY Mechanical Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    83.101] (II) Using input driver 'libinput' for 'CHERRY Mechanical Keyboard System Control'
[    83.102] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[    83.102] (**) CHERRY Mechanical Keyboard System Control: always reports core events
[    83.102] (**) Option "Device" "/dev/input/event7"
[    83.102] (**) Option "_source" "server/udev"
[    83.103] (II) event7  - CHERRY Mechanical Keyboard System Control: is tagged by udev as: Keyboard
[    83.103] (II) event7  - CHERRY Mechanical Keyboard System Control: device is a keyboard
[    83.103] (II) event7  - CHERRY Mechanical Keyboard System Control: device removed
[    83.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046A:00AA.0002/input/input8/event7"
[    83.103] (II) XINPUT: Adding extended input device "CHERRY Mechanical Keyboard System Control" (type: KEYBOARD, id 14)
[    83.104] (II) event7  - CHERRY Mechanical Keyboard System Control: is tagged by udev as: Keyboard
[    83.104] (II) event7  - CHERRY Mechanical Keyboard System Control: device is a keyboard
[    83.104] (II) config/udev: Adding input device CHERRY Mechanical Keyboard Consumer Control (/dev/input/event8)
[    83.104] (**) CHERRY Mechanical Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    83.104] (II) Using input driver 'libinput' for 'CHERRY Mechanical Keyboard Consumer Control'
[    83.105] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 40 paused 0
[    83.105] (**) CHERRY Mechanical Keyboard Consumer Control: always reports core events
[    83.105] (**) Option "Device" "/dev/input/event8"
[    83.105] (**) Option "_source" "server/udev"
[    83.106] (II) event8  - CHERRY Mechanical Keyboard Consumer Control: is tagged by udev as: Keyboard
[    83.106] (II) event8  - CHERRY Mechanical Keyboard Consumer Control: device is a keyboard
[    83.106] (II) event8  - CHERRY Mechanical Keyboard Consumer Control: device removed
[    83.106] (II) libinput: CHERRY Mechanical Keyboard Consumer Control: needs a virtual subdevice
[    83.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046A:00AA.0002/input/input9/event8"
[    83.106] (II) XINPUT: Adding extended input device "CHERRY Mechanical Keyboard Consumer Control" (type: MOUSE, id 15)
[    83.106] (**) Option "AccelerationScheme" "none"
[    83.106] (**) CHERRY Mechanical Keyboard Consumer Control: (accel) selected scheme none/0
[    83.106] (**) CHERRY Mechanical Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    83.106] (**) CHERRY Mechanical Keyboard Consumer Control: (accel) acceleration threshold: 4
[    83.107] (II) event8  - CHERRY Mechanical Keyboard Consumer Control: is tagged by udev as: Keyboard
[    83.107] (II) event8  - CHERRY Mechanical Keyboard Consumer Control: device is a keyboard
[    83.107] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/event11)
[    83.107] (**) SINOWEALTH Game Mouse: Applying InputClass "libinput pointer catchall"
[    83.107] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse'
[    83.108] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 41 paused 0
[    83.108] (**) SINOWEALTH Game Mouse: always reports core events
[    83.108] (**) Option "Device" "/dev/input/event11"
[    83.108] (**) Option "_source" "server/udev"
[    83.109] (II) event11 - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[    83.109] (II) event11 - SINOWEALTH Game Mouse: device is a pointer
[    83.109] (II) event11 - SINOWEALTH Game Mouse: device removed
[    83.109] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:258A:1007.0003/input/input12/event11"
[    83.109] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse" (type: MOUSE, id 16)
[    83.109] (**) Option "AccelerationScheme" "none"
[    83.109] (**) SINOWEALTH Game Mouse: (accel) selected scheme none/0
[    83.109] (**) SINOWEALTH Game Mouse: (accel) acceleration factor: 2.000
[    83.109] (**) SINOWEALTH Game Mouse: (accel) acceleration threshold: 4
[    83.110] (II) event11 - SINOWEALTH Game Mouse: is tagged by udev as: Mouse
[    83.110] (II) event11 - SINOWEALTH Game Mouse: device is a pointer
[    83.110] (II) config/udev: Adding input device SINOWEALTH Game Mouse (/dev/input/mouse1)
[    83.110] (II) No input driver specified, ignoring this device.
[    83.110] (II) This device may have been added with another device file.
[    83.111] (II) config/udev: Adding input device SINOWEALTH Game Mouse Keyboard (/dev/input/event12)
[    83.111] (**) SINOWEALTH Game Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    83.111] (II) Using input driver 'libinput' for 'SINOWEALTH Game Mouse Keyboard'
[    83.111] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 42 paused 0
[    83.111] (**) SINOWEALTH Game Mouse Keyboard: always reports core events
[    83.111] (**) Option "Device" "/dev/input/event12"
[    83.111] (**) Option "_source" "server/udev"
[    83.112] (II) event12 - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[    83.112] (II) event12 - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[    83.113] (II) event12 - SINOWEALTH Game Mouse Keyboard: device removed
[    83.113] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:258A:1007.0004/input/input13/event12"
[    83.113] (II) XINPUT: Adding extended input device "SINOWEALTH Game Mouse Keyboard" (type: KEYBOARD, id 17)
[    83.114] (II) event12 - SINOWEALTH Game Mouse Keyboard: is tagged by udev as: Keyboard
[    83.114] (II) event12 - SINOWEALTH Game Mouse Keyboard: device is a keyboard
[    83.114] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event18)
[    83.114] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    83.114] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[    83.115] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 43 paused 0
[    83.115] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    83.115] (**) Option "Device" "/dev/input/event18"
[    83.115] (**) Option "_source" "server/udev"
[    83.116] (II) event18 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    83.116] (II) event18 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    83.116] (II) event18 - Integrated_Webcam_HD: Integrate: device removed
[    83.116] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input22/event18"
[    83.116] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 18)
[    83.116] (II) event18 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    83.116] (II) event18 - Integrated_Webcam_HD: Integrate: device is a keyboard
[    83.117] (II) config/udev: Adding input device ELAN1010:00 04F3:3012 Touchpad (/dev/input/event15)
[    83.117] (**) ELAN1010:00 04F3:3012 Touchpad: Applying InputClass "libinput touchpad catchall"
[    83.117] (II) Using input driver 'libinput' for 'ELAN1010:00 04F3:3012 Touchpad'
[    83.117] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 44 paused 0
[    83.117] (**) ELAN1010:00 04F3:3012 Touchpad: always reports core events
[    83.118] (**) Option "Device" "/dev/input/event15"
[    83.118] (**) Option "_source" "server/udev"
[    83.118] (II) event15 - ELAN1010:00 04F3:3012 Touchpad: is tagged by udev as: Touchpad
[    83.119] (II) event15 - ELAN1010:00 04F3:3012 Touchpad: device is a touchpad
[    83.119] (II) event15 - ELAN1010:00 04F3:3012 Touchpad: device removed
[    83.119] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1010:00/0018:04F3:3012.0005/input/input24/event15"
[    83.119] (II) XINPUT: Adding extended input device "ELAN1010:00 04F3:3012 Touchpad" (type: TOUCHPAD, id 19)
[    83.120] (**) Option "AccelerationScheme" "none"
[    83.120] (**) ELAN1010:00 04F3:3012 Touchpad: (accel) selected scheme none/0
[    83.120] (**) ELAN1010:00 04F3:3012 Touchpad: (accel) acceleration factor: 2.000
[    83.120] (**) ELAN1010:00 04F3:3012 Touchpad: (accel) acceleration threshold: 4
[    83.121] (II) event15 - ELAN1010:00 04F3:3012 Touchpad: is tagged by udev as: Touchpad
[    83.121] (II) event15 - ELAN1010:00 04F3:3012 Touchpad: device is a touchpad
[    83.122] (II) config/udev: Adding input device ELAN1010:00 04F3:3012 Touchpad (/dev/input/mouse2)
[    83.122] (II) No input driver specified, ignoring this device.
[    83.122] (II) This device may have been added with another device file.
[    83.122] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event20)
[    83.122] (II) No input driver specified, ignoring this device.
[    83.122] (II) This device may have been added with another device file.
[    83.122] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event21)
[    83.122] (II) No input driver specified, ignoring this device.
[    83.122] (II) This device may have been added with another device file.
[    83.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[    83.123] (II) No input driver specified, ignoring this device.
[    83.123] (II) This device may have been added with another device file.
[    83.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[    83.123] (II) No input driver specified, ignoring this device.
[    83.123] (II) This device may have been added with another device file.
[    83.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[    83.123] (II) No input driver specified, ignoring this device.
[    83.123] (II) This device may have been added with another device file.
[    83.123] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event25)
[    83.123] (II) No input driver specified, ignoring this device.
[    83.123] (II) This device may have been added with another device file.
[    83.124] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event26)
[    83.124] (II) No input driver specified, ignoring this device.
[    83.124] (II) This device may have been added with another device file.
[    83.124] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event17)
[    83.124] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    83.124] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    83.124] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 45 paused 0
[    83.124] (**) Dell WMI hotkeys: always reports core events
[    83.124] (**) Option "Device" "/dev/input/event17"
[    83.124] (**) Option "_source" "server/udev"
[    83.125] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    83.125] (II) event17 - Dell WMI hotkeys: device is a keyboard
[    83.125] (II) event17 - Dell WMI hotkeys: device removed
[    83.125] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21/event17"
[    83.125] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 20)
[    83.126] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    83.126] (II) event17 - Dell WMI hotkeys: device is a keyboard
[    83.127] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    83.127] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    83.127] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    83.127] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[    83.127] (**) AT Translated Set 2 keyboard: always reports core events
[    83.127] (**) Option "Device" "/dev/input/event4"
[    83.127] (**) Option "_source" "server/udev"
[    83.128] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    83.128] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    83.129] (II) event4  - AT Translated Set 2 keyboard: device removed
[    83.129] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    83.129] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[    83.129] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    83.129] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    83.130] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[    83.130] (II) No input driver specified, ignoring this device.
[    83.130] (II) This device may have been added with another device file.
[    83.131] (II) config/udev: Adding input device DELL Wireless hotkeys (/dev/input/event13)
[    83.131] (**) DELL Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    83.131] (II) Using input driver 'libinput' for 'DELL Wireless hotkeys'
[    83.131] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 47 paused 0
[    83.131] (**) DELL Wireless hotkeys: always reports core events
[    83.131] (**) Option "Device" "/dev/input/event13"
[    83.131] (**) Option "_source" "server/udev"
[    83.132] (II) event13 - DELL Wireless hotkeys: is tagged by udev as: Keyboard
[    83.132] (II) event13 - DELL Wireless hotkeys: device is a keyboard
[    83.132] (II) event13 - DELL Wireless hotkeys: device removed
[    83.132] (**) Option "config_info" "udev:/sys/devices/virtual/input/input16/event13"
[    83.132] (II) XINPUT: Adding extended input device "DELL Wireless hotkeys" (type: KEYBOARD, id 22)
[    83.132] (II) event13 - DELL Wireless hotkeys: is tagged by udev as: Keyboard
[    83.132] (II) event13 - DELL Wireless hotkeys: device is a keyboard
[    83.135] (**) CHERRY Mechanical Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    83.135] (II) Using input driver 'libinput' for 'CHERRY Mechanical Keyboard Consumer Control'
[    83.135] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    83.135] (**) CHERRY Mechanical Keyboard Consumer Control: always reports core events
[    83.135] (**) Option "Device" "/dev/input/event8"
[    83.135] (**) Option "_source" "_driver/libinput"
[    83.135] (II) libinput: CHERRY Mechanical Keyboard Consumer Control: is a virtual subdevice
[    83.135] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046A:00AA.0002/input/input9/event8"
[    83.135] (II) XINPUT: Adding extended input device "CHERRY Mechanical Keyboard Consumer Control" (type: KEYBOARD, id 23)
[   109.033] (**) Option "fd" "29"
[   109.033] (II) event3  - Power Button: device removed
[   109.033] (**) Option "fd" "32"
[   109.033] (II) event16 - Video Bus: device removed
[   109.033] (**) Option "fd" "33"
[   109.033] (II) event19 - Video Bus: device removed
[   109.033] (**) Option "fd" "34"
[   109.033] (II) event1  - Power Button: device removed
[   109.033] (**) Option "fd" "35"
[   109.033] (II) event0  - Sleep Button: device removed
[   109.033] (**) Option "fd" "36"
[   109.033] (II) event5  - CHERRY Mechanical Keyboard: device removed
[   109.033] (**) Option "fd" "37"
[   109.033] (II) event10 - CHERRY Mechanical Keyboard: device removed
[   109.033] (**) Option "fd" "38"
[   109.033] (II) event6  - CHERRY Mechanical Keyboard Mouse: device removed
[   109.033] (**) Option "fd" "39"
[   109.033] (II) event7  - CHERRY Mechanical Keyboard System Control: device removed
[   109.033] (**) Option "fd" "40"
[   109.033] (**) Option "fd" "41"
[   109.033] (II) event11 - SINOWEALTH Game Mouse: device removed
[   109.033] (**) Option "fd" "42"
[   109.033] (II) event12 - SINOWEALTH Game Mouse Keyboard: device removed
[   109.033] (**) Option "fd" "43"
[   109.033] (II) event18 - Integrated_Webcam_HD: Integrate: device removed
[   109.033] (**) Option "fd" "44"
[   109.033] (II) event15 - ELAN1010:00 04F3:3012 Touchpad: device removed
[   109.034] (**) Option "fd" "45"
[   109.034] (II) event17 - Dell WMI hotkeys: device removed
[   109.034] (**) Option "fd" "46"
[   109.034] (II) event4  - AT Translated Set 2 keyboard: device removed
[   109.034] (**) Option "fd" "47"
[   109.034] (II) event13 - DELL Wireless hotkeys: device removed
[   109.034] (**) Option "fd" "40"
[   109.034] (II) event8  - CHERRY Mechanical Keyboard Consumer Control: device removed
[   109.060] (II) UnloadModule: "libinput"
[   109.060] (II) systemd-logind: not releasing fd for 13:72, still in use
[   109.060] (II) UnloadModule: "libinput"
[   109.060] (II) systemd-logind: releasing fd for 13:77
[   109.077] (II) UnloadModule: "libinput"
[   109.077] (II) systemd-logind: releasing fd for 13:68
[   109.104] (II) UnloadModule: "libinput"
[   109.104] (II) systemd-logind: releasing fd for 13:81
[   109.130] (II) UnloadModule: "libinput"
[   109.130] (II) systemd-logind: releasing fd for 13:79
[   109.157] (II) UnloadModule: "libinput"
[   109.157] (II) systemd-logind: releasing fd for 13:82
[   109.184] (II) UnloadModule: "libinput"
[   109.184] (II) systemd-logind: releasing fd for 13:76
[   109.201] (II) UnloadModule: "libinput"
[   109.201] (II) systemd-logind: releasing fd for 13:75
[   109.227] (II) UnloadModule: "libinput"
[   109.227] (II) systemd-logind: releasing fd for 13:72
[   109.290] (II) UnloadModule: "libinput"
[   109.290] (II) systemd-logind: releasing fd for 13:71
[   109.317] (II) UnloadModule: "libinput"
[   109.317] (II) systemd-logind: releasing fd for 13:70
[   109.340] (II) UnloadModule: "libinput"
[   109.340] (II) systemd-logind: releasing fd for 13:74
[   109.364] (II) UnloadModule: "libinput"
[   109.364] (II) systemd-logind: releasing fd for 13:69
[   109.397] (II) UnloadModule: "libinput"
[   109.397] (II) systemd-logind: releasing fd for 13:64
[   109.437] (II) UnloadModule: "libinput"
[   109.437] (II) systemd-logind: releasing fd for 13:65
[   109.460] (II) UnloadModule: "libinput"
[   109.460] (II) systemd-logind: releasing fd for 13:83
[   109.504] (II) UnloadModule: "libinput"
[   109.504] (II) systemd-logind: releasing fd for 13:80
[   109.532] (II) UnloadModule: "libinput"
[   109.532] (II) systemd-logind: releasing fd for 13:67
[   109.566] (II) NVIDIA(GPU-0): Deleting GPU-0
[   109.580] (II) Server terminated successfully (0). Closing log file.

Offline

Board footer

Powered by FluxBB