Bug#953366: nvidia-kernel-dkms: module not loaded due lockdown + nvidia-settings not working

mando at april.org mando at april.org
Sun Mar 8 15:50:58 GMT 2020


Package: nvidia-kernel-dkms
Version: 440.64-1
Severity: normal

Dear Maintainer,

I try to make work nvidia kernel module on a freshly updated debian 
testing. My computer is an Asus Zenbook UX433F, which embeds this card:

     02:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] 
(rev a1)

I installed the nvidia driver using:

      apt install xserver-xorg-video-nvidia

If I (re)starting the system, nvidia kernel is not loaded. dmesg report 
this error:

     [    3.325581] Lockdown: modprobe: unsigned module loading is 
restricted; see https://wiki.debian.org/SecureBoot

I circumvent the problem by following these steps:
https://unix.stackexchange.com/questions/543576/modprobe-fails-with-permission-denied

     echo 1 > /proc/sys/kernel/sysrq
     echo x > /proc/sysrq-trigger

By doing so, I can load the module:

     modprobe nvidia

dmesg seems ok:

     [  339.479444] nvidia-nvlink: Unregistered the Nvlink Core, major 
device number 241
     [  344.166734] nvidia-nvlink: Nvlink Core is being initialized, 
major device number 241
     [  344.267272] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  
440.64  Fri Feb 21 01:17:26 UTC 2020
     [  359.809282] broken atomic modeset userspace detected, disabling 
atomic
     [  423.153455] nvidia-uvm: Loaded the UVM driver, major device 
number 239.
     [  424.737852] nvidia-modeset: Loading NVIDIA Kernel Mode Setting 
Driver for UNIX platforms  440.64  Fri Feb 21 00:43:19 UTC 2020
     [  435.647404] broken atomic modeset userspace detected, disabling 
atomic

If I try to run /etc/init.d/nvidia-persistenced restart as root, this 
directoy is populated:

nvidia-persistenced.pid  socket

But:

1) I'll have to run those echo command in the next reboot

2) nvidia-settings does not run and returns:

     ERROR: Unable to load info from any available system

3) nvidia-smi does not list running process:

     Sun Mar  8 16:25:59 2020
+-----------------------------------------------------------------------------+
     | NVIDIA-SMI 440.64       Driver Version: 440.64       CUDA 
Version: N/A      |
|-------------------------------+----------------------+----------------------+
     | GPU  Name        Persistence-M| Bus-Id Disp.A | Volatile Uncorr. 
ECC |
     | Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
     |   0  GeForce MX150       Off  | 00000000:02:00.0 Off 
|                  N/A |
     | N/A   50C    P0    N/A /  N/A |      0MiB / 2002MiB |      
0%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
     | Processes: GPU Memory |
     |  GPU       PID   Type   Process name                             
Usage      |
|=============================================================================|
     |  No running processes 
found                                                 |
+-----------------------------------------------------------------------------+


What should I do to make it work? Attached nvidia-bug-report.sh output 
to this message.

Best regards
mando

*** End of the template - remove these template lines ***


-- Package-specific info:
uname -a:
Linux aldur 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 
GNU/Linux

/proc/version:
Linux version 5.4.0-4-amd64 (debian-kernel at lists.debian.org) (gcc 
version 9.2.1 20200203 (Debian 9.2.1-28)) #1 SMP Debian 5.4.19-1 
(2020-02-13)

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module  440.64 Fri Feb 21 
01:17:26 UTC 2020
GCC version:  gcc version 9.2.1 20200224 (Debian 9.2.1-30)

lspci 'display controller [030?]':
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 
620 (Whiskey Lake) [8086:3ea0] (rev 02) (prog-if 00 [VGA controller])
     DeviceName: VGA
     Subsystem: ASUSTeK Computer Inc. UHD Graphics 620 (Whiskey Lake) 
[1043:1b2e]
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
     Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0, Cache Line Size: 64 bytes
     Interrupt: pin A routed to IRQ 128
     Region 0: Memory at b2000000 (64-bit, non-prefetchable) [size=16M]
     Region 2: Memory at 90000000 (64-bit, prefetchable) [size=256M]
     Region 4: I/O ports at 4000 [size=64]
     Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
     Capabilities: <access denied>
     Kernel driver in use: i915
     Kernel modules: i915

02:00.0 3D controller [0302]: NVIDIA Corporation GP108M [GeForce MX150] 
[10de:1d12] (rev a1)
     DeviceName: Second VGA
     Subsystem: ASUSTeK Computer Inc. GP108M [GeForce MX150] [1043:1b2e]
     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
     Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
     Latency: 0
     Interrupt: pin A routed to IRQ 16
     Region 0: Memory at b3000000 (32-bit, non-prefetchable) [size=16M]
     Region 1: Memory at a0000000 (64-bit, prefetchable) [size=256M]
     Region 3: Memory at b0000000 (64-bit, prefetchable) [size=32M]
     Region 5: I/O ports at 3000 [size=128]
     Expansion ROM at b4000000 [virtual] [disabled] [size=512K]
     Capabilities: <access denied>
     Kernel driver in use: nvidia
     Kernel modules: nvidia

dmesg:

Device node permissions:
crw-rw----+ 1 root video  226,   0 Mar  8 15:53 /dev/dri/card0
crw-rw----+ 1 root render 226, 128 Mar  8 15:53 /dev/dri/renderD128
crw-rw-rw-  1 root root   195, 254 Mar  8 16:00 /dev/nvidia-modeset
crw-rw-rw-  1 root root   195,   0 Mar  8 15:54 /dev/nvidia0
crw-rw-rw-  1 root root   195, 255 Mar  8 15:54 /dev/nvidiactl

/dev/dri/by-path:
total 0
lrwxrwxrwx 1 root root  8 Mar  8 15:53 pci-0000:00:02.0-card -> ../card0
lrwxrwxrwx 1 root root 13 Mar  8 15:53 pci-0000:00:02.0-render -> 
../renderD128
video:x:44:mando,vdr

OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root       15 Feb 11 20:16 /etc/alternatives/glx -> 
/usr/lib/nvidia
lrwxrwxrwx 1 root root       51 Feb 11 20:16 
/etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root       50 Feb 11 20:16 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root       50 Feb 11 20:16 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root       57 Feb 11 20:16 
/etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root       57 Feb 11 20:16 
/etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root       54 Feb 11 20:16 
/etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root       54 Feb 11 20:16 
/etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root       44 Feb 11 20:16 
/etc/alternatives/glx--libGLX_indirect.so.0-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       44 Feb 11 20:16 
/etc/alternatives/glx--libGLX_indirect.so.0-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       38 Feb 11 20:16 
/etc/alternatives/glx--libglxserver_nvidia.so -> 
/usr/lib/nvidia/libglxserver_nvidia.so
lrwxrwxrwx 1 root root       51 Feb 11 20:16 
/etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       42 Feb 11 20:16 
/etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> 
/etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root       36 Feb 11 20:16 
/etc/alternatives/glx--nvidia-bug-report.sh -> 
/usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root       39 Feb 11 20:16 
/etc/alternatives/glx--nvidia-drm-outputclass.conf -> 
/etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root       28 Feb 11 20:16 
/etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root       32 Feb 11 20:16 
/etc/alternatives/glx--nvidia-modprobe.conf -> 
/etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root       29 Feb 11 20:16 
/etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root       23 Mar  7 18:43 /etc/alternatives/nvidia -> 
/usr/lib/nvidia/current
lrwxrwxrwx 1 root root       59 Mar  7 18:43 
/etc/alternatives/nvidia--libEGL_nvidia.so.0-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libEGL_nvidia.so.0
lrwxrwxrwx 1 root root       65 Mar  7 18:43 
/etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root       65 Mar  7 18:43 
/etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root       62 Mar  7 18:43 
/etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root       62 Mar  7 18:43 
/etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root       59 Mar  7 18:43 
/etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       59 Mar  7 18:43 
/etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root       46 Mar  7 18:43 
/etc/alternatives/nvidia--libglxserver_nvidia.so -> 
/usr/lib/nvidia/current/libglxserver_nvidia.so
lrwxrwxrwx 1 root root       59 Mar  7 18:43 
/etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root       58 Mar  7 18:43 
/etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root       70 Mar  7 18:43 
/etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu 
-> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ptxjitcompiler.so.1
lrwxrwxrwx 1 root root       61 Mar  7 18:43 
/etc/alternatives/nvidia--libvdpau_nvidia.so.1-x86_64-linux-gnu -> 
/usr/lib/x86_64-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root       38 Mar  7 18:43 
/etc/alternatives/nvidia--nv-control-dpy -> 
/usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root       70 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-application-profiles-key-documentation 
-> /usr/share/nvidia/nvidia-application-profiles-440.64-key-documentation
lrwxrwxrwx 1 root root       50 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> 
/etc/nvidia/current/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root       44 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-bug-report.sh -> 
/usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root       40 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-debugdump -> 
/usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root       47 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> 
/etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root       36 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-load.conf -> 
/etc/nvidia/current/nvidia-load.conf
lrwxrwxrwx 1 root root       40 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-modprobe.conf -> 
/etc/nvidia/current/nvidia-modprobe.conf
lrwxrwxrwx 1 root root       39 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-settings -> 
/usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root       44 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-settings.1.gz -> 
/usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root       47 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-settings.desktop -> 
/usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root       34 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-smi -> /usr/lib/nvidia/current/nvidia-smi
lrwxrwxrwx 1 root root       39 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia-smi.1.gz -> 
/usr/lib/nvidia/current/nvidia-smi.1.gz
lrwxrwxrwx 1 root root       37 Mar  7 18:43 
/etc/alternatives/nvidia--nvidia_drv.so -> 
/usr/lib/nvidia/current/nvidia_drv.so
-rw-r--r-- 1 root root  1482944 Feb 29 23:17 
/usr/lib/libnvidia-gtk2.so.440.64
-rw-r--r-- 1 root root  1487040 Feb 29 23:17 
/usr/lib/libnvidia-gtk3.so.440.64
lrwxrwxrwx 1 root root       51 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libEGL.so.1 -> 
/etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root       50 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libGL.so.1 -> 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root       57 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> 
/etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root       67 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1 -> 
/etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root       54 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> 
/etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root       64 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2 -> 
/etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu
-rw-r--r-- 1 root root   402136 Feb 21 01:42 
/usr/lib/x86_64-linux-gnu/libnvidia-cbl.so.440.64
lrwxrwxrwx 1 root root       58 Feb 11 20:16 
/usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> 
/etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 26785088 Feb 21 01:53 
/usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.440.64
-rw-r--r-- 1 root root   386168 Feb 21 01:41 
/usr/lib/x86_64-linux-gnu/libnvidia-fatbinaryloader.so.440.64
-rw-r--r-- 1 root root 28665672 Feb 21 01:53 
/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.440.64
-rw-r--r-- 1 root root   687304 Feb 21 01:41 
/usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.440.64
-rw-r--r-- 1 root root 11114264 Feb 21 01:51 
/usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.440.64
lrwxrwxrwx 1 root root       60 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> 
/etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root       72 Feb 11 20:15 
/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> 
/etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 33028032 Feb 21 01:53 
/usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.440.64
-rw-r--r-- 1 root root    14480 Feb 21 01:39 
/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.440.64
lrwxrwxrwx 1 root root       36 Feb 11 20:16 
/usr/lib/xorg/modules/drivers/nvidia_drv.so -> 
/etc/alternatives/glx--nvidia_drv.so
-rw-r--r-- 1 root root   289824 Feb 29 06:05 
/usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root       45 Feb 11 20:16 
/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so -> 
/etc/alternatives/glx--libglxserver_nvidia.so
lrwxrwxrwx 1 root root       45 Feb 11 20:16 
/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so -> 
/etc/alternatives/glx--libglxserver_nvidia.so
-rw-r--r-- 1 root root    44916 Mar  8 16:07 /var/log/Xorg.0.log
-rw-r--r-- 1 root root    47685 Mar  8 16:00 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root    22210 Jan 25 02:04 /var/log/Xorg.1.log
-rw-r--r-- 1 root  998    16734 Feb  2 18:26 /var/log/Xorg.8.log
-rw-r--r-- 1 root  998    15842 Feb  2 18:25 /var/log/Xorg.8.log.old
/etc/X11/xorg.conf.d/:
total 8
drwxr-xr-x  2 root root 4096 Oct 27 10:03 .
drwxr-xr-x 12 root root 4096 Mar  5 10:21 ..

/etc/nvidia/:
total 20
drwxr-xr-x   3 root root  4096 Feb 11 20:15 .
drwxr-xr-x 138 root root 12288 Mar  8 16:12 ..
drwxr-xr-x   2 root root  4096 Mar  7 18:43 current
lrwxrwxrwx   1 root root    56 Feb 11 20:15 
nvidia-blacklists-nouveau.conf -> 
/etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx   1 root root    53 Feb 11 20:15 nvidia-drm-outputclass.conf 
-> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx   1 root root    42 Feb 11 20:15 nvidia-load.conf -> 
/etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx   1 root root    46 Feb 11 20:15 nvidia-modprobe.conf -> 
/etc/alternatives/nvidia--nvidia-modprobe.conf

/usr/lib/mesa-diverted/:
total 36
drwxr-xr-x   6 root root  4096 Feb 11 20:15 .
drwxr-xr-x 114 root root 16384 Mar  7 18:42 ..
drwxr-xr-x   2 root root  4096 Nov 14 03:38 arm-linux-gnueabihf
drwxr-xr-x   2 root root  4096 Nov 14 03:38 i386-linux-gnu
drwxr-xr-x   2 root root  4096 Nov 14 03:38 powerpc64le-linux-gnu
drwxr-xr-x   2 root root  4096 Feb 27 12:53 x86_64-linux-gnu

/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Nov 14 03:38 .
drwxr-xr-x 6 root root 4096 Feb 11 20:15 ..

/usr/lib/mesa-diverted/i386-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Nov 14 03:38 .
drwxr-xr-x 6 root root 4096 Feb 11 20:15 ..

/usr/lib/mesa-diverted/powerpc64le-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Nov 14 03:38 .
drwxr-xr-x 6 root root 4096 Feb 11 20:15 ..

/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 736
drwxr-xr-x 2 root root   4096 Feb 27 12:53 .
drwxr-xr-x 6 root root   4096 Feb 11 20:15 ..
lrwxrwxrwx 1 root root     15 Feb 21 23:29 libEGL.so.1 -> libEGL.so.1.1.0
-rw-r--r-- 1 root root  80352 Feb 21 23:29 libEGL.so.1.1.0
lrwxrwxrwx 1 root root     14 Feb 21 23:29 libGL.so.1 -> libGL.so.1.7.0
-rw-r--r-- 1 root root 542904 Feb 21 23:29 libGL.so.1.7.0
lrwxrwxrwx 1 root root     21 Feb 21 23:29 libGLESv1_CM.so.1 -> 
libGLESv1_CM.so.1.2.0
-rw-r--r-- 1 root root  43184 Feb 21 23:29 libGLESv1_CM.so.1.2.0
lrwxrwxrwx 1 root root     18 Feb 21 23:29 libGLESv2.so.2 -> 
libGLESv2.so.2.1.0
-rw-r--r-- 1 root root  71856 Feb 21 23:29 libGLESv2.so.2.1.0
lrwxrwxrwx 1 root root     16 Jan 28 20:45 libGLX_indirect.so.0 -> 
libGLX_mesa.so.0

/usr/lib/mesa/:
total 20
drwxr-xr-x   2 root root  4096 Nov 14 03:38 .
drwxr-xr-x 114 root root 16384 Mar  7 18:42 ..

/usr/lib/nvidia/:
total 44
drwxr-xr-x   4 root root  4096 Feb 11 20:15 .
drwxr-xr-x 114 root root 16384 Mar  7 18:42 ..
-rw-r--r--   1 root root    57 Dec 27 15:22 alternate-install-present
drwxr-xr-x   2 root root  4096 Nov 14 03:38 bumblebee
-rwxr-xr-x   1 root root  2125 Dec 27 15:22 
check-for-conflicting-opengl-libraries
-rwxr-xr-x   1 root root  1897 Dec 27 15:22 
check-for-mismatching-nvidia-module
drwxr-xr-x   2 root root  4096 Mar  7 18:42 current
lrwxrwxrwx   1 root root    48 Feb 11 20:15 libglxserver_nvidia.so -> 
/etc/alternatives/nvidia--libglxserver_nvidia.so
lrwxrwxrwx   1 root root    24 Feb 11 20:15 nvidia -> 
/etc/alternatives/nvidia
lrwxrwxrwx   1 root root    46 Feb 11 20:15 nvidia-bug-report.sh -> 
/etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx   1 root root    39 Feb 11 20:15 nvidia_drv.so -> 
/etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x   1 root root   618 Dec 27 15:22 pre-install

/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Nov 14 03:38 .
drwxr-xr-x 4 root root 4096 Feb 11 20:15 ..

/usr/lib/nvidia/current/:
total 20492
drwxr-xr-x 2 root root     4096 Mar  7 18:42 .
drwxr-xr-x 4 root root     4096 Feb 11 20:15 ..
lrwxrwxrwx 1 root root       29 Mar  1 11:25 libglxserver_nvidia.so -> 
libglxserver_nvidia.so.440.64
-rw-r--r-- 1 root root 13166704 Feb 21 01:46 libglxserver_nvidia.so.440.64
-rwxr-xr-x 1 root root    26488 Feb 29 23:17 nv-control-dpy
-rwxr-xr-x 1 root root    31256 Feb 21 02:29 nvidia-bug-report.sh
-rwxr-xr-x 1 root root   250224 Feb 21 01:40 nvidia-debugdump
-rwxr-xr-x 1 root root   247896 Feb 29 23:17 nvidia-settings
-rw-r--r-- 1 root root     8655 Feb 29 23:17 nvidia-settings.1.gz
-rw-r--r-- 1 root root     1217 Feb 29 23:17 nvidia-settings.desktop
-rwxr-xr-x 1 root root   533920 Feb 21 01:43 nvidia-smi
-rw-r--r-- 1 root root    20556 Mar  1 11:25 nvidia-smi.1.gz
-rw-r--r-- 1 root root     2484 Mar  1 11:25 nvidia.ids
-rw-r--r-- 1 root root  6656352 Feb 21 01:49 nvidia_drv.so

/usr/lib/nvidia/nvidia/:
total 20492
drwxr-xr-x 2 root root     4096 Mar  7 18:42 .
drwxr-xr-x 4 root root     4096 Feb 11 20:15 ..
lrwxrwxrwx 1 root root       29 Mar  1 11:25 libglxserver_nvidia.so -> 
libglxserver_nvidia.so.440.64
-rw-r--r-- 1 root root 13166704 Feb 21 01:46 libglxserver_nvidia.so.440.64
-rwxr-xr-x 1 root root    26488 Feb 29 23:17 nv-control-dpy
-rwxr-xr-x 1 root root    31256 Feb 21 02:29 nvidia-bug-report.sh
-rwxr-xr-x 1 root root   250224 Feb 21 01:40 nvidia-debugdump
-rwxr-xr-x 1 root root   247896 Feb 29 23:17 nvidia-settings
-rw-r--r-- 1 root root     8655 Feb 29 23:17 nvidia-settings.1.gz
-rw-r--r-- 1 root root     1217 Feb 29 23:17 nvidia-settings.desktop
-rwxr-xr-x 1 root root   533920 Feb 21 01:43 nvidia-smi
-rw-r--r-- 1 root root    20556 Mar  1 11:25 nvidia-smi.1.gz
-rw-r--r-- 1 root root     2484 Mar  1 11:25 nvidia.ids
-rw-r--r-- 1 root root  6656352 Feb 21 01:49 nvidia_drv.so

/usr/lib/x86_64-linux-gnu/nvidia/:
total 148
drwxr-xr-x  3 root root   4096 Feb 11 20:15 .
drwxr-xr-x 85 root root 135168 Mar  8 16:12 ..
drwxr-xr-x  2 root root   4096 Mar  7 18:43 current
lrwxrwxrwx  1 root root     61 Feb 11 20:15 libnvidia-cfg.so.1 -> 
/etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu

/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 13500
drwxr-xr-x 2 root root    4096 Mar  7 18:43 .
drwxr-xr-x 3 root root    4096 Feb 11 20:15 ..
lrwxrwxrwx 1 root root      23 Mar  1 11:25 libEGL_nvidia.so.0 -> 
libEGL_nvidia.so.440.64
-rw-r--r-- 1 root root 1285296 Feb 21 01:41 libEGL_nvidia.so.440.64
lrwxrwxrwx 1 root root      29 Mar  1 11:25 libGLESv1_CM_nvidia.so.1 -> 
libGLESv1_CM_nvidia.so.440.64
-rw-r--r-- 1 root root   63696 Feb 21 01:39 libGLESv1_CM_nvidia.so.440.64
lrwxrwxrwx 1 root root      26 Mar  1 11:25 libGLESv2_nvidia.so.2 -> 
libGLESv2_nvidia.so.440.64
-rw-r--r-- 1 root root  111416 Feb 21 01:39 libGLESv2_nvidia.so.440.64
lrwxrwxrwx 1 root root      23 Mar  1 11:25 libGLX_nvidia.so.0 -> 
libGLX_nvidia.so.440.64
-rw-r--r-- 1 root root 1114816 Feb 21 01:41 libGLX_nvidia.so.440.64
lrwxrwxrwx 1 root root      23 Mar  1 11:25 libnvidia-cfg.so.1 -> 
libnvidia-cfg.so.440.64
-rw-r--r-- 1 root root  200944 Feb 21 01:40 libnvidia-cfg.so.440.64
lrwxrwxrwx 1 root root      17 Mar  1 11:25 libnvidia-ml.so -> 
libnvidia-ml.so.1
lrwxrwxrwx 1 root root      22 Mar  1 11:25 libnvidia-ml.so.1 -> 
libnvidia-ml.so.440.64
-rw-r--r-- 1 root root 1466584 Feb 21 01:43 libnvidia-ml.so.440.64
lrwxrwxrwx 1 root root      34 Mar  1 11:25 
libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.440.64
-rw-r--r-- 1 root root 8873656 Feb 21 01:44 
libnvidia-ptxjitcompiler.so.440.64
lrwxrwxrwx 1 root root      25 Mar  1 11:25 libvdpau_nvidia.so.1 -> 
libvdpau_nvidia.so.440.64
-rw-r--r-- 1 root root  677136 Feb 21 01:41 libvdpau_nvidia.so.440.64

/usr/share/X11/xorg.conf.d/:
total 32
drwxr-xr-x 2 root root 4096 Mar  5 10:21 .
drwxr-xr-x 5 root root 4096 Mar  5 10:21 ..
-rw-r--r-- 1 root root   92 Oct 22 21:09 10-amdgpu.conf
-rw-r--r-- 1 root root 1350 Feb 29 06:05 10-quirks.conf
-rw-r--r-- 1 root root   92 Oct 22 21:31 10-radeon.conf
-rw-r--r-- 1 root root 1429 Aug 13  2019 40-libinput.conf
-rw-r--r-- 1 root root 1753 Aug 23  2018 70-synaptics.conf
-rw-r--r-- 1 root root 2747 Aug  6  2019 70-wacom.conf
lrwxrwxrwx 1 root root   50 Feb 11 20:16 nvidia-drm-outputclass.conf -> 
/etc/alternatives/glx--nvidia-drm-outputclass.conf

/etc/modprobe.d:
total 24
drwxr-xr-x   2 root root  4096 Feb 11 20:16 .
drwxr-xr-x 138 root root 12288 Mar  8 16:12 ..
-rw-r--r--   1 root root   127 Jan 22 12:42 dkms.conf
lrwxrwxrwx   1 root root    53 Feb 11 20:16 
nvidia-blacklists-nouveau.conf -> 
/etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r--   1 root root   260 Dec 27 15:22 nvidia-kernel-common.conf
lrwxrwxrwx   1 root root    43 Feb 11 20:16 nvidia.conf -> 
/etc/alternatives/glx--nvidia-modprobe.conf

/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:#options nvidia 
NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia 
NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia 
NVreg_EnableAGPFW=1

/etc/modules-load.d:
-rw-r--r-- 1 root root  195 Dec 18 15:29 /etc/modules

/etc/modules-load.d/:
total 20
drwxr-xr-x   2 root root  4096 Mar  5 10:21 .
drwxr-xr-x 138 root root 12288 Mar  8 16:12 ..
-rw-r--r--   1 root root   119 Apr 10  2019 cups-filters.conf
lrwxrwxrwx   1 root root    10 Feb 15 15:44 modules.conf -> ../modules
lrwxrwxrwx   1 root root    39 Feb 11 20:16 nvidia.conf -> 
/etc/alternatives/glx--nvidia-load.conf


Files from nvidia-installer:

Config and logfiles:

<<<<<<<<<< /etc/modprobe.d/nvidia-blacklists-nouveau.conf >>>>>>>>>>
# You need to run "update-initramfs -u" after editing this file.

# see #580894
blacklist nouveau
^^^^^^^^^^ /etc/modprobe.d/nvidia-blacklists-nouveau.conf ^^^^^^^^^^

<<<<<<<<<< /etc/modprobe.d/nvidia-kernel-common.conf >>>>>>>>>>
alias char-major-195* nvidia
#options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 
NVreg_DeviceFileMode=0660
# To enable FastWrites and Sidebus addressing, uncomment these lines
# options nvidia NVreg_EnableAGPSBA=1
# options nvidia NVreg_EnableAGPFW=1
^^^^^^^^^^ /etc/modprobe.d/nvidia-kernel-common.conf ^^^^^^^^^^

<<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
install nvidia modprobe -i nvidia-current $CMDLINE_OPTS

install nvidia-modeset modprobe nvidia ; modprobe -i 
nvidia-current-modeset $CMDLINE_OPTS

install nvidia-drm modprobe nvidia-modeset ; modprobe -i 
nvidia-current-drm $CMDLINE_OPTS

install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm 
$CMDLINE_OPTS

remove nvidia modprobe -r -i nvidia-drm nvidia-modeset nvidia-uvm nvidia

remove nvidia-modeset modprobe -r -i nvidia-drm nvidia-modeset

# These aliases are defined in *all* nvidia modules.
# Duplicating them here sets higher precedence and ensures the selected
# module gets loaded instead of a random first match if more than one
# version is installed. See #798207.
alias    pci:v000010DEd00000E00sv*sd*bc04sc80i00* nvidia
alias    pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00* nvidia
alias    pci:v000010DEd*sv*sd*bc03sc02i00*        nvidia
alias    pci:v000010DEd*sv*sd*bc03sc00i00*        nvidia
^^^^^^^^^^ /etc/modprobe.d/nvidia.conf ^^^^^^^^^^

<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[   435.576] (--) Log file renamed from "/var/log/Xorg.pid-2138.log" to 
"/var/log/Xorg.0.log"
[   435.577]
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   435.577] Build Operating System: Linux 4.19.0-8-amd64 x86_64 Debian
[   435.577] Current Operating System: Linux aldur 5.4.0-4-amd64 #1 SMP 
Debian 5.4.19-1 (2020-02-13) x86_64
[   435.577] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-4-amd64 
root=UUID=b9cbe1a9-3263-44d2-ada6-973c29aa0895 ro quiet
[   435.577] Build Date: 29 February 2020  05:05:06AM
[   435.577] xorg-server 2:1.20.7-4 (https://www.debian.org/support)
[   435.577] Current version of pixman: 0.36.0
[   435.577]     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest version.
[   435.577] Markers: (--) probed, (**) from config file, (==) default 
setting,
     (++) from command line, (!!) notice, (II) informational,
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   435.577] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar  8 
16:00:27 2020
[   435.577] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   435.577] (==) No Layout section.  Using the first Screen section.
[   435.577] (==) No screen section available. Using defaults.
[   435.577] (**) |-->Screen "Default Screen Section" (0)
[   435.577] (**) |   |-->Monitor "<default monitor>"
[   435.577] (==) No monitor specified for screen "Default Screen Section".
     Using a default monitor configuration.
[   435.577] (==) Automatically adding devices
[   435.577] (==) Automatically enabling devices
[   435.577] (==) Automatically adding GPU devices
[   435.577] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   435.577] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
[   435.577]     Entry deleted from font path.
[   435.577] (==) FontPath set to:
     /usr/share/fonts/X11/misc,
     /usr/share/fonts/X11/100dpi/:unscaled,
     /usr/share/fonts/X11/75dpi/:unscaled,
     /usr/share/fonts/X11/Type1,
     /usr/share/fonts/X11/100dpi,
     /usr/share/fonts/X11/75dpi,
     built-ins
[   435.577] (==) ModulePath set to "/usr/lib/xorg/modules"
[   435.577] (II) The server relies on udev to provide the list of input 
devices.
     If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[   435.577] (II) Loader magic: 0x55c49b34ee40
[   435.577] (II) Module ABI versions:
[   435.577]     X.Org ANSI C Emulation: 0.4
[   435.577]     X.Org Video Driver: 24.1
[   435.577]     X.Org XInput driver : 24.1
[   435.577]     X.Org Server Extension : 10.0
[   435.578] (++) using VT number 7

[   435.578] (II) systemd-logind: logind integration requires -keeptty 
and -keeptty was not provided, disabling logind integration
[   435.578] (II) xfree86: Adding drm device (/dev/dri/card0)
[   435.589] (--) PCI:*(0 at 0:2:0) 8086:3ea0:1043:1b2e rev 2, Mem @ 
0xb2000000/16777216, 0x90000000/268435456, I/O @ 0x00004000/64, BIOS @ 
0x????????/131072
[   435.589] (--) PCI: (2 at 0:0:0) 10de:1d12:1043:1b2e rev 161, Mem @ 
0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 
0x00003000/128, BIOS @ 0x????????/524288
[   435.589] (II) LoadModule: "glx"
[   435.589] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   435.589] (II) Module glx: vendor="X.Org Foundation"
[   435.589]     compiled for 1.20.7, module version = 1.0.0
[   435.589]     ABI class: X.Org Server Extension, version 10.0
[   435.589] (==) Matched modesetting as autoconfigured driver 0
[   435.589] (==) Matched fbdev as autoconfigured driver 1
[   435.589] (==) Matched vesa as autoconfigured driver 2
[   435.589] (==) Assigned the driver to the xf86ConfigLayout
[   435.589] (II) LoadModule: "modesetting"
[   435.589] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   435.589] (II) Module modesetting: vendor="X.Org Foundation"
[   435.589]     compiled for 1.20.7, module version = 1.20.7
[   435.589]     Module class: X.Org Video Driver
[   435.589]     ABI class: X.Org Video Driver, version 24.1
[   435.589] (II) LoadModule: "fbdev"
[   435.589] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   435.590] (II) Module fbdev: vendor="X.Org Foundation"
[   435.590]     compiled for 1.20.0, module version = 0.5.0
[   435.590]     Module class: X.Org Video Driver
[   435.590]     ABI class: X.Org Video Driver, version 24.0
[   435.590] (II) LoadModule: "vesa"
[   435.590] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   435.590] (II) Module vesa: vendor="X.Org Foundation"
[   435.590]     compiled for 1.20.4, module version = 2.4.0
[   435.590]     Module class: X.Org Video Driver
[   435.590]     ABI class: X.Org Video Driver, version 24.0
[   435.590] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   435.590] (II) FBDEV: driver for framebuffer: fbdev
[   435.590] (II) VESA: driver for VESA chipsets: vesa
[   435.621] (II) modeset(0): using drv /dev/dri/card0
[   435.621] (WW) Falling back to old probe method for fbdev
[   435.621] (II) Loading sub module "fbdevhw"
[   435.621] (II) LoadModule: "fbdevhw"
[   435.621] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   435.621] (II) Module fbdevhw: vendor="X.Org Foundation"
[   435.621]     compiled for 1.20.7, module version = 0.0.2
[   435.621]     ABI class: X.Org Video Driver, version 24.1
[   435.621] (II) modeset(0): Creating default Display subsection in 
Screen section
     "Default Screen Section" for depth/fbbpp 24/32
[   435.621] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   435.621] (==) modeset(0): RGB weight 888
[   435.621] (==) modeset(0): Default visual is TrueColor
[   435.621] (II) Loading sub module "glamoregl"
[   435.621] (II) LoadModule: "glamoregl"
[   435.621] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   435.624] (II) Module glamoregl: vendor="X.Org Foundation"
[   435.624]     compiled for 1.20.7, module version = 1.0.1
[   435.624]     ABI class: X.Org ANSI C Emulation, version 0.4
[   435.643] (II) modeset(0): glamor X acceleration enabled on Mesa DRI 
Intel(R) UHD Graphics (Whiskey Lake 3x8 GT2)
[   435.643] (II) modeset(0): glamor initialized
[   435.644] (II) modeset(0): Output eDP-1 has no monitor section
[   435.653] (II) modeset(0): Output HDMI-1 has no monitor section
[   435.654] (II) modeset(0): EDID for output eDP-1
[   435.654] (II) modeset(0): Manufacturer: AUO  Model: 323d  Serial#: 0
[   435.654] (II) modeset(0): Year: 2018  Week: 16
[   435.654] (II) modeset(0): EDID Version: 1.4
[   435.654] (II) modeset(0): Digital Display Input
[   435.654] (II) modeset(0): 8 bits per channel
[   435.654] (II) modeset(0): Digital interface is DisplayPort
[   435.654] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   435.654] (II) modeset(0): Gamma: 2.20
[   435.654] (II) modeset(0): No DPMS capabilities specified
[   435.654] (II) modeset(0): Supported color encodings: RGB 4:4:4
[   435.654] (II) modeset(0): First detailed timing is preferred mode
[   435.654] (II) modeset(0): Preferred mode is native pixel format and 
refresh rate
[   435.654] (II) modeset(0): redX: 0.628 redY: 0.335 greenX: 0.315 
greenY: 0.605
[   435.654] (II) modeset(0): blueX: 0.152 blueY: 0.048 whiteX: 0.313 
whiteY: 0.329
[   435.654] (II) modeset(0): Manufacturer's mask: 0
[   435.654] (II) modeset(0): Supported detailed timing:
[   435.654] (II) modeset(0): clock: 141.0 MHz   Image Size:  309 x 174 mm
[   435.654] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 
1952 h_blank_end 2104 h_border: 0
[   435.654] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 
1097 v_blanking: 1116 v_border: 0
[   435.654] (II) modeset(0): Unknown vendor-specific block f
[   435.654] (II) modeset(0):  AUO
[   435.654] (II) modeset(0):  B140HAN03.2
[   435.654] (II) modeset(0): EDID (in hex):
[   435.654] (II) modeset(0): 00ffffffffffff0006af3d3200000000
[   435.654] (II) modeset(0): 101c0104a51f117802fc15a055509b27
[   435.654] (II) modeset(0): 0c505400000001010101010101010101
[   435.654] (II) modeset(0): 010101010101143780b8703824401010
[   435.654] (II) modeset(0): 3e0035ae100000180000000f00000000
[   435.654] (II) modeset(0): 00000000000000000020000000fe0041
[   435.654] (II) modeset(0): 554f0a202020202020202020000000fe
[   435.654] (II) modeset(0): 004231343048414e30332e32200a00bd
[   435.654] (II) modeset(0): Printing probed modes for output eDP-1
[   435.654] (II) modeset(0): Modeline "1920x1080"x60.0 141.00  1920 
1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   435.654] (II) modeset(0): Modeline "1920x1080"x120.0 356.38  1920 
2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   435.654] (II) modeset(0): Modeline "1920x1080"x119.9 266.50  1920 
1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   435.654] (II) modeset(0): Modeline "1920x1080"x60.0 173.00  1920 
2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   435.654] (II) modeset(0): Modeline "1920x1080"x59.9 138.50  1920 
1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   435.654] (II) modeset(0): Modeline "1680x1050"x60.0 146.25  1680 
1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   435.654] (II) modeset(0): Modeline "1680x1050"x59.9 119.00  1680 
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1600x1024"x60.2 103.12  1600 
1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1400x1050"x60.0 122.00  1400 
1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   435.654] (II) modeset(0): Modeline "1600x900"x120.0 246.00  1600 
1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   435.654] (II) modeset(0): Modeline "1600x900"x119.9 186.50  1600 
1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1600x900"x59.9 118.25  1600 1696 
1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1600x900"x59.8 97.50  1600 1648 
1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x1024"x60.0 108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1440x900"x59.9 106.50  1440 1520 
1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[   435.654] (II) modeset(0): Modeline "1400x900"x60.0 103.50  1400 1480 
1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1400x900"x59.9 86.50  1400 1448 
1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x960"x60.0 108.00  1280 1376 
1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1440x810"x120.0 198.12  1440 
1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1440x810"x119.9 151.88  1440 
1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   435.654] (II) modeset(0): Modeline "1368x768"x59.9 85.25  1368 1440 
1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   435.654] (II) modeset(0): Modeline "1368x768"x59.9 72.25  1368 1416 
1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   435.654] (II) modeset(0): Modeline "1360x768"x59.8 84.75  1360 1432 
1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1360x768"x60.0 72.00  1360 1408 
1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x800"x120.0 174.25  1280 
1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x800"x119.9 134.25  1280 
1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x800"x59.8 83.50  1280 1352 
1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x800"x59.9 71.00  1280 1328 
1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   435.654] (II) modeset(0): Modeline "1152x864"x60.0 81.62  1152 1216 
1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x720"x120.0 156.12  1280 
1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x720"x120.0 120.75  1280 
1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x720"x59.9 74.50  1280 1344 
1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   435.654] (II) modeset(0): Modeline "1280x720"x59.7 63.75  1280 1328 
1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   435.654] (II) modeset(0): Modeline "1024x768"x120.1 133.47  1024 
1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   435.654] (II) modeset(0): Modeline "1024x768"x60.0 65.00  1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   435.654] (II) modeset(0): Modeline "960x720"x120.0 117.00  960 1024 
1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   435.654] (II) modeset(0): Modeline "928x696"x120.1 109.15  928 976 
1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   435.654] (II) modeset(0): Modeline "896x672"x120.0 102.40  896 960 
1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   435.654] (II) modeset(0): Modeline "1024x576"x119.9 98.50  1024 1092 
1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   435.654] (II) modeset(0): Modeline "1024x576"x119.9 78.38  1024 1048 
1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   435.654] (II) modeset(0): Modeline "1024x576"x59.9 46.50  1024 1064 
1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   435.654] (II) modeset(0): Modeline "1024x576"x59.8 42.00  1024 1072 
1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   435.654] (II) modeset(0): Modeline "960x600"x119.9 96.62  960 1028 
1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   435.654] (II) modeset(0): Modeline "960x600"x120.0 77.00  960 984 
1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   435.654] (II) modeset(0): Modeline "960x540"x119.9 86.50  960 1024 
1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   435.654] (II) modeset(0): Modeline "960x540"x120.0 69.25  960 984 
1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   435.654] (II) modeset(0): Modeline "960x540"x59.6 40.75  960 992 
1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   435.654] (II) modeset(0): Modeline "960x540"x59.8 37.25  960 1008 
1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   435.654] (II) modeset(0): Modeline "800x600"x120.0 81.00  800 832 
928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   435.654] (II) modeset(0): Modeline "800x600"x60.3 40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   435.654] (II) modeset(0): Modeline "800x600"x56.2 36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   435.654] (II) modeset(0): Modeline "840x525"x120.0 73.12  840 892 
980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   435.654] (II) modeset(0): Modeline "840x525"x119.8 59.50  840 864 
880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   435.654] (II) modeset(0): Modeline "864x486"x59.9 32.50  864 888 968 
1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   435.654] (II) modeset(0): Modeline "864x486"x59.6 30.50  864 912 944 
1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   435.654] (II) modeset(0): Modeline "800x512"x120.3 51.56  800 800 
828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[   435.654] (II) modeset(0): Modeline "700x525"x120.0 61.00  700 744 
820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   435.654] (II) modeset(0): Modeline "800x450"x119.9 59.12  800 848 
928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   435.654] (II) modeset(0): Modeline "800x450"x119.6 48.75  800 824 
840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   435.654] (II) modeset(0): Modeline "640x512"x120.0 54.00  640 664 
720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   435.654] (II) modeset(0): Modeline "720x450"x119.8 53.25  720 760 
836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[   435.654] (II) modeset(0): Modeline "700x450"x119.9 51.75  700 740 
812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   435.654] (II) modeset(0): Modeline "700x450"x119.8 43.25  700 724 
740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   435.654] (II) modeset(0): Modeline "640x480"x120.0 54.00  640 688 
744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   435.654] (II) modeset(0): Modeline "640x480"x59.9 25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   435.654] (II) modeset(0): Modeline "720x405"x59.5 22.50  720 744 808 
896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   435.654] (II) modeset(0): Modeline "720x405"x59.0 21.75  720 768 800 
880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   435.654] (II) modeset(0): Modeline "684x384"x119.8 42.62  684 720 
788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   435.655] (II) modeset(0): Modeline "684x384"x119.7 36.12  684 708 
724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   435.655] (II) modeset(0): Modeline "680x384"x119.6 42.38  680 716 
784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[   435.655] (II) modeset(0): Modeline "680x384"x119.9 36.00  680 704 
720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[   435.655] (II) modeset(0): Modeline "640x400"x119.8 41.75  640 676 
740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   435.655] (II) modeset(0): Modeline "640x400"x120.0 35.50  640 664 
680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   435.655] (II) modeset(0): Modeline "576x432"x120.1 40.81  576 608 
668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[   435.655] (II) modeset(0): Modeline "640x360"x119.7 37.25  640 672 
736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   435.655] (II) modeset(0): Modeline "640x360"x119.7 31.88  640 664 
680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   435.655] (II) modeset(0): Modeline "640x360"x59.8 18.00  640 664 720 
800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   435.655] (II) modeset(0): Modeline "640x360"x59.3 17.75  640 688 720 
800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   435.655] (II) modeset(0): Modeline "512x384"x120.0 32.50  512 524 
592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   435.655] (II) modeset(0): Modeline "512x288"x120.0 23.25  512 532 
580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   435.655] (II) modeset(0): Modeline "512x288"x119.8 21.00  512 536 
552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   435.655] (II) modeset(0): Modeline "480x270"x119.3 20.38  480 496 
544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   435.655] (II) modeset(0): Modeline "480x270"x119.6 18.62  480 504 
520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   435.655] (II) modeset(0): Modeline "400x300"x120.6 20.00  400 420 
484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   435.655] (II) modeset(0): Modeline "400x300"x112.7 18.00  400 412 
448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   435.655] (II) modeset(0): Modeline "432x243"x119.8 16.25  432 444 
484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   435.655] (II) modeset(0): Modeline "432x243"x119.1 15.25  432 456 
472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   435.655] (II) modeset(0): Modeline "320x240"x120.1 12.59  320 328 
376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   435.655] (II) modeset(0): Modeline "360x202"x119.0 11.25  360 372 
404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   435.655] (II) modeset(0): Modeline "360x202"x118.3 10.88  360 384 
400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   435.655] (II) modeset(0): Modeline "320x180"x119.7 9.00  320 332 360 
400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   435.655] (II) modeset(0): Modeline "320x180"x118.6 8.88  320 344 360 
400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   435.663] (II) modeset(0): EDID for output HDMI-1
[   435.663] (II) modeset(0): Output eDP-1 connected
[   435.663] (II) modeset(0): Output HDMI-1 disconnected
[   435.663] (II) modeset(0): Using exact sizes for initial modes
[   435.663] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   435.663] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   435.663] (==) modeset(0): DPI set to (96, 96)
[   435.663] (II) Loading sub module "fb"
[   435.663] (II) LoadModule: "fb"
[   435.663] (II) Loading /usr/lib/xorg/modules/libfb.so
[   435.663] (II) Module fb: vendor="X.Org Foundation"
[   435.663]     compiled for 1.20.7, module version = 1.0.0
[   435.663]     ABI class: X.Org ANSI C Emulation, version 0.4
[   435.663] (II) UnloadModule: "fbdev"
[   435.663] (II) Unloading fbdev
[   435.663] (II) UnloadSubModule: "fbdevhw"
[   435.663] (II) Unloading fbdevhw
[   435.663] (II) UnloadModule: "vesa"
[   435.663] (II) Unloading vesa
[   435.668] (==) modeset(0): Backing store enabled
[   435.668] (==) modeset(0): Silken mouse enabled
[   435.721] (II) modeset(0): Initializing kms color map for depth 24, 8 
bpc.
[   435.721] (==) modeset(0): DPMS enabled
[   435.721] (II) modeset(0): [DRI2] Setup complete
[   435.721] (II) modeset(0): [DRI2]   DRI driver: i965
[   435.721] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   435.721] (II) Initializing extension Generic Event Extension
[   435.721] (II) Initializing extension SHAPE
[   435.721] (II) Initializing extension MIT-SHM
[   435.721] (II) Initializing extension XInputExtension
[   435.721] (II) Initializing extension XTEST
[   435.721] (II) Initializing extension BIG-REQUESTS
[   435.721] (II) Initializing extension SYNC
[   435.721] (II) Initializing extension XKEYBOARD
[   435.722] (II) Initializing extension XC-MISC
[   435.722] (II) Initializing extension SECURITY
[   435.722] (II) Initializing extension XFIXES
[   435.722] (II) Initializing extension RENDER
[   435.722] (II) Initializing extension RANDR
[   435.722] (II) Initializing extension COMPOSITE
[   435.722] (II) Initializing extension DAMAGE
[   435.722] (II) Initializing extension MIT-SCREEN-SAVER
[   435.722] (II) Initializing extension DOUBLE-BUFFER
[   435.722] (II) Initializing extension RECORD
[   435.723] (II) Initializing extension DPMS
[   435.723] (II) Initializing extension Present
[   435.723] (II) Initializing extension DRI3
[   435.723] (II) Initializing extension X-Resource
[   435.723] (II) Initializing extension XVideo
[   435.723] (II) Initializing extension XVideo-MotionCompensation
[   435.723] (II) Initializing extension SELinux
[   435.723] (II) SELinux: Disabled on system
[   435.723] (II) Initializing extension GLX
[   435.728] (II) AIGLX: Loaded and initialized i965
[   435.728] (II) GLX: Initialized DRI2 GL provider for screen 0
[   435.728] (II) Initializing extension XFree86-VidModeExtension
[   435.729] (II) Initializing extension XFree86-DGA
[   435.729] (II) Initializing extension XFree86-DRI
[   435.729] (II) Initializing extension DRI2
[   435.731] (II) modeset(0): Damage tracking initialized
[   435.731] (II) modeset(0): Setting screen physical size to 508 x 285
[   435.765] (II) config/udev: Adding input device Power Button 
(/dev/input/event3)
[   435.765] (**) Power Button: Applying InputClass "libinput keyboard 
catchall"
[   435.765] (II) LoadModule: "libinput"
[   435.765] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   435.766] (II) Module libinput: vendor="X.Org Foundation"
[   435.766]     compiled for 1.20.4, module version = 0.29.0
[   435.766]     Module class: X.Org XInput Driver
[   435.766]     ABI class: X.Org XInput driver, version 24.1
[   435.766] (II) Using input driver 'libinput' for 'Power Button'
[   435.766] (**) Power Button: always reports core events
[   435.766] (**) Option "Device" "/dev/input/event3"
[   435.766] (**) Option "_source" "server/udev"
[   435.768] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   435.768] (II) event3  - Power Button: device is a keyboard
[   435.768] (II) event3  - Power Button: device removed
[   435.790] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   435.790] (II) XINPUT: Adding extended input device "Power Button" 
(type: KEYBOARD, id 6)
[   435.790] (**) Option "xkb_model" "pc105"
[   435.790] (**) Option "xkb_layout" "fr"
[   435.790] (**) Option "xkb_variant" "latin9"
[   435.811] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   435.811] (II) event3  - Power Button: device is a keyboard
[   435.812] (II) config/udev: Adding input device Video Bus 
(/dev/input/event4)
[   435.812] (**) Video Bus: Applying InputClass "libinput keyboard 
catchall"
[   435.812] (II) Using input driver 'libinput' for 'Video Bus'
[   435.812] (**) Video Bus: always reports core events
[   435.812] (**) Option "Device" "/dev/input/event4"
[   435.812] (**) Option "_source" "server/udev"
[   435.813] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   435.813] (II) event4  - Video Bus: device is a keyboard
[   435.813] (II) event4  - Video Bus: device removed
[   435.846] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[   435.846] (II) XINPUT: Adding extended input device "Video Bus" 
(type: KEYBOARD, id 7)
[   435.846] (**) Option "xkb_model" "pc105"
[   435.846] (**) Option "xkb_layout" "fr"
[   435.846] (**) Option "xkb_variant" "latin9"
[   435.848] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   435.848] (II) event4  - Video Bus: device is a keyboard
[   435.850] (II) config/udev: Adding input device Lid Switch 
(/dev/input/event1)
[   435.850] (II) No input driver specified, ignoring this device.
[   435.850] (II) This device may have been added with another device file.
[   435.851] (II) config/udev: Adding input device Video Bus 
(/dev/input/event5)
[   435.851] (**) Video Bus: Applying InputClass "libinput keyboard 
catchall"
[   435.851] (II) Using input driver 'libinput' for 'Video Bus'
[   435.851] (**) Video Bus: always reports core events
[   435.851] (**) Option "Device" "/dev/input/event5"
[   435.851] (**) Option "_source" "server/udev"
[   435.853] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   435.853] (II) event5  - Video Bus: device is a keyboard
[   435.853] (II) event5  - Video Bus: device removed
[   435.886] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input5/event5"
[   435.886] (II) XINPUT: Adding extended input device "Video Bus" 
(type: KEYBOARD, id 8)
[   435.886] (**) Option "xkb_model" "pc105"
[   435.886] (**) Option "xkb_layout" "fr"
[   435.886] (**) Option "xkb_variant" "latin9"
[   435.888] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   435.889] (II) event5  - Video Bus: device is a keyboard
[   435.889] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[   435.890] (**) Power Button: Applying InputClass "libinput keyboard 
catchall"
[   435.890] (II) Using input driver 'libinput' for 'Power Button'
[   435.890] (**) Power Button: always reports core events
[   435.890] (**) Option "Device" "/dev/input/event2"
[   435.890] (**) Option "_source" "server/udev"
[   435.891] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   435.891] (II) event2  - Power Button: device is a keyboard
[   435.891] (II) event2  - Power Button: device removed
[   435.910] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   435.910] (II) XINPUT: Adding extended input device "Power Button" 
(type: KEYBOARD, id 9)
[   435.910] (**) Option "xkb_model" "pc105"
[   435.910] (**) Option "xkb_layout" "fr"
[   435.910] (**) Option "xkb_variant" "latin9"
[   435.912] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   435.912] (II) event2  - Power Button: device is a keyboard
[   435.914] (II) config/udev: Adding input device PixArt USB Optical 
Mouse (/dev/input/event13)
[   435.914] (**) PixArt USB Optical Mouse: Applying InputClass 
"libinput pointer catchall"
[   435.914] (II) Using input driver 'libinput' for 'PixArt USB Optical 
Mouse'
[   435.914] (**) PixArt USB Optical Mouse: always reports core events
[   435.914] (**) Option "Device" "/dev/input/event13"
[   435.914] (**) Option "_source" "server/udev"
[   435.916] (II) event13 - PixArt USB Optical Mouse: is tagged by udev 
as: Mouse
[   435.916] (II) event13 - PixArt USB Optical Mouse: device set to 1000 DPI
[   435.917] (II) event13 - PixArt USB Optical Mouse: device is a pointer
[   435.917] (II) event13 - PixArt USB Optical Mouse: device removed
[   435.958] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:093A:2510.0002/input/input16/event13"
[   435.958] (II) XINPUT: Adding extended input device "PixArt USB 
Optical Mouse" (type: MOUSE, id 10)
[   435.959] (**) Option "AccelerationScheme" "none"
[   435.959] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[   435.959] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 
2.000
[   435.959] (**) PixArt USB Optical Mouse: (accel) acceleration 
threshold: 4
[   435.961] (II) event13 - PixArt USB Optical Mouse: is tagged by udev 
as: Mouse
[   435.961] (II) event13 - PixArt USB Optical Mouse: device set to 1000 DPI
[   435.961] (II) event13 - PixArt USB Optical Mouse: device is a pointer
[   435.963] (II) config/udev: Adding input device PixArt USB Optical 
Mouse (/dev/input/mouse2)
[   435.963] (II) No input driver specified, ignoring this device.
[   435.963] (II) This device may have been added with another device file.
[   435.964] (II) config/udev: Adding input device USB2.0 HD IR UVC 
WebCam: USB2.0 (/dev/input/event11)
[   435.964] (**) USB2.0 HD IR UVC WebCam: USB2.0: Applying InputClass 
"libinput keyboard catchall"
[   435.964] (II) Using input driver 'libinput' for 'USB2.0 HD IR UVC 
WebCam: USB2.0'
[   435.964] (**) USB2.0 HD IR UVC WebCam: USB2.0: always reports core 
events
[   435.964] (**) Option "Device" "/dev/input/event11"
[   435.964] (**) Option "_source" "server/udev"
[   435.966] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   435.966] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   435.966] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   436.014] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input14/event11"
[   436.014] (II) XINPUT: Adding extended input device "USB2.0 HD IR UVC 
WebCam: USB2.0" (type: KEYBOARD, id 11)
[   436.014] (**) Option "xkb_model" "pc105"
[   436.014] (**) Option "xkb_layout" "fr"
[   436.014] (**) Option "xkb_variant" "latin9"
[   436.017] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   436.017] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   436.018] (II) config/udev: Adding input device USB2.0 HD IR UVC 
WebCam: USB2.0 (/dev/input/event12)
[   436.018] (**) USB2.0 HD IR UVC WebCam: USB2.0: Applying InputClass 
"libinput keyboard catchall"
[   436.018] (II) Using input driver 'libinput' for 'USB2.0 HD IR UVC 
WebCam: USB2.0'
[   436.018] (**) USB2.0 HD IR UVC WebCam: USB2.0: always reports core 
events
[   436.018] (**) Option "Device" "/dev/input/event12"
[   436.018] (**) Option "_source" "server/udev"
[   436.020] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   436.020] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   436.020] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   436.054] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input15/event12"
[   436.054] (II) XINPUT: Adding extended input device "USB2.0 HD IR UVC 
WebCam: USB2.0" (type: KEYBOARD, id 12)
[   436.054] (**) Option "xkb_model" "pc105"
[   436.054] (**) Option "xkb_layout" "fr"
[   436.054] (**) Option "xkb_variant" "latin9"
[   436.057] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   436.057] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   436.058] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Mouse (/dev/input/event8)
[   436.058] (**) ELAN1401:00 04F3:30DC Mouse: Applying InputClass 
"libinput pointer catchall"
[   436.058] (II) Using input driver 'libinput' for 'ELAN1401:00 
04F3:30DC Mouse'
[   436.058] (**) ELAN1401:00 04F3:30DC Mouse: always reports core events
[   436.058] (**) Option "Device" "/dev/input/event8"
[   436.058] (**) Option "_source" "server/udev"
[   436.060] (II) event8  - ELAN1401:00 04F3:30DC Mouse: is tagged by 
udev as: Mouse
[   436.061] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device is a pointer
[   436.061] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device removed
[   436.094] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1401:00/0018:04F3:30DC.0001/input/input11/event8"
[   436.094] (II) XINPUT: Adding extended input device "ELAN1401:00 
04F3:30DC Mouse" (type: MOUSE, id 13)
[   436.094] (**) Option "AccelerationScheme" "none"
[   436.094] (**) ELAN1401:00 04F3:30DC Mouse: (accel) selected scheme 
none/0
[   436.094] (**) ELAN1401:00 04F3:30DC Mouse: (accel) acceleration 
factor: 2.000
[   436.094] (**) ELAN1401:00 04F3:30DC Mouse: (accel) acceleration 
threshold: 4
[   436.097] (II) event8  - ELAN1401:00 04F3:30DC Mouse: is tagged by 
udev as: Mouse
[   436.097] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device is a pointer
[   436.098] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Mouse (/dev/input/mouse0)
[   436.098] (II) No input driver specified, ignoring this device.
[   436.098] (II) This device may have been added with another device file.
[   436.099] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Touchpad (/dev/input/event9)
[   436.099] (**) ELAN1401:00 04F3:30DC Touchpad: Applying InputClass 
"libinput touchpad catchall"
[   436.099] (**) ELAN1401:00 04F3:30DC Touchpad: Applying InputClass 
"touchpad catchall"
[   436.099] (**) ELAN1401:00 04F3:30DC Touchpad: Applying InputClass 
"Default clickpad buttons"
[   436.099] (II) LoadModule: "synaptics"
[   436.099] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   436.100] (II) Module synaptics: vendor="X.Org Foundation"
[   436.100]     compiled for 1.20.1, module version = 1.9.1
[   436.100]     Module class: X.Org XInput Driver
[   436.100]     ABI class: X.Org XInput driver, version 24.1
[   436.100] (II) Using input driver 'synaptics' for 'ELAN1401:00 
04F3:30DC Touchpad'
[   436.100] (**) ELAN1401:00 04F3:30DC Touchpad: always reports core events
[   436.100] (**) Option "Device" "/dev/input/event9"
[   436.138] (II) synaptics: ELAN1401:00 04F3:30DC Touchpad: found 
clickpad property
[   436.138] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: x-axis 
range 0 - 3192 (res 31)
[   436.138] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: y-axis 
range 0 - 1683 (res 31)
[   436.138] (II) synaptics: ELAN1401:00 04F3:30DC Touchpad: device does 
not report pressure, will use touch data.
[   436.138] (II) synaptics: ELAN1401:00 04F3:30DC Touchpad: device does 
not report finger width.
[   436.138] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: buttons: 
left double triple
[   436.138] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: Vendor 
0x4f3 Product 0x30dc
[   436.138] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: invalid 
pressure range.  defaulting to 0 - 255
[   436.138] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: invalid 
finger width range.  defaulting to 0 - 15
[   436.139] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   436.139] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: touchpad found
[   436.139] (**) ELAN1401:00 04F3:30DC Touchpad: always reports core events
[   436.174] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1401:00/0018:04F3:30DC.0001/input/input12/event9"
[   436.174] (II) XINPUT: Adding extended input device "ELAN1401:00 
04F3:30DC Touchpad" (type: TOUCHPAD, id 14)
[   436.174] (**) synaptics: ELAN1401:00 04F3:30DC Touchpad: (accel) 
MinSpeed is now constant deceleration 2.5
[   436.174] (**) synaptics: ELAN1401:00 04F3:30DC Touchpad: (accel) 
MaxSpeed is now 1.75
[   436.174] (**) synaptics: ELAN1401:00 04F3:30DC Touchpad: (accel) 
AccelFactor is now 0.055
[   436.175] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) keeping 
acceleration scheme 1
[   436.175] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) acceleration 
profile 1
[   436.175] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) acceleration 
factor: 2.000
[   436.175] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) acceleration 
threshold: 4
[   436.175] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: touchpad found
[   436.176] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Touchpad (/dev/input/mouse1)
[   436.176] (**) ELAN1401:00 04F3:30DC Touchpad: Ignoring device from 
InputClass "touchpad ignore duplicates"
[   436.177] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Keyboard (/dev/input/event10)
[   436.177] (**) ELAN1401:00 04F3:30DC Keyboard: Applying InputClass 
"libinput keyboard catchall"
[   436.177] (II) Using input driver 'libinput' for 'ELAN1401:00 
04F3:30DC Keyboard'
[   436.177] (**) ELAN1401:00 04F3:30DC Keyboard: always reports core events
[   436.177] (**) Option "Device" "/dev/input/event10"
[   436.177] (**) Option "_source" "server/udev"
[   436.179] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: is tagged by 
udev as: Keyboard
[   436.179] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device is a 
keyboard
[   436.179] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device removed
[   436.206] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1401:00/0018:04F3:30DC.0001/input/input13/event10"
[   436.206] (II) XINPUT: Adding extended input device "ELAN1401:00 
04F3:30DC Keyboard" (type: KEYBOARD, id 15)
[   436.206] (**) Option "xkb_model" "pc105"
[   436.206] (**) Option "xkb_layout" "fr"
[   436.206] (**) Option "xkb_variant" "latin9"
[   436.209] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: is tagged by 
udev as: Keyboard
[   436.209] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device is a 
keyboard
[   436.210] (II) config/udev: Adding input device HDA Intel PCH Headset 
Mic (/dev/input/event14)
[   436.210] (II) No input driver specified, ignoring this device.
[   436.210] (II) This device may have been added with another device file.
[   436.211] (II) config/udev: Adding input device HDA Intel PCH 
Headphone (/dev/input/event15)
[   436.211] (II) No input driver specified, ignoring this device.
[   436.211] (II) This device may have been added with another device file.
[   436.211] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=3 (/dev/input/event16)
[   436.211] (II) No input driver specified, ignoring this device.
[   436.211] (II) This device may have been added with another device file.
[   436.212] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=7 (/dev/input/event17)
[   436.212] (II) No input driver specified, ignoring this device.
[   436.212] (II) This device may have been added with another device file.
[   436.212] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=8 (/dev/input/event18)
[   436.212] (II) No input driver specified, ignoring this device.
[   436.212] (II) This device may have been added with another device file.
[   436.213] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=9 (/dev/input/event19)
[   436.213] (II) No input driver specified, ignoring this device.
[   436.213] (II) This device may have been added with another device file.
[   436.214] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=10 (/dev/input/event20)
[   436.214] (II) No input driver specified, ignoring this device.
[   436.214] (II) This device may have been added with another device file.
[   436.214] (II) config/udev: Adding input device Asus WMI hotkeys 
(/dev/input/event7)
[   436.214] (**) Asus WMI hotkeys: Applying InputClass "libinput 
keyboard catchall"
[   436.214] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   436.214] (**) Asus WMI hotkeys: always reports core events
[   436.214] (**) Option "Device" "/dev/input/event7"
[   436.214] (**) Option "_source" "server/udev"
[   436.216] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   436.216] (II) event7  - Asus WMI hotkeys: device is a keyboard
[   436.216] (II) event7  - Asus WMI hotkeys: device removed
[   436.258] (**) Option "config_info" 
"udev:/sys/devices/platform/asus-nb-wmi/input/input10/event7"
[   436.258] (II) XINPUT: Adding extended input device "Asus WMI 
hotkeys" (type: KEYBOARD, id 16)
[   436.258] (**) Option "xkb_model" "pc105"
[   436.258] (**) Option "xkb_layout" "fr"
[   436.258] (**) Option "xkb_variant" "latin9"
[   436.260] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   436.260] (II) event7  - Asus WMI hotkeys: device is a keyboard
[   436.261] (II) config/udev: Adding input device AT Translated Set 2 
keyboard (/dev/input/event0)
[   436.261] (**) AT Translated Set 2 keyboard: Applying InputClass 
"libinput keyboard catchall"
[   436.261] (II) Using input driver 'libinput' for 'AT Translated Set 2 
keyboard'
[   436.261] (**) AT Translated Set 2 keyboard: always reports core events
[   436.261] (**) Option "Device" "/dev/input/event0"
[   436.261] (**) Option "_source" "server/udev"
[   436.263] (II) event0  - AT Translated Set 2 keyboard: is tagged by 
udev as: Keyboard
[   436.263] (II) event0  - AT Translated Set 2 keyboard: device is a 
keyboard
[   436.264] (II) event0  - AT Translated Set 2 keyboard: device removed
[   436.282] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   436.282] (II) XINPUT: Adding extended input device "AT Translated 
Set 2 keyboard" (type: KEYBOARD, id 17)
[   436.282] (**) Option "xkb_model" "pc105"
[   436.282] (**) Option "xkb_layout" "fr"
[   436.282] (**) Option "xkb_variant" "latin9"
[   436.284] (II) event0  - AT Translated Set 2 keyboard: is tagged by 
udev as: Keyboard
[   436.284] (II) event0  - AT Translated Set 2 keyboard: device is a 
keyboard
[   436.287] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event6)
[   436.287] (II) No input driver specified, ignoring this device.
[   436.287] (II) This device may have been added with another device file.
[   436.354] (EE) Failed to open authorization file 
"/var/run/sddm/{3f87eb52-8743-478e-ab75-6f2dd104865d}": No such file or 
directory
[   439.795] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   439.795] (II) modeset(0): Printing DDC gathered Modelines:
[   439.795] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   440.085] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   440.085] (II) modeset(0): Printing DDC gathered Modelines:
[   440.085] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   661.457] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   661.457] (II) modeset(0): Printing DDC gathered Modelines:
[   661.457] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   875.539] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   875.539] (II) modeset(0): Printing DDC gathered Modelines:
[   875.539] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   875.558] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   875.558] (II) modeset(0): Printing DDC gathered Modelines:
[   875.558] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   885.045] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   885.045] (II) modeset(0): Printing DDC gathered Modelines:
[   885.045] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^

<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[   359.740] (--) Log file renamed from "/var/log/Xorg.pid-2030.log" to 
"/var/log/Xorg.0.log"
[   359.740]
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   359.740] Build Operating System: Linux 4.19.0-8-amd64 x86_64 Debian
[   359.740] Current Operating System: Linux aldur 5.4.0-4-amd64 #1 SMP 
Debian 5.4.19-1 (2020-02-13) x86_64
[   359.740] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-4-amd64 
root=UUID=b9cbe1a9-3263-44d2-ada6-973c29aa0895 ro quiet
[   359.740] Build Date: 29 February 2020  05:05:06AM
[   359.740] xorg-server 2:1.20.7-4 (https://www.debian.org/support)
[   359.740] Current version of pixman: 0.36.0
[   359.740]     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest version.
[   359.740] Markers: (--) probed, (**) from config file, (==) default 
setting,
     (++) from command line, (!!) notice, (II) informational,
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   359.740] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar  8 
15:59:11 2020
[   359.740] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   359.740] (==) No Layout section.  Using the first Screen section.
[   359.741] (==) No screen section available. Using defaults.
[   359.741] (**) |-->Screen "Default Screen Section" (0)
[   359.741] (**) |   |-->Monitor "<default monitor>"
[   359.741] (==) No monitor specified for screen "Default Screen Section".
     Using a default monitor configuration.
[   359.741] (==) Automatically adding devices
[   359.741] (==) Automatically enabling devices
[   359.741] (==) Automatically adding GPU devices
[   359.741] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   359.741] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
[   359.741]     Entry deleted from font path.
[   359.741] (==) FontPath set to:
     /usr/share/fonts/X11/misc,
     /usr/share/fonts/X11/100dpi/:unscaled,
     /usr/share/fonts/X11/75dpi/:unscaled,
     /usr/share/fonts/X11/Type1,
     /usr/share/fonts/X11/100dpi,
     /usr/share/fonts/X11/75dpi,
     built-ins
[   359.741] (==) ModulePath set to "/usr/lib/xorg/modules"
[   359.741] (II) The server relies on udev to provide the list of input 
devices.
     If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[   359.741] (II) Loader magic: 0x55be2a1a9e40
[   359.741] (II) Module ABI versions:
[   359.741]     X.Org ANSI C Emulation: 0.4
[   359.741]     X.Org Video Driver: 24.1
[   359.741]     X.Org XInput driver : 24.1
[   359.741]     X.Org Server Extension : 10.0
[   359.741] (++) using VT number 7

[   359.741] (II) systemd-logind: logind integration requires -keeptty 
and -keeptty was not provided, disabling logind integration
[   359.742] (II) xfree86: Adding drm device (/dev/dri/card0)
[   359.752] (--) PCI:*(0 at 0:2:0) 8086:3ea0:1043:1b2e rev 2, Mem @ 
0xb2000000/16777216, 0x90000000/268435456, I/O @ 0x00004000/64, BIOS @ 
0x????????/131072
[   359.752] (--) PCI: (2 at 0:0:0) 10de:1d12:1043:1b2e rev 161, Mem @ 
0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 
0x00003000/128, BIOS @ 0x????????/524288
[   359.752] (II) LoadModule: "glx"
[   359.753] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   359.753] (II) Module glx: vendor="X.Org Foundation"
[   359.753]     compiled for 1.20.7, module version = 1.0.0
[   359.753]     ABI class: X.Org Server Extension, version 10.0
[   359.753] (==) Matched modesetting as autoconfigured driver 0
[   359.753] (==) Matched fbdev as autoconfigured driver 1
[   359.753] (==) Matched vesa as autoconfigured driver 2
[   359.753] (==) Assigned the driver to the xf86ConfigLayout
[   359.753] (II) LoadModule: "modesetting"
[   359.753] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   359.753] (II) Module modesetting: vendor="X.Org Foundation"
[   359.753]     compiled for 1.20.7, module version = 1.20.7
[   359.753]     Module class: X.Org Video Driver
[   359.753]     ABI class: X.Org Video Driver, version 24.1
[   359.753] (II) LoadModule: "fbdev"
[   359.753] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   359.753] (II) Module fbdev: vendor="X.Org Foundation"
[   359.753]     compiled for 1.20.0, module version = 0.5.0
[   359.753]     Module class: X.Org Video Driver
[   359.753]     ABI class: X.Org Video Driver, version 24.0
[   359.753] (II) LoadModule: "vesa"
[   359.753] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   359.753] (II) Module vesa: vendor="X.Org Foundation"
[   359.753]     compiled for 1.20.4, module version = 2.4.0
[   359.753]     Module class: X.Org Video Driver
[   359.753]     ABI class: X.Org Video Driver, version 24.0
[   359.753] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   359.753] (II) FBDEV: driver for framebuffer: fbdev
[   359.753] (II) VESA: driver for VESA chipsets: vesa
[   359.784] (II) modeset(0): using drv /dev/dri/card0
[   359.785] (WW) Falling back to old probe method for fbdev
[   359.785] (II) Loading sub module "fbdevhw"
[   359.785] (II) LoadModule: "fbdevhw"
[   359.785] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   359.785] (II) Module fbdevhw: vendor="X.Org Foundation"
[   359.785]     compiled for 1.20.7, module version = 0.0.2
[   359.785]     ABI class: X.Org Video Driver, version 24.1
[   359.785] (II) modeset(0): Creating default Display subsection in 
Screen section
     "Default Screen Section" for depth/fbbpp 24/32
[   359.785] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   359.785] (==) modeset(0): RGB weight 888
[   359.785] (==) modeset(0): Default visual is TrueColor
[   359.785] (II) Loading sub module "glamoregl"
[   359.785] (II) LoadModule: "glamoregl"
[   359.785] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   359.787] (II) Module glamoregl: vendor="X.Org Foundation"
[   359.787]     compiled for 1.20.7, module version = 1.0.1
[   359.787]     ABI class: X.Org ANSI C Emulation, version 0.4
[   359.805] (II) modeset(0): glamor X acceleration enabled on Mesa DRI 
Intel(R) UHD Graphics (Whiskey Lake 3x8 GT2)
[   359.805] (II) modeset(0): glamor initialized
[   359.806] (II) modeset(0): Output eDP-1 has no monitor section
[   359.815] (II) modeset(0): Output HDMI-1 has no monitor section
[   359.816] (II) modeset(0): EDID for output eDP-1
[   359.816] (II) modeset(0): Manufacturer: AUO  Model: 323d  Serial#: 0
[   359.816] (II) modeset(0): Year: 2018  Week: 16
[   359.816] (II) modeset(0): EDID Version: 1.4
[   359.816] (II) modeset(0): Digital Display Input
[   359.816] (II) modeset(0): 8 bits per channel
[   359.816] (II) modeset(0): Digital interface is DisplayPort
[   359.816] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   359.816] (II) modeset(0): Gamma: 2.20
[   359.816] (II) modeset(0): No DPMS capabilities specified
[   359.816] (II) modeset(0): Supported color encodings: RGB 4:4:4
[   359.817] (II) modeset(0): First detailed timing is preferred mode
[   359.817] (II) modeset(0): Preferred mode is native pixel format and 
refresh rate
[   359.817] (II) modeset(0): redX: 0.628 redY: 0.335 greenX: 0.315 
greenY: 0.605
[   359.817] (II) modeset(0): blueX: 0.152 blueY: 0.048 whiteX: 0.313 
whiteY: 0.329
[   359.817] (II) modeset(0): Manufacturer's mask: 0
[   359.817] (II) modeset(0): Supported detailed timing:
[   359.817] (II) modeset(0): clock: 141.0 MHz   Image Size:  309 x 174 mm
[   359.817] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 
1952 h_blank_end 2104 h_border: 0
[   359.817] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 
1097 v_blanking: 1116 v_border: 0
[   359.817] (II) modeset(0): Unknown vendor-specific block f
[   359.817] (II) modeset(0):  AUO
[   359.817] (II) modeset(0):  B140HAN03.2
[   359.817] (II) modeset(0): EDID (in hex):
[   359.817] (II) modeset(0): 00ffffffffffff0006af3d3200000000
[   359.817] (II) modeset(0): 101c0104a51f117802fc15a055509b27
[   359.817] (II) modeset(0): 0c505400000001010101010101010101
[   359.817] (II) modeset(0): 010101010101143780b8703824401010
[   359.817] (II) modeset(0): 3e0035ae100000180000000f00000000
[   359.817] (II) modeset(0): 00000000000000000020000000fe0041
[   359.817] (II) modeset(0): 554f0a202020202020202020000000fe
[   359.817] (II) modeset(0): 004231343048414e30332e32200a00bd
[   359.817] (II) modeset(0): Printing probed modes for output eDP-1
[   359.817] (II) modeset(0): Modeline "1920x1080"x60.0 141.00  1920 
1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   359.817] (II) modeset(0): Modeline "1920x1080"x120.0 356.38  1920 
2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   359.817] (II) modeset(0): Modeline "1920x1080"x119.9 266.50  1920 
1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   359.817] (II) modeset(0): Modeline "1920x1080"x60.0 173.00  1920 
2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   359.817] (II) modeset(0): Modeline "1920x1080"x59.9 138.50  1920 
1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   359.817] (II) modeset(0): Modeline "1680x1050"x60.0 146.25  1680 
1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   359.817] (II) modeset(0): Modeline "1680x1050"x59.9 119.00  1680 
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1600x1024"x60.2 103.12  1600 
1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1400x1050"x60.0 122.00  1400 
1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   359.817] (II) modeset(0): Modeline "1600x900"x120.0 246.00  1600 
1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   359.817] (II) modeset(0): Modeline "1600x900"x119.9 186.50  1600 
1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1600x900"x59.9 118.25  1600 1696 
1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1600x900"x59.8 97.50  1600 1648 
1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x1024"x60.0 108.00  1280 
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1440x900"x59.9 106.50  1440 1520 
1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[   359.817] (II) modeset(0): Modeline "1400x900"x60.0 103.50  1400 1480 
1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1400x900"x59.9 86.50  1400 1448 
1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x960"x60.0 108.00  1280 1376 
1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1440x810"x120.0 198.12  1440 
1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1440x810"x119.9 151.88  1440 
1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   359.817] (II) modeset(0): Modeline "1368x768"x59.9 85.25  1368 1440 
1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   359.817] (II) modeset(0): Modeline "1368x768"x59.9 72.25  1368 1416 
1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   359.817] (II) modeset(0): Modeline "1360x768"x59.8 84.75  1360 1432 
1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1360x768"x60.0 72.00  1360 1408 
1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x800"x120.0 174.25  1280 
1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x800"x119.9 134.25  1280 
1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x800"x59.8 83.50  1280 1352 
1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x800"x59.9 71.00  1280 1328 
1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   359.817] (II) modeset(0): Modeline "1152x864"x60.0 81.62  1152 1216 
1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x720"x120.0 156.12  1280 
1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x720"x120.0 120.75  1280 
1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x720"x59.9 74.50  1280 1344 
1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   359.817] (II) modeset(0): Modeline "1280x720"x59.7 63.75  1280 1328 
1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   359.817] (II) modeset(0): Modeline "1024x768"x120.1 133.47  1024 
1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   359.817] (II) modeset(0): Modeline "1024x768"x60.0 65.00  1024 1048 
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   359.817] (II) modeset(0): Modeline "960x720"x120.0 117.00  960 1024 
1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   359.817] (II) modeset(0): Modeline "928x696"x120.1 109.15  928 976 
1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   359.817] (II) modeset(0): Modeline "896x672"x120.0 102.40  896 960 
1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   359.817] (II) modeset(0): Modeline "1024x576"x119.9 98.50  1024 1092 
1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   359.817] (II) modeset(0): Modeline "1024x576"x119.9 78.38  1024 1048 
1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   359.817] (II) modeset(0): Modeline "1024x576"x59.9 46.50  1024 1064 
1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   359.817] (II) modeset(0): Modeline "1024x576"x59.8 42.00  1024 1072 
1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   359.817] (II) modeset(0): Modeline "960x600"x119.9 96.62  960 1028 
1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   359.817] (II) modeset(0): Modeline "960x600"x120.0 77.00  960 984 
1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   359.817] (II) modeset(0): Modeline "960x540"x119.9 86.50  960 1024 
1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   359.817] (II) modeset(0): Modeline "960x540"x120.0 69.25  960 984 
1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   359.817] (II) modeset(0): Modeline "960x540"x59.6 40.75  960 992 
1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   359.817] (II) modeset(0): Modeline "960x540"x59.8 37.25  960 1008 
1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   359.817] (II) modeset(0): Modeline "800x600"x120.0 81.00  800 832 
928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   359.817] (II) modeset(0): Modeline "800x600"x60.3 40.00  800 840 968 
1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   359.817] (II) modeset(0): Modeline "800x600"x56.2 36.00  800 824 896 
1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   359.817] (II) modeset(0): Modeline "840x525"x120.0 73.12  840 892 
980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   359.817] (II) modeset(0): Modeline "840x525"x119.8 59.50  840 864 
880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   359.817] (II) modeset(0): Modeline "864x486"x59.9 32.50  864 888 968 
1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   359.817] (II) modeset(0): Modeline "864x486"x59.6 30.50  864 912 944 
1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   359.817] (II) modeset(0): Modeline "800x512"x120.3 51.56  800 800 
828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[   359.817] (II) modeset(0): Modeline "700x525"x120.0 61.00  700 744 
820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   359.817] (II) modeset(0): Modeline "800x450"x119.9 59.12  800 848 
928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   359.817] (II) modeset(0): Modeline "800x450"x119.6 48.75  800 824 
840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   359.817] (II) modeset(0): Modeline "640x512"x120.0 54.00  640 664 
720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   359.817] (II) modeset(0): Modeline "720x450"x119.8 53.25  720 760 
836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[   359.817] (II) modeset(0): Modeline "700x450"x119.9 51.75  700 740 
812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   359.817] (II) modeset(0): Modeline "700x450"x119.8 43.25  700 724 
740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   359.817] (II) modeset(0): Modeline "640x480"x120.0 54.00  640 688 
744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   359.817] (II) modeset(0): Modeline "640x480"x59.9 25.18  640 656 752 
800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   359.817] (II) modeset(0): Modeline "720x405"x59.5 22.50  720 744 808 
896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   359.817] (II) modeset(0): Modeline "720x405"x59.0 21.75  720 768 800 
880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   359.817] (II) modeset(0): Modeline "684x384"x119.8 42.62  684 720 
788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   359.817] (II) modeset(0): Modeline "684x384"x119.7 36.12  684 708 
724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   359.817] (II) modeset(0): Modeline "680x384"x119.6 42.38  680 716 
784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[   359.817] (II) modeset(0): Modeline "680x384"x119.9 36.00  680 704 
720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[   359.817] (II) modeset(0): Modeline "640x400"x119.8 41.75  640 676 
740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   359.817] (II) modeset(0): Modeline "640x400"x120.0 35.50  640 664 
680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   359.817] (II) modeset(0): Modeline "576x432"x120.1 40.81  576 608 
668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[   359.817] (II) modeset(0): Modeline "640x360"x119.7 37.25  640 672 
736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   359.817] (II) modeset(0): Modeline "640x360"x119.7 31.88  640 664 
680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   359.817] (II) modeset(0): Modeline "640x360"x59.8 18.00  640 664 720 
800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   359.817] (II) modeset(0): Modeline "640x360"x59.3 17.75  640 688 720 
800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   359.817] (II) modeset(0): Modeline "512x384"x120.0 32.50  512 524 
592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   359.817] (II) modeset(0): Modeline "512x288"x120.0 23.25  512 532 
580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   359.817] (II) modeset(0): Modeline "512x288"x119.8 21.00  512 536 
552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   359.817] (II) modeset(0): Modeline "480x270"x119.3 20.38  480 496 
544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   359.817] (II) modeset(0): Modeline "480x270"x119.6 18.62  480 504 
520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   359.817] (II) modeset(0): Modeline "400x300"x120.6 20.00  400 420 
484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   359.817] (II) modeset(0): Modeline "400x300"x112.7 18.00  400 412 
448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   359.817] (II) modeset(0): Modeline "432x243"x119.8 16.25  432 444 
484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   359.817] (II) modeset(0): Modeline "432x243"x119.1 15.25  432 456 
472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   359.817] (II) modeset(0): Modeline "320x240"x120.1 12.59  320 328 
376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   359.817] (II) modeset(0): Modeline "360x202"x119.0 11.25  360 372 
404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   359.817] (II) modeset(0): Modeline "360x202"x118.3 10.88  360 384 
400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   359.817] (II) modeset(0): Modeline "320x180"x119.7 9.00  320 332 360 
400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   359.817] (II) modeset(0): Modeline "320x180"x118.6 8.88  320 344 360 
400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   359.826] (II) modeset(0): EDID for output HDMI-1
[   359.826] (II) modeset(0): Output eDP-1 connected
[   359.826] (II) modeset(0): Output HDMI-1 disconnected
[   359.826] (II) modeset(0): Using exact sizes for initial modes
[   359.826] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   359.826] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   359.826] (==) modeset(0): DPI set to (96, 96)
[   359.826] (II) Loading sub module "fb"
[   359.826] (II) LoadModule: "fb"
[   359.826] (II) Loading /usr/lib/xorg/modules/libfb.so
[   359.827] (II) Module fb: vendor="X.Org Foundation"
[   359.827]     compiled for 1.20.7, module version = 1.0.0
[   359.827]     ABI class: X.Org ANSI C Emulation, version 0.4
[   359.827] (II) UnloadModule: "fbdev"
[   359.827] (II) Unloading fbdev
[   359.827] (II) UnloadSubModule: "fbdevhw"
[   359.827] (II) Unloading fbdevhw
[   359.827] (II) UnloadModule: "vesa"
[   359.827] (II) Unloading vesa
[   359.833] (==) modeset(0): Backing store enabled
[   359.833] (==) modeset(0): Silken mouse enabled
[   359.885] (II) modeset(0): Initializing kms color map for depth 24, 8 
bpc.
[   359.885] (==) modeset(0): DPMS enabled
[   359.885] (II) modeset(0): [DRI2] Setup complete
[   359.885] (II) modeset(0): [DRI2]   DRI driver: i965
[   359.885] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   359.885] (II) Initializing extension Generic Event Extension
[   359.885] (II) Initializing extension SHAPE
[   359.885] (II) Initializing extension MIT-SHM
[   359.886] (II) Initializing extension XInputExtension
[   359.886] (II) Initializing extension XTEST
[   359.886] (II) Initializing extension BIG-REQUESTS
[   359.886] (II) Initializing extension SYNC
[   359.887] (II) Initializing extension XKEYBOARD
[   359.887] (II) Initializing extension XC-MISC
[   359.887] (II) Initializing extension SECURITY
[   359.887] (II) Initializing extension XFIXES
[   359.887] (II) Initializing extension RENDER
[   359.888] (II) Initializing extension RANDR
[   359.888] (II) Initializing extension COMPOSITE
[   359.888] (II) Initializing extension DAMAGE
[   359.889] (II) Initializing extension MIT-SCREEN-SAVER
[   359.889] (II) Initializing extension DOUBLE-BUFFER
[   359.889] (II) Initializing extension RECORD
[   359.889] (II) Initializing extension DPMS
[   359.889] (II) Initializing extension Present
[   359.890] (II) Initializing extension DRI3
[   359.890] (II) Initializing extension X-Resource
[   359.890] (II) Initializing extension XVideo
[   359.890] (II) Initializing extension XVideo-MotionCompensation
[   359.890] (II) Initializing extension SELinux
[   359.890] (II) SELinux: Disabled on system
[   359.890] (II) Initializing extension GLX
[   359.902] (II) AIGLX: Loaded and initialized i965
[   359.902] (II) GLX: Initialized DRI2 GL provider for screen 0
[   359.902] (II) Initializing extension XFree86-VidModeExtension
[   359.902] (II) Initializing extension XFree86-DGA
[   359.902] (II) Initializing extension XFree86-DRI
[   359.902] (II) Initializing extension DRI2
[   359.907] (II) modeset(0): Damage tracking initialized
[   359.907] (II) modeset(0): Setting screen physical size to 508 x 285
[   359.942] (II) config/udev: Adding input device Power Button 
(/dev/input/event3)
[   359.942] (**) Power Button: Applying InputClass "libinput keyboard 
catchall"
[   359.942] (II) LoadModule: "libinput"
[   359.942] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   359.943] (II) Module libinput: vendor="X.Org Foundation"
[   359.943]     compiled for 1.20.4, module version = 0.29.0
[   359.943]     Module class: X.Org XInput Driver
[   359.943]     ABI class: X.Org XInput driver, version 24.1
[   359.943] (II) Using input driver 'libinput' for 'Power Button'
[   359.943] (**) Power Button: always reports core events
[   359.943] (**) Option "Device" "/dev/input/event3"
[   359.943] (**) Option "_source" "server/udev"
[   359.944] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   359.944] (II) event3  - Power Button: device is a keyboard
[   359.944] (II) event3  - Power Button: device removed
[   359.966] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   359.966] (II) XINPUT: Adding extended input device "Power Button" 
(type: KEYBOARD, id 6)
[   359.966] (**) Option "xkb_model" "pc105"
[   359.966] (**) Option "xkb_layout" "fr"
[   359.966] (**) Option "xkb_variant" "latin9"
[   359.976] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   359.976] (II) event3  - Power Button: device is a keyboard
[   359.976] (II) config/udev: Adding input device Video Bus 
(/dev/input/event4)
[   359.976] (**) Video Bus: Applying InputClass "libinput keyboard 
catchall"
[   359.976] (II) Using input driver 'libinput' for 'Video Bus'
[   359.976] (**) Video Bus: always reports core events
[   359.976] (**) Option "Device" "/dev/input/event4"
[   359.976] (**) Option "_source" "server/udev"
[   359.977] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   359.977] (II) event4  - Video Bus: device is a keyboard
[   359.977] (II) event4  - Video Bus: device removed
[   360.010] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[   360.010] (II) XINPUT: Adding extended input device "Video Bus" 
(type: KEYBOARD, id 7)
[   360.010] (**) Option "xkb_model" "pc105"
[   360.010] (**) Option "xkb_layout" "fr"
[   360.010] (**) Option "xkb_variant" "latin9"
[   360.011] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   360.011] (II) event4  - Video Bus: device is a keyboard
[   360.012] (II) config/udev: Adding input device Lid Switch 
(/dev/input/event1)
[   360.012] (II) No input driver specified, ignoring this device.
[   360.012] (II) This device may have been added with another device file.
[   360.012] (II) config/udev: Adding input device Video Bus 
(/dev/input/event5)
[   360.012] (**) Video Bus: Applying InputClass "libinput keyboard 
catchall"
[   360.012] (II) Using input driver 'libinput' for 'Video Bus'
[   360.012] (**) Video Bus: always reports core events
[   360.012] (**) Option "Device" "/dev/input/event5"
[   360.012] (**) Option "_source" "server/udev"
[   360.013] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   360.013] (II) event5  - Video Bus: device is a keyboard
[   360.013] (II) event5  - Video Bus: device removed
[   360.042] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input5/event5"
[   360.042] (II) XINPUT: Adding extended input device "Video Bus" 
(type: KEYBOARD, id 8)
[   360.042] (**) Option "xkb_model" "pc105"
[   360.042] (**) Option "xkb_layout" "fr"
[   360.042] (**) Option "xkb_variant" "latin9"
[   360.045] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   360.045] (II) event5  - Video Bus: device is a keyboard
[   360.046] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[   360.046] (**) Power Button: Applying InputClass "libinput keyboard 
catchall"
[   360.046] (II) Using input driver 'libinput' for 'Power Button'
[   360.046] (**) Power Button: always reports core events
[   360.046] (**) Option "Device" "/dev/input/event2"
[   360.046] (**) Option "_source" "server/udev"
[   360.047] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   360.047] (II) event2  - Power Button: device is a keyboard
[   360.047] (II) event2  - Power Button: device removed
[   360.070] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   360.070] (II) XINPUT: Adding extended input device "Power Button" 
(type: KEYBOARD, id 9)
[   360.070] (**) Option "xkb_model" "pc105"
[   360.070] (**) Option "xkb_layout" "fr"
[   360.070] (**) Option "xkb_variant" "latin9"
[   360.072] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   360.072] (II) event2  - Power Button: device is a keyboard
[   360.074] (II) config/udev: Adding input device PixArt USB Optical 
Mouse (/dev/input/event13)
[   360.074] (**) PixArt USB Optical Mouse: Applying InputClass 
"libinput pointer catchall"
[   360.074] (II) Using input driver 'libinput' for 'PixArt USB Optical 
Mouse'
[   360.074] (**) PixArt USB Optical Mouse: always reports core events
[   360.074] (**) Option "Device" "/dev/input/event13"
[   360.074] (**) Option "_source" "server/udev"
[   360.076] (II) event13 - PixArt USB Optical Mouse: is tagged by udev 
as: Mouse
[   360.076] (II) event13 - PixArt USB Optical Mouse: device set to 1000 DPI
[   360.076] (II) event13 - PixArt USB Optical Mouse: device is a pointer
[   360.077] (II) event13 - PixArt USB Optical Mouse: device removed
[   360.118] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:093A:2510.0002/input/input16/event13"
[   360.118] (II) XINPUT: Adding extended input device "PixArt USB 
Optical Mouse" (type: MOUSE, id 10)
[   360.119] (**) Option "AccelerationScheme" "none"
[   360.119] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[   360.119] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 
2.000
[   360.119] (**) PixArt USB Optical Mouse: (accel) acceleration 
threshold: 4
[   360.121] (II) event13 - PixArt USB Optical Mouse: is tagged by udev 
as: Mouse
[   360.121] (II) event13 - PixArt USB Optical Mouse: device set to 1000 DPI
[   360.121] (II) event13 - PixArt USB Optical Mouse: device is a pointer
[   360.123] (II) config/udev: Adding input device PixArt USB Optical 
Mouse (/dev/input/mouse2)
[   360.123] (II) No input driver specified, ignoring this device.
[   360.123] (II) This device may have been added with another device file.
[   360.124] (II) config/udev: Adding input device USB2.0 HD IR UVC 
WebCam: USB2.0 (/dev/input/event11)
[   360.124] (**) USB2.0 HD IR UVC WebCam: USB2.0: Applying InputClass 
"libinput keyboard catchall"
[   360.124] (II) Using input driver 'libinput' for 'USB2.0 HD IR UVC 
WebCam: USB2.0'
[   360.124] (**) USB2.0 HD IR UVC WebCam: USB2.0: always reports core 
events
[   360.124] (**) Option "Device" "/dev/input/event11"
[   360.124] (**) Option "_source" "server/udev"
[   360.126] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   360.126] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   360.126] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   360.158] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input14/event11"
[   360.158] (II) XINPUT: Adding extended input device "USB2.0 HD IR UVC 
WebCam: USB2.0" (type: KEYBOARD, id 11)
[   360.158] (**) Option "xkb_model" "pc105"
[   360.158] (**) Option "xkb_layout" "fr"
[   360.158] (**) Option "xkb_variant" "latin9"
[   360.161] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   360.161] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   360.162] (II) config/udev: Adding input device USB2.0 HD IR UVC 
WebCam: USB2.0 (/dev/input/event12)
[   360.162] (**) USB2.0 HD IR UVC WebCam: USB2.0: Applying InputClass 
"libinput keyboard catchall"
[   360.162] (II) Using input driver 'libinput' for 'USB2.0 HD IR UVC 
WebCam: USB2.0'
[   360.162] (**) USB2.0 HD IR UVC WebCam: USB2.0: always reports core 
events
[   360.162] (**) Option "Device" "/dev/input/event12"
[   360.162] (**) Option "_source" "server/udev"
[   360.164] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   360.164] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   360.164] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   360.198] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input15/event12"
[   360.198] (II) XINPUT: Adding extended input device "USB2.0 HD IR UVC 
WebCam: USB2.0" (type: KEYBOARD, id 12)
[   360.198] (**) Option "xkb_model" "pc105"
[   360.198] (**) Option "xkb_layout" "fr"
[   360.198] (**) Option "xkb_variant" "latin9"
[   360.201] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   360.201] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   360.202] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Mouse (/dev/input/event8)
[   360.202] (**) ELAN1401:00 04F3:30DC Mouse: Applying InputClass 
"libinput pointer catchall"
[   360.202] (II) Using input driver 'libinput' for 'ELAN1401:00 
04F3:30DC Mouse'
[   360.202] (**) ELAN1401:00 04F3:30DC Mouse: always reports core events
[   360.202] (**) Option "Device" "/dev/input/event8"
[   360.202] (**) Option "_source" "server/udev"
[   360.204] (II) event8  - ELAN1401:00 04F3:30DC Mouse: is tagged by 
udev as: Mouse
[   360.205] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device is a pointer
[   360.205] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device removed
[   360.238] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1401:00/0018:04F3:30DC.0001/input/input11/event8"
[   360.238] (II) XINPUT: Adding extended input device "ELAN1401:00 
04F3:30DC Mouse" (type: MOUSE, id 13)
[   360.238] (**) Option "AccelerationScheme" "none"
[   360.238] (**) ELAN1401:00 04F3:30DC Mouse: (accel) selected scheme 
none/0
[   360.238] (**) ELAN1401:00 04F3:30DC Mouse: (accel) acceleration 
factor: 2.000
[   360.238] (**) ELAN1401:00 04F3:30DC Mouse: (accel) acceleration 
threshold: 4
[   360.241] (II) event8  - ELAN1401:00 04F3:30DC Mouse: is tagged by 
udev as: Mouse
[   360.241] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device is a pointer
[   360.242] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Mouse (/dev/input/mouse0)
[   360.242] (II) No input driver specified, ignoring this device.
[   360.242] (II) This device may have been added with another device file.
[   360.243] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Touchpad (/dev/input/event9)
[   360.243] (**) ELAN1401:00 04F3:30DC Touchpad: Applying InputClass 
"libinput touchpad catchall"
[   360.243] (**) ELAN1401:00 04F3:30DC Touchpad: Applying InputClass 
"touchpad catchall"
[   360.243] (**) ELAN1401:00 04F3:30DC Touchpad: Applying InputClass 
"Default clickpad buttons"
[   360.243] (II) LoadModule: "synaptics"
[   360.243] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   360.244] (II) Module synaptics: vendor="X.Org Foundation"
[   360.244]     compiled for 1.20.1, module version = 1.9.1
[   360.244]     Module class: X.Org XInput Driver
[   360.244]     ABI class: X.Org XInput driver, version 24.1
[   360.244] (II) Using input driver 'synaptics' for 'ELAN1401:00 
04F3:30DC Touchpad'
[   360.244] (**) ELAN1401:00 04F3:30DC Touchpad: always reports core events
[   360.244] (**) Option "Device" "/dev/input/event9"
[   360.286] (II) synaptics: ELAN1401:00 04F3:30DC Touchpad: found 
clickpad property
[   360.286] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: x-axis 
range 0 - 3192 (res 31)
[   360.286] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: y-axis 
range 0 - 1683 (res 31)
[   360.286] (II) synaptics: ELAN1401:00 04F3:30DC Touchpad: device does 
not report pressure, will use touch data.
[   360.286] (II) synaptics: ELAN1401:00 04F3:30DC Touchpad: device does 
not report finger width.
[   360.286] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: buttons: 
left double triple
[   360.286] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: Vendor 
0x4f3 Product 0x30dc
[   360.286] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: invalid 
pressure range.  defaulting to 0 - 255
[   360.286] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: invalid 
finger width range.  defaulting to 0 - 15
[   360.287] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   360.287] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: touchpad found
[   360.287] (**) ELAN1401:00 04F3:30DC Touchpad: always reports core events
[   360.318] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1401:00/0018:04F3:30DC.0001/input/input12/event9"
[   360.318] (II) XINPUT: Adding extended input device "ELAN1401:00 
04F3:30DC Touchpad" (type: TOUCHPAD, id 14)
[   360.318] (**) synaptics: ELAN1401:00 04F3:30DC Touchpad: (accel) 
MinSpeed is now constant deceleration 2.5
[   360.318] (**) synaptics: ELAN1401:00 04F3:30DC Touchpad: (accel) 
MaxSpeed is now 1.75
[   360.318] (**) synaptics: ELAN1401:00 04F3:30DC Touchpad: (accel) 
AccelFactor is now 0.055
[   360.319] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) keeping 
acceleration scheme 1
[   360.319] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) acceleration 
profile 1
[   360.319] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) acceleration 
factor: 2.000
[   360.319] (**) ELAN1401:00 04F3:30DC Touchpad: (accel) acceleration 
threshold: 4
[   360.319] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: touchpad found
[   360.320] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Touchpad (/dev/input/mouse1)
[   360.320] (**) ELAN1401:00 04F3:30DC Touchpad: Ignoring device from 
InputClass "touchpad ignore duplicates"
[   360.321] (II) config/udev: Adding input device ELAN1401:00 04F3:30DC 
Keyboard (/dev/input/event10)
[   360.321] (**) ELAN1401:00 04F3:30DC Keyboard: Applying InputClass 
"libinput keyboard catchall"
[   360.321] (II) Using input driver 'libinput' for 'ELAN1401:00 
04F3:30DC Keyboard'
[   360.321] (**) ELAN1401:00 04F3:30DC Keyboard: always reports core events
[   360.321] (**) Option "Device" "/dev/input/event10"
[   360.321] (**) Option "_source" "server/udev"
[   360.323] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: is tagged by 
udev as: Keyboard
[   360.323] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device is a 
keyboard
[   360.323] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device removed
[   360.342] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1401:00/0018:04F3:30DC.0001/input/input13/event10"
[   360.342] (II) XINPUT: Adding extended input device "ELAN1401:00 
04F3:30DC Keyboard" (type: KEYBOARD, id 15)
[   360.342] (**) Option "xkb_model" "pc105"
[   360.342] (**) Option "xkb_layout" "fr"
[   360.342] (**) Option "xkb_variant" "latin9"
[   360.345] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: is tagged by 
udev as: Keyboard
[   360.345] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device is a 
keyboard
[   360.346] (II) config/udev: Adding input device HDA Intel PCH Headset 
Mic (/dev/input/event14)
[   360.346] (II) No input driver specified, ignoring this device.
[   360.346] (II) This device may have been added with another device file.
[   360.347] (II) config/udev: Adding input device HDA Intel PCH 
Headphone (/dev/input/event15)
[   360.347] (II) No input driver specified, ignoring this device.
[   360.347] (II) This device may have been added with another device file.
[   360.347] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=3 (/dev/input/event16)
[   360.347] (II) No input driver specified, ignoring this device.
[   360.347] (II) This device may have been added with another device file.
[   360.348] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=7 (/dev/input/event17)
[   360.348] (II) No input driver specified, ignoring this device.
[   360.348] (II) This device may have been added with another device file.
[   360.348] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=8 (/dev/input/event18)
[   360.349] (II) No input driver specified, ignoring this device.
[   360.349] (II) This device may have been added with another device file.
[   360.349] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=9 (/dev/input/event19)
[   360.349] (II) No input driver specified, ignoring this device.
[   360.349] (II) This device may have been added with another device file.
[   360.350] (II) config/udev: Adding input device HDA Intel PCH 
HDMI/DP,pcm=10 (/dev/input/event20)
[   360.350] (II) No input driver specified, ignoring this device.
[   360.350] (II) This device may have been added with another device file.
[   360.350] (II) config/udev: Adding input device Asus WMI hotkeys 
(/dev/input/event7)
[   360.350] (**) Asus WMI hotkeys: Applying InputClass "libinput 
keyboard catchall"
[   360.350] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   360.350] (**) Asus WMI hotkeys: always reports core events
[   360.350] (**) Option "Device" "/dev/input/event7"
[   360.350] (**) Option "_source" "server/udev"
[   360.352] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   360.352] (II) event7  - Asus WMI hotkeys: device is a keyboard
[   360.352] (II) event7  - Asus WMI hotkeys: device removed
[   360.382] (**) Option "config_info" 
"udev:/sys/devices/platform/asus-nb-wmi/input/input10/event7"
[   360.382] (II) XINPUT: Adding extended input device "Asus WMI 
hotkeys" (type: KEYBOARD, id 16)
[   360.382] (**) Option "xkb_model" "pc105"
[   360.382] (**) Option "xkb_layout" "fr"
[   360.382] (**) Option "xkb_variant" "latin9"
[   360.384] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   360.384] (II) event7  - Asus WMI hotkeys: device is a keyboard
[   360.385] (II) config/udev: Adding input device AT Translated Set 2 
keyboard (/dev/input/event0)
[   360.385] (**) AT Translated Set 2 keyboard: Applying InputClass 
"libinput keyboard catchall"
[   360.385] (II) Using input driver 'libinput' for 'AT Translated Set 2 
keyboard'
[   360.385] (**) AT Translated Set 2 keyboard: always reports core events
[   360.385] (**) Option "Device" "/dev/input/event0"
[   360.385] (**) Option "_source" "server/udev"
[   360.387] (II) event0  - AT Translated Set 2 keyboard: is tagged by 
udev as: Keyboard
[   360.387] (II) event0  - AT Translated Set 2 keyboard: device is a 
keyboard
[   360.388] (II) event0  - AT Translated Set 2 keyboard: device removed
[   360.406] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   360.406] (II) XINPUT: Adding extended input device "AT Translated 
Set 2 keyboard" (type: KEYBOARD, id 17)
[   360.406] (**) Option "xkb_model" "pc105"
[   360.406] (**) Option "xkb_layout" "fr"
[   360.406] (**) Option "xkb_variant" "latin9"
[   360.408] (II) event0  - AT Translated Set 2 keyboard: is tagged by 
udev as: Keyboard
[   360.408] (II) event0  - AT Translated Set 2 keyboard: device is a 
keyboard
[   360.410] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event6)
[   360.411] (II) No input driver specified, ignoring this device.
[   360.411] (II) This device may have been added with another device file.
[   360.484] (EE) Failed to open authorization file 
"/var/run/sddm/{e0c64eb1-b14f-4a0d-9401-e15150540724}": No such file or 
directory
[   362.611] (II) event3  - Power Button: device removed
[   362.634] (II) event4  - Video Bus: device removed
[   362.666] (II) event5  - Video Bus: device removed
[   362.702] (II) event2  - Power Button: device removed
[   362.718] (II) event13 - PixArt USB Optical Mouse: device removed
[   362.759] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   362.790] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   362.822] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device removed
[   362.886] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device removed
[   362.902] (II) event7  - Asus WMI hotkeys: device removed
[   362.934] (II) event0  - AT Translated Set 2 keyboard: device removed
[   362.958] (II) AIGLX: Suspending AIGLX clients for VT switch
[   373.879] (II) AIGLX: Resuming AIGLX clients after VT switch
[   373.941] (II) modeset(0): EDID vendor "AUO", prod id 12861
[   373.941] (II) modeset(0): Printing DDC gathered Modelines:
[   373.941] (II) modeset(0): Modeline "1920x1080"x0.0 141.00  1920 1936 
1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   373.973] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   373.973] (II) event3  - Power Button: device is a keyboard
[   373.974] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   373.974] (II) event4  - Video Bus: device is a keyboard
[   373.975] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   373.975] (II) event5  - Video Bus: device is a keyboard
[   373.976] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   373.976] (II) event2  - Power Button: device is a keyboard
[   373.977] (II) event13 - PixArt USB Optical Mouse: is tagged by udev 
as: Mouse
[   373.977] (II) event13 - PixArt USB Optical Mouse: device set to 1000 DPI
[   373.977] (II) event13 - PixArt USB Optical Mouse: device is a pointer
[   373.978] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   373.978] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   373.980] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: is tagged 
by udev as: Keyboard
[   373.980] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device is a 
keyboard
[   373.981] (II) event8  - ELAN1401:00 04F3:30DC Mouse: is tagged by 
udev as: Mouse
[   373.981] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device is a pointer
[   373.981] (--) synaptics: ELAN1401:00 04F3:30DC Touchpad: touchpad found
[   373.982] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: is tagged by 
udev as: Keyboard
[   373.982] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device is a 
keyboard
[   373.983] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   373.983] (II) event7  - Asus WMI hotkeys: device is a keyboard
[   373.984] (II) event0  - AT Translated Set 2 keyboard: is tagged by 
udev as: Keyboard
[   373.984] (II) event0  - AT Translated Set 2 keyboard: device is a 
keyboard
[   376.466] (II) event3  - Power Button: device removed
[   376.486] (II) event4  - Video Bus: device removed
[   376.518] (II) event5  - Video Bus: device removed
[   376.550] (II) event2  - Power Button: device removed
[   376.566] (II) event13 - PixArt USB Optical Mouse: device removed
[   376.598] (II) event11 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   376.630] (II) event12 - USB2.0 HD IR UVC WebCam: USB2.0: device removed
[   376.670] (II) event8  - ELAN1401:00 04F3:30DC Mouse: device removed
[   376.734] (II) event10 - ELAN1401:00 04F3:30DC Keyboard: device removed
[   376.750] (II) event7  - Asus WMI hotkeys: device removed
[   376.791] (II) event0  - AT Translated Set 2 keyboard: device removed
[   376.806] (II) AIGLX: Suspending AIGLX clients for VT switch
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "synaptics"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.590] (II) UnloadModule: "libinput"
[   433.592] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^

<<<<<<<<<< Xorg (journald) >>>>>>>>>>
-- Logs begin at Sun 2020-02-23 15:01:17 CET, end at Sun 2020-03-08 
16:04:10 CET. --
-- No entries --
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^

Kernel modules: nvidia.ko
/lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current-uvm.ko
/lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current.ko
/lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current-drm.ko
/lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current-modeset.ko

filename: /lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current-uvm.ko
supported:      external
license:        Dual MIT/GPL
depends:        nvidia
retpoline:      Y
name:           nvidia_uvm
vermagic:       5.4.0-4-amd64 SMP mod_unload modversions
filename: /lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current.ko
alias:          char-major-195-*
version:        440.64
supported:      external
license:        NVIDIA
srcversion:     DC0048D50541FC60098682F
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        ipmi_msghandler
retpoline:      Y
name:           nvidia
vermagic:       5.4.0-4-amd64 SMP mod_unload modversions
filename: /lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current-drm.ko
version:        440.64
supported:      external
license:        MIT
srcversion:     C8C5E9EAA6C2D5B7C6E34E0
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        drm,drm_kms_helper,nvidia-modeset
retpoline:      Y
name:           nvidia_drm
vermagic:       5.4.0-4-amd64 SMP mod_unload modversions
filename: /lib/modules/5.4.0-4-amd64/updates/dkms/nvidia-current-modeset.ko
version:        440.64
supported:      external
license:        NVIDIA
srcversion:     87C2D542724DA4FDD6E0FC2
depends:        nvidia
retpoline:      Y
name:           nvidia_modeset
vermagic:       5.4.0-4-amd64 SMP mod_unload modversions

lsmod:
Module                  Size  Used by
nvidia_modeset       1118208  0
nvidia_uvm           1089536  0
nvidia              20467712  2 nvidia_uvm,nvidia_modeset
ctr                    16384  1
ccm                    20480  3
rfcomm                 90112  12
cmac                   16384  0
bnep                   28672  2
snd_hda_codec_hdmi     73728  1
btusb                  57344  0
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                28672  1 btusb
bluetooth             663552  39 btrtl,btintel,btbcm,bnep,btusb,rfcomm
snd_sof_pci            20480  0
snd_sof_intel_hda_common    73728  1 snd_sof_pci
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_intel_byt      20480  1 snd_sof_pci
snd_sof_intel_ipc      20480  1 snd_sof_intel_byt
snd_sof               118784  4 
snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc
snd_sof_xtensa_dsp     16384  1 snd_sof_pci
x86_pkg_temp_thermal    20480  0
intel_powerclamp       20480  0
coretemp               20480  0
drbg                   28672  1
snd_soc_skl           180224  0
snd_soc_hdac_hda       24576  2 snd_sof_intel_hda_common,snd_soc_skl
kvm_intel             303104  0
snd_hda_ext_core       32768  4 
snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
ansi_cprng             16384  0
snd_soc_sst_ipc        20480  1 snd_soc_skl
iwlmvm                307200  0
kvm                   782336  1 kvm_intel
snd_hda_codec_realtek   126976  1
snd_soc_sst_dsp        40960  1 snd_soc_skl
ecdh_generic           16384  1 bluetooth
usbhid                 65536  0
snd_soc_acpi_intel_match    32768  3 
snd_sof_pci,snd_sof_intel_hda_common,snd_soc_skl
ecc                    32768  1 ecdh_generic
snd_soc_acpi           16384  3 
snd_sof_pci,snd_soc_acpi_intel_match,snd_soc_skl
snd_hda_codec_generic    94208  1 snd_hda_codec_realtek
irqbypass              16384  1 kvm
joydev                 28672  0
mac80211              864256  1 iwlmvm
intel_rapl_msr         20480  0
snd_soc_core          270336  4 
snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
uvcvideo              114688  0
libarc4                16384  1 mac80211
videobuf2_vmalloc      20480  1 uvcvideo
snd_compress           28672  1 snd_soc_core
crct10dif_pclmul       16384  1
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
snd_hda_intel          49152  3
ghash_clmulni_intel    16384  0
iwlwifi               274432  1 iwlmvm
videobuf2_common       57344  2 videobuf2_v4l2,uvcvideo
snd_intel_nhlt         20480  3 
snd_hda_intel,snd_sof_intel_hda_common,snd_soc_skl
nls_ascii              16384  1
nls_cp437              20480  1
aesni_intel           372736  2
videodev              249856  3 videobuf2_v4l2,uvcvideo,videobuf2_common
snd_hda_codec         155648  5 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
cfg80211              823296  3 iwlmvm,iwlwifi,mac80211
crypto_simd            16384  1 aesni_intel
mc                     57344  4 
videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
vfat                   20480  1
glue_helper            16384  1 aesni_intel
snd_hda_core           98304  10 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
fat                    86016  1 vfat
snd_hwdep              16384  1 snd_hda_codec
asus_nb_wmi            28672  0
intel_cstate           16384  0
asus_wmi               36864  1 asus_nb_wmi
sparse_keymap          16384  1 asus_wmi
intel_uncore          147456  0
efi_pstore             16384  0
snd_pcm               118784  8 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_soc_core,snd_soc_skl,snd_hda_core
intel_rapl_perf        16384  0
snd_timer              40960  1 snd_pcm
snd                    98304  16 
snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm
pcspkr                 16384  0
iTCO_wdt               16384  0
tpm_crb                20480  0
serio_raw              20480  0
efivars                20480  1 efi_pstore
iTCO_vendor_support    16384  1 iTCO_wdt
mei_me                 45056  0
processor_thermal_device    20480  0
tpm_tis                16384  0
intel_rapl_common      28672  2 intel_rapl_msr,processor_thermal_device
watchdog               28672  1 iTCO_wdt
soundcore              16384  1 snd
tpm_tis_core           24576  1 tpm_tis
wmi_bmof               16384  0
mei                   118784  1 mei_me
hid_multitouch         32768  0
rfkill                 28672  10 asus_wmi,bluetooth,cfg80211
intel_soc_dts_iosf     20480  1 processor_thermal_device
intel_pch_thermal      16384  0
ac                     16384  0
int3403_thermal        16384  0
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
tpm                    73728  3 tpm_tis,tpm_crb,tpm_tis_core
int3400_thermal        20480  0
acpi_thermal_rel       16384  1 int3400_thermal
rng_core               16384  1 tpm
evdev                  28672  18
acpi_pad               28672  0
acpi_tad               16384  0
ipmi_devintf           20480  0
ipmi_msghandler        65536  2 ipmi_devintf,nvidia
parport_pc             28672  0
ppdev                  24576  0
lp                     20480  0
parport                61440  3 parport_pc,lp,ppdev
efivarfs               16384  1
ip_tables              32768  0
x_tables               49152  1 ip_tables
autofs4                53248  2
ext4                  761856  2
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  131072  1 ext4
crc32c_generic         16384  0
hid_generic            16384  0
spi_pxa2xx_platform    32768  0
i2c_designware_platform    16384  0
dw_dmac                16384  0
dw_dmac_core           32768  1 dw_dmac
i2c_designware_core    24576  1 i2c_designware_platform
i915                 1982464  23
i2c_algo_bit           16384  1 i915
xhci_pci               20480  0
drm_kms_helper        212992  1 i915
xhci_hcd              278528  1 xhci_pci
mxm_wmi                16384  0
drm                   548864  13 drm_kms_helper,i915
usbcore               307200  5 xhci_hcd,usbhid,uvcvideo,btusb,xhci_pci
crc32_pclmul           16384  0
crc32c_intel           24576  4
nvme                   49152  4
i2c_hid                32768  0
i2c_i801               32768  0
nvme_core             106496  6 nvme
intel_lpss_pci         20480  2
hid                   143360  4 i2c_hid,usbhid,hid_multitouch,hid_generic
intel_lpss             16384  1 intel_lpss_pci
idma64                 20480  0
mfd_core               16384  1 intel_lpss
usb_common             16384  3 xhci_hcd,usbcore,uvcvideo
battery                20480  1 asus_wmi
wmi                    36864  3 asus_wmi,wmi_bmof,mxm_wmi
video                  53248  2 asus_wmi,i915
button                 20480  0

xrandr:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis 
y axis) 309mm x 174mm
    1920x1080     60.05 +  60.01*   59.97    59.96 59.93
    1680x1050     59.95    59.88
    1600x1024     60.17
    1400x1050     59.98
    1600x900      59.99    59.94    59.95    59.82
    1280x1024     60.02
    1440x900      59.89
    1400x900      59.96    59.88
    1280x960      60.00
    1440x810      60.00    59.97
    1368x768      59.88    59.85
    1360x768      59.80    59.96
    1280x800      59.99    59.97    59.81    59.91
    1152x864      60.00
    1280x720      60.00    59.99    59.86    59.74
    1024x768      60.04    60.00
    960x720       60.00
    928x696       60.05
    896x672       60.01
    1024x576      59.95    59.96    59.90    59.82
    960x600       59.93    60.00
    960x540       59.96    59.99    59.63    59.82
    800x600       60.00    60.32    56.25
    840x525       60.01    59.88
    864x486       59.92    59.57
    800x512       60.17
    700x525       59.98
    800x450       59.95    59.82
    640x512       60.02
    720x450       59.89
    700x450       59.96    59.88
    640x480       60.00    59.94
    720x405       59.51    58.99
    684x384       59.88    59.85
    680x384       59.80    59.96
    640x400       59.88    59.98
    576x432       60.06
    640x360       59.86    59.83    59.84    59.32
    512x384       60.00
    512x288       60.00    59.92
    480x270       59.63    59.82
    400x300       60.32    56.34
    432x243       59.92    59.57
    320x240       60.05
    360x202       59.51    59.13
    320x180       59.84    59.32
HDMI-1 disconnected (normal left inverted right x axis y axis)

OpenCL ICDs:


-- System Information:
Debian Release: bullseye/sid
   APT prefers testing
   APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE= (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nvidia-kernel-dkms depends on:
ii  dkms 2.8.1-5
ii  nvidia-installer-cleanup 20151021+11
ii  nvidia-kernel-support [nvidia-kernel-support--v1] 440.64-1

Versions of packages nvidia-kernel-dkms recommends:
ii  nvidia-driver  440.64-1

nvidia-kernel-dkms suggests no packages.

Versions of packages nvidia-driver depends on:
ii  nvidia-alternative         440.64-1
ii  nvidia-driver-bin          440.64-1
ii  nvidia-driver-libs         440.64-1
ii  nvidia-installer-cleanup   20151021+11
ii  nvidia-legacy-check        440.64-1
ii  nvidia-support             20151021+11
ii  nvidia-vdpau-driver        440.64-1
ii  xserver-xorg-video-nvidia  440.64-1

Versions of packages nvidia-driver recommends:
ii  libnvidia-cfg1       440.64-1
ii  nvidia-persistenced  440.44-1
ii  nvidia-settings      440.64-1

nvidia-driver suggests no packages.

Versions of packages nvidia-driver-libs:amd64 depends on:
ii  libgl1-nvidia-glvnd-glx  440.64-1
ii  nvidia-egl-icd           440.64-1

Versions of packages nvidia-driver-libs:amd64 recommends:
ii  libgles-nvidia1          440.64-1
ii  libgles-nvidia2          440.64-1
ii  libglx-nvidia0           440.64-1
ii  libnvidia-cfg1           440.64-1
ii  libopengl0               1.3.1-1
pn  nvidia-driver-libs-i386  <none>
ii  nvidia-vulkan-icd        440.64-1

Versions of packages xserver-xorg-video-nvidia depends on:
ii  libc6                                  2.29-10
ii  libnvidia-glcore                       440.64-1
ii  nvidia-alternative                     440.64-1
ii  nvidia-installer-cleanup               20151021+11
ii  nvidia-legacy-check                    440.64-1
ii  nvidia-support                         20151021+11
ii  xserver-xorg-core [xorg-video-abi-24]  2:1.20.7-4

Versions of packages xserver-xorg-video-nvidia recommends:
ii  nvidia-driver        440.64-1
ii  nvidia-settings      440.64-1
ii  nvidia-vdpau-driver  440.64-1

xserver-xorg-video-nvidia suggests no packages.

Versions of packages nvidia-alternative depends on:
ii  dpkg                    1.19.7
ii  glx-alternative-nvidia  1.1.0
ii  nvidia-legacy-check     440.64-1

Versions of packages glx-alternative-nvidia depends on:
ii  dpkg                  1.19.7
ii  glx-alternative-mesa  1.1.0
ii  glx-diversions        1.1.0
ii  update-glx            1.1.0

Versions of packages glx-alternative-nvidia suggests:
ii  nvidia-driver  440.64-1

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                                  2.29-10
ii  libdrm-intel1                          2.4.100-4
ii  libdrm2                                2.4.100-4
ii  libpciaccess0                          0.14-1
ii  libpixman-1-0                          0.36.0-1
ii  libudev1                               244.3-1
ii  libx11-6                               2:1.6.9-2
ii  libx11-xcb1                            2:1.6.9-2
ii  libxcb-dri2-0                          1.13.1-5
ii  libxcb-dri3-0                          1.13.1-5
ii  libxcb-sync1                           1.13.1-5
ii  libxcb-util0                           0.3.8-3+b2
ii  libxcb1                                1.13.1-5
ii  libxcursor1                            1:1.2.0-2
ii  libxdamage1                            1:1.1.5-1
ii  libxext6                               2:1.3.3-1+b2
ii  libxfixes3                             1:5.0.3-1
ii  libxinerama1                           2:1.1.4-2
ii  libxrandr2                             2:1.5.1-1
ii  libxrender1                            1:0.9.10-1
ii  libxshmfence1                          1.3-1
ii  libxss1                                1:1.2.3-1
ii  libxtst6                               2:1.2.3-1
ii  libxv1                                 2:1.0.11-1
ii  libxvmc1                               2:1.0.12-2
ii  xserver-xorg-core [xorg-video-abi-24]  2:1.20.7-4

Versions of packages nvidia-kernel-dkms is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
pn ccache <none>
pn libcuda1 <none>
pn libcuda1-any <none>
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.100-4
ii libegl1 1.3.1-1
ii libgl1 1.3.1-1
ii  libgl1-nvidia-glvnd-glx [libgl1-nvidia-glx-any]            440.64-1
ii libgles1 1.3.1-1
ii libgles2 1.3.1-1
ii libglvnd0 1.3.1-1
ii libglx0 1.3.1-1
pn libopencl0 <none>
ii libvulkan1 1.2.131.2-1
pn linux-headers <none>
ii make 4.2.1-1.2
ii  mesa-vulkan-drivers [vulkan-icd]                           19.3.3-1
ii  nvidia-driver [nvidia-glx-any]                             440.64-1
pn nvidia-glx <none>
ii nvidia-kernel-common 20151021+11
ii nvidia-kernel-dkms 440.64-1
pn nvidia-kernel-source <none>
ii  nvidia-kernel-support [nvidia-kernel-support-any]          440.64-1
ii nvidia-modprobe 440.44-1
ii nvidia-settings 440.64-1
ii nvidia-support 20151021+11
ii  nvidia-vulkan-icd [vulkan-icd]                             440.64-1
pn nvidia-xconfig <none>
ii  ocl-icd-libopencl1 [libopencl1]                            2.2.12-3
pn opencl-icd <none>
ii xserver-xorg 1:7.7+20
ii xserver-xorg-core 2:1.20.7-4
ii xserver-xorg-legacy 2:1.20.7-4
ii xserver-xorg-video-nouveau 1:1.0.16-1
ii  xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any]  440.64-1

-- no debconf information

-------------- next part --------------
A non-text attachment was scrubbed...
Name: nvidia-bug-report.log.gz
Type: application/gzip
Size: 1150423 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-nvidia-devel/attachments/20200308/9cc5a9d8/attachment-0001.gz>


More information about the pkg-nvidia-devel mailing list