Your message dated Fri, 20 Jan 2023 17:40:43 +0000
with message-id <Y8rSG52r3k9nhhH6@???>
and subject line Re: bug#678: xserver-xorg-video-nvidia-legacy-390xx: nvidia libglx.so is invisible to Xorg since deb10 (xserver-xorg-core 1.20+)
has caused the Devuan bug report #678,
regarding xserver-xorg-video-nvidia-legacy-390xx: nvidia libglx.so is invisible to Xorg since deb10 (xserver-xorg-core 1.20+)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@???
immediately.)
--
678:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=678
Devuan Bug Tracking System
Contact owner@??? with problems
Package: xserver-xorg-video-nvidia-legacy-390xx
Version: 390.144-1
Severity: grave
Tags: patch
Justification: renders package unusable
X-Debbugs-Cc: firk@???
Dear Maintainer,
Using xorg with nvidia-legacy-390xx driver, deb9 version (xorg core 1.19.x) was
fine, but after upgrading to deb10 and after upgrading to deb11 (both xorg core
1.20.x) the file
/usr/lib/xorg/modules/linux/libglx.so (from nvidia driver)
become invisible to the Xorg. Instead, it loads
/usr/lib/xorg/modules/extensions/libglx.so (bundled with xorg-core).
This leads to non-working opengl, which is nearly the main feature of the
nvidia driver. For instance, glxinfo just crashes with X11 error.
I found that the path "/usr/lib/xorg/modules/linux" is not default, and the
nvidia driver config-file contains it is
/etc/nvidia/legacy-390xx/nvidia-drm-outputclass.conf
but it seems that, starting from xorg core 1.20, ModulePath additions should
be configured in "OutputClass" section, not in "Files" section (I'm not exactly
sure that this explanation is completely right, but when I added ModulePath
lines to "OutputClass" section, it started to work ok).
The patch:
--- /etc/nvidia/legacy-390xx/nvidia-drm-outputclass.conf.b 2021-07-26 11:50:49.000000000 +0300
+++ /etc/nvidia/legacy-390xx/nvidia-drm-outputclass.conf 2022-05-04 23:35:37.688617226 +0300
@@ -13,4 +13,6 @@
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
+ ModulePath "/usr/lib/xorg/modules/linux"
+ ModulePath "/usr/lib/xorg/modules"
EndSection
In the attached files, /var/log/Xorg.0.log.old contains the log with the bug, and /var/log/Xorg.0.log contains the log after bug was fixed.
-- Package-specific info:
uname -a:
Linux host3 5.10.0-13-686-pae #1 SMP Debian 5.10.106-1 (2022-03-17) i686 GNU/Linux
/proc/version:
Linux version 5.10.0-13-686-pae (debian-kernel@???) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.106-1 (2022-03-17)
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86 Kernel Module 390.144 Wed Jun 2 23:09:26 UTC 2021
GCC version: gcc version 10.2.1 20210110 (Debian 10.2.1-6)
lspci 'display controller [030?]':
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [GeForce GT 610] [10de:104a] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd GF119 [GeForce GT 610] [1458:3546]
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 27
Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at c8000000 (64-bit, prefetchable) [size=128M]
Region 3: Memory at d6000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at ef00 [size=128]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia
dmesg:
Device node permissions:
crw-rw----+ 1 root video 226, 0 May 5 14:01 /dev/dri/card0
crw-rw-rw- 1 root video 226, 128 May 5 14:01 /dev/dri/renderD128
crw-rw-rw- 1 root root 195, 254 May 5 14:01 /dev/nvidia-modeset
crw-rw-rw- 1 root root 195, 0 May 5 14:01 /dev/nvidia0
crw-rw-rw- 1 root root 195, 255 May 5 14:01 /dev/nvidiactl
/dev/dri/by-path:
total 0
lrwxrwxrwx 1 root root 8 May 5 14:01 pci-0000:01:00.0-card -> ../card0
lrwxrwxrwx 1 root root 13 May 5 14:01 pci-0000:01:00.0-render -> ../renderD128
video:x:44:user1
OpenGL and NVIDIA library files installed:
-rw-r--r-- 1 root root 4738 Apr 30 22:21 /etc/X11/xorg.conf
lrwxrwxrwx 1 root root 15 May 3 22:38 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root 47 May 3 21:44 /etc/alternatives/glx--libEGL.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libEGL.so
lrwxrwxrwx 1 root root 42 May 3 22:38 /etc/alternatives/glx--libEGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libEGL.so.1
lrwxrwxrwx 1 root root 46 May 3 21:44 /etc/alternatives/glx--libGL.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 46 May 3 21:44 /etc/alternatives/glx--libGL.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 41 May 3 22:38 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 41 May 3 22:38 /etc/alternatives/glx--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 53 May 3 21:44 /etc/alternatives/glx--libGLESv1_CM.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so
lrwxrwxrwx 1 root root 53 May 3 21:44 /etc/alternatives/glx--libGLESv1_CM.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so
lrwxrwxrwx 1 root root 55 May 3 22:38 /etc/alternatives/glx--libGLESv1_CM.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 55 May 3 22:38 /etc/alternatives/glx--libGLESv1_CM.so.1-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 50 May 3 21:44 /etc/alternatives/glx--libGLESv2.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 50 May 3 21:44 /etc/alternatives/glx--libGLESv2.so-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 52 May 3 22:38 /etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 52 May 3 22:38 /etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu -> /usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 42 May 3 22:38 /etc/alternatives/glx--libGLX_indirect.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 42 May 3 22:38 /etc/alternatives/glx--libGLX_indirect.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 25 May 3 22:38 /etc/alternatives/glx--linux-libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root 42 May 3 22:38 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 May 3 22:38 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 May 3 22:38 /etc/alternatives/glx--nvidia-drm-outputclass.conf -> /etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 28 May 3 22:38 /etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root 32 May 3 22:38 /etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 29 May 3 22:38 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root 22 May 3 21:44 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 28 May 3 22:38 /etc/alternatives/nvidia -> /usr/lib/nvidia/legacy-390xx
lrwxrwxrwx 1 root root 55 May 3 22:38 /etc/alternatives/nvidia--libEGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libEGL.so.1
lrwxrwxrwx 1 root root 62 May 3 22:38 /etc/alternatives/nvidia--libEGL_nvidia.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libEGL_nvidia.so.0
lrwxrwxrwx 1 root root 54 May 3 22:38 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libGL.so.1
lrwxrwxrwx 1 root root 54 May 3 22:38 /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libGL.so.1
lrwxrwxrwx 1 root root 62 May 3 22:38 /etc/alternatives/nvidia--libGLX_nvidia.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 62 May 3 22:38 /etc/alternatives/nvidia--libGLX_nvidia.so.0-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 38 May 3 22:38 /etc/alternatives/nvidia--libglx.so -> /usr/lib/nvidia/legacy-390xx/libglx.so
lrwxrwxrwx 1 root root 61 May 3 22:38 /etc/alternatives/nvidia--libnvidia-ml.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libnvidia-ml.so.1
lrwxrwxrwx 1 root root 64 May 3 22:38 /etc/alternatives/nvidia--libvdpau_nvidia.so.1-i386-linux-gnu -> /usr/lib/i386-linux-gnu/nvidia/legacy-390xx/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root 71 May 3 22:38 /etc/alternatives/nvidia--nvidia-application-profiles-key-documentation -> /usr/share/nvidia/nvidia-application-profiles-390.144-key-documentation
lrwxrwxrwx 1 root root 55 May 3 22:38 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/legacy-390xx/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 49 May 3 22:38 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/legacy-390xx/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 45 May 3 22:38 /etc/alternatives/nvidia--nvidia-debugdump -> /usr/lib/nvidia/legacy-390xx/nvidia-debugdump
lrwxrwxrwx 1 root root 52 May 3 22:38 /etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> /etc/nvidia/legacy-390xx/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 41 May 3 22:38 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/legacy-390xx/nvidia-load.conf
lrwxrwxrwx 1 root root 45 May 3 22:38 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/legacy-390xx/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 42 May 3 22:38 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/legacy-390xx/nvidia_drv.so
lrwxrwxrwx 1 root root 47 May 3 21:44 /usr/lib/i386-linux-gnu/libEGL.so -> /etc/alternatives/glx--libEGL.so-i386-linux-gnu
lrwxrwxrwx 1 root root 49 May 3 11:54 /usr/lib/i386-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 46 Apr 11 2016 /usr/lib/i386-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-i386-linux-gnu
lrwxrwxrwx 1 root root 48 May 3 22:38 /usr/lib/i386-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 53 May 3 21:44 /usr/lib/i386-linux-gnu/libGLESv1_CM.so -> /etc/alternatives/glx--libGLESv1_CM.so-i386-linux-gnu
lrwxrwxrwx 1 root root 55 May 3 21:45 /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1 -> /etc/alternatives/glx--libGLESv1_CM.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 50 May 3 21:44 /usr/lib/i386-linux-gnu/libGLESv2.so -> /etc/alternatives/glx--libGLESv2.so-i386-linux-gnu
lrwxrwxrwx 1 root root 52 May 3 21:45 /usr/lib/i386-linux-gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-i386-linux-gnu
-rw-r--r-- 1 root root 29258552 Jun 3 2021 /usr/lib/i386-linux-gnu/libnvidia-eglcore.so.390.144
-rw-r--r-- 1 root root 32522600 Jun 3 2021 /usr/lib/i386-linux-gnu/libnvidia-glcore.so.390.144
-rw-r--r-- 1 root root 552756 Jun 3 2021 /usr/lib/i386-linux-gnu/libnvidia-glsi.so.390.144
lrwxrwxrwx 1 root root 58 May 3 22:31 /usr/lib/i386-linux-gnu/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-i386-linux-gnu
-rw-r--r-- 1 root root 13752 Jun 3 2021 /usr/lib/i386-linux-gnu/libnvidia-tls.so.390.144
lrwxrwxrwx 1 root root 36 May 3 22:38 /usr/lib/xorg/modules/drivers/nvidia_drv.so -> /etc/alternatives/glx--nvidia_drv.so
-rw-r--r-- 1 root root 319548 Dec 16 20:08 /usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 38 May 3 22:38 /usr/lib/xorg/modules/linux/libglx.so -> /etc/alternatives/glx--linux-libglx.so
-rw-r--r-- 1 root root 37528 May 6 02:50 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 28734 May 5 14:00 /var/log/Xorg.0.log.old
-rw-r--r-- 1 root root 1769 Apr 30 21:38 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 8457 Mar 30 12:06 /var/log/Xorg.1.log.old
-rw-r--r-- 1 root user1 29027 May 4 23:08 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 1769 Apr 30 21:38 /var/log/Xorg.2.log.old
-rw-r--r-- 1 root root 1769 Apr 30 21:38 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 30166 Apr 6 15:18 /var/log/Xorg.3.log.old
-rw-r--r-- 1 root root 21776 Jan 30 2018 /var/log/Xorg.34.log
-rw-r--r-- 1 root root 1769 Apr 30 21:38 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 8457 Mar 30 12:06 /var/log/Xorg.4.log.old
-rw-r--r-- 1 root root 1769 Apr 30 21:38 /var/log/Xorg.5.log
-rw-r--r-- 1 root root 8457 Mar 30 12:06 /var/log/Xorg.5.log.old
/etc/X11/xorg.conf.d/:
total 8
drwxr-xr-x 2 root root 4096 Feb 15 2021 .
drwxr-xr-x 12 root root 4096 May 5 00:54 ..
/etc/nvidia/:
total 20
drwxr-xr-x 3 root root 4096 May 3 22:41 .
drwxr-xr-x 145 root root 12288 May 6 02:40 ..
drwxr-xr-x 2 root root 4096 May 5 13:47 legacy-390xx
lrwxrwxrwx 1 root root 56 May 3 18:06 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 53 May 3 22:31 nvidia-drm-outputclass.conf -> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 42 May 3 18:06 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx 1 root root 46 May 3 18:06 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf
/usr/lib/i386-linux-gnu/nvidia/:
total 116
drwxr-xr-x 3 root root 4096 May 3 22:41 .
drwxr-xr-x 101 root root 106496 May 6 01:45 ..
drwxr-xr-x 2 root root 4096 May 5 00:17 legacy-390xx
lrwxrwxrwx 1 root root 52 May 3 22:38 libEGL.so.1 -> /etc/alternatives/nvidia--libEGL.so.1-i386-linux-gnu
lrwxrwxrwx 1 root root 51 May 3 22:38 libGL.so.1 -> /etc/alternatives/nvidia--libGL.so.1-i386-linux-gnu
/usr/lib/i386-linux-gnu/nvidia/legacy-390xx/:
total 5224
drwxr-xr-x 2 root root 4096 May 5 00:17 .
drwxr-xr-x 3 root root 4096 May 3 22:41 ..
lrwxrwxrwx 1 root root 17 Jul 21 2021 libEGL.so.1 -> libEGL.so.390.144
-rw-r--r-- 1 root root 15628 Jun 3 2021 libEGL.so.390.144
lrwxrwxrwx 1 root root 24 Jul 21 2021 libEGL_nvidia.so.0 -> libEGL_nvidia.so.390.144
-rw-r--r-- 1 root root 738488 Jun 3 2021 libEGL_nvidia.so.390.144
lrwxrwxrwx 1 root root 16 Jul 21 2021 libGL.so.1 -> libGL.so.390.144
-rw-r--r-- 1 root root 1129756 Jun 3 2021 libGL.so.390.144
lrwxrwxrwx 1 root root 24 Jul 21 2021 libGLX_nvidia.so.0 -> libGLX_nvidia.so.390.144
-rw-r--r-- 1 root root 1129756 Jun 3 2021 libGLX_nvidia.so.390.144
lrwxrwxrwx 1 root root 17 Jul 21 2021 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root 23 Jul 21 2021 libnvidia-ml.so.1 -> libnvidia-ml.so.390.144
-rw-r--r-- 1 root root 1349844 Jun 3 2021 libnvidia-ml.so.390.144
lrwxrwxrwx 1 root root 26 Jul 21 2021 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.390.144
-rw-r--r-- 1 root root 949216 Jun 3 2021 libvdpau_nvidia.so.390.144
/usr/lib/mesa-diverted/:
total 60
drwxr-xr-x 7 root root 4096 May 5 00:18 .
drwxr-xr-x 88 root root 36864 May 6 02:40 ..
drwxr-xr-x 2 root root 4096 Mar 16 12:34 aarch64-linux-gnu
drwxr-xr-x 2 root root 4096 Feb 13 2019 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 May 5 13:46 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Apr 11 2016 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Mar 16 12:34 powerpc64le-linux-gnu
drwxr-xr-x 2 root root 4096 Jun 30 2012 x86_64-linux-gnu
/usr/lib/mesa-diverted/aarch64-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Mar 16 12:34 .
drwxr-xr-x 7 root root 4096 May 5 00:18 ..
/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Feb 13 2019 .
drwxr-xr-x 7 root root 4096 May 5 00:18 ..
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 636
drwxr-xr-x 2 root root 4096 May 5 13:46 .
drwxr-xr-x 7 root root 4096 May 5 00:18 ..
lrwxrwxrwx 1 root root 11 Jul 29 2020 libEGL.so -> libEGL.so.1
lrwxrwxrwx 1 root root 15 Jul 29 2020 libEGL.so.1 -> libEGL.so.1.1.0
-rw-r--r-- 1 root root 87648 Jul 29 2020 libEGL.so.1.1.0
lrwxrwxrwx 1 root root 10 Jul 29 2020 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 14 Jul 29 2020 libGL.so.1 -> libGL.so.1.7.0
-rw-r--r-- 1 root root 439760 Jul 29 2020 libGL.so.1.7.0
lrwxrwxrwx 1 root root 17 Jul 29 2020 libGLESv1_CM.so -> libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 21 Jul 29 2020 libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.2.0
-rw-r--r-- 1 root root 38348 Jul 29 2020 libGLESv1_CM.so.1.2.0
lrwxrwxrwx 1 root root 14 Jul 29 2020 libGLESv2.so -> libGLESv2.so.2
lrwxrwxrwx 1 root root 18 Jul 29 2020 libGLESv2.so.2 -> libGLESv2.so.2.1.0
-rw-r--r-- 1 root root 54732 Jul 29 2020 libGLESv2.so.2.1.0
lrwxrwxrwx 1 root root 16 Mar 25 2021 libGLX_indirect.so.0 -> libGLX_mesa.so.0
/usr/lib/mesa-diverted/powerpc64le-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Mar 16 12:34 .
drwxr-xr-x 7 root root 4096 May 5 00:18 ..
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Jun 30 2012 .
drwxr-xr-x 7 root root 4096 May 5 00:18 ..
/usr/lib/mesa/:
total 40
drwxr-xr-x 2 root root 4096 Jun 30 2012 .
drwxr-xr-x 88 root root 36864 May 6 02:40 ..
/usr/lib/nvidia/:
total 64
drwxr-xr-x 4 root root 4096 May 5 00:50 .
drwxr-xr-x 88 root root 36864 May 6 02:40 ..
-rw-r--r-- 1 root root 57 Jan 7 2021 alternate-install-present
drwxr-xr-x 2 root root 4096 Feb 13 2019 bumblebee
-rwxr-xr-x 1 root root 2125 Jan 7 2021 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Jan 7 2021 check-for-mismatching-nvidia-module
drwxr-xr-x 2 root root 4096 May 5 00:17 legacy-390xx
lrwxrwxrwx 1 root root 35 May 3 22:31 libglx.so -> /etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Mar 27 2016 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 May 3 22:31 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 May 3 22:31 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 Jan 7 2021 pre-install
/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Feb 13 2019 .
drwxr-xr-x 4 root root 4096 May 5 00:50 ..
/usr/lib/nvidia/legacy-390xx/:
total 18068
drwxr-xr-x 2 root root 4096 May 5 00:17 .
drwxr-xr-x 4 root root 4096 May 5 00:50 ..
lrwxrwxrwx 1 root root 17 Jul 21 2021 libglx.so -> libglx.so.390.144
-rw-r--r-- 1 root root 9729696 Jun 3 2021 libglx.so.390.144
-rwxr-xr-x 1 root root 32038 May 10 2021 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 187740 Jun 3 2021 nvidia-debugdump
-rw-r--r-- 1 root root 3357 Jul 21 2021 nvidia.ids
-rw-r--r-- 1 root root 8498508 Jun 3 2021 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 18068
drwxr-xr-x 2 root root 4096 May 5 00:17 .
drwxr-xr-x 4 root root 4096 May 5 00:50 ..
lrwxrwxrwx 1 root root 17 Jul 21 2021 libglx.so -> libglx.so.390.144
-rw-r--r-- 1 root root 9729696 Jun 3 2021 libglx.so.390.144
-rwxr-xr-x 1 root root 32038 May 10 2021 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 187740 Jun 3 2021 nvidia-debugdump
-rw-r--r-- 1 root root 3357 Jul 21 2021 nvidia.ids
-rw-r--r-- 1 root root 8498508 Jun 3 2021 nvidia_drv.so
/usr/share/X11/xorg.conf.d/:
total 36
drwxr-xr-x 2 root root 4096 May 5 02:30 .
drwxr-xr-x 5 root root 4096 May 5 02:30 ..
-rw-r--r-- 1 root root 92 Sep 17 2020 10-amdgpu.conf
-rw-r--r-- 1 root root 1099 Apr 14 2020 10-evdev.conf
-rw-r--r-- 1 root root 1350 Dec 16 20:08 10-quirks.conf
-rw-r--r-- 1 root root 92 Sep 18 2020 10-radeon.conf
-rw-r--r-- 1 root root 1429 Aug 17 2020 40-libinput.conf
-rw-r--r-- 1 root root 1753 Apr 6 2020 70-synaptics.conf
-rw-r--r-- 1 root root 2747 Jun 26 2017 70-wacom.conf
lrwxrwxrwx 1 root root 50 May 3 22:38 nvidia-drm-outputclass.conf -> /etc/alternatives/glx--nvidia-drm-outputclass.conf
/etc/modprobe.d:
total 28
drwxr-xr-x 2 root root 4096 May 5 00:54 .
drwxr-xr-x 145 root root 12288 May 6 02:40 ..
-rw-r--r-- 1 root root 127 Oct 6 2012 dkms.conf
lrwxrwxrwx 1 root root 53 May 3 18:06 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r-- 1 root root 260 Feb 26 2016 nvidia-kernel-common.conf
lrwxrwxrwx 1 root root 43 May 3 18:06 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
-rw-r--r-- 1 root root 26 Mar 9 2013 radeon-kms.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 216 May 3 15:40 /etc/modules
/etc/modules-load.d/:
total 20
drwxr-xr-x 2 root root 4096 May 5 16:43 .
drwxr-xr-x 145 root root 12288 May 6 02:40 ..
-rw-r--r-- 1 root root 119 May 13 2019 cups-filters.conf
lrwxrwxrwx 1 root root 39 May 3 18:06 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-legacy-390xx $CMDLINE_OPTS
install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-legacy-390xx-modeset $CMDLINE_OPTS
install nvidia-drm modprobe nvidia-modeset ; modprobe -i nvidia-legacy-390xx-drm $CMDLINE_OPTS
#install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-legacy-390xx-uvm $CMDLINE_OPTS
remove nvidia modprobe -r -i nvidia-drm nvidia-modeset 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 ^^^^^^^^^^
<<<<<<<<<< /etc/X11/xorg.conf >>>>>>>>>>
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.48 (buildd@murphy) Wed Sep 12 11:32:28 UTC 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "NEC"
ModelName "EA232WMi"
HorizSync 28.0 - 82.0
VertRefresh 43.0 - 76.0
Option "DPMS"
Option "PreferredMode" "1920x1080"
# high freq modes
# # this works fine
# ModeLine "1920x1080F" 148.50 1920 2000 2044 2192 1080 1084 1089 1125 +hsync +vsync
# # 63Hz auto - fine
# ModeLine "1920x1080F1" 148.50 1920 1968 2000 2080 1080 1084 1089 1125 +hsync +vsync
# # 65Hz auto - fine after manual fixing
# ModeLine "1920x1080F2" 148.50 1920 1948 1975 2030 1080 1084 1089 1125 +hsync +vsync
# # 66Hz auto - fine
# ModeLine "1920x1080F2" 148.50 1920 1960 1980 2000 1080 1084 1089 1125 +hsync +vsync
# 67Hz auto - fine
ModeLine "1920x1080F" 148.50 1920 1955 1960 1980 1080 1084 1089 1120 +hsync +vsync
# native modes when monitor detected properly are
ModeLine "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
ModeLine "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
ModeLine "1600x900" 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync
ModeLine "1440x900" 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync
ModeLine "1400x1050" 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync
ModeLine "1280x1024_75" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
ModeLine "1280x800" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
ModeLine "1280x720" 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
ModeLine "1024x768_75" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "1024x768_70" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
ModeLine "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "800x600_75" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600_72" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "800x600_56" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "640x480_75" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
ModeLine "640x480_73" 31.50 640 656 696 832 480 481 484 520 -hsync -vsync
ModeLine "640x480" 25.18 640 656 752 800 480 490 492 525 -hsync -vsync
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
ModeLine "1920x1080M" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
# 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz
ModeLine "1920x1080MR" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
EndSection
#Section "Monitor"
# Identifier "Monitor0"
# VendorName "Unknown"
# ModelName "Unknown"
# HorizSync 28.0 - 33.0
# VertRefresh 43.0 - 72.0
# Option "DPMS"
#EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1920x1080F" "1680x1050" "1600x900" "1440x900" "1400x1050" "1280x1024_75" "1280x1024" "1280x960" "1280x800" "1280x720" "1024x768_75" "1024x768_70" "1024x768" "800x600_75" "800x600_72" "800x600" "800x600_56" "640x480_75" "640x480_73" "640x480" "1920x1080M" "1920x1080MR"
EndSubSection
EndSection
^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 33.365]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 33.365] Build Operating System: linux Debian
[ 33.365] Current Operating System: Linux host3 5.10.0-13-686-pae #1 SMP Debian 5.10.106-1 (2022-03-17) i686
[ 33.365] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-13-686-pae root=UUID=ecb35325-8e5c-4d2c-9dc7-4aed78963de9 ro quiet noacpi noapic acpi=off apic=off pnpbios=off
[ 33.365] Build Date: 16 December 2021 05:08:23PM
[ 33.365] xorg-server 2:1.20.11-1+deb11u1 (https://www.debian.org/support)
[ 33.365] Current version of pixman: 0.40.0
[ 33.365] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 33.365] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 33.365] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 5 14:01:29 2022
[ 33.514] (==) Using config file: "/etc/X11/xorg.conf"
[ 33.514] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 33.777] (==) ServerLayout "Layout0"
[ 33.777] (**) |-->Screen "Screen0" (0)
[ 33.777] (**) | |-->Monitor "Monitor0"
[ 33.778] (**) | |-->Device "Device0"
[ 33.778] (**) |-->Input Device "Keyboard0"
[ 33.778] (**) |-->Input Device "Mouse0"
[ 33.778] (==) Automatically adding devices
[ 33.778] (==) Automatically enabling devices
[ 33.778] (==) Automatically adding GPU devices
[ 33.778] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 33.911] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 33.911] Entry deleted from font path.
[ 34.186] (==) 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
[ 34.186] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 34.186] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 34.186] (WW) Disabling Keyboard0
[ 34.186] (WW) Disabling Mouse0
[ 34.186] (II) Loader magic: 0x77b740
[ 34.186] (II) Module ABI versions:
[ 34.186] X.Org ANSI C Emulation: 0.4
[ 34.186] X.Org Video Driver: 24.1
[ 34.186] X.Org XInput driver : 24.1
[ 34.186] X.Org Server Extension : 10.0
[ 34.186] (++) using VT number 7
[ 34.186] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 34.187] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 34.188] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/xorg/modules/linux,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 34.190] (--) PCI:*(1@0:0:0) 10de:104a:1458:3546 rev 161, Mem @ 0xfb000000/16777216, 0xc8000000/134217728, 0xd6000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[ 34.190] (II) LoadModule: "glx"
[ 34.242] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 36.945] (II) Module glx: vendor="NVIDIA Corporation"
[ 36.945] compiled for 4.0.2, module version = 1.0.0
[ 36.945] Module class: X.Org Server Extension
[ 36.945] (II) NVIDIA GLX Module 390.144 Wed Jun 2 23:01:25 UTC 2021
[ 36.945] (II) LoadModule: "nvidia"
[ 37.001] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 37.217] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 37.217] compiled for 4.0.2, module version = 1.0.0
[ 37.217] Module class: X.Org Video Driver
[ 37.265] (II) NVIDIA dlloader X Driver 390.144 Wed Jun 2 23:03:51 UTC 2021
[ 37.265] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 37.306] (II) Loading sub module "fb"
[ 37.306] (II) LoadModule: "fb"
[ 37.333] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 37.502] (II) Module fb: vendor="X.Org Foundation"
[ 37.502] compiled for 1.20.11, module version = 1.0.0
[ 37.502] ABI class: X.Org ANSI C Emulation, version 0.4
[ 37.502] (II) Loading sub module "wfb"
[ 37.502] (II) LoadModule: "wfb"
[ 37.503] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 37.573] (II) Module wfb: vendor="X.Org Foundation"
[ 37.573] compiled for 1.20.11, module version = 1.0.0
[ 37.573] ABI class: X.Org ANSI C Emulation, version 0.4
[ 37.573] (II) Loading sub module "ramdac"
[ 37.573] (II) LoadModule: "ramdac"
[ 37.573] (II) Module "ramdac" already built-in
[ 37.624] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 37.624] (==) NVIDIA(0): RGB weight 888
[ 37.624] (==) NVIDIA(0): Default visual is TrueColor
[ 37.624] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 37.625] (**) NVIDIA(0): Enabling 2D acceleration
[ 38.629] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 38.629] (--) NVIDIA(0): CRT-0
[ 38.629] (--) NVIDIA(0): CRT-1 (boot)
[ 38.629] (--) NVIDIA(0): DFP-0
[ 38.629] (--) NVIDIA(0): DFP-1
[ 38.630] (II) NVIDIA(0): NVIDIA GPU GeForce GT 610 (GF119) at PCI:1:0:0 (GPU-0)
[ 38.630] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 38.630] (--) NVIDIA(0): VideoBIOS: 75.19.55.00.02
[ 38.630] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 38.633] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 38.633] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 38.633] (--) NVIDIA(GPU-0):
[ 38.642] (--) NVIDIA(GPU-0): CRT-1: connected
[ 38.642] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 38.642] (--) NVIDIA(GPU-0):
[ 38.645] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 38.645] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 38.645] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 38.645] (--) NVIDIA(GPU-0):
[ 38.645] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 38.645] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 38.645] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 38.645] (--) NVIDIA(GPU-0):
[ 38.660] (II) NVIDIA(0): Validated MetaModes:
[ 38.660] (II) NVIDIA(0): "CRT-1:1920x1080"
[ 38.660] (II) NVIDIA(0): "CRT-1:1920x1080F"
[ 38.660] (II) NVIDIA(0): "CRT-1:1680x1050"
[ 38.660] (II) NVIDIA(0): "CRT-1:1600x900"
[ 38.660] (II) NVIDIA(0): "CRT-1:1440x900"
[ 38.660] (II) NVIDIA(0): "CRT-1:1400x1050"
[ 38.660] (II) NVIDIA(0): "CRT-1:1280x1024_75"
[ 38.660] (II) NVIDIA(0): "CRT-1:1280x1024"
[ 38.660] (II) NVIDIA(0): "CRT-1:1280x960"
[ 38.660] (II) NVIDIA(0): "CRT-1:1280x800"
[ 38.660] (II) NVIDIA(0): "CRT-1:1280x720"
[ 38.660] (II) NVIDIA(0): "CRT-1:1024x768_75"
[ 38.660] (II) NVIDIA(0): "CRT-1:1024x768_70"
[ 38.660] (II) NVIDIA(0): "CRT-1:1024x768"
[ 38.660] (II) NVIDIA(0): "CRT-1:800x600_75"
[ 38.660] (II) NVIDIA(0): "CRT-1:800x600_72"
[ 38.660] (II) NVIDIA(0): "CRT-1:800x600"
[ 38.660] (II) NVIDIA(0): "CRT-1:800x600_56"
[ 38.660] (II) NVIDIA(0): "CRT-1:640x480_75"
[ 38.660] (II) NVIDIA(0): "CRT-1:640x480_73"
[ 38.660] (II) NVIDIA(0): "CRT-1:640x480"
[ 38.660] (II) NVIDIA(0): "CRT-1:1920x1080M"
[ 38.660] (II) NVIDIA(0): "CRT-1:1920x1080MR"
[ 38.660] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 38.681] (WW) NVIDIA(0): CRT-1 does not have an EDID, or its EDID does not contain a
[ 38.681] (WW) NVIDIA(0): maximum image size; cannot compute DPI from CRT-1's EDID.
[ 38.681] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 38.681] (II) NVIDIA: Reserving 1536.00 MB of virtual memory for indirect memory
[ 38.681] (II) NVIDIA: access.
[ 38.716] (II) NVIDIA(0): Setting mode "CRT-1:1920x1080"
[ 38.872] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 38.872] (==) NVIDIA(0): Backing store enabled
[ 38.872] (==) NVIDIA(0): Silken mouse enabled
[ 38.939] (**) NVIDIA(0): DPMS enabled
[ 38.939] (WW) NVIDIA(0): Option "PreferredMode" is not used
[ 38.939] (II) Loading sub module "dri2"
[ 38.939] (II) LoadModule: "dri2"
[ 38.939] (II) Module "dri2" already built-in
[ 38.939] (II) NVIDIA(0): [DRI2] Setup complete
[ 38.939] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 38.972] (II) Initializing extension Generic Event Extension
[ 38.972] (II) Initializing extension SHAPE
[ 38.972] (II) Initializing extension MIT-SHM
[ 38.972] (II) Initializing extension XInputExtension
[ 38.996] (II) Initializing extension XTEST
[ 38.996] (II) Initializing extension BIG-REQUESTS
[ 38.996] (II) Initializing extension SYNC
[ 38.996] (II) Initializing extension XKEYBOARD
[ 38.996] (II) Initializing extension XC-MISC
[ 38.997] (II) Initializing extension SECURITY
[ 38.997] (II) Initializing extension XFIXES
[ 38.997] (II) Initializing extension RENDER
[ 38.997] (II) Initializing extension RANDR
[ 38.998] (II) Initializing extension COMPOSITE
[ 38.998] (II) Initializing extension DAMAGE
[ 38.998] (II) Initializing extension MIT-SCREEN-SAVER
[ 38.998] (II) Initializing extension DOUBLE-BUFFER
[ 38.999] (II) Initializing extension RECORD
[ 38.999] (II) Initializing extension DPMS
[ 38.999] (II) Initializing extension Present
[ 38.999] (II) Initializing extension DRI3
[ 38.999] (II) Initializing extension X-Resource
[ 38.999] (II) Initializing extension XVideo
[ 39.000] (II) Initializing extension XVideo-MotionCompensation
[ 39.000] (II) Initializing extension SELinux
[ 39.000] (II) SELinux: Disabled on system
[ 39.000] (II) Initializing extension XFree86-VidModeExtension
[ 39.000] (II) Initializing extension XFree86-DGA
[ 39.000] (II) Initializing extension XFree86-DRI
[ 39.019] (II) Initializing extension DRI2
[ 39.019] (II) Initializing extension GLX
[ 39.019] (II) Initializing extension GLX
[ 39.019] (II) Indirect GLX disabled.
[ 39.019] (II) Initializing extension NV-GLX
[ 39.019] (II) Initializing extension NV-CONTROL
[ 39.020] (II) Initializing extension XINERAMA
[ 40.371] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 40.371] (II) No input driver specified, ignoring this device.
[ 40.371] (II) This device may have been added with another device file.
[ 40.371] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 40.371] (II) No input driver specified, ignoring this device.
[ 40.371] (II) This device may have been added with another device file.
[ 40.372] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event0)
[ 40.372] (**) USB OPTICAL MOUSE : Applying InputClass "evdev pointer catchall"
[ 40.372] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[ 40.372] (II) LoadModule: "libinput"
[ 40.372] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 40.517] (II) Module libinput: vendor="X.Org Foundation"
[ 40.517] compiled for 1.20.8, module version = 0.30.0
[ 40.517] Module class: X.Org XInput Driver
[ 40.517] ABI class: X.Org XInput driver, version 24.1
[ 40.517] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[ 40.517] (**) USB OPTICAL MOUSE : always reports core events
[ 40.517] (**) Option "Device" "/dev/input/event0"
[ 40.521] (**) Option "_source" "server/udev"
[ 40.606] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 40.607] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 40.607] (II) event0 - USB OPTICAL MOUSE : device removed
[ 40.653] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/0003:18F8:0F97.0001/input/input3/event0"
[ 40.653] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 6)
[ 40.654] (**) Option "AccelerationScheme" "none"
[ 40.654] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[ 40.654] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[ 40.654] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[ 40.714] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 40.715] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 40.715] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 40.715] (II) No input driver specified, ignoring this device.
[ 40.715] (II) This device may have been added with another device file.
[ 40.715] (II) config/udev: Adding input device USB OPTICAL MOUSE Keyboard (/dev/input/event1)
[ 40.715] (**) USB OPTICAL MOUSE Keyboard: Applying InputClass "evdev keyboard catchall"
[ 40.715] (**) USB OPTICAL MOUSE Keyboard: Applying InputClass "libinput keyboard catchall"
[ 40.715] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE Keyboard'
[ 40.715] (**) USB OPTICAL MOUSE Keyboard: always reports core events
[ 40.715] (**) Option "Device" "/dev/input/event1"
[ 40.715] (**) Option "_source" "server/udev"
[ 40.717] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 40.717] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 40.717] (II) event1 - USB OPTICAL MOUSE Keyboard: device removed
[ 40.753] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.1/0003:18F8:0F97.0002/input/input4/event1"
[ 40.753] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE Keyboard" (type: KEYBOARD, id 7)
[ 40.753] (**) Option "xkb_model" "pc105"
[ 40.753] (**) Option "xkb_layout" "us,ru"
[ 40.753] (**) Option "xkb_variant" ","
[ 40.753] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 40.807] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 40.807] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 40.807] (II) config/udev: Adding input device USB OPTICAL MOUSE Consumer Control (/dev/input/event2)
[ 40.807] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 40.807] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 40.807] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE Consumer Control'
[ 40.807] (**) USB OPTICAL MOUSE Consumer Control: always reports core events
[ 40.807] (**) Option "Device" "/dev/input/event2"
[ 40.807] (**) Option "_source" "server/udev"
[ 40.809] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 40.809] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 40.809] (II) event2 - USB OPTICAL MOUSE Consumer Control: device removed
[ 40.825] (II) libinput: USB OPTICAL MOUSE Consumer Control: needs a virtual subdevice
[ 40.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.1/0003:18F8:0F97.0002/input/input5/event2"
[ 40.825] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE Consumer Control" (type: MOUSE, id 8)
[ 40.826] (**) Option "AccelerationScheme" "none"
[ 40.826] (**) USB OPTICAL MOUSE Consumer Control: (accel) selected scheme none/0
[ 40.826] (**) USB OPTICAL MOUSE Consumer Control: (accel) acceleration factor: 2.000
[ 40.826] (**) USB OPTICAL MOUSE Consumer Control: (accel) acceleration threshold: 4
[ 40.827] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 40.827] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 40.828] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event3)
[ 40.828] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 40.828] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 40.828] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 40.828] (**) SIGMACHIP USB Keyboard: always reports core events
[ 40.828] (**) Option "Device" "/dev/input/event3"
[ 40.828] (**) Option "_source" "server/udev"
[ 40.829] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 40.829] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 40.829] (II) event3 - SIGMACHIP USB Keyboard: device removed
[ 40.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/0003:1C4F:0026.0003/input/input7/event3"
[ 40.841] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 9)
[ 40.841] (**) Option "xkb_model" "pc105"
[ 40.841] (**) Option "xkb_layout" "us,ru"
[ 40.841] (**) Option "xkb_variant" ","
[ 40.841] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 40.843] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 40.843] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 40.843] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event4)
[ 40.844] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 40.844] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 40.844] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 40.844] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 40.844] (**) Option "Device" "/dev/input/event4"
[ 40.844] (**) Option "_source" "server/udev"
[ 40.845] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 40.845] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 40.845] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 40.857] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: needs a virtual subdevice
[ 40.857] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/0003:1C4F:0026.0004/input/input8/event4"
[ 40.857] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: MOUSE, id 10)
[ 40.858] (**) Option "AccelerationScheme" "none"
[ 40.858] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 40.858] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 40.858] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 40.859] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 40.859] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 40.859] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event5)
[ 40.859] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[ 40.859] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 40.859] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard System Control'
[ 40.859] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[ 40.859] (**) Option "Device" "/dev/input/event5"
[ 40.859] (**) Option "_source" "server/udev"
[ 40.861] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 40.861] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 40.861] (II) event5 - SIGMACHIP USB Keyboard System Control: device removed
[ 40.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/0003:1C4F:0026.0004/input/input9/event5"
[ 40.873] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 11)
[ 40.873] (**) Option "xkb_model" "pc105"
[ 40.873] (**) Option "xkb_layout" "us,ru"
[ 40.873] (**) Option "xkb_variant" ","
[ 40.873] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 40.875] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 40.875] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 40.875] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event10)
[ 40.875] (II) No input driver specified, ignoring this device.
[ 40.875] (II) This device may have been added with another device file.
[ 40.876] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event11)
[ 40.876] (II) No input driver specified, ignoring this device.
[ 40.876] (II) This device may have been added with another device file.
[ 40.876] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event12)
[ 40.876] (II) No input driver specified, ignoring this device.
[ 40.876] (II) This device may have been added with another device file.
[ 40.876] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event13)
[ 40.876] (II) No input driver specified, ignoring this device.
[ 40.876] (II) This device may have been added with another device file.
[ 40.876] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event14)
[ 40.876] (II) No input driver specified, ignoring this device.
[ 40.876] (II) This device may have been added with another device file.
[ 40.876] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event15)
[ 40.876] (II) No input driver specified, ignoring this device.
[ 40.876] (II) This device may have been added with another device file.
[ 40.877] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event16)
[ 40.877] (II) No input driver specified, ignoring this device.
[ 40.877] (II) This device may have been added with another device file.
[ 40.877] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event17)
[ 40.877] (II) No input driver specified, ignoring this device.
[ 40.877] (II) This device may have been added with another device file.
[ 40.877] (II) config/udev: Adding input device Avermedia PCI pure analog (M135A) (/dev/input/event7)
[ 40.877] (**) Avermedia PCI pure analog (M135A): Applying InputClass "evdev keyboard catchall"
[ 40.877] (**) Avermedia PCI pure analog (M135A): Applying InputClass "libinput keyboard catchall"
[ 40.877] (II) Using input driver 'libinput' for 'Avermedia PCI pure analog (M135A)'
[ 40.877] (**) Avermedia PCI pure analog (M135A): always reports core events
[ 40.877] (**) Option "Device" "/dev/input/event7"
[ 40.877] (**) Option "_source" "server/udev"
[ 40.878] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 40.878] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 40.878] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 40.879] (II) event7 - Avermedia PCI pure analog (M135A): device removed
[ 40.905] (II) libinput: Avermedia PCI pure analog (M135A): needs a virtual subdevice
[ 40.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.4/0000:03:07.0/rc/rc0/input11/event7"
[ 40.905] (II) XINPUT: Adding extended input device "Avermedia PCI pure analog (M135A)" (type: MOUSE, id 12)
[ 40.906] (**) Option "AccelerationScheme" "none"
[ 40.906] (**) Avermedia PCI pure analog (M135A): (accel) selected scheme none/0
[ 40.906] (**) Avermedia PCI pure analog (M135A): (accel) acceleration factor: 2.000
[ 40.906] (**) Avermedia PCI pure analog (M135A): (accel) acceleration threshold: 4
[ 40.907] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 40.907] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 40.907] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 40.908] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 40.908] (II) No input driver specified, ignoring this device.
[ 40.908] (II) This device may have been added with another device file.
[ 40.910] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 40.910] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 40.910] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE Consumer Control'
[ 40.910] (**) USB OPTICAL MOUSE Consumer Control: always reports core events
[ 40.910] (**) Option "Device" "/dev/input/event2"
[ 40.910] (**) Option "_source" "_driver/libinput"
[ 40.910] (II) libinput: USB OPTICAL MOUSE Consumer Control: is a virtual subdevice
[ 40.910] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.1/0003:18F8:0F97.0002/input/input5/event2"
[ 40.910] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE Consumer Control" (type: KEYBOARD, id 13)
[ 40.910] (**) Option "xkb_model" "pc105"
[ 40.910] (**) Option "xkb_layout" "us,ru"
[ 40.910] (**) Option "xkb_variant" ","
[ 40.911] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 40.911] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 40.911] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 40.911] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 40.911] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 40.911] (**) Option "Device" "/dev/input/event4"
[ 40.911] (**) Option "_source" "_driver/libinput"
[ 40.911] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: is a virtual subdevice
[ 40.911] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/0003:1C4F:0026.0004/input/input8/event4"
[ 40.911] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 14)
[ 40.911] (**) Option "xkb_model" "pc105"
[ 40.911] (**) Option "xkb_layout" "us,ru"
[ 40.911] (**) Option "xkb_variant" ","
[ 40.911] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 40.911] (**) Avermedia PCI pure analog (M135A): Applying InputClass "evdev keyboard catchall"
[ 40.911] (**) Avermedia PCI pure analog (M135A): Applying InputClass "libinput keyboard catchall"
[ 40.911] (II) Using input driver 'libinput' for 'Avermedia PCI pure analog (M135A)'
[ 40.911] (**) Avermedia PCI pure analog (M135A): always reports core events
[ 40.911] (**) Option "Device" "/dev/input/event7"
[ 40.911] (**) Option "_source" "_driver/libinput"
[ 40.911] (II) libinput: Avermedia PCI pure analog (M135A): is a virtual subdevice
[ 40.911] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.4/0000:03:07.0/rc/rc0/input11/event7"
[ 40.911] (II) XINPUT: Adding extended input device "Avermedia PCI pure analog (M135A)" (type: KEYBOARD, id 15)
[ 40.911] (**) Option "xkb_model" "pc105"
[ 40.911] (**) Option "xkb_layout" "us,ru"
[ 40.911] (**) Option "xkb_variant" ","
[ 40.911] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 331.282] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 12ms, your system is too slow
[ 438.868] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 42ms, your system is too slow
[ 690.735] (II) event0 - USB OPTICAL MOUSE : device removed
[ 690.773] (II) event1 - USB OPTICAL MOUSE Keyboard: device removed
[ 690.822] (II) event3 - SIGMACHIP USB Keyboard: device removed
[ 690.846] (II) event5 - SIGMACHIP USB Keyboard System Control: device removed
[ 690.869] (II) event2 - USB OPTICAL MOUSE Consumer Control: device removed
[ 690.885] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 690.901] (II) event7 - Avermedia PCI pure analog (M135A): device removed
[ 704.637] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 704.637] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 704.637] (--) NVIDIA(GPU-0):
[ 704.650] (--) NVIDIA(GPU-0): CRT-1: connected
[ 704.650] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 704.650] (--) NVIDIA(GPU-0):
[ 704.653] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 704.653] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 704.653] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 704.653] (--) NVIDIA(GPU-0):
[ 704.653] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 704.653] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 704.653] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 704.653] (--) NVIDIA(GPU-0):
[ 704.688] (II) NVIDIA(0): Setting mode "CRT-1:1920x1080"
[ 704.798] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 704.799] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 704.800] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 704.800] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 704.802] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 704.802] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 704.803] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 704.803] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 704.805] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 704.805] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 704.806] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 704.806] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 704.808] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 704.808] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 704.808] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 813.976] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 18ms, your system is too slow
[ 6158.538] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 36ms, your system is too slow
[ 28932.418] (II) event0 - USB OPTICAL MOUSE : device removed
[ 28932.454] (II) event1 - USB OPTICAL MOUSE Keyboard: device removed
[ 28932.494] (II) event3 - SIGMACHIP USB Keyboard: device removed
[ 28932.518] (II) event5 - SIGMACHIP USB Keyboard System Control: device removed
[ 28932.534] (II) event2 - USB OPTICAL MOUSE Consumer Control: device removed
[ 28932.558] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 28932.582] (II) event7 - Avermedia PCI pure analog (M135A): device removed
[ 34576.648] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 34576.648] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 34576.648] (--) NVIDIA(GPU-0):
[ 34576.661] (--) NVIDIA(GPU-0): CRT-1: connected
[ 34576.661] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 34576.661] (--) NVIDIA(GPU-0):
[ 34576.663] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 34576.663] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 34576.663] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 34576.663] (--) NVIDIA(GPU-0):
[ 34576.663] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 34576.664] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 34576.664] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 34576.664] (--) NVIDIA(GPU-0):
[ 34576.698] (II) NVIDIA(0): Setting mode "CRT-1:1920x1080"
[ 34576.806] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 34576.807] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 34576.808] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 34576.808] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 34576.810] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 34576.810] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 34576.812] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 34576.812] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 34576.814] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 34576.814] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 34576.815] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 34576.815] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 34576.817] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 34576.817] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 34576.817] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 36170.202] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 20ms, your system is too slow
[ 36433.124] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 14ms, your system is too slow
[ 36521.903] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 33ms, your system is too slow
[ 36523.031] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 33ms, your system is too slow
[ 36547.389] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 32ms, your system is too slow
[ 36547.390] (EE) event3 - SIGMACHIP USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[ 39893.702] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 40500.572] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
[ 40567.817] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[ 41204.014] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 42024.194] (II) event0 - USB OPTICAL MOUSE : device removed
[ 42024.242] (II) event1 - USB OPTICAL MOUSE Keyboard: device removed
[ 42024.290] (II) event3 - SIGMACHIP USB Keyboard: device removed
[ 42024.310] (II) event5 - SIGMACHIP USB Keyboard System Control: device removed
[ 42024.326] (II) event2 - USB OPTICAL MOUSE Consumer Control: device removed
[ 42024.342] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 42024.358] (II) event7 - Avermedia PCI pure analog (M135A): device removed
[ 44681.622] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 44681.622] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 44681.622] (--) NVIDIA(GPU-0):
[ 44681.633] (--) NVIDIA(GPU-0): CRT-1: connected
[ 44681.633] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 44681.633] (--) NVIDIA(GPU-0):
[ 44681.636] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 44681.636] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 44681.636] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 44681.636] (--) NVIDIA(GPU-0):
[ 44681.636] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 44681.636] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 44681.636] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 44681.636] (--) NVIDIA(GPU-0):
[ 44681.670] (II) NVIDIA(0): Setting mode "CRT-1:1920x1080"
[ 44681.778] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 44681.779] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 44681.780] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 44681.780] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 44681.782] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 44681.782] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 44681.784] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 44681.784] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 44681.785] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 44681.785] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 44681.787] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 44681.787] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 44681.788] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 44681.789] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 44681.789] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 45130.758] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 45187.331] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 21ms, your system is too slow
[ 45767.843] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 29ms, your system is too slow
[ 46146.222] (EE) event3 - SIGMACHIP USB Keyboard: client bug: event processing lagging behind by 32ms, your system is too slow
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 62.100]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 62.100] Build Operating System: linux Debian
[ 62.100] Current Operating System: Linux host3 5.10.0-13-686-pae #1 SMP Debian 5.10.106-1 (2022-03-17) i686
[ 62.100] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-13-686-pae root=UUID=ecb35325-8e5c-4d2c-9dc7-4aed78963de9 ro quiet noacpi noapic acpi=off apic=off pnpbios=off
[ 62.100] Build Date: 16 December 2021 05:08:23PM
[ 62.100] xorg-server 2:1.20.11-1+deb11u1 (https://www.debian.org/support)
[ 62.100] Current version of pixman: 0.40.0
[ 62.100] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 62.100] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 62.100] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 5 13:33:08 2022
[ 62.100] (==) Using config file: "/etc/X11/xorg.conf"
[ 62.100] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 62.101] (==) ServerLayout "Layout0"
[ 62.101] (**) |-->Screen "Screen0" (0)
[ 62.101] (**) | |-->Monitor "Monitor0"
[ 62.101] (**) | |-->Device "Device0"
[ 62.101] (**) |-->Input Device "Keyboard0"
[ 62.101] (**) |-->Input Device "Mouse0"
[ 62.101] (==) Automatically adding devices
[ 62.101] (==) Automatically enabling devices
[ 62.101] (==) Automatically adding GPU devices
[ 62.101] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 62.101] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 62.101] Entry deleted from font path.
[ 62.101] (==) 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
[ 62.101] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 62.101] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 62.101] (WW) Disabling Keyboard0
[ 62.101] (WW) Disabling Mouse0
[ 62.101] (II) Loader magic: 0x6bf740
[ 62.101] (II) Module ABI versions:
[ 62.101] X.Org ANSI C Emulation: 0.4
[ 62.101] X.Org Video Driver: 24.1
[ 62.101] X.Org XInput driver : 24.1
[ 62.101] X.Org Server Extension : 10.0
[ 62.102] (++) using VT number 7
[ 62.102] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 62.102] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 62.105] (--) PCI:*(1@0:0:0) 10de:104a:1458:3546 rev 161, Mem @ 0xfb000000/16777216, 0xc8000000/134217728, 0xd6000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
[ 62.105] (II) LoadModule: "glx"
[ 62.105] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 62.140] (II) Module glx: vendor="X.Org Foundation"
[ 62.140] compiled for 1.20.11, module version = 1.0.0
[ 62.140] ABI class: X.Org Server Extension, version 10.0
[ 62.140] (II) LoadModule: "nvidia"
[ 62.140] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 62.143] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 62.143] compiled for 4.0.2, module version = 1.0.0
[ 62.143] Module class: X.Org Video Driver
[ 62.143] (II) NVIDIA dlloader X Driver 390.144 Wed Jun 2 23:03:51 UTC 2021
[ 62.143] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 62.147] (II) Loading sub module "fb"
[ 62.147] (II) LoadModule: "fb"
[ 62.147] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 62.149] (II) Module fb: vendor="X.Org Foundation"
[ 62.149] compiled for 1.20.11, module version = 1.0.0
[ 62.149] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62.149] (II) Loading sub module "wfb"
[ 62.149] (II) LoadModule: "wfb"
[ 62.149] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 62.151] (II) Module wfb: vendor="X.Org Foundation"
[ 62.151] compiled for 1.20.11, module version = 1.0.0
[ 62.151] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62.151] (II) Loading sub module "ramdac"
[ 62.151] (II) LoadModule: "ramdac"
[ 62.151] (II) Module "ramdac" already built-in
[ 62.152] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 62.152] (==) NVIDIA(0): RGB weight 888
[ 62.152] (==) NVIDIA(0): Default visual is TrueColor
[ 62.152] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 62.152] (**) NVIDIA(0): Enabling 2D acceleration
[ 62.152] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 62.152] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 62.152] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 62.152] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 62.152] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 62.649] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 62.649] (--) NVIDIA(0): CRT-0
[ 62.649] (--) NVIDIA(0): CRT-1 (boot)
[ 62.649] (--) NVIDIA(0): DFP-0
[ 62.649] (--) NVIDIA(0): DFP-1
[ 62.650] (II) NVIDIA(0): NVIDIA GPU GeForce GT 610 (GF119) at PCI:1:0:0 (GPU-0)
[ 62.650] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 62.650] (--) NVIDIA(0): VideoBIOS: 75.19.55.00.02
[ 62.650] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 62.653] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 62.653] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 62.653] (--) NVIDIA(GPU-0):
[ 62.663] (--) NVIDIA(GPU-0): CRT-1: connected
[ 62.663] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[ 62.663] (--) NVIDIA(GPU-0):
[ 62.665] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 62.665] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 62.665] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 62.665] (--) NVIDIA(GPU-0):
[ 62.666] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 62.666] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 62.666] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 62.666] (--) NVIDIA(GPU-0):
[ 62.680] (II) NVIDIA(0): Validated MetaModes:
[ 62.680] (II) NVIDIA(0): "CRT-1:1920x1080"
[ 62.680] (II) NVIDIA(0): "CRT-1:1920x1080F"
[ 62.680] (II) NVIDIA(0): "CRT-1:1680x1050"
[ 62.680] (II) NVIDIA(0): "CRT-1:1600x900"
[ 62.680] (II) NVIDIA(0): "CRT-1:1440x900"
[ 62.680] (II) NVIDIA(0): "CRT-1:1400x1050"
[ 62.680] (II) NVIDIA(0): "CRT-1:1280x1024_75"
[ 62.680] (II) NVIDIA(0): "CRT-1:1280x1024"
[ 62.680] (II) NVIDIA(0): "CRT-1:1280x960"
[ 62.680] (II) NVIDIA(0): "CRT-1:1280x800"
[ 62.680] (II) NVIDIA(0): "CRT-1:1280x720"
[ 62.680] (II) NVIDIA(0): "CRT-1:1024x768_75"
[ 62.680] (II) NVIDIA(0): "CRT-1:1024x768_70"
[ 62.680] (II) NVIDIA(0): "CRT-1:1024x768"
[ 62.680] (II) NVIDIA(0): "CRT-1:800x600_75"
[ 62.680] (II) NVIDIA(0): "CRT-1:800x600_72"
[ 62.680] (II) NVIDIA(0): "CRT-1:800x600"
[ 62.680] (II) NVIDIA(0): "CRT-1:800x600_56"
[ 62.680] (II) NVIDIA(0): "CRT-1:640x480_75"
[ 62.680] (II) NVIDIA(0): "CRT-1:640x480_73"
[ 62.680] (II) NVIDIA(0): "CRT-1:640x480"
[ 62.680] (II) NVIDIA(0): "CRT-1:1920x1080M"
[ 62.680] (II) NVIDIA(0): "CRT-1:1920x1080MR"
[ 62.680] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 62.702] (WW) NVIDIA(0): CRT-1 does not have an EDID, or its EDID does not contain a
[ 62.702] (WW) NVIDIA(0): maximum image size; cannot compute DPI from CRT-1's EDID.
[ 62.702] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 62.703] (II) NVIDIA: Reserving 1536.00 MB of virtual memory for indirect memory
[ 62.703] (II) NVIDIA: access.
[ 62.738] (II) NVIDIA(0): Setting mode "CRT-1:1920x1080"
[ 62.782] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 62.782] (==) NVIDIA(0): Backing store enabled
[ 62.782] (==) NVIDIA(0): Silken mouse enabled
[ 62.783] (**) NVIDIA(0): DPMS enabled
[ 62.783] (WW) NVIDIA(0): Option "PreferredMode" is not used
[ 62.783] (II) Loading sub module "dri2"
[ 62.783] (II) LoadModule: "dri2"
[ 62.783] (II) Module "dri2" already built-in
[ 62.783] (II) NVIDIA(0): [DRI2] Setup complete
[ 62.783] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 62.783] (II) Initializing extension Generic Event Extension
[ 62.783] (II) Initializing extension SHAPE
[ 62.783] (II) Initializing extension MIT-SHM
[ 62.784] (II) Initializing extension XInputExtension
[ 62.784] (II) Initializing extension XTEST
[ 62.784] (II) Initializing extension BIG-REQUESTS
[ 62.784] (II) Initializing extension SYNC
[ 62.785] (II) Initializing extension XKEYBOARD
[ 62.785] (II) Initializing extension XC-MISC
[ 62.785] (II) Initializing extension SECURITY
[ 62.785] (II) Initializing extension XFIXES
[ 62.785] (II) Initializing extension RENDER
[ 62.786] (II) Initializing extension RANDR
[ 62.786] (II) Initializing extension COMPOSITE
[ 62.786] (II) Initializing extension DAMAGE
[ 62.787] (II) Initializing extension MIT-SCREEN-SAVER
[ 62.787] (II) Initializing extension DOUBLE-BUFFER
[ 62.787] (II) Initializing extension RECORD
[ 62.787] (II) Initializing extension DPMS
[ 62.787] (II) Initializing extension Present
[ 62.788] (II) Initializing extension DRI3
[ 62.788] (II) Initializing extension X-Resource
[ 62.788] (II) Initializing extension XVideo
[ 62.788] (II) Initializing extension XVideo-MotionCompensation
[ 62.788] (II) Initializing extension SELinux
[ 62.788] (II) SELinux: Disabled on system
[ 62.788] (II) Initializing extension GLX
[ 62.788] (II) AIGLX: Screen 0 is not DRI2 capable
[ 62.880] (II) IGLX: Loaded and initialized swrast
[ 62.880] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 62.880] (II) Initializing extension XFree86-VidModeExtension
[ 62.880] (II) Initializing extension XFree86-DGA
[ 62.880] (II) Initializing extension XFree86-DRI
[ 62.880] (II) Initializing extension DRI2
[ 62.881] (II) Initializing extension NV-GLX
[ 62.881] (II) Initializing extension NV-CONTROL
[ 62.881] (II) Initializing extension XINERAMA
[ 62.960] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 62.960] (II) No input driver specified, ignoring this device.
[ 62.960] (II) This device may have been added with another device file.
[ 62.960] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 62.960] (II) No input driver specified, ignoring this device.
[ 62.960] (II) This device may have been added with another device file.
[ 62.960] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event0)
[ 62.960] (**) USB OPTICAL MOUSE : Applying InputClass "evdev pointer catchall"
[ 62.960] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[ 62.960] (II) LoadModule: "libinput"
[ 62.961] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 62.962] (II) Module libinput: vendor="X.Org Foundation"
[ 62.962] compiled for 1.20.8, module version = 0.30.0
[ 62.962] Module class: X.Org XInput Driver
[ 62.962] ABI class: X.Org XInput driver, version 24.1
[ 62.962] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[ 62.962] (**) USB OPTICAL MOUSE : always reports core events
[ 62.962] (**) Option "Device" "/dev/input/event0"
[ 62.962] (**) Option "_source" "server/udev"
[ 63.022] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 63.023] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 63.023] (II) event0 - USB OPTICAL MOUSE : device removed
[ 63.061] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/0003:18F8:0F97.0001/input/input3/event0"
[ 63.061] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 6)
[ 63.062] (**) Option "AccelerationScheme" "none"
[ 63.062] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[ 63.062] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[ 63.062] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[ 63.122] (II) event0 - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[ 63.123] (II) event0 - USB OPTICAL MOUSE : device is a pointer
[ 63.123] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
[ 63.123] (II) No input driver specified, ignoring this device.
[ 63.123] (II) This device may have been added with another device file.
[ 63.123] (II) config/udev: Adding input device USB OPTICAL MOUSE Keyboard (/dev/input/event1)
[ 63.123] (**) USB OPTICAL MOUSE Keyboard: Applying InputClass "evdev keyboard catchall"
[ 63.123] (**) USB OPTICAL MOUSE Keyboard: Applying InputClass "libinput keyboard catchall"
[ 63.123] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE Keyboard'
[ 63.123] (**) USB OPTICAL MOUSE Keyboard: always reports core events
[ 63.123] (**) Option "Device" "/dev/input/event1"
[ 63.124] (**) Option "_source" "server/udev"
[ 63.125] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 63.125] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 63.125] (II) event1 - USB OPTICAL MOUSE Keyboard: device removed
[ 63.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.1/0003:18F8:0F97.0002/input/input4/event1"
[ 63.177] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE Keyboard" (type: KEYBOARD, id 7)
[ 63.177] (**) Option "xkb_model" "pc105"
[ 63.177] (**) Option "xkb_layout" "us,ru"
[ 63.177] (**) Option "xkb_variant" ","
[ 63.177] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 63.210] (II) event1 - USB OPTICAL MOUSE Keyboard: is tagged by udev as: Keyboard
[ 63.210] (II) event1 - USB OPTICAL MOUSE Keyboard: device is a keyboard
[ 63.210] (II) config/udev: Adding input device USB OPTICAL MOUSE Consumer Control (/dev/input/event2)
[ 63.210] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 63.210] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 63.210] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE Consumer Control'
[ 63.210] (**) USB OPTICAL MOUSE Consumer Control: always reports core events
[ 63.210] (**) Option "Device" "/dev/input/event2"
[ 63.210] (**) Option "_source" "server/udev"
[ 63.212] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 63.212] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 63.212] (II) event2 - USB OPTICAL MOUSE Consumer Control: device removed
[ 63.229] (II) libinput: USB OPTICAL MOUSE Consumer Control: needs a virtual subdevice
[ 63.229] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.1/0003:18F8:0F97.0002/input/input5/event2"
[ 63.229] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE Consumer Control" (type: MOUSE, id 8)
[ 63.230] (**) Option "AccelerationScheme" "none"
[ 63.230] (**) USB OPTICAL MOUSE Consumer Control: (accel) selected scheme none/0
[ 63.230] (**) USB OPTICAL MOUSE Consumer Control: (accel) acceleration factor: 2.000
[ 63.230] (**) USB OPTICAL MOUSE Consumer Control: (accel) acceleration threshold: 4
[ 63.231] (II) event2 - USB OPTICAL MOUSE Consumer Control: is tagged by udev as: Keyboard
[ 63.231] (II) event2 - USB OPTICAL MOUSE Consumer Control: device is a keyboard
[ 63.231] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event3)
[ 63.231] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 63.231] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 63.232] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 63.232] (**) SIGMACHIP USB Keyboard: always reports core events
[ 63.232] (**) Option "Device" "/dev/input/event3"
[ 63.232] (**) Option "_source" "server/udev"
[ 63.233] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 63.233] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 63.233] (II) event3 - SIGMACHIP USB Keyboard: device removed
[ 63.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/0003:1C4F:0026.0003/input/input7/event3"
[ 63.257] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 9)
[ 63.257] (**) Option "xkb_model" "pc105"
[ 63.257] (**) Option "xkb_layout" "us,ru"
[ 63.257] (**) Option "xkb_variant" ","
[ 63.257] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 63.259] (II) event3 - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[ 63.259] (II) event3 - SIGMACHIP USB Keyboard: device is a keyboard
[ 63.259] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event4)
[ 63.259] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 63.259] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 63.260] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 63.260] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 63.260] (**) Option "Device" "/dev/input/event4"
[ 63.260] (**) Option "_source" "server/udev"
[ 63.261] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 63.261] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 63.261] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 63.281] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: needs a virtual subdevice
[ 63.281] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/0003:1C4F:0026.0004/input/input8/event4"
[ 63.281] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: MOUSE, id 10)
[ 63.282] (**) Option "AccelerationScheme" "none"
[ 63.282] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) selected scheme none/0
[ 63.282] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 63.282] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 63.283] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 63.283] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[ 63.283] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event5)
[ 63.283] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[ 63.283] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 63.283] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard System Control'
[ 63.283] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[ 63.283] (**) Option "Device" "/dev/input/event5"
[ 63.283] (**) Option "_source" "server/udev"
[ 63.285] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 63.285] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 63.285] (II) event5 - SIGMACHIP USB Keyboard System Control: device removed
[ 63.305] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/0003:1C4F:0026.0004/input/input9/event5"
[ 63.305] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 11)
[ 63.305] (**) Option "xkb_model" "pc105"
[ 63.305] (**) Option "xkb_layout" "us,ru"
[ 63.305] (**) Option "xkb_variant" ","
[ 63.305] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 63.307] (II) event5 - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[ 63.307] (II) event5 - SIGMACHIP USB Keyboard System Control: device is a keyboard
[ 63.307] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event10)
[ 63.307] (II) No input driver specified, ignoring this device.
[ 63.307] (II) This device may have been added with another device file.
[ 63.308] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event11)
[ 63.308] (II) No input driver specified, ignoring this device.
[ 63.308] (II) This device may have been added with another device file.
[ 63.308] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event12)
[ 63.308] (II) No input driver specified, ignoring this device.
[ 63.308] (II) This device may have been added with another device file.
[ 63.308] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event13)
[ 63.308] (II) No input driver specified, ignoring this device.
[ 63.308] (II) This device may have been added with another device file.
[ 63.308] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event14)
[ 63.308] (II) No input driver specified, ignoring this device.
[ 63.308] (II) This device may have been added with another device file.
[ 63.308] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event15)
[ 63.308] (II) No input driver specified, ignoring this device.
[ 63.308] (II) This device may have been added with another device file.
[ 63.309] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event16)
[ 63.309] (II) No input driver specified, ignoring this device.
[ 63.309] (II) This device may have been added with another device file.
[ 63.309] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event17)
[ 63.309] (II) No input driver specified, ignoring this device.
[ 63.309] (II) This device may have been added with another device file.
[ 63.309] (II) config/udev: Adding input device Avermedia PCI pure analog (M135A) (/dev/input/event7)
[ 63.309] (**) Avermedia PCI pure analog (M135A): Applying InputClass "evdev keyboard catchall"
[ 63.309] (**) Avermedia PCI pure analog (M135A): Applying InputClass "libinput keyboard catchall"
[ 63.309] (II) Using input driver 'libinput' for 'Avermedia PCI pure analog (M135A)'
[ 63.309] (**) Avermedia PCI pure analog (M135A): always reports core events
[ 63.309] (**) Option "Device" "/dev/input/event7"
[ 63.309] (**) Option "_source" "server/udev"
[ 63.310] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 63.311] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 63.311] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 63.312] (II) event7 - Avermedia PCI pure analog (M135A): device removed
[ 63.337] (II) libinput: Avermedia PCI pure analog (M135A): needs a virtual subdevice
[ 63.337] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.4/0000:03:07.0/rc/rc0/input11/event7"
[ 63.337] (II) XINPUT: Adding extended input device "Avermedia PCI pure analog (M135A)" (type: MOUSE, id 12)
[ 63.338] (**) Option "AccelerationScheme" "none"
[ 63.338] (**) Avermedia PCI pure analog (M135A): (accel) selected scheme none/0
[ 63.338] (**) Avermedia PCI pure analog (M135A): (accel) acceleration factor: 2.000
[ 63.338] (**) Avermedia PCI pure analog (M135A): (accel) acceleration threshold: 4
[ 63.339] (II) event7 - Avermedia PCI pure analog (M135A): is tagged by udev as: Keyboard Pointingstick
[ 63.339] (II) event7 - Avermedia PCI pure analog (M135A): device is a pointer
[ 63.339] (II) event7 - Avermedia PCI pure analog (M135A): device is a keyboard
[ 63.340] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 63.340] (II) No input driver specified, ignoring this device.
[ 63.340] (II) This device may have been added with another device file.
[ 63.343] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 63.343] (**) USB OPTICAL MOUSE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 63.343] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE Consumer Control'
[ 63.343] (**) USB OPTICAL MOUSE Consumer Control: always reports core events
[ 63.343] (**) Option "Device" "/dev/input/event2"
[ 63.343] (**) Option "_source" "_driver/libinput"
[ 63.343] (II) libinput: USB OPTICAL MOUSE Consumer Control: is a virtual subdevice
[ 63.343] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.1/0003:18F8:0F97.0002/input/input5/event2"
[ 63.343] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE Consumer Control" (type: KEYBOARD, id 13)
[ 63.343] (**) Option "xkb_model" "pc105"
[ 63.343] (**) Option "xkb_layout" "us,ru"
[ 63.343] (**) Option "xkb_variant" ","
[ 63.343] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 63.343] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 63.343] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 63.343] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[ 63.343] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[ 63.343] (**) Option "Device" "/dev/input/event4"
[ 63.343] (**) Option "_source" "_driver/libinput"
[ 63.343] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: is a virtual subdevice
[ 63.343] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/0003:1C4F:0026.0004/input/input8/event4"
[ 63.343] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 14)
[ 63.343] (**) Option "xkb_model" "pc105"
[ 63.343] (**) Option "xkb_layout" "us,ru"
[ 63.343] (**) Option "xkb_variant" ","
[ 63.343] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 63.344] (**) Avermedia PCI pure analog (M135A): Applying InputClass "evdev keyboard catchall"
[ 63.344] (**) Avermedia PCI pure analog (M135A): Applying InputClass "libinput keyboard catchall"
[ 63.344] (II) Using input driver 'libinput' for 'Avermedia PCI pure analog (M135A)'
[ 63.344] (**) Avermedia PCI pure analog (M135A): always reports core events
[ 63.344] (**) Option "Device" "/dev/input/event7"
[ 63.344] (**) Option "_source" "_driver/libinput"
[ 63.344] (II) libinput: Avermedia PCI pure analog (M135A): is a virtual subdevice
[ 63.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.4/0000:03:07.0/rc/rc0/input11/event7"
[ 63.344] (II) XINPUT: Adding extended input device "Avermedia PCI pure analog (M135A)" (type: KEYBOARD, id 15)
[ 63.344] (**) Option "xkb_model" "pc105"
[ 63.344] (**) Option "xkb_layout" "us,ru"
[ 63.344] (**) Option "xkb_variant" ","
[ 63.344] (**) Option "xkb_options" "grp:lctrl_lshift_toggle,grp_led:scroll"
[ 67.525] (II) event0 - USB OPTICAL MOUSE : device removed
[ 67.570] (II) event1 - USB OPTICAL MOUSE Keyboard: device removed
[ 67.605] (II) event3 - SIGMACHIP USB Keyboard: device removed
[ 67.629] (II) event5 - SIGMACHIP USB Keyboard System Control: device removed
[ 67.645] (II) event2 - USB OPTICAL MOUSE Consumer Control: device removed
[ 67.661] (II) event4 - SIGMACHIP USB Keyboard Consumer Control: device removed
[ 67.677] (II) event7 - Avermedia PCI pure analog (M135A): device removed
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.457] (II) UnloadModule: "libinput"
[ 1700.458] (II) UnloadModule: "libinput"
[ 1700.458] (II) UnloadModule: "libinput"
[ 1700.458] (II) UnloadModule: "libinput"
[ 1700.473] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 1700.476] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
Kernel modules: nvidia.ko
/lib/modules/5.10.0-13-686-pae/updates/dkms/nvidia-legacy-390xx-modeset.ko
/lib/modules/5.10.0-13-686-pae/updates/dkms/nvidia-legacy-390xx-drm.ko
/lib/modules/5.10.0-13-686-pae/updates/dkms/nvidia-legacy-390xx.ko
filename: /lib/modules/5.10.0-13-686-pae/updates/dkms/nvidia-legacy-390xx-modeset.ko
version: 390.144
supported: external
license: NVIDIA
srcversion: C14A1BFAE3164053AE34011
depends: nvidia
retpoline: Y
name: nvidia_modeset
vermagic: 5.10.0-13-686-pae SMP mod_unload modversions 686
filename: /lib/modules/5.10.0-13-686-pae/updates/dkms/nvidia-legacy-390xx-drm.ko
version: 390.144
supported: external
license: MIT
srcversion: E8E58110FB10A3BD70C1363
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
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.10.0-13-686-pae SMP mod_unload modversions 686
filename: /lib/modules/5.10.0-13-686-pae/updates/dkms/nvidia-legacy-390xx.ko
alias: char-major-195-*
version: 390.144
supported: external
license: NVIDIA
srcversion: D635B75826DE88984609590
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: ipmi_msghandler
retpoline: Y
name: nvidia
vermagic: 5.10.0-13-686-pae SMP mod_unload modversions 686
lsmod:
Module Size Used by
fuse 122880 0
btrfs 1212416 0
blake2b_generic 40960 0
xor 28672 1 btrfs
raid6_pq 106496 1 btrfs
ufs 73728 0
qnx4 16384 0
hfsplus 98304 0
hfs 57344 0
cdrom 53248 2 hfsplus,hfs
minix 32768 0
vfat 20480 0
msdos 20480 0
fat 65536 2 msdos,vfat
jfs 176128 0
xfs 1138688 0
dm_mod 106496 0
xt_state 16384 0
xt_conntrack 16384 1
nf_conntrack 114688 2 xt_state,xt_conntrack
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
ipt_REJECT 16384 1
nf_reject_ipv4 16384 1 ipt_REJECT
ip_tables 24576 6
xt_tcpudp 20480 35
nft_compat 20480 43
x_tables 28672 6 xt_state,ipt_REJECT,ip_tables,nft_compat,xt_tcpudp,xt_conntrack
nft_counter 16384 52
nf_tables 167936 209 nft_compat,nft_counter
libcrc32c 16384 4 nf_conntrack,btrfs,xfs,nf_tables
nfnetlink 20480 2 nft_compat,nf_tables
bnep 24576 2
bluetooth 479232 7 bnep
jitterentropy_rng 16384 1
ctr 16384 0
drbg 36864 1
aes_generic 36864 0
crypto_simd 16384 0
cryptd 20480 1 crypto_simd
ansi_cprng 16384 0
ecdh_generic 16384 1 bluetooth
rfkill 20480 2 bluetooth
ecc 40960 1 ecdh_generic
libaes 16384 2 bluetooth,aes_generic
binfmt_misc 20480 1
it87 40960 0
hwmon_vid 20480 1 it87
loop 28672 0
nvidia_drm 40960 1
drm_kms_helper 163840 1 nvidia_drm
cec 40960 1 drm_kms_helper
drm 352256 4 nvidia_drm,drm_kms_helper
nvidia_modeset 1040384 3 nvidia_drm
parport_pc 32768 1
ppdev 24576 0
lp 20480 0
parport 45056 3 lp,parport_pc,ppdev
saa7134_alsa 24576 0
tda827x 20480 1
snd_hda_codec_realtek 114688 1
joydev 24576 0
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
tda8290 24576 1
ledtrig_audio 16384 1 snd_hda_codec_generic
snd_hda_codec_hdmi 57344 1
snd_hda_intel 36864 0
tuner 28672 1
snd_intel_dspcfg 28672 1 snd_hda_intel
soundwire_intel 36864 1 snd_intel_dspcfg
soundwire_generic_allocation 16384 1 soundwire_intel
snd_soc_core 196608 1 soundwire_intel
ir_nec_decoder 20480 0
edac_mce_amd 36864 0
snd_compress 24576 1 snd_soc_core
soundwire_cadence 28672 1 soundwire_intel
snd_hda_codec 102400 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
evdev 20480 27
rc_avermedia_m135a 16384 0
saa7134 155648 1 saa7134_alsa
snd_hda_core 61440 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
nvidia 14893056 83 nvidia_modeset
soundwire_bus 61440 3 soundwire_intel,soundwire_cadence,soundwire_generic_allocation
kvm 589824 0
tveeprom 24576 1 saa7134
rc_core 45056 4 ir_nec_decoder,saa7134,rc_avermedia_m135a
videobuf2_dma_sg 16384 1 saa7134
videobuf2_memops 20480 1 videobuf2_dma_sg
snd_hwdep 16384 1 snd_hda_codec
videobuf2_v4l2 24576 1 saa7134
videobuf2_common 49152 2 saa7134,videobuf2_v4l2
snd_pcm 90112 8 snd_compress,snd_hda_intel,saa7134_alsa,snd_hda_codec,soundwire_intel,snd_hda_core,snd_hda_codec_hdmi,snd_soc_core
irqbypass 16384 1 kvm
snd_timer 32768 1 snd_pcm
videodev 180224 4 tuner,saa7134,videobuf2_common,videobuf2_v4l2
snd 65536 11 snd_compress,snd_hda_intel,saa7134_alsa,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_soc_core,snd_pcm
ipmi_devintf 16384 0
ipmi_msghandler 53248 2 nvidia,ipmi_devintf
mc 40960 5 tuner,saa7134,videobuf2_common,videodev,videobuf2_v4l2
soundcore 16384 1 snd
pcspkr 16384 0
serio_raw 20480 0
k10temp 16384 0
sp5100_tco 20480 0
watchdog 20480 1 sp5100_tco
ext4 647168 7
crc16 16384 2 bluetooth,ext4
mbcache 16384 1 ext4
jbd2 94208 1 ext4
crc32c_generic 16384 8
hid_generic 16384 0
usbhid 49152 0
hid 110592 2 hid_generic,usbhid
sg 28672 0
sd_mod 49152 10
t10_pi 16384 1 sd_mod
crc_t10dif 20480 1 t10_pi
crct10dif_generic 16384 1
crct10dif_common 16384 2 crct10dif_generic,crc_t10dif
ata_generic 16384 0
ohci_pci 20480 0
psmouse 135168 0
ohci_hcd 49152 1 ohci_pci
ehci_pci 20480 0
ehci_hcd 69632 1 ehci_pci
pata_atiixp 16384 0
usbcore 208896 5 usbhid,ehci_hcd,ohci_pci,ohci_hcd,ehci_pci
i2c_piix4 28672 0
ahci 36864 8
libahci 28672 1 ahci
libata 192512 4 pata_atiixp,ahci,libahci,ata_generic
r8169 81920 0
realtek 20480 1
scsi_mod 184320 3 sd_mod,libata,sg
mdio_devres 16384 1 r8169
libphy 77824 3 r8169,realtek,mdio_devres
usb_common 16384 3 ehci_hcd,ohci_hcd,usbcore
xrandr:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
VGA-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 75.03 + 70.07 60.00
2048x1152 59.91 59.90
1920x1200 59.95 59.88
1920x1080 66.96* 59.96 59.93 60.00
1680x1050 59.95
1600x1200 65.00 60.00
1600x900 60.00
1440x900 59.89
1400x1050 59.98
1400x900 59.96 59.88
1368x768 59.88 59.85
1360x768 59.96 59.80
1280x1024 75.02 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00
1152x864 75.00 75.00 70.00 60.00
1024x576 59.90 59.82 59.96 59.95
960x600 60.00 59.93
960x540 59.82 59.63 59.99 59.96
864x486 59.92 59.57
840x525 74.96 69.88 60.01 59.88
832x624 74.55
800x600 75.00 72.19 56.25 60.32
800x450 59.95 59.82
720x450 59.89
700x525 74.76 59.98
700x450 59.96 59.88
684x384 59.88 59.85
680x384 59.96 59.80
640x480 75.00 72.81 72.81 59.95 59.94
640x400 59.98 59.88
640x360 59.86 59.83
512x384 70.07 60.00
512x288 60.00 59.92
480x270 59.82 59.63
432x243 59.92 59.57
400x300 72.19
320x240 72.81 60.05
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
OpenCL ICDs:
-- System Information:
Distributor ID: Devuan
Description: Devuan GNU/Linux 4 (chimaera)
Release: 4
Codename: chimaera
Architecture: i686
Kernel: Linux 5.10.0-13-686-pae (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages xserver-xorg-video-nvidia-legacy-390xx depends on:
ii libc6 2.31-13+deb11u3
ii libnvidia-legacy-390xx-glcore 390.144-1
ii nvidia-installer-cleanup 20151021+13
ii nvidia-legacy-390xx-alternative 390.144-1
ii nvidia-support 20151021+13
ii xserver-xorg-core [xorg-video-abi-24] 2:1.20.11-1+deb11u1
Versions of packages xserver-xorg-video-nvidia-legacy-390xx recommends:
ii nvidia-legacy-390xx-driver 390.144-1
ii nvidia-legacy-390xx-kernel-dkms [nvidia-legacy-390xx-kernel-390. 390.144-1
ii nvidia-legacy-390xx-vdpau-driver 390.144-1
pn nvidia-settings-legacy-390xx <none>
Versions of packages xserver-xorg-video-nvidia-legacy-390xx suggests:
ii nvidia-legacy-390xx-kernel-dkms 390.144-1
Versions of packages nvidia-legacy-390xx-driver depends on:
ii nvidia-installer-cleanup 20151021+13
ii nvidia-legacy-390xx-alternative 390.144-1
ii nvidia-legacy-390xx-driver-bin 390.144-1
ii nvidia-legacy-390xx-driver-libs-nonglvnd 390.144-1
ii nvidia-legacy-390xx-kernel-dkms [nvidia-legacy-390xx-kernel-39 390.144-1
ii nvidia-legacy-390xx-vdpau-driver 390.144-1
ii nvidia-support 20151021+13
Versions of packages nvidia-legacy-390xx-driver recommends:
pn libnvidia-legacy-390xx-cfg1 <none>
pn nvidia-persistenced <none>
pn nvidia-settings-legacy-390xx <none>
Versions of packages nvidia-legacy-390xx-driver suggests:
ii nvidia-legacy-390xx-kernel-dkms 390.144-1
Versions of packages nvidia-legacy-390xx-driver-libs-nonglvnd:i386 depends on:
ii libegl1-nvidia-legacy-390xx 390.144-1
ii libgl1-nvidia-legacy-390xx-glx 390.144-1
Versions of packages nvidia-legacy-390xx-driver-libs-nonglvnd:i386 recommends:
pn libgles-nvidia-legacy-390xx1 <none>
pn libgles-nvidia-legacy-390xx2 <none>
ii libglx-nvidia-legacy-390xx0 390.144-1
pn libnvidia-legacy-390xx-cfg1 <none>
pn nvidia-legacy-390xx-nonglvnd-vulkan-icd <none>
Versions of packages libgl1-nvidia-legacy-390xx-glx:i386 depends on:
ii libc6 2.31-13+deb11u3
ii libnvidia-legacy-390xx-glcore 390.144-1
ii libx11-6 2:1.7.2-1
ii libxext6 2:1.3.3-1.1
ii nvidia-installer-cleanup 20151021+13
ii nvidia-legacy-390xx-alternative 390.144-1
ii nvidia-support 20151021+13
Versions of packages libgl1-nvidia-legacy-390xx-glx:i386 recommends:
ii nvidia-legacy-390xx-driver-libs-nonglvnd 390.144-1
ii nvidia-legacy-390xx-kernel-dkms [nvidia-legacy-390xx-kernel-390. 390.144-1
Versions of packages libgl1-nvidia-legacy-390xx-glx:i386 suggests:
ii nvidia-legacy-390xx-kernel-dkms 390.144-1
Versions of packages nvidia-legacy-390xx-alternative depends on:
ii dpkg 1.20.9
ii glx-alternative-nvidia 1.2.1~deb11u1
Versions of packages nvidia-legacy-390xx-kernel-dkms depends on:
ii dkms 2.8.4-3
ii nvidia-installer-cleanup 20151021+13
ii nvidia-legacy-390xx-kernel-support [nvidia-legacy-390xx-kernel 390.144-1
Versions of packages nvidia-legacy-390xx-kernel-dkms recommends:
ii nvidia-legacy-390xx-driver 390.144-1
Versions of packages glx-alternative-nvidia depends on:
ii dpkg 1.20.9
ii glx-alternative-mesa 1.2.1~deb11u1
ii glx-diversions 1.2.1~deb11u1
ii update-glx 1.2.1~deb11u1
Versions of packages glx-alternative-nvidia suggests:
ii nvidia-legacy-390xx-driver [nvidia-driver-any] 390.144-1
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.31-13+deb11u3
ii libdrm-intel1 2.4.104-1
ii libdrm2 2.4.104-1
ii libeudev1 [libudev1] 3.2.9-10~chimaera1
ii libpciaccess0 0.16-1
ii libpixman-1-0 0.40.0-1
ii libx11-6 2:1.7.2-1
ii libx11-xcb1 2:1.7.2-1
ii libxcb-dri2-0 1.14-3
ii libxcb-util1 0.4.0-1+b1
ii libxcb1 1.14-3
ii libxcursor1 1:1.2.0-2
ii libxdamage1 1:1.1.5-2
ii libxext6 2:1.3.3-1.1
ii libxfixes3 1:5.0.3-2
ii libxinerama1 2:1.1.4-2
ii libxrandr2 2:1.5.1-1
ii libxrender1 1:0.9.10-1
ii libxss1 1:1.2.3-1
ii libxtst6 2:1.2.3-1
ii libxvmc1 2:1.0.12-2
ii xserver-xorg-core [xorg-video-abi-24] 2:1.20.11-1+deb11u1
Versions of packages xserver-xorg-video-nvidia-legacy-390xx is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
pn ccache <none>
pn libcuda.so.1 <none>
pn libcuda1 <none>
pn libcuda1-any <none>
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.104-1
ii libegl1 1.3.2-1
ii libgl1 1.3.2-1
ii libgl1-nvidia-legacy-390xx-glx [libgl1-nvidia-glx-any 390.144-1
ii libgles1 1.3.2-1
ii libgles2 1.3.2-1
ii libglvnd0 1.3.2-1
ii libglx0 1.3.2-1
pn libnvidia-cfg1-any <none>
ii libnvidia-legacy-390xx-ml1 [libnvidia-ml.so.1] 390.144-1
pn libopencl0 <none>
pn libprimus-vk1 <none>
ii libvulkan1 1.2.162.0-1
pn linux-headers <none>
ii make 4.3-4.1
pn nvidia-driver-any <none>
pn nvidia-glx-legacy-390xx <none>
ii nvidia-kernel-common 20151021+13
ii nvidia-legacy-390xx-driver [nvidia-glx-any] 390.144-1
ii nvidia-legacy-390xx-driver-libs-nonglvnd [nvidia-driv 390.144-1
ii nvidia-legacy-390xx-kernel-dkms 390.144-1
pn nvidia-legacy-390xx-kernel-source <none>
ii nvidia-legacy-390xx-kernel-support [nvidia-kernel-sup 390.144-1
ii nvidia-modprobe 470.103.01-1~deb11u1
pn nvidia-primus-vk-wrapper <none>
pn nvidia-settings <none>
ii nvidia-support 20151021+13
pn nvidia-vulkan-icd-any <none>
ii nvidia-xconfig 460.32.03-1
ii ocl-icd-libopencl1 [libopencl1] 2.2.14-2
pn opencl-icd <none>
pn primus <none>
pn primus-libs <none>
pn primus-nvidia <none>
pn primus-vk <none>
pn primus-vk-nvidia <none>
pn vulkan-icd <none>
ii xserver-xorg 1:7.7+22
ii xserver-xorg-core 2:1.20.11-1+deb11u1
pn xserver-xorg-legacy <none>
ii xserver-xorg-video-nouveau 1:1.0.17-1
ii xserver-xorg-video-nvidia-legacy-390xx [xserver-xorg- 390.144-1
-- Configuration Files:
/etc/nvidia/legacy-390xx/nvidia-drm-outputclass.conf changed:
Section "Files"
ModulePath "/usr/lib/xorg/modules/linux"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
ModulePath "/usr/lib/xorg/modules/linux"
ModulePath "/usr/lib/xorg/modules"
EndSection
-- no debconf information
Hi,
I have just reviewed this report.
On Fri, May 06, 2022 at 03:20:05AM +0300, firk wrote:
> Package: xserver-xorg-video-nvidia-legacy-390xx
> Version: 390.144-1
Where did you get this version from? It hasn't ever been in Debian or Devuan
AFAICS. The latest version available in Devuan is 340.108-17.
Please report to the package provider.
Closing.
Mark