You are not logged in.

#1 2020-12-31 20:43:41

jonathon
Member
Registered: 2016-09-19
Posts: 128

nvidia-390xx AUR package discussion thread

nvidia-390xx

This thread is intended to support discussion of issues and solutions for the nvidia-390xx package in the AUR.

Current driver version

390.154
Release announcement: https://forums.developer.nvidia.com/t/l … pus/214591
README: https://download.nvidia.com/XFree86/Lin … index.html

Current driver state

linux-mainline (5.19): Needs testing (modules compile)
linux (5.18): Needs testing (modules compile)
linux-lts (5.15): Needs testing

Last edited by jonathon (2022-08-05 19:03:26)

Offline

#2 2020-12-31 21:12:24

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: nvidia-390xx AUR package discussion thread

Offline

#3 2020-12-31 21:23:20

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

Interesting...

The nvidia-uvm.ko kernel module, which provides Unified Virtual Memory (UVM) functionality to the CUDA driver,...

Probably not critical for 390xx... ?

Last edited by jonathon (2020-12-31 21:24:25)

Offline

#4 2020-12-31 21:44:42

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: nvidia-390xx AUR package discussion thread

Assuming it has the same impact as https://archlinux.org/news/nvidia-45528 … -linux-59/ then no CUDA or OpenCL but framebuffer support for X11 and games will probably work.

Offline

#5 2020-12-31 21:47:10

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

Yeah. I also wonder about this part of the Debian patch notes:

415.18 fixed this by switching the module license to "Dual MIT/GPL"

which makes me wonder whether the same thing could be done for 390xx. I don't fancy patching in a relicense of the driver, though. Anyone know anyone at NVIDIA? big_smile

Offline

#6 2020-12-31 22:26:22

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: nvidia-390xx AUR package discussion thread

Applies the workaround from Debian.  The DKMS build will still fail as dkms.conf it still references nvidia-uvm.ko but if that is removed it will not be built for older kernels.
dkms.conf does have BUILD_EXCLUSIVE_KERNEL but that seems to apply to every module managed by a dkms.conf.

diff --git a/PKGBUILD b/PKGBUILD
index b7859ef..d9ee8bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,14 @@ source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.r
         'kernel-4.16.patch'
         'kernel-5.8.patch'
         'kernel-5.9.patch'
-        'https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/raw/db83ed8ac2e0e0097d535a82e2fd4ee0f31873e3/kernel-5.10.patch')
+        'https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/raw/db83ed8ac2e0e0097d535a82e2fd4ee0f31873e3/kernel-5.10.patch'
+        'kernel-5.10-disable-UVM.patch')
 b2sums=('bf56cef38d76accdf547b96cd444b0bd4288f604d44a1d274f3246c13310d6a59050b36f384280edb83938db81fa0544f7a2dc84ff6f440ff90b76ee62749fc1'
         '1d21307640a3844752c92e8344518daf6ad62d846689bebe6eed4dcadbf7b2e742862f5c17c0faee7256662cb75e62e124d59e5a5617e87324e1f0658f2b748d'
         '1e6ad252be5f603e022c854d391d4d768fb81d532a837203ab3b024dbb10f328c40a9579a19ab730de4e16f3841f15bfbcd1815ec913ac3d555811daf338ae6d'
         '7358919041a3d5df1cac50f6519b282abe7a344f07b59d52ab95a022ce0af12e743a1c194fd838b5733f3900e68c7f0756a528ac32255775f2ba830a2f052dec'
-        '8d7c054ff08ed6212aa81f3db6597c1e016609bdddfb19161274e5e75b0ae8b5c5501740ca6a75367d152b16f8350319bd2577561aa796cfe49840c4bd2c2d5d')
+        '8d7c054ff08ed6212aa81f3db6597c1e016609bdddfb19161274e5e75b0ae8b5c5501740ca6a75367d152b16f8350319bd2577561aa796cfe49840c4bd2c2d5d'
+        '00a6efa6a06b997f3f372e3e4c0341a7840d5e9f6f25c1145bb46dc8c8a03c8b9d46b3c9152a26511b612df86df9c86b2b8bef238c3619834a6ca0db260abdba')
 
 prepare() {
     sh "${_pkg}.run" --extract-only
@@ -46,6 +48,8 @@ prepare() {
     # 5.10 Patch, from xtrymind and BlackIkeEagle
     patch -Np1 -i ../kernel-5.10.patch
 
+    patch -Np1 -i ../kernel-5.10-disable-UVM.patch
+
     cp -a kernel kernel-dkms
     cd kernel-dkms
     sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
@@ -75,7 +79,7 @@ package_nvidia-390xx() {
 
     _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
     install -Dt "${pkgdir}${_extradir}" -m644 \
-      "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+      "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm}.ko
 
     find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
 
diff --git a/kernel-5.10-disable-UVM.patch b/kernel-5.10-disable-UVM.patch
new file mode 100644
index 0000000..48ad381
--- /dev/null
+++ b/kernel-5.10-disable-UVM.patch
@@ -0,0 +1,18 @@
+Author: Andreas Beckmann <anbe@debian.org>
+Description: HACK! disable building the nvidia-uvm module
+ FTBFS in Linux 5.8 with
+   FATAL: modpost: GPL-incompatible module nvidia-uvm.ko uses GPL-only symbol 'radix_tree_preloads'
+ 415.18 fixed this by switching the module license to "Dual MIT/GPL"
+Bug-Debian: https://bugs.debian.org/969085
+Forwarded: not-needed
+
+--- a/kernel/Makefile
++++ b/kernel/Makefile
+@@ -60,6 +60,7 @@ else
+   endif
+ 
+   NV_KERNEL_MODULES ?= $(wildcard nvidia nvidia-uvm nvidia-modeset nvidia-drm nvidia-vgpu-vfio)
++  NV_EXCLUDE_KERNEL_MODULES += nvidia-uvm
+   NV_KERNEL_MODULES := $(filter-out $(NV_EXCLUDE_KERNEL_MODULES), \
+                                     $(NV_KERNEL_MODULES))
+   NV_VERBOSE ?=

Edit:
Create a second dkms bundle each with their own dkms.conf use BUILD_EXCLUSIVE so one builds for 5.10.* without uvm and the other 4.* and 5.1-9.* with uvm.

diff --git a/PKGBUILD b/PKGBUILD
index b7859ef..ff3b481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,14 @@ source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.r
         'kernel-4.16.patch'
         'kernel-5.8.patch'
         'kernel-5.9.patch'
-        'https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/raw/db83ed8ac2e0e0097d535a82e2fd4ee0f31873e3/kernel-5.10.patch')
+        'https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/raw/db83ed8ac2e0e0097d535a82e2fd4ee0f31873e3/kernel-5.10.patch'
+        'kernel-5.10-disable-UVM.patch')
 b2sums=('bf56cef38d76accdf547b96cd444b0bd4288f604d44a1d274f3246c13310d6a59050b36f384280edb83938db81fa0544f7a2dc84ff6f440ff90b76ee62749fc1'
         '1d21307640a3844752c92e8344518daf6ad62d846689bebe6eed4dcadbf7b2e742862f5c17c0faee7256662cb75e62e124d59e5a5617e87324e1f0658f2b748d'
         '1e6ad252be5f603e022c854d391d4d768fb81d532a837203ab3b024dbb10f328c40a9579a19ab730de4e16f3841f15bfbcd1815ec913ac3d555811daf338ae6d'
         '7358919041a3d5df1cac50f6519b282abe7a344f07b59d52ab95a022ce0af12e743a1c194fd838b5733f3900e68c7f0756a528ac32255775f2ba830a2f052dec'
-        '8d7c054ff08ed6212aa81f3db6597c1e016609bdddfb19161274e5e75b0ae8b5c5501740ca6a75367d152b16f8350319bd2577561aa796cfe49840c4bd2c2d5d')
+        '8d7c054ff08ed6212aa81f3db6597c1e016609bdddfb19161274e5e75b0ae8b5c5501740ca6a75367d152b16f8350319bd2577561aa796cfe49840c4bd2c2d5d'
+        '00a6efa6a06b997f3f372e3e4c0341a7840d5e9f6f25c1145bb46dc8c8a03c8b9d46b3c9152a26511b612df86df9c86b2b8bef238c3619834a6ca0db260abdba')
 
 prepare() {
     sh "${_pkg}.run" --extract-only
@@ -47,6 +49,9 @@ prepare() {
     patch -Np1 -i ../kernel-5.10.patch
 
     cp -a kernel kernel-dkms
+    patch -Np1 -i ../kernel-5.10-disable-UVM.patch
+    cp -a kernel kernel-dkms-noUVM
+
     cd kernel-dkms
     sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
     sed -i 's/__JOBS/`nproc`/' dkms.conf
@@ -58,7 +63,23 @@ DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
 BUILT_MODULE_NAME[2]="nvidia-modeset"\
 DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
 BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILD_EXCLUSIVE_KERNEL="^(4\\..*|5\\.[0-9]\\.."' dkms.conf
+
+    # Gift for linux-rt guys
+    sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+
+  cd ../kernel-dkms-noUVM
+    sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+    sed -i 's/__JOBS/`nproc`/' dkms.conf
+    sed -i 's/__DKMS_MODULES//' dkms.conf
+    sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-modeset"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-drm"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILD_EXCLUSIVE_KERNEL="^5\\.10\\..*"' dkms.conf
 
     # Gift for linux-rt guys
     sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf
@@ -75,7 +96,7 @@ package_nvidia-390xx() {
 
     _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
     install -Dt "${pkgdir}${_extradir}" -m644 \
-      "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+      "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm}.ko
 
     find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
 
@@ -95,6 +116,7 @@ package_nvidia-390xx-dkms() {
 
     install -dm 755 "${pkgdir}"/usr/src
     cp -dr --no-preserve='ownership' kernel-dkms "${pkgdir}/usr/src/nvidia-${pkgver}"
+    cp -dr --no-preserve='ownership' kernel-dkms-noUVM "${pkgdir}/usr/src/nvidia-noUVM-${pkgver}"
 
     echo "blacklist nouveau" |
         install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
diff --git a/kernel-5.10-disable-UVM.patch b/kernel-5.10-disable-UVM.patch
new file mode 100644
index 0000000..48ad381
--- /dev/null
+++ b/kernel-5.10-disable-UVM.patch
@@ -0,0 +1,18 @@
+Author: Andreas Beckmann <anbe@debian.org>
+Description: HACK! disable building the nvidia-uvm module
+ FTBFS in Linux 5.8 with
+   FATAL: modpost: GPL-incompatible module nvidia-uvm.ko uses GPL-only symbol 'radix_tree_preloads'
+ 415.18 fixed this by switching the module license to "Dual MIT/GPL"
+Bug-Debian: https://bugs.debian.org/969085
+Forwarded: not-needed
+
+--- a/kernel/Makefile
++++ b/kernel/Makefile
+@@ -60,6 +60,7 @@ else
+   endif
+ 
+   NV_KERNEL_MODULES ?= $(wildcard nvidia nvidia-uvm nvidia-modeset nvidia-drm nvidia-vgpu-vfio)
++  NV_EXCLUDE_KERNEL_MODULES += nvidia-uvm
+   NV_KERNEL_MODULES := $(filter-out $(NV_EXCLUDE_KERNEL_MODULES), \
+                                     $(NV_KERNEL_MODULES))
+   NV_VERBOSE ?=

Last edited by loqs (2020-12-31 23:43:21)

Offline

#7 2021-01-01 13:34:04

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

Nice. I got as far as the first part, but your second part is very nice.

Pushed to the AUR, let's see how long before it breaks again...

Offline

#8 2021-01-01 15:04:09

Filip62
Member
From: Slovakia
Registered: 2020-10-24
Posts: 36

Re: nvidia-390xx AUR package discussion thread

I just want to say that the work is very much appreciated. Thank You.

Offline

#9 2021-01-01 16:13:43

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

I have a cunning plan.

Copyright notice is per-file, so let's just use the dual-licensed uvm_common.c file from 415.18 as-is.

Offline

#10 2021-01-03 10:31:48

Maeda
Member
Registered: 2015-02-17
Posts: 44

Re: nvidia-390xx AUR package discussion thread

I just used the nvidia-390xx-dkms AUR package which build successfully, but indeed not more OpenCL/CUDA support.
I own a 390 maximum driver hardware, can I provide some help to you to fix this?

edit: I installed and use linux-lts to get it working back. I use this one until Nvidia fixes this smile

Last edited by Maeda (2021-01-03 12:11:04)

Offline

#11 2021-01-04 20:25:21

haraldkl
Member
Registered: 2013-11-06
Posts: 13

Re: nvidia-390xx AUR package discussion thread

I am trying to build the package (with pkgver=390.138 and pkgrel=10), but it always fails due to missing Documentation directory in the kernel sources.

I am running on the default kernel 5.10.4-arch2-1, and as far as I understood it, there should be a Documentation subdirectory in "/usr/lib/modules/5.10.4-arch2-1/build", which is missing. There is a Kconfig file in this build directory itself, though. Anybody else having such a problem? What would be the best way to remedy this problem and get the package to build again?

Offline

#12 2021-01-04 22:04:36

seth
Member
Registered: 2012-09-03
Posts: 49,993

Re: nvidia-390xx AUR package discussion thread

There's a Kconfig in pretty much every modules subpath and I doubt a missing Documentation directory is the problem.
Please create a new thread (since this is kinda off topic here) and post the actual error, but I guess you're just missing https://archlinux.org/packages/core/x86 … x-headers/

Offline

#13 2021-01-09 07:06:20

claudecat
Member
Registered: 2012-02-01
Posts: 21

Re: nvidia-390xx AUR package discussion thread

The 390.141 driver was released by Nvidia on 12/30, albeit without much fanfare. On my machine (old pre-UEFI Intel i7,  GT 435 card) it requires no patching for either Slackware-current or PCLinuxOS (kernels 5.10.5 and 5.9.16 respectively), and no use of --no-unified-memory. These are the only two I've had to use the "hard way" (manual install of the Nvidia .run file) on. PCLOS hilariously doesn't even have the 390 series in its repos - just 340 and the non-legacy one.

Other distros I've noticed already using the 390.141 driver (via their repositories of course) include Ubuntu (focal), OpenSUSE (Tumbleweed at least), and Mageia's Cauldron. Hoping this update will simplify things for jonathan at least for a while. Might we see this soon here in AUR-land?

Last edited by claudecat (2021-01-09 07:07:59)


Why not enjoy a delightful Royal Crown cola?

Offline

#14 2021-01-09 13:50:27

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

Yes - I'm looking through the changes and trying to work out whether https://bbs.archlinux.org/viewtopic.php?id=235072 is still relevant/needed...

I can't see how it would be any different now, so I'm leaving that patch in place until someone can provide confirmation it's not needed on 390xx hardware.

Offline

#15 2021-01-09 22:49:02

claudecat
Member
Registered: 2012-02-01
Posts: 21

Re: nvidia-390xx AUR package discussion thread

Thanks jonathan. Sounds as if you have things well in hand. Your efforts are much appreciated!


Why not enjoy a delightful Royal Crown cola?

Offline

#16 2021-02-16 13:40:42

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

OK, 5.11 is around the corner. Ike Devolder has ported a patch for 460xx to 390xx:

https://gitlab.com/herecura/packages/nv … 5.11.patch

Any testing/feedback available from 390xx owners?

Offline

#17 2021-02-18 02:57:12

claudecat
Member
Registered: 2012-02-01
Posts: 21

Re: nvidia-390xx AUR package discussion thread

jonathon wrote:

OK, 5.11 is around the corner. Ike Devolder has ported a patch for 460xx to 390xx:

https://gitlab.com/herecura/packages/nv … 5.11.patch

Any testing/feedback available from 390xx owners?

I used this patch successfully yesterday on my Gentoo (unstable branch) install and it worked just fine. My card is a GT 430. Everything seems to be working.


Why not enjoy a delightful Royal Crown cola?

Offline

#18 2021-02-18 21:26:47

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

Excellent. That's three reports of success, so I'll push the change to the AUR.

Offline

#19 2021-02-23 10:25:25

RadioAD5GB
Member
From: Covington, TN
Registered: 2021-02-23
Posts: 4
Website

Re: nvidia-390xx AUR package discussion thread

Don't know if this is useful to you at this juncture or not.  I'm a little late to the party I guess but after having repeated problems with the dkms package I stumbled upon this. It builds and runs successfully on my machine running Linux-5.11.0-1-ck with a NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1) adapter.  Nice work!


--
Randy DuCharme (Radio AD5GB)
Powered by Open Source software!

Offline

#20 2021-02-25 13:20:15

jonathon
Member
Registered: 2016-09-19
Posts: 128

Re: nvidia-390xx AUR package discussion thread

RadioAD5GB wrote:

Don't know if this is useful to you at this juncture or not.

It's always good to get confirmation things are working. wink

Offline

#21 2021-03-26 20:57:55

Empy
Member
From: Bratislava
Registered: 2011-06-14
Posts: 5

Re: nvidia-390xx AUR package discussion thread

Hi, does the package nvidia-390xx actually contain the nvidia module? I am using bumblebee to run the secondary nvidia GPU, but the deamon fails with

[ERROR]Module 'nvidia' is not found.

lsmod does not find the nvidia module and modprobe nvidia returns

modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.11.9-arch1-1

Am I just being stupid, or is something wrong? Thanks.

Offline

#22 2021-03-26 21:01:26

seth
Member
Registered: 2012-09-03
Posts: 49,993

Re: nvidia-390xx AUR package discussion thread

pacman -Ql nvidia-390xx

However you want to use the -dkms package and that won't contain any kernel modules but build them via dkms which you might have to trigger explicitly, https://wiki.archlinux.org/index.php/Dy … le_Support

Offline

#23 2021-04-02 20:13:21

MartinBang
Member
Registered: 2021-04-02
Posts: 3

Re: nvidia-390xx AUR package discussion thread

Hey I have a problem with this package, I get errors like

Xlib: extension GLX missing on display :0

and picom spits out errors about fail get GLX extension list. All openGL seem to be broken but I have the modules loaded with linux-zen 5.11 and nvidia-390xx-dkms. Is the current xorg-server (1.20.10) broken with this package? should I compile an older xorg-server version?

the aur nvidia-390xx fail to build because I dont have the normal linux package installed but only the headers. I only have nvidia-390xx-utils that gave me nvidia-390xx-dkms.

Last edited by MartinBang (2021-04-02 20:23:31)

Offline

#24 2021-04-02 20:16:00

seth
Member
Registered: 2012-09-03
Posts: 49,993

Re: nvidia-390xx AUR package discussion thread

Please post your xorg log and see https://wiki.archlinux.org/index.php/NV … de_setting

Offline

#25 2021-04-02 20:41:40

MartinBang
Member
Registered: 2021-04-02
Posts: 3

Re: nvidia-390xx AUR package discussion thread

I used mkinitcpio -P
I have NVIDIA Optimus. for intel gpu I use modeset
and switching to normal(not AUR) nvidia package fix the problem.
there cant be a configuration problem here.

[  5230.859] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  5230.861] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[  5230.865] Build Operating System: Linux Arch Linux
[  5230.867] Current Operating System: Linux robot 5.11.11-zen1-1-zen #1 ZEN SMP PREEMPT Tue, 30 Mar 2021 14:10:21 +0000 x86_64
[  5230.867] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=3a5892ef-694a-40be-a1cc-6288942ab1cd rw loglevel=3 quiet nvidia-drm.modeset=1
[  5230.870] Build Date: 14 December 2020  12:10:29PM
[  5230.871]  
[  5230.872] Current version of pixman: 0.40.0
[  5230.874] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  5230.874] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5230.880] (==) Log file: "/home/marbangens/.local/share/xorg/Xorg.0.log", Time: Fri Apr  2 22:35:27 2021
[  5230.882] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  5230.882] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5230.883] (==) ServerLayout "ServerLayout0"
[  5230.883] (==) No screen section available. Using defaults.
[  5230.883] (**) |-->Screen "Default Screen Section" (0)
[  5230.883] (**) |   |-->Monitor "<default monitor>"
[  5230.883] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  5230.883] (**) Option "BlankTime" "0"
[  5230.883] (**) Option "StandbyTime" "0"
[  5230.883] (**) Option "SuspendTime" "0"
[  5230.883] (**) Option "OffTime" "0"
[  5230.883] (==) Automatically adding devices
[  5230.883] (==) Automatically enabling devices
[  5230.883] (==) Automatically adding GPU devices
[  5230.883] (==) Automatically binding GPU devices
[  5230.883] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  5230.883] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  5230.883] 	Entry deleted from font path.
[  5230.883] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  5230.883] 	Entry deleted from font path.
[  5230.883] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  5230.883] (==) ModulePath set to "/usr/lib/xorg/modules"
[  5230.883] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  5230.883] (II) Module ABI versions:
[  5230.883] 	X.Org ANSI C Emulation: 0.4
[  5230.883] 	X.Org Video Driver: 24.1
[  5230.883] 	X.Org XInput driver : 24.1
[  5230.883] 	X.Org Server Extension : 10.0
[  5230.883] (++) using VT number 1

[  5230.885] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  5230.886] (II) xfree86: Adding drm device (/dev/dri/card1)
[  5230.886] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  5230.886] (II) xfree86: Adding drm device (/dev/dri/card0)
[  5230.886] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  5230.888] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  5230.889] (--) PCI:*(0@0:2:0) 8086:0416:17aa:221e rev 6, Mem @ 0xb3400000/4194304, 0x80000000/536870912, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  5230.889] (--) PCI: (1@0:0:0) 10de:11fc:17aa:221e rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  5230.889] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  5230.889] (II) LoadModule: "glx"
[  5230.889] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  5230.892] (II) Module glx: vendor="NVIDIA Corporation"
[  5230.892] 	compiled for 4.0.2, module version = 1.0.0
[  5230.892] 	Module class: X.Org Server Extension
[  5230.892] (II) NVIDIA GLX Module  390.141  Mon Dec 28 16:17:40 UTC 2020
[  5230.892] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[  5230.892] 	loading driver: nvidia
[  5230.892] (==) Matched intel as autoconfigured driver 0
[  5230.892] (==) Matched nvidia as autoconfigured driver 1
[  5230.892] (==) Matched nouveau as autoconfigured driver 2
[  5230.892] (==) Matched nv as autoconfigured driver 3
[  5230.892] (==) Matched modesetting as autoconfigured driver 4
[  5230.892] (==) Matched fbdev as autoconfigured driver 5
[  5230.892] (==) Matched vesa as autoconfigured driver 6
[  5230.892] (==) Assigned the driver to the xf86ConfigLayout
[  5230.892] (II) LoadModule: "intel"
[  5230.892] (WW) Warning, couldn't open module intel
[  5230.892] (EE) Failed to load module "intel" (module does not exist, 0)
[  5230.892] (II) LoadModule: "nvidia"
[  5230.892] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  5230.892] (II) Module nvidia: vendor="NVIDIA Corporation"
[  5230.892] 	compiled for 4.0.2, module version = 1.0.0
[  5230.892] 	Module class: X.Org Video Driver
[  5230.892] (II) LoadModule: "nouveau"
[  5230.892] (WW) Warning, couldn't open module nouveau
[  5230.892] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  5230.892] (II) LoadModule: "nv"
[  5230.893] (WW) Warning, couldn't open module nv
[  5230.893] (EE) Failed to load module "nv" (module does not exist, 0)
[  5230.893] (II) LoadModule: "modesetting"
[  5230.893] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  5230.893] (II) Module modesetting: vendor="X.Org Foundation"
[  5230.893] 	compiled for 1.20.10, module version = 1.20.10
[  5230.893] 	Module class: X.Org Video Driver
[  5230.893] 	ABI class: X.Org Video Driver, version 24.1
[  5230.893] (II) LoadModule: "fbdev"
[  5230.893] (WW) Warning, couldn't open module fbdev
[  5230.893] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  5230.893] (II) LoadModule: "vesa"
[  5230.893] (WW) Warning, couldn't open module vesa
[  5230.893] (EE) Failed to load module "vesa" (module does not exist, 0)
[  5230.893] (II) NVIDIA dlloader X Driver  390.141  Mon Dec 28 16:20:32 UTC 2020
[  5230.893] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  5230.893] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  5230.893] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  5230.893] (II) modeset(0): using drv /dev/dri/card0
[  5230.894] (II) systemd-logind: releasing fd for 226:1
[  5230.937] (II) modeset(G0): using drv /dev/dri/card1
[  5230.937] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  5230.937] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  5230.937] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  5230.937] (==) modeset(0): RGB weight 888
[  5230.937] (==) modeset(0): Default visual is TrueColor
[  5230.937] (II) Loading sub module "glamoregl"
[  5230.937] (II) LoadModule: "glamoregl"
[  5230.937] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  5230.940] (II) Module glamoregl: vendor="X.Org Foundation"
[  5230.940] 	compiled for 1.20.10, module version = 1.0.1
[  5230.940] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5230.954] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)
[  5230.954] (II) modeset(0): glamor initialized
[  5230.955] (II) modeset(0): Output eDP-1 has no monitor section
[  5230.957] (II) modeset(0): Output VGA-1 has no monitor section
[  5230.957] (II) modeset(0): Output DP-1 has no monitor section
[  5231.106] (II) modeset(0): Output HDMI-1 has no monitor section
[  5231.106] (II) modeset(0): Output DP-2 has no monitor section
[  5231.107] (II) modeset(0): Output HDMI-2 has no monitor section
[  5231.108] (II) modeset(0): EDID for output eDP-1
[  5231.108] (II) modeset(0): Manufacturer: CMN  Model: 15c0  Serial#: 0
[  5231.108] (II) modeset(0): Year: 2013  Week: 4
[  5231.108] (II) modeset(0): EDID Version: 1.4
[  5231.108] (II) modeset(0): Digital Display Input
[  5231.108] (II) modeset(0): 6 bits per channel
[  5231.108] (II) modeset(0): Digital interface is DisplayPort
[  5231.108] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  5231.108] (II) modeset(0): Gamma: 2.20
[  5231.108] (II) modeset(0): No DPMS capabilities specified
[  5231.108] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[  5231.108] (II) modeset(0): First detailed timing is preferred mode
[  5231.108] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  5231.108] (II) modeset(0): redX: 0.618 redY: 0.340   greenX: 0.341 greenY: 0.580
[  5231.108] (II) modeset(0): blueX: 0.152 blueY: 0.081   whiteX: 0.313 whiteY: 0.329
[  5231.108] (II) modeset(0): Manufacturer's mask: 0
[  5231.108] (II) modeset(0): Supported detailed timing:
[  5231.108] (II) modeset(0): clock: 151.6 MHz   Image Size:  344 x 194 mm
[  5231.108] (II) modeset(0): h_active: 1920  h_sync: 2010  h_sync_end 2070 h_blank_end 2220 h_border: 0
[  5231.108] (II) modeset(0): v_active: 1080  v_sync: 1086  v_sync_end 1095 v_blanking: 1138 v_border: 0
[  5231.108] (II) modeset(0):  N156HGE-EA1
[  5231.108] (II) modeset(0):  CMN
[  5231.108] (II) modeset(0):  N156HGE-EA1
[  5231.108] (II) modeset(0): EDID (in hex):
[  5231.108] (II) modeset(0): 	00ffffffffffff000daec01500000000
[  5231.108] (II) modeset(0): 	04170104952213780246359e57579427
[  5231.108] (II) modeset(0): 	14505400000001010101010101010101
[  5231.108] (II) modeset(0): 	010101010101383b802c71383a405a3c
[  5231.108] (II) modeset(0): 	690058c210000018000000fe004e3135
[  5231.108] (II) modeset(0): 	364847452d4541310a20000000fe0043
[  5231.108] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[  5231.108] (II) modeset(0): 	004e3135364847452d4541310a2000ab
[  5231.109] (II) modeset(0): Printing probed modes for output eDP-1
[  5231.109] (II) modeset(0): Modeline "1920x1080"x60.0  151.60  1920 2010 2070 2220  1080 1086 1095 1138 -hsync -vsync (68.3 kHz eP)
[  5231.109] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  5231.109] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  5231.109] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  5231.109] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  5231.109] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  5231.109] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  5231.109] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  5231.109] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  5231.109] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  5231.109] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  5231.109] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  5231.109] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  5231.109] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  5231.109] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  5231.109] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  5231.109] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  5231.110] (II) modeset(0): EDID for output VGA-1
[  5231.110] (II) modeset(0): EDID for output DP-1
[  5231.261] (II) modeset(0): EDID for output HDMI-1
[  5231.261] (II) modeset(0): EDID for output DP-2
[  5231.262] (II) modeset(0): EDID for output HDMI-2
[  5231.262] (II) modeset(0): Output eDP-1 connected
[  5231.262] (II) modeset(0): Output VGA-1 disconnected
[  5231.262] (II) modeset(0): Output DP-1 disconnected
[  5231.262] (II) modeset(0): Output HDMI-1 disconnected
[  5231.262] (II) modeset(0): Output DP-2 disconnected
[  5231.262] (II) modeset(0): Output HDMI-2 disconnected
[  5231.262] (II) modeset(0): Using exact sizes for initial modes
[  5231.262] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  5231.262] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  5231.262] (==) modeset(0): DPI set to (96, 96)
[  5231.262] (II) Loading sub module "fb"
[  5231.262] (II) LoadModule: "fb"
[  5231.262] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5231.263] (II) Module fb: vendor="X.Org Foundation"
[  5231.263] 	compiled for 1.20.10, module version = 1.0.0
[  5231.263] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5231.264] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  5231.264] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  5231.264] (==) modeset(G0): RGB weight 888
[  5231.264] (==) modeset(G0): Default visual is TrueColor
[  5231.264] (II) Loading sub module "glamoregl"
[  5231.264] (II) LoadModule: "glamoregl"
[  5231.264] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  5231.264] (II) Module glamoregl: vendor="X.Org Foundation"
[  5231.264] 	compiled for 1.20.10, module version = 1.0.1
[  5231.264] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5231.361] (II) modeset(G0): glamor X acceleration enabled on zink (Intel(R) HD Graphics 4600 (HSW GT2))
[  5231.361] (II) modeset(G0): glamor initialized
[  5231.362] (II) modeset(G0): Output DP-1-3 has no monitor section
[  5231.362] (II) modeset(G0): EDID for output DP-1-3
[  5231.362] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  5231.362] (==) modeset(G0): DPI set to (96, 96)
[  5231.362] (II) Loading sub module "fb"
[  5231.362] (II) LoadModule: "fb"
[  5231.362] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5231.362] (II) Module fb: vendor="X.Org Foundation"
[  5231.362] 	compiled for 1.20.10, module version = 1.0.0
[  5231.362] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5231.368] (==) modeset(0): Backing store enabled
[  5231.368] (==) modeset(0): Silken mouse disabled
[  5231.466] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  5231.466] (==) modeset(0): DPMS enabled
[  5231.466] (II) modeset(0): [DRI2] Setup complete
[  5231.466] (II) modeset(0): [DRI2]   DRI driver: i965
[  5231.466] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  5231.485] (==) modeset(G0): Backing store enabled
[  5231.485] (==) modeset(G0): Silken mouse disabled
[  5231.485] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[  5231.485] (==) modeset(G0): DPMS enabled
[  5231.485] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[  5231.486] (II) modeset(G0): [DRI2] Setup complete
[  5231.486] (II) modeset(G0): [DRI2]   DRI driver: kms_swrast
[  5231.486] (II) modeset(G0): [DRI2]   VDPAU driver: kms_swrast
[  5231.486] (II) Initializing extension Generic Event Extension
[  5231.486] (II) Initializing extension SHAPE
[  5231.486] (II) Initializing extension MIT-SHM
[  5231.486] (II) Initializing extension XInputExtension
[  5231.486] (II) Initializing extension XTEST
[  5231.486] (II) Initializing extension BIG-REQUESTS
[  5231.486] (II) Initializing extension SYNC
[  5231.486] (II) Initializing extension XKEYBOARD
[  5231.486] (II) Initializing extension XC-MISC
[  5231.486] (II) Initializing extension SECURITY
[  5231.486] (II) Initializing extension XFIXES
[  5231.486] (II) Initializing extension RENDER
[  5231.486] (II) Initializing extension RANDR
[  5231.486] (II) Initializing extension COMPOSITE
[  5231.486] (II) Initializing extension DAMAGE
[  5231.486] (II) Initializing extension MIT-SCREEN-SAVER
[  5231.486] (II) Initializing extension DOUBLE-BUFFER
[  5231.486] (II) Initializing extension RECORD
[  5231.486] (II) Initializing extension DPMS
[  5231.486] (II) Initializing extension Present
[  5231.486] (II) Initializing extension DRI3
[  5231.486] (II) Initializing extension X-Resource
[  5231.486] (II) Initializing extension XVideo
[  5231.486] (II) Initializing extension XVideo-MotionCompensation
[  5231.486] (II) Initializing extension XFree86-VidModeExtension
[  5231.486] (II) Initializing extension XFree86-DGA
[  5231.486] (II) Initializing extension XFree86-DRI
[  5231.486] (II) Initializing extension DRI2
[  5231.486] (II) Initializing extension GLX
[  5231.486] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[  5231.486] (II) modeset(G0): Damage tracking initialized
[  5231.488] (II) modeset(0): Damage tracking initialized
[  5231.488] (II) modeset(0): Setting screen physical size to 508 x 285
[  5231.538] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  5231.538] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  5231.538] (**) Power Button: Applying InputClass "system-keyboard"
[  5231.538] (II) LoadModule: "libinput"
[  5231.538] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  5231.540] (II) Module libinput: vendor="X.Org Foundation"
[  5231.540] 	compiled for 1.20.8, module version = 0.30.0
[  5231.540] 	Module class: X.Org XInput Driver
[  5231.540] 	ABI class: X.Org XInput driver, version 24.1
[  5231.540] (II) Using input driver 'libinput' for 'Power Button'
[  5231.540] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 42 paused 0
[  5231.540] (**) Power Button: always reports core events
[  5231.540] (**) Option "Device" "/dev/input/event2"
[  5231.540] (**) Option "_source" "server/udev"
[  5231.542] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  5231.542] (II) event2  - Power Button: device is a keyboard
[  5231.542] (II) event2  - Power Button: device removed
[  5231.542] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  5231.542] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  5231.542] (**) Option "xkb_model" "pc104"
[  5231.542] (**) Option "xkb_layout" "se"
[  5231.542] (**) Option "xkb_variant" "nodeadkeys"
[  5231.555] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  5231.556] (II) event2  - Power Button: device is a keyboard
[  5231.556] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[  5231.556] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  5231.556] (**) Video Bus: Applying InputClass "system-keyboard"
[  5231.556] (II) Using input driver 'libinput' for 'Video Bus'
[  5231.557] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 45 paused 0
[  5231.557] (**) Video Bus: always reports core events
[  5231.557] (**) Option "Device" "/dev/input/event10"
[  5231.557] (**) Option "_source" "server/udev"
[  5231.557] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[  5231.557] (II) event10 - Video Bus: device is a keyboard
[  5231.558] (II) event10 - Video Bus: device removed
[  5231.558] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[  5231.558] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  5231.558] (**) Option "xkb_model" "pc104"
[  5231.558] (**) Option "xkb_layout" "se"
[  5231.558] (**) Option "xkb_variant" "nodeadkeys"
[  5231.558] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[  5231.558] (II) event10 - Video Bus: device is a keyboard
[  5231.559] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[  5231.559] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  5231.559] (**) Video Bus: Applying InputClass "system-keyboard"
[  5231.559] (II) Using input driver 'libinput' for 'Video Bus'
[  5231.559] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 46 paused 0
[  5231.559] (**) Video Bus: always reports core events
[  5231.559] (**) Option "Device" "/dev/input/event11"
[  5231.559] (**) Option "_source" "server/udev"
[  5231.560] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[  5231.560] (II) event11 - Video Bus: device is a keyboard
[  5231.560] (II) event11 - Video Bus: device removed
[  5231.560] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input13/event11"
[  5231.560] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  5231.560] (**) Option "xkb_model" "pc104"
[  5231.560] (**) Option "xkb_layout" "se"
[  5231.560] (**) Option "xkb_variant" "nodeadkeys"
[  5231.561] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[  5231.561] (II) event11 - Video Bus: device is a keyboard
[  5231.561] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  5231.562] (II) No input driver specified, ignoring this device.
[  5231.562] (II) This device may have been added with another device file.
[  5231.562] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  5231.562] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  5231.562] (**) Sleep Button: Applying InputClass "system-keyboard"
[  5231.562] (II) Using input driver 'libinput' for 'Sleep Button'
[  5231.562] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 47 paused 0
[  5231.562] (**) Sleep Button: always reports core events
[  5231.562] (**) Option "Device" "/dev/input/event1"
[  5231.562] (**) Option "_source" "server/udev"
[  5231.563] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  5231.563] (II) event1  - Sleep Button: device is a keyboard
[  5231.563] (II) event1  - Sleep Button: device removed
[  5231.563] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  5231.563] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  5231.563] (**) Option "xkb_model" "pc104"
[  5231.563] (**) Option "xkb_layout" "se"
[  5231.563] (**) Option "xkb_variant" "nodeadkeys"
[  5231.564] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  5231.564] (II) event1  - Sleep Button: device is a keyboard
[  5231.564] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[  5231.564] (II) No input driver specified, ignoring this device.
[  5231.564] (II) This device may have been added with another device file.
[  5231.564] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[  5231.564] (II) No input driver specified, ignoring this device.
[  5231.564] (II) This device may have been added with another device file.
[  5231.565] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[  5231.565] (II) No input driver specified, ignoring this device.
[  5231.565] (II) This device may have been added with another device file.
[  5231.565] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[  5231.565] (II) No input driver specified, ignoring this device.
[  5231.565] (II) This device may have been added with another device file.
[  5231.565] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event17)
[  5231.565] (II) No input driver specified, ignoring this device.
[  5231.565] (II) This device may have been added with another device file.
[  5231.566] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event18)
[  5231.566] (II) No input driver specified, ignoring this device.
[  5231.566] (II) This device may have been added with another device file.
[  5231.566] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event19)
[  5231.566] (II) No input driver specified, ignoring this device.
[  5231.566] (II) This device may have been added with another device file.
[  5231.566] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event20)
[  5231.566] (II) No input driver specified, ignoring this device.
[  5231.566] (II) This device may have been added with another device file.
[  5231.567] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event21)
[  5231.567] (II) No input driver specified, ignoring this device.
[  5231.567] (II) This device may have been added with another device file.
[  5231.567] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event16)
[  5231.567] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[  5231.567] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[  5231.619] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 48 paused 0
[  5231.619] (**) Logitech USB Optical Mouse: always reports core events
[  5231.619] (**) Option "Device" "/dev/input/event16"
[  5231.619] (**) Option "_source" "server/udev"
[  5231.620] (II) event16 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[  5231.620] (II) event16 - Logitech USB Optical Mouse: device is a pointer
[  5231.620] (II) event16 - Logitech USB Optical Mouse: device removed
[  5231.620] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:046D:C019.0002/input/input26/event16"
[  5231.620] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[  5231.620] (**) Option "AccelerationScheme" "none"
[  5231.620] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[  5231.620] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[  5231.620] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[  5231.621] (II) event16 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[  5231.621] (II) event16 - Logitech USB Optical Mouse: device is a pointer
[  5231.622] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[  5231.622] (II) No input driver specified, ignoring this device.
[  5231.622] (II) This device may have been added with another device file.
[  5231.622] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event22)
[  5231.622] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  5231.622] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[  5231.622] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  5231.623] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 49 paused 0
[  5231.623] (**) Integrated Camera: Integrated C: always reports core events
[  5231.623] (**) Option "Device" "/dev/input/event22"
[  5231.623] (**) Option "_source" "server/udev"
[  5231.624] (II) event22 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5231.624] (II) event22 - Integrated Camera: Integrated C: device is a keyboard
[  5231.624] (II) event22 - Integrated Camera: Integrated C: device removed
[  5231.624] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input24/event22"
[  5231.624] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 11)
[  5231.624] (**) Option "xkb_model" "pc104"
[  5231.624] (**) Option "xkb_layout" "se"
[  5231.624] (**) Option "xkb_variant" "nodeadkeys"
[  5231.625] (II) event22 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  5231.625] (II) event22 - Integrated Camera: Integrated C: device is a keyboard
[  5231.625] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[  5231.625] (II) No input driver specified, ignoring this device.
[  5231.625] (II) This device may have been added with another device file.
[  5231.625] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[  5231.625] (II) No input driver specified, ignoring this device.
[  5231.625] (II) This device may have been added with another device file.
[  5231.626] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14)
[  5231.626] (II) No input driver specified, ignoring this device.
[  5231.626] (II) This device may have been added with another device file.
[  5231.626] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[  5231.626] (II) No input driver specified, ignoring this device.
[  5231.626] (II) This device may have been added with another device file.
[  5231.626] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  5231.626] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  5231.626] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  5231.626] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  5231.627] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[  5231.627] (**) AT Translated Set 2 keyboard: always reports core events
[  5231.627] (**) Option "Device" "/dev/input/event3"
[  5231.627] (**) Option "_source" "server/udev"
[  5231.627] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  5231.627] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  5231.628] (II) event3  - AT Translated Set 2 keyboard: device removed
[  5231.628] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  5231.628] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  5231.628] (**) Option "xkb_model" "pc104"
[  5231.628] (**) Option "xkb_layout" "se"
[  5231.628] (**) Option "xkb_variant" "nodeadkeys"
[  5231.629] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  5231.629] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  5231.629] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event23)
[  5231.629] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  5231.629] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  5231.630] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 51 paused 0
[  5231.630] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  5231.630] (**) Option "Device" "/dev/input/event23"
[  5231.630] (**) Option "_source" "server/udev"
[  5231.630] (II) event23 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  5231.631] (II) event23 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  5231.631] (II) event23 - SynPS/2 Synaptics TouchPad: device removed
[  5231.632] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event23"
[  5231.632] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[  5231.632] (**) Option "AccelerationScheme" "none"
[  5231.632] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  5231.632] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  5231.632] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  5231.633] (II) event23 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  5231.634] (II) event23 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  5231.634] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[  5231.634] (II) No input driver specified, ignoring this device.
[  5231.634] (II) This device may have been added with another device file.
[  5231.634] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event24)
[  5231.634] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[  5231.634] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[  5231.635] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 52 paused 0
[  5231.635] (**) TPPS/2 IBM TrackPoint: always reports core events
[  5231.635] (**) Option "Device" "/dev/input/event24"
[  5231.635] (**) Option "_source" "server/udev"
[  5231.636] (II) event24 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[  5231.636] (II) event24 - TPPS/2 IBM TrackPoint: device is a pointer
[  5231.636] (II) event24 - TPPS/2 IBM TrackPoint: device removed
[  5231.636] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input25/event24"
[  5231.636] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
[  5231.636] (**) Option "AccelerationScheme" "none"
[  5231.636] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[  5231.636] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  5231.637] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  5231.637] (II) event24 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[  5231.637] (II) event24 - TPPS/2 IBM TrackPoint: device is a pointer
[  5231.638] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[  5231.638] (II) No input driver specified, ignoring this device.
[  5231.638] (II) This device may have been added with another device file.
[  5231.638] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  5231.638] (II) No input driver specified, ignoring this device.
[  5231.638] (II) This device may have been added with another device file.
[  5231.640] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[  5231.640] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[  5231.640] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[  5231.640] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[  5231.641] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 53 paused 0
[  5231.641] (**) ThinkPad Extra Buttons: always reports core events
[  5231.641] (**) Option "Device" "/dev/input/event5"
[  5231.641] (**) Option "_source" "server/udev"
[  5231.641] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[  5231.641] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[  5231.641] (II) event5  - ThinkPad Extra Buttons: device removed
[  5231.641] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event5"
[  5231.641] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[  5231.641] (**) Option "xkb_model" "pc104"
[  5231.641] (**) Option "xkb_layout" "se"
[  5231.641] (**) Option "xkb_variant" "nodeadkeys"
[  5231.642] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[  5231.642] (II) event5  - ThinkPad Extra Buttons: device is a keyboard

Last edited by MartinBang (2021-04-02 22:10:42)

Offline

Board footer

Powered by FluxBB