Bug#1119308: fails to build against 6.18rc (drm-tip)
Simon Richter
sjr at debian.org
Wed Oct 29 06:48:34 GMT 2025
Package: nvidia-kernel-dkms
Version: 550.163.01-3
Severity: normal
X-Debbugs-Cc: sjr at debian.org
Hi,
I've tried switching to a drm-tip kernel for better Intel Xe support,
and the nVidia driver (for the other GPU) does not compile with drm-tip.
As these changes are likely to go into Linux mainline soon, this is
basically an advance warning. :>
DKMS (dkms-3.2.0) make.log for nvidia-current/550.163.01 for kernel 6.18.0-rc3+ (x86_64)
Wed Oct 29 03:38:17 PM JST 2025
nvidia-drm/nvidia-drm-crtc.c: In function ‘__nv_drm_cursor_atomic_check’:
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-crtc.c:566:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
566 | nv_drm_for_each_crtc_in_state(plane_state->state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-crtc.c:566:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
566 | nv_drm_for_each_crtc_in_state(plane_state->state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-crtc.c: In function ‘nv_drm_plane_atomic_check’:
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-crtc.c:612:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
612 | nv_drm_for_each_crtc_in_state(plane_state->state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-crtc.c:612:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
612 | nv_drm_for_each_crtc_in_state(plane_state->state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-crtc.c: In function ‘nv_drm_crtc_atomic_check’:
nvidia-drm/nvidia-drm-helper.h:249:59: error: ‘struct __drm_connnectors_state’ has no member named ‘state’
249 | (connector_state) = (__state)->connectors[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-crtc.c:1211:9: note: in expansion of macro ‘nv_drm_for_each_connector_in_state’
1211 | nv_drm_for_each_connector_in_state(crtc_state->state,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:249:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
249 | (connector_state) = (__state)->connectors[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-crtc.c:1211:9: note: in expansion of macro ‘nv_drm_for_each_connector_in_state’
1211 | nv_drm_for_each_connector_in_state(crtc_state->state,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-drv.c:216:18: error: initialization of ‘struct drm_framebuffer * (*)(struct drm_device *, struct drm_file *, const struct drm_format_info *, const struct drm_mode_fb_cmd2 *)’ from incompatible pointer type ‘struct drm_framebuffer * (*)(struct drm_device *, struct drm_file *, const struct drm_mode_fb_cmd2 *)’ [-Wincompatible-pointer-types]
216 | .fb_create = nv_drm_framebuffer_create,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-drv.c:216:18: note: (near initialization for ‘nv_mode_config_funcs.fb_create’)
nvidia-drm/nvidia-drm-fb.c: In function ‘nv_drm_internal_framebuffer_create’:
nvidia-drm/nvidia-drm-fb.c:262:9: error: passing argument 3 of ‘drm_helper_mode_fill_fb_struct’ from incompatible pointer type [-Wincompatible-pointer-types]
262 | cmd);
| ^~~
| |
| struct drm_mode_fb_cmd2 *
In file included from /usr/src/linux-headers-6.18.0-rc3+/include/drm/drm_atomic_helper.h:33,
from nvidia-drm/nvidia-drm-helper.h:186,
from nvidia-drm/nvidia-drm-fb.c:32:
/usr/src/linux-headers-6.18.0-rc3+/include/drm/drm_modeset_helper.h:37:67: note: expected ‘const struct drm_format_info *’ but argument is of type ‘struct drm_mode_fb_cmd2 *’
37 | const struct drm_format_info *info,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
nvidia-drm/nvidia-drm-fb.c:257:5: error: too few arguments to function ‘drm_helper_mode_fill_fb_struct’
257 | drm_helper_mode_fill_fb_struct(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/linux-headers-6.18.0-rc3+/include/drm/drm_modeset_helper.h:35:6: note: declared here
35 | void drm_helper_mode_fill_fb_struct(struct drm_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from nvidia-drm/nvidia-drm-crtc.h:30,
from nvidia-drm/nvidia-drm-modeset.c:29:
nvidia-drm/nvidia-drm-modeset.c: In function ‘__will_generate_flip_event’:
nvidia-drm/nvidia-drm-helper.h:301:51: error: ‘struct __drm_planes_state’ has no member named ‘state’
301 | (plane_state) = (__state)->planes[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:107:5: note: in expansion of macro ‘nv_drm_for_each_plane_in_state’
107 | nv_drm_for_each_plane_in_state(old_crtc_state->state,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:301:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
301 | (plane_state) = (__state)->planes[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:107:5: note: in expansion of macro ‘nv_drm_for_each_plane_in_state’
107 | nv_drm_for_each_plane_in_state(old_crtc_state->state,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-modeset.c: In function ‘__nv_drm_get_syncpt_data’:
nvidia-drm/nvidia-drm-helper.h:301:51: error: ‘struct __drm_planes_state’ has no member named ‘state’
301 | (plane_state) = (__state)->planes[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:175:5: note: in expansion of macro ‘nv_drm_for_each_plane_in_state’
175 | nv_drm_for_each_plane_in_state(old_crtc_state->state, plane, old_plane_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:301:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
301 | (plane_state) = (__state)->planes[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:175:5: note: in expansion of macro ‘nv_drm_for_each_plane_in_state’
175 | nv_drm_for_each_plane_in_state(old_crtc_state->state, plane, old_plane_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-modeset.c: In function ‘nv_drm_atomic_apply_modeset_config’:
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:251:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
251 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:251:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
251 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:306:9: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
306 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:306:9: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
306 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-modeset.c: In function ‘nv_drm_atomic_check’:
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:329:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
329 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:329:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
329 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-modeset.c: In function ‘nv_drm_atomic_commit’:
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:426:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
426 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:426:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
426 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:49: error: ‘struct __drm_crtcs_state’ has no member named ‘state’
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:511:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
511 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:276:55: warning: left-hand operand of comma expression has no effect [-Wunused-value]
276 | (crtc_state) = (__state)->crtcs[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-modeset.c:511:5: note: in expansion of macro ‘nv_drm_for_each_crtc_in_state’
511 | nv_drm_for_each_crtc_in_state(state, crtc, crtc_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from nvidia-drm/nvidia-drm-helper.c:30:
nvidia-drm/nvidia-drm-helper.c: In function ‘nv_drm_atomic_helper_disable_all’:
nvidia-drm/nvidia-drm-helper.h:249:59: error: ‘struct __drm_connnectors_state’ has no member named ‘state’
249 | (connector_state) = (__state)->connectors[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-helper.c:165:5: note: in expansion of macro ‘nv_drm_for_each_connector_in_state’
165 | nv_drm_for_each_connector_in_state(state, conn, conn_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:249:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
249 | (connector_state) = (__state)->connectors[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-helper.c:165:5: note: in expansion of macro ‘nv_drm_for_each_connector_in_state’
165 | nv_drm_for_each_connector_in_state(state, conn, conn_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:301:51: error: ‘struct __drm_planes_state’ has no member named ‘state’
301 | (plane_state) = (__state)->planes[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-helper.c:171:5: note: in expansion of macro ‘nv_drm_for_each_plane_in_state’
171 | nv_drm_for_each_plane_in_state(state, plane, plane_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nvidia-drm/nvidia-drm-helper.h:301:57: warning: left-hand operand of comma expression has no effect [-Wunused-value]
301 | (plane_state) = (__state)->planes[__i].state, 1); \
| ^
nvidia-drm/nvidia-drm-helper.c:171:5: note: in expansion of macro ‘nv_drm_for_each_plane_in_state’
171 | nv_drm_for_each_plane_in_state(state, plane, plane_state, i) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Simon
-- Package-specific info:
uname -a:
Linux simon 6.12.48+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.48-1 (2025-09-20) x86_64 GNU/Linux
/proc/version:
Linux version 6.12.48+deb13-amd64 (debian-kernel at lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian 6.12.48-1 (2025-09-20)
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module 550.163.01 Tue Apr 8 12:41:17 UTC 2025
GCC version: gcc version 14.2.0 (Debian 14.2.0-19)
lspci 'display controller [030?]':
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics] [8086:46a6] (rev 0c) (prog-if 00 [VGA controller])
Subsystem: Dell Device [1028:0b56]
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 214
IOMMU group: 0
Region 0: Memory at 6234000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at 4000000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 5000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915, xe
0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] [10de:2560] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Dell Device [1028:0b56]
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 216
IOMMU group: 14
Region 0: Memory at 8e000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at 6000000000 (64-bit, prefetchable) [size=8G]
Region 3: Memory at 6200000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 4000 [size=128]
Expansion ROM at 8f080000 [virtual] [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia
dmesg:
Device node permissions:
crw-rw----+ 1 root video 226, 0 Oct 29 12:43 /dev/dri/card0
crw-rw----+ 1 root video 226, 1 Oct 29 12:41 /dev/dri/card1
crw-rw----+ 1 root render 226, 128 Oct 29 12:41 /dev/dri/renderD128
crw-rw----+ 1 root render 226, 129 Oct 29 12:41 /dev/dri/renderD129
crw-rw-rw- 1 root root 195, 254 Oct 29 12:41 /dev/nvidia-modeset
crw-rw-rw- 1 root root 195, 0 Oct 29 12:41 /dev/nvidia0
crw-rw-rw- 1 root root 195, 255 Oct 29 12:41 /dev/nvidiactl
/dev/dri/by-path:
total 0
lrwxrwxrwx 1 root root 8 Oct 29 12:41 pci-0000:00:02.0-card -> ../card0
lrwxrwxrwx 1 root root 13 Oct 29 12:41 pci-0000:00:02.0-render -> ../renderD128
lrwxrwxrwx 1 root root 8 Oct 29 12:41 pci-0000:01:00.0-card -> ../card1
lrwxrwxrwx 1 root root 13 Oct 29 12:41 pci-0000:01:00.0-render -> ../renderD129
video:x:44:simon
Alternative 'nvidia':
nvidia - auto mode
link best version is /usr/lib/nvidia/current
link currently points to /usr/lib/nvidia/current
link nvidia is /usr/lib/nvidia/nvidia
slave nvidia--libEGL_nvidia.so.0-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.0
slave nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1
slave nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2
slave nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
slave nvidia--libcuda.so-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libcuda.so
slave nvidia--libcuda.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libcuda.so.1
slave nvidia--libglxserver_nvidia.so is /usr/lib/nvidia/libglxserver_nvidia.so
slave nvidia--libnvcuvid.so-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvcuvid.so
slave nvidia--libnvcuvid.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1
slave nvidia--libnvidia-allocator.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.1
slave nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
slave nvidia--libnvidia-encode.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1
slave nvidia--libnvidia-ml.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1
slave nvidia--libnvidia-nvvm.so.4-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.4
slave nvidia--libnvidia-nvvm.so.550.163.01-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.550.163.01
slave nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1
slave nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1
slave nvidia--libvdpau_nvidia.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1
slave nvidia--nv-control-dpy is /usr/bin/nv-control-dpy
slave nvidia--nvidia-application-profiles-key-documentation is /usr/share/nvidia/nvidia-application-profiles-key-documentation
slave nvidia--nvidia-blacklists-nouveau.conf is /etc/nvidia/nvidia-blacklists-nouveau.conf
slave nvidia--nvidia-bug-report.sh is /usr/lib/nvidia/nvidia-bug-report.sh
slave nvidia--nvidia-debugdump is /usr/bin/nvidia-debugdump
slave nvidia--nvidia-drm-outputclass.conf is /etc/nvidia/nvidia-drm-outputclass.conf
slave nvidia--nvidia-drm_gbm.so-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/gbm/nvidia-drm_gbm.so
slave nvidia--nvidia-load.conf is /etc/nvidia/nvidia-load.conf
slave nvidia--nvidia-modprobe.conf is /etc/nvidia/nvidia-modprobe.conf
slave nvidia--nvidia-options.conf is /etc/modprobe.d/nvidia-options.conf
slave nvidia--nvidia-settings is /usr/bin/nvidia-settings
slave nvidia--nvidia-settings.1.gz is /usr/share/man/man1/nvidia-settings.1.gz
slave nvidia--nvidia-settings.desktop is /usr/share/applications/nvidia-settings.desktop
slave nvidia--nvidia-smi is /usr/bin/nvidia-smi
slave nvidia--nvidia-smi.1.gz is /usr/share/man/man1/nvidia-smi.1.gz
slave nvidia--nvidia_drv.so is /usr/lib/nvidia/nvidia_drv.so
/usr/lib/nvidia/current - priority 550
slave nvidia--libEGL_nvidia.so.0-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libEGL_nvidia.so.0
slave nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
slave nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
slave nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
slave nvidia--libcuda.so-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so
slave nvidia--libcuda.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so.1
slave nvidia--libglxserver_nvidia.so: /usr/lib/nvidia/current/libglxserver_nvidia.so
slave nvidia--libnvcuvid.so-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so
slave nvidia--libnvcuvid.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so.1
slave nvidia--libnvidia-allocator.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-allocator.so.1
slave nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-cfg.so.1
slave nvidia--libnvidia-encode.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-encode.so.1
slave nvidia--libnvidia-ml.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.1
slave nvidia--libnvidia-nvvm.so.4-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-nvvm.so.4
slave nvidia--libnvidia-nvvm.so.550.163.01-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-nvvm.so.550.163.01
slave nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-opencl.so.1
slave nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ptxjitcompiler.so.1
slave nvidia--libvdpau_nvidia.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
slave nvidia--nv-control-dpy: /usr/lib/nvidia/current/nv-control-dpy
slave nvidia--nvidia-application-profiles-key-documentation: /usr/share/nvidia/nvidia-application-profiles-550.163.01-key-documentation
slave nvidia--nvidia-blacklists-nouveau.conf: /etc/nvidia/nvidia-550.163.01/nvidia-blacklists-nouveau.conf
slave nvidia--nvidia-bug-report.sh: /usr/lib/nvidia/current/nvidia-bug-report.sh
slave nvidia--nvidia-debugdump: /usr/lib/nvidia/current/nvidia-debugdump
slave nvidia--nvidia-drm-outputclass.conf: /etc/nvidia/current/nvidia-drm-outputclass.conf
slave nvidia--nvidia-drm_gbm.so-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/current/nvidia-drm_gbm.so
slave nvidia--nvidia-load.conf: /etc/nvidia/nvidia-550.163.01/nvidia-load.conf
slave nvidia--nvidia-modprobe.conf: /etc/nvidia/nvidia-550.163.01/nvidia-modprobe.conf
slave nvidia--nvidia-options.conf: /etc/nvidia/nvidia-550.163.01/nvidia-options.conf
slave nvidia--nvidia-settings: /usr/lib/nvidia/current/nvidia-settings
slave nvidia--nvidia-settings.1.gz: /usr/lib/nvidia/current/nvidia-settings.1.gz
slave nvidia--nvidia-settings.desktop: /usr/lib/nvidia/current/nvidia-settings.desktop
slave nvidia--nvidia-smi: /usr/lib/nvidia/current/nvidia-smi
slave nvidia--nvidia-smi.1.gz: /usr/lib/nvidia/current/nvidia-smi.1.gz
slave nvidia--nvidia_drv.so: /usr/lib/nvidia/current/nvidia_drv.so
Alternative 'glx':
glx - auto mode
link best version is /usr/lib/nvidia
link currently points to /usr/lib/nvidia
link glx is /usr/lib/glx
slave glx--libEGL.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libEGL.so.1
slave glx--libGL.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGL.so.1
slave glx--libGLESv1_CM.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1
slave glx--libGLESv2.so.2-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGLESv2.so.2
slave glx--libGLX_indirect.so.0-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libGLX_indirect.so.0
slave glx--libglxserver_nvidia.so is /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
slave glx--libnvidia-cfg.so.1-x86_64-linux-gnu is /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1
slave glx--nvidia-blacklists-nouveau.conf is /etc/modprobe.d/nvidia-blacklists-nouveau.conf
slave glx--nvidia-bug-report.sh is /usr/bin/nvidia-bug-report.sh
slave glx--nvidia-drm-outputclass.conf is /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf
slave glx--nvidia-load.conf is /etc/modules-load.d/nvidia.conf
slave glx--nvidia-modprobe.conf is /etc/modprobe.d/nvidia.conf
slave glx--nvidia_drv.so is /usr/lib/xorg/modules/drivers/nvidia_drv.so
/usr/lib/mesa-diverted - priority 5
slave glx--libEGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
slave glx--libGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
slave glx--libGLESv1_CM.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
slave glx--libGLESv2.so.2-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
slave glx--libGLX_indirect.so.0-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0
/usr/lib/nvidia - priority 100
slave glx--libEGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
slave glx--libGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
slave glx--libGLESv1_CM.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
slave glx--libGLESv2.so.2-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
slave glx--libGLX_indirect.so.0-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
slave glx--libglxserver_nvidia.so: /usr/lib/nvidia/libglxserver_nvidia.so
slave glx--libnvidia-cfg.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
slave glx--nvidia-blacklists-nouveau.conf: /etc/nvidia/nvidia-blacklists-nouveau.conf
slave glx--nvidia-bug-report.sh: /usr/lib/nvidia/nvidia-bug-report.sh
slave glx--nvidia-drm-outputclass.conf: /etc/nvidia/nvidia-drm-outputclass.conf
slave glx--nvidia-load.conf: /etc/nvidia/nvidia-load.conf
slave glx--nvidia-modprobe.conf: /etc/nvidia/nvidia-modprobe.conf
slave glx--nvidia_drv.so: /usr/lib/nvidia/nvidia_drv.so
/usr/lib/nvidia/bumblebee - priority 95
slave glx--libEGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
slave glx--libGL.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
slave glx--libGLESv1_CM.so.1-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
slave glx--libGLESv2.so.2-x86_64-linux-gnu: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
slave glx--libGLX_indirect.so.0-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0
slave glx--libnvidia-cfg.so.1-x86_64-linux-gnu: /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
slave glx--nvidia-blacklists-nouveau.conf: /etc/nvidia/nvidia-blacklists-nouveau.conf
slave glx--nvidia-bug-report.sh: /usr/lib/nvidia/nvidia-bug-report.sh
slave glx--nvidia-modprobe.conf: /etc/nvidia/nvidia-modprobe.conf
OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root 15 Aug 15 08:40 /etc/alternatives/glx -> /usr/lib/nvidia
lrwxrwxrwx 1 root root 51 Aug 15 08:40 /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libEGL.so.1
lrwxrwxrwx 1 root root 48 Jan 3 2023 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Jan 3 2023 /etc/alternatives/glx--libGL.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 50 Aug 15 08:40 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 50 Aug 15 08:40 /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
lrwxrwxrwx 1 root root 57 Aug 15 08:40 /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 57 Aug 15 08:40 /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 54 Aug 15 08:40 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 54 Aug 15 08:40 /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 44 Aug 15 08:40 /etc/alternatives/glx--libGLX_indirect.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 44 Aug 15 08:40 /etc/alternatives/glx--libGLX_indirect.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 38 Aug 15 08:40 /etc/alternatives/glx--libglxserver_nvidia.so -> /usr/lib/nvidia/libglxserver_nvidia.so
lrwxrwxrwx 1 root root 51 Aug 15 08:40 /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 42 Feb 27 2023 /etc/alternatives/glx--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 Aug 15 08:40 /etc/alternatives/glx--nvidia-bug-report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Aug 15 08:40 /etc/alternatives/glx--nvidia-drm-outputclass.conf -> /etc/nvidia/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 28 Feb 27 2023 /etc/alternatives/glx--nvidia-load.conf -> /etc/nvidia/nvidia-load.conf
lrwxrwxrwx 1 root root 32 Feb 27 2023 /etc/alternatives/glx--nvidia-modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 29 Aug 15 08:40 /etc/alternatives/glx--nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root 22 Jul 3 2023 /etc/alternatives/libGL.so-master -> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 23 Aug 15 08:38 /etc/alternatives/nvidia -> /usr/lib/nvidia/current
lrwxrwxrwx 1 root root 59 Aug 15 08:38 /etc/alternatives/nvidia--libEGL_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libEGL_nvidia.so.0
lrwxrwxrwx 1 root root 65 Aug 15 08:38 /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root 65 Aug 15 08:38 /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv1_CM_nvidia.so.1
lrwxrwxrwx 1 root root 62 Aug 15 08:38 /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root 62 Aug 15 08:38 /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLESv2_nvidia.so.2
lrwxrwxrwx 1 root root 59 Aug 15 08:38 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 59 Aug 15 08:38 /etc/alternatives/nvidia--libGLX_nvidia.so.0-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0
lrwxrwxrwx 1 root root 51 Aug 15 08:38 /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so
lrwxrwxrwx 1 root root 53 Aug 15 08:38 /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libcuda.so.1
lrwxrwxrwx 1 root root 46 Aug 15 08:38 /etc/alternatives/nvidia--libglxserver_nvidia.so -> /usr/lib/nvidia/current/libglxserver_nvidia.so
lrwxrwxrwx 1 root root 54 Aug 15 08:38 /etc/alternatives/nvidia--libnvcuvid.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so
lrwxrwxrwx 1 root root 56 Aug 15 08:38 /etc/alternatives/nvidia--libnvcuvid.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvcuvid.so.1
lrwxrwxrwx 1 root root 65 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-allocator.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-allocator.so.1
lrwxrwxrwx 1 root root 59 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 62 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-encode.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-encode.so.1
lrwxrwxrwx 1 root root 58 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root 60 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-nvvm.so.4-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-nvvm.so.4
lrwxrwxrwx 1 root root 69 Apr 8 2025 /etc/alternatives/nvidia--libnvidia-nvvm.so.550.163.01-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-nvvm.so.550.163.01
lrwxrwxrwx 1 root root 62 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-opencl.so.1
lrwxrwxrwx 1 root root 70 Aug 15 08:38 /etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ptxjitcompiler.so.1
lrwxrwxrwx 1 root root 61 Aug 15 08:38 /etc/alternatives/nvidia--libvdpau_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root 38 Aug 15 08:38 /etc/alternatives/nvidia--nv-control-dpy -> /usr/lib/nvidia/current/nv-control-dpy
lrwxrwxrwx 1 root root 74 Apr 8 2025 /etc/alternatives/nvidia--nvidia-application-profiles-key-documentation -> /usr/share/nvidia/nvidia-application-profiles-550.163.01-key-documentation
lrwxrwxrwx 1 root root 60 Feb 27 2023 /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf -> /etc/nvidia/nvidia-550.163.01/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 44 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 40 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-debugdump -> /usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root 47 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-drm-outputclass.conf -> /etc/nvidia/current/nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 58 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-drm_gbm.so-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/current/nvidia-drm_gbm.so
lrwxrwxrwx 1 root root 46 Feb 27 2023 /etc/alternatives/nvidia--nvidia-load.conf -> /etc/nvidia/nvidia-550.163.01/nvidia-load.conf
lrwxrwxrwx 1 root root 50 Feb 27 2023 /etc/alternatives/nvidia--nvidia-modprobe.conf -> /etc/nvidia/nvidia-550.163.01/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 49 Dec 3 2023 /etc/alternatives/nvidia--nvidia-options.conf -> /etc/nvidia/nvidia-550.163.01/nvidia-options.conf
lrwxrwxrwx 1 root root 39 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-settings -> /usr/lib/nvidia/current/nvidia-settings
lrwxrwxrwx 1 root root 44 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-settings.1.gz -> /usr/lib/nvidia/current/nvidia-settings.1.gz
lrwxrwxrwx 1 root root 47 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-settings.desktop -> /usr/lib/nvidia/current/nvidia-settings.desktop
lrwxrwxrwx 1 root root 34 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-smi -> /usr/lib/nvidia/current/nvidia-smi
lrwxrwxrwx 1 root root 39 Aug 15 08:38 /etc/alternatives/nvidia--nvidia-smi.1.gz -> /usr/lib/nvidia/current/nvidia-smi.1.gz
lrwxrwxrwx 1 root root 37 Aug 15 08:38 /etc/alternatives/nvidia--nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
-rw-r--r-- 1 root root 1326400 May 23 16:51 /usr/lib/libnvidia-gtk3.so.550.163.01
-rw-r--r-- 1 root root 14248 May 23 16:51 /usr/lib/libnvidia-wayland-client.so.550.163.01
lrwxrwxrwx 1 root root 51 Jan 3 2023 /usr/lib/x86_64-linux-gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 48 Jan 3 2023 /usr/lib/x86_64-linux-gnu/libGL.so -> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Jan 3 2023 /usr/lib/x86_64-linux-gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 57 Jan 3 2023 /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 67 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /etc/alternatives/nvidia--libGLESv1_CM_nvidia.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 54 Jan 3 2023 /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 64 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2 -> /etc/alternatives/nvidia--libGLESv2_nvidia.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libcuda.so -> /etc/alternatives/nvidia--libcuda.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 55 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libcuda.so.1 -> /etc/alternatives/nvidia--libcuda.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 67 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.1 -> /etc/alternatives/nvidia--libnvidia-allocator.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 58 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 26 Mar 27 2025 /usr/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1 -> libnvidia-egl-gbm.so.1.1.2
-rw-r--r-- 1 root root 26536 Mar 27 2025 /usr/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1.1.2
lrwxrwxrwx 1 root root 31 Apr 7 2025 /usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.18
-rw-r--r-- 1 root root 81440 Apr 7 2025 /usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1.1.18
-rw-r--r-- 1 root root 30352200 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.550.163.01
lrwxrwxrwx 1 root root 64 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1 -> /etc/alternatives/nvidia--libnvidia-encode.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 32464992 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.550.163.01
-rw-r--r-- 1 root root 582808 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.550.163.01
-rw-r--r-- 1 root root 9062480 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.550.163.01
-rw-r--r-- 1 root root 43659040 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-gpucomp.so.550.163.01
lrwxrwxrwx 1 root root 60 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 62 Apr 15 2023 /usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.4 -> /etc/alternatives/nvidia--libnvidia-nvvm.so.4-x86_64-linux-gnu
lrwxrwxrwx 1 root root 71 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.550.163.01 -> /etc/alternatives/nvidia--libnvidia-nvvm.so.550.163.01-x86_64-linux-gnu
lrwxrwxrwx 1 root root 64 Apr 15 2023 /usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /etc/alternatives/nvidia--libnvidia-opencl.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 10176 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.550.163.01
lrwxrwxrwx 1 root root 72 Feb 27 2023 /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /etc/alternatives/nvidia--libnvidia-ptxjitcompiler.so.1-x86_64-linux-gnu
-rw-r--r-- 1 root root 76336528 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.550.163.01
-rw-r--r-- 1 root root 18632 Apr 8 2025 /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.550.163.01
lrwxrwxrwx 1 root root 36 Feb 2 2023 /usr/lib/xorg/modules/drivers/nvidia_drv.so -> /etc/alternatives/glx--nvidia_drv.so
-rw-r--r-- 1 root root 302312 Jun 20 16:47 /usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 45 Feb 27 2023 /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so -> /etc/alternatives/glx--libglxserver_nvidia.so
lrwxrwxrwx 1 root root 45 Feb 27 2023 /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so -> /etc/alternatives/glx--libglxserver_nvidia.so
-rw-r--r-- 1 root root 87413 Oct 29 13:29 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 96480 Oct 29 11:16 /var/log/Xorg.0.log.old
/etc/OpenCL/vendors/:
total 12
drwxr-xr-x 2 root root 4096 Oct 29 15:35 .
drwxr-xr-x 3 root root 4096 Jul 2 2023 ..
-rw-r--r-- 1 root root 22 Mar 29 2023 nvidia.icd
/etc/X11/xorg.conf.d/:
total 8
drwxr-xr-x 2 root root 4096 Aug 18 2021 .
drwxr-xr-x 12 root root 4096 Aug 19 14:05 ..
/etc/nvidia/:
total 20
drwxr-xr-x 3 root root 4096 Aug 15 08:31 .
drwxr-xr-x 151 root root 12288 Oct 29 15:36 ..
drwxr-xr-x 2 root root 4096 Oct 29 15:35 current
lrwxrwxrwx 1 root root 7 Jul 22 06:28 nvidia-550.163.01 -> current
lrwxrwxrwx 1 root root 56 Feb 27 2023 nvidia-blacklists-nouveau.conf -> /etc/alternatives/nvidia--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 53 Feb 2 2023 nvidia-drm-outputclass.conf -> /etc/alternatives/nvidia--nvidia-drm-outputclass.conf
lrwxrwxrwx 1 root root 42 Feb 27 2023 nvidia-load.conf -> /etc/alternatives/nvidia--nvidia-load.conf
lrwxrwxrwx 1 root root 46 Feb 27 2023 nvidia-modprobe.conf -> /etc/alternatives/nvidia--nvidia-modprobe.conf
/usr/lib/mesa-diverted/:
total 28
drwxr-xr-x 7 root root 4096 Jul 3 2023 .
drwxr-xr-x 110 root root 4096 Oct 29 15:10 ..
drwxr-xr-x 2 root root 4096 Jan 5 2023 aarch64-linux-gnu
drwxr-xr-x 2 root root 4096 Jan 5 2023 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 Jan 5 2023 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Jul 3 2023 libGL.so-master -> /etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Jan 5 2023 powerpc64le-linux-gnu
drwxr-xr-x 2 root root 4096 Aug 15 08:32 x86_64-linux-gnu
/usr/lib/mesa-diverted/aarch64-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Jan 5 2023 .
drwxr-xr-x 7 root root 4096 Jul 3 2023 ..
/usr/lib/mesa-diverted/arm-linux-gnueabihf/:
total 8
drwxr-xr-x 2 root root 4096 Jan 5 2023 .
drwxr-xr-x 7 root root 4096 Jul 3 2023 ..
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Jan 5 2023 .
drwxr-xr-x 7 root root 4096 Jul 3 2023 ..
/usr/lib/mesa-diverted/powerpc64le-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Jan 5 2023 .
drwxr-xr-x 7 root root 4096 Jul 3 2023 ..
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 744
drwxr-xr-x 2 root root 4096 Aug 15 08:32 .
drwxr-xr-x 7 root root 4096 Jul 3 2023 ..
lrwxrwxrwx 1 root root 15 Oct 29 2024 libEGL.so.1 -> libEGL.so.1.1.0
-rw-r--r-- 1 root root 88544 Oct 29 2024 libEGL.so.1.1.0
lrwxrwxrwx 1 root root 10 Oct 29 2024 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 14 Oct 29 2024 libGL.so.1 -> libGL.so.1.7.0
-rw-r--r-- 1 root root 542880 Oct 29 2024 libGL.so.1.7.0
lrwxrwxrwx 1 root root 21 Oct 29 2024 libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.2.0
-rw-r--r-- 1 root root 43160 Oct 29 2024 libGLESv1_CM.so.1.2.0
lrwxrwxrwx 1 root root 18 Oct 29 2024 libGLESv2.so.2 -> libGLESv2.so.2.1.0
-rw-r--r-- 1 root root 71832 Oct 29 2024 libGLESv2.so.2.1.0
lrwxrwxrwx 1 root root 16 Jun 17 18:07 libGLX_indirect.so.0 -> libGLX_mesa.so.0
/usr/lib/mesa/:
total 8
drwxr-xr-x 2 root root 4096 Jan 5 2023 .
drwxr-xr-x 110 root root 4096 Oct 29 15:10 ..
/usr/lib/nvidia/:
total 36
drwxr-xr-x 5 root root 4096 Aug 15 08:34 .
drwxr-xr-x 110 root root 4096 Oct 29 15:10 ..
-rw-r--r-- 1 root root 57 Jan 9 2024 alternate-install-present
drwxr-xr-x 2 root root 4096 Jan 5 2023 bumblebee
-rwxr-xr-x 1 root root 2125 Jan 9 2024 check-for-conflicting-opengl-libraries
-rwxr-xr-x 1 root root 1897 Jan 9 2024 check-for-mismatching-nvidia-module
drwxr-xr-x 2 root root 4096 Oct 29 15:35 current
drwxr-xr-x 2 root root 4096 Feb 27 2023 current-open
lrwxrwxrwx 1 root root 48 Feb 27 2023 libglxserver_nvidia.so -> /etc/alternatives/nvidia--libglxserver_nvidia.so
lrwxrwxrwx 1 root root 24 Apr 4 2023 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Feb 27 2023 nvidia-bug-report.sh -> /etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Feb 2 2023 nvidia_drv.so -> /etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 616 Jan 9 2024 pre-install
/usr/lib/nvidia/bumblebee/:
total 8
drwxr-xr-x 2 root root 4096 Jan 5 2023 .
drwxr-xr-x 5 root root 4096 Aug 15 08:34 ..
/usr/lib/nvidia/current-open/:
total 8
drwxr-xr-x 2 root root 4096 Feb 27 2023 .
drwxr-xr-x 5 root root 4096 Aug 15 08:34 ..
/usr/lib/nvidia/current/:
total 21212
drwxr-xr-x 2 root root 4096 Oct 29 15:35 .
drwxr-xr-x 5 root root 4096 Aug 15 08:34 ..
lrwxrwxrwx 1 root root 33 Oct 29 14:56 libglxserver_nvidia.so -> libglxserver_nvidia.so.550.163.01
-rw-r--r-- 1 root root 13449872 Apr 8 2025 libglxserver_nvidia.so.550.163.01
-rwxr-xr-x 1 root root 39264 May 23 16:51 nv-control-dpy
-rwxr-xr-x 1 root root 40770 Oct 29 14:56 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 142064 Apr 8 2025 nvidia-debugdump
-rwxr-xr-x 1 root root 264784 May 23 16:51 nvidia-settings
-rw-r--r-- 1 root root 8610 May 23 16:51 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1620 May 23 16:51 nvidia-settings.desktop
-rwxr-xr-x 1 root root 1068640 Apr 8 2025 nvidia-smi
-rw-r--r-- 1 root root 26866 Oct 29 14:56 nvidia-smi.1.gz
-rw-r--r-- 1 root root 3645 Oct 29 14:56 nvidia.ids
-rw-r--r-- 1 root root 6644208 Apr 8 2025 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 21212
drwxr-xr-x 2 root root 4096 Oct 29 15:35 .
drwxr-xr-x 5 root root 4096 Aug 15 08:34 ..
lrwxrwxrwx 1 root root 33 Oct 29 14:56 libglxserver_nvidia.so -> libglxserver_nvidia.so.550.163.01
-rw-r--r-- 1 root root 13449872 Apr 8 2025 libglxserver_nvidia.so.550.163.01
-rwxr-xr-x 1 root root 39264 May 23 16:51 nv-control-dpy
-rwxr-xr-x 1 root root 40770 Oct 29 14:56 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 142064 Apr 8 2025 nvidia-debugdump
-rwxr-xr-x 1 root root 264784 May 23 16:51 nvidia-settings
-rw-r--r-- 1 root root 8610 May 23 16:51 nvidia-settings.1.gz
-rw-r--r-- 1 root root 1620 May 23 16:51 nvidia-settings.desktop
-rwxr-xr-x 1 root root 1068640 Apr 8 2025 nvidia-smi
-rw-r--r-- 1 root root 26866 Oct 29 14:56 nvidia-smi.1.gz
-rw-r--r-- 1 root root 3645 Oct 29 14:56 nvidia.ids
-rw-r--r-- 1 root root 6644208 Apr 8 2025 nvidia_drv.so
/usr/lib/x86_64-linux-gnu/nvidia/:
total 204
drwxr-xr-x 3 root root 4096 Apr 4 2023 .
drwxr-xr-x 114 root root 192512 Oct 29 15:35 ..
drwxr-xr-x 2 root root 4096 Oct 29 15:35 current
lrwxrwxrwx 1 root root 61 Feb 27 2023 libnvidia-cfg.so.1 -> /etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 180428
drwxr-xr-x 2 root root 4096 Oct 29 15:35 .
drwxr-xr-x 3 root root 4096 Apr 4 2023 ..
lrwxrwxrwx 1 root root 27 Oct 29 14:56 libEGL_nvidia.so.0 -> libEGL_nvidia.so.550.163.01
-rw-r--r-- 1 root root 1345696 Apr 8 2025 libEGL_nvidia.so.550.163.01
lrwxrwxrwx 1 root root 33 Oct 29 14:56 libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.550.163.01
-rw-r--r-- 1 root root 68000 Apr 8 2025 libGLESv1_CM_nvidia.so.550.163.01
lrwxrwxrwx 1 root root 30 Oct 29 14:56 libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.550.163.01
-rw-r--r-- 1 root root 117144 Apr 8 2025 libGLESv2_nvidia.so.550.163.01
lrwxrwxrwx 1 root root 27 Oct 29 14:56 libGLX_nvidia.so.0 -> libGLX_nvidia.so.550.163.01
-rw-r--r-- 1 root root 1203776 Apr 8 2025 libGLX_nvidia.so.550.163.01
lrwxrwxrwx 1 root root 12 Oct 29 14:56 libcuda.so -> libcuda.so.1
lrwxrwxrwx 1 root root 21 Oct 29 14:56 libcuda.so.1 -> libcuda.so.550.163.01
-rw-r--r-- 1 root root 28712096 Apr 8 2025 libcuda.so.550.163.01
lrwxrwxrwx 1 root root 15 Oct 29 14:56 libnvcuvid.so -> libnvcuvid.so.1
lrwxrwxrwx 1 root root 24 Oct 29 14:56 libnvcuvid.so.1 -> libnvcuvid.so.550.163.01
-rw-r--r-- 1 root root 10566992 Apr 8 2025 libnvcuvid.so.550.163.01
lrwxrwxrwx 1 root root 33 Oct 29 14:56 libnvidia-allocator.so.1 -> libnvidia-allocator.so.550.163.01
-rw-r--r-- 1 root root 168808 Apr 8 2025 libnvidia-allocator.so.550.163.01
lrwxrwxrwx 1 root root 27 Oct 29 14:56 libnvidia-cfg.so.1 -> libnvidia-cfg.so.550.163.01
-rw-r--r-- 1 root root 398968 Apr 8 2025 libnvidia-cfg.so.550.163.01
lrwxrwxrwx 1 root root 21 Oct 29 14:56 libnvidia-encode.so -> libnvidia-encode.so.1
lrwxrwxrwx 1 root root 30 Oct 29 14:56 libnvidia-encode.so.1 -> libnvidia-encode.so.550.163.01
-rw-r--r-- 1 root root 277152 Apr 8 2025 libnvidia-encode.so.550.163.01
lrwxrwxrwx 1 root root 17 Oct 29 14:56 libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx 1 root root 26 Oct 29 14:56 libnvidia-ml.so.1 -> libnvidia-ml.so.550.163.01
-rw-r--r-- 1 root root 2082360 Apr 8 2025 libnvidia-ml.so.550.163.01
lrwxrwxrwx 1 root root 28 Oct 29 14:56 libnvidia-nvvm.so.4 -> libnvidia-nvvm.so.550.163.01
-rw-r--r-- 1 root root 86842616 Apr 8 2025 libnvidia-nvvm.so.550.163.01
lrwxrwxrwx 1 root root 30 Oct 29 14:56 libnvidia-opencl.so.1 -> libnvidia-opencl.so.550.163.01
-rw-r--r-- 1 root root 23613128 Apr 8 2025 libnvidia-opencl.so.550.163.01
lrwxrwxrwx 1 root root 38 Oct 29 14:56 libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.550.163.01
-rw-r--r-- 1 root root 28674464 Apr 8 2025 libnvidia-ptxjitcompiler.so.550.163.01
lrwxrwxrwx 1 root root 29 Oct 29 14:56 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.550.163.01
-rw-r--r-- 1 root root 654544 Apr 8 2025 libvdpau_nvidia.so.550.163.01
lrwxrwxrwx 1 root root 33 Oct 29 14:56 nvidia-drm_gbm.so -> libnvidia-allocator.so.550.163.01
/usr/share/X11/xorg.conf.d/:
total 28
drwxr-xr-x 2 root root 4096 Aug 15 08:35 .
drwxr-xr-x 6 root root 4096 Aug 15 08:31 ..
-rw-r--r-- 1 root root 126 Feb 26 2023 10-amdgpu.conf
-rw-r--r-- 1 root root 1968 Jun 20 16:47 10-quirks.conf
-rw-r--r-- 1 root root 92 Nov 8 2023 10-radeon.conf
-rw-r--r-- 1 root root 1429 Feb 5 2025 40-libinput.conf
-rw-r--r-- 1 root root 2482 Jan 30 2025 70-wacom.conf
lrwxrwxrwx 1 root root 50 Feb 2 2023 nvidia-drm-outputclass.conf -> /etc/alternatives/glx--nvidia-drm-outputclass.conf
/etc/modprobe.d:
total 24
drwxr-xr-x 2 root root 4096 Oct 29 13:36 .
drwxr-xr-x 151 root root 12288 Oct 29 15:36 ..
-rw-r--r-- 1 root root 127 Jan 31 2023 dkms.conf
-rw-r--r-- 1 root root 154 Mar 15 2023 intel-microcode-blacklist.conf
lrwxrwxrwx 1 root root 53 Feb 27 2023 nvidia-blacklists-nouveau.conf -> /etc/alternatives/glx--nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 45 Feb 27 2023 nvidia-options.conf -> /etc/alternatives/nvidia--nvidia-options.conf
lrwxrwxrwx 1 root root 43 Feb 27 2023 nvidia.conf -> /etc/alternatives/glx--nvidia-modprobe.conf
/etc/modules-load.d:
-rw-r--r-- 1 root root 212 Aug 15 08:35 /etc/modules
/etc/modules-load.d/:
total 16
drwxr-xr-x 2 root root 4096 Sep 12 16:12 .
drwxr-xr-x 151 root root 12288 Oct 29 15:36 ..
lrwxrwxrwx 1 root root 10 Aug 10 23:04 modules.conf -> ../modules
lrwxrwxrwx 1 root root 39 Feb 27 2023 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-options.conf >>>>>>>>>>
#options nvidia-current NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
# To grant performance counter access to unprivileged users, uncomment the following line:
#options nvidia-current NVreg_RestrictProfilingToAdminUsers=0
# Uncomment to enable this power management feature:
#options nvidia-current NVreg_PreserveVideoMemoryAllocations=1
# Uncomment to enable this power management feature:
#options nvidia-current NVreg_EnableS0ixPowerManagement=1
^^^^^^^^^^ /etc/modprobe.d/nvidia-options.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
install nvidia modprobe -i nvidia-current $CMDLINE_OPTS
install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-current-modeset $CMDLINE_OPTS
install nvidia-drm modprobe nvidia-modeset ; modprobe -i nvidia-current-drm $CMDLINE_OPTS
install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm $CMDLINE_OPTS
install nvidia-peermem modprobe nvidia ; modprobe -i nvidia-current-peermem $CMDLINE_OPTS
# unloading needs the internal names (i.e. upstream's names, not our renamed files)
remove nvidia modprobe -r -i nvidia-drm nvidia-modeset nvidia-peermem nvidia-uvm nvidia
remove nvidia-modeset modprobe -r -i nvidia-drm nvidia-modeset
alias char-major-195* nvidia
# 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 ^^^^^^^^^^
<<<<<<<<<< /home/simon/.local/share/xorg/Xorg.0.log >>>>>>>>>>
[ 53.470]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[ 53.470] Current Operating System: Linux simon 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64
[ 53.470] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-34-amd64 root=/dev/mapper/simon-root ro vsyscall=emulate quiet
[ 53.470] xorg-server 2:21.1.7-3+deb12u9 (https://www.debian.org/support)
[ 53.470] Current version of pixman: 0.42.2
[ 53.470] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 53.470] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 53.471] (==) Log file: "/home/simon/.local/share/xorg/Xorg.0.log", Time: Wed May 7 08:37:40 2025
[ 53.473] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 53.474] (==) No Layout section. Using the first Screen section.
[ 53.474] (==) No screen section available. Using defaults.
[ 53.474] (**) |-->Screen "Default Screen Section" (0)
[ 53.474] (**) | |-->Monitor "<default monitor>"
[ 53.475] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 53.475] (==) Automatically adding devices
[ 53.475] (==) Automatically enabling devices
[ 53.475] (==) Automatically adding GPU devices
[ 53.475] (==) Automatically binding GPU devices
[ 53.475] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 53.477] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 53.477] Entry deleted from font path.
[ 53.478] (==) 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
[ 53.478] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 53.478] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 53.478] (II) Loader magic: 0x55b9702a5f00
[ 53.478] (II) Module ABI versions:
[ 53.478] X.Org ANSI C Emulation: 0.4
[ 53.478] X.Org Video Driver: 25.2
[ 53.478] X.Org XInput driver : 24.4
[ 53.478] X.Org Server Extension : 10.0
[ 53.479] (++) using VT number 1
[ 53.481] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 53.482] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 53.482] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 53.483] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 53.485] (--) PCI:*(0 at 0:2:0) 8086:46a6:1028:0b56 rev 12, Mem @ 0x6234000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 53.485] (--) PCI: (1 at 0:0:0) 10de:2560:1028:0b56 rev 161, Mem @ 0x8e000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 53.485] (II) LoadModule: "glx"
[ 53.487] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 53.493] (II) Module glx: vendor="X.Org Foundation"
[ 53.493] compiled for 1.21.1.7, module version = 1.0.0
[ 53.493] ABI class: X.Org Server Extension, version 10.0
[ 53.493] (==) Matched modesetting as autoconfigured driver 0
[ 53.493] (==) Matched fbdev as autoconfigured driver 1
[ 53.493] (==) Matched vesa as autoconfigured driver 2
[ 53.493] (==) Assigned the driver to the xf86ConfigLayout
[ 53.493] (II) LoadModule: "modesetting"
[ 53.493] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 53.494] (II) Module modesetting: vendor="X.Org Foundation"
[ 53.494] compiled for 1.21.1.7, module version = 1.21.1
[ 53.494] Module class: X.Org Video Driver
[ 53.494] ABI class: X.Org Video Driver, version 25.2
[ 53.494] (II) LoadModule: "fbdev"
[ 53.494] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 53.495] (II) Module fbdev: vendor="X.Org Foundation"
[ 53.495] compiled for 1.21.1.3, module version = 0.5.0
[ 53.495] Module class: X.Org Video Driver
[ 53.495] ABI class: X.Org Video Driver, version 25.2
[ 53.495] (II) LoadModule: "vesa"
[ 53.495] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 53.495] (II) Module vesa: vendor="X.Org Foundation"
[ 53.495] compiled for 1.21.1.3, module version = 2.5.0
[ 53.495] Module class: X.Org Video Driver
[ 53.495] ABI class: X.Org Video Driver, version 25.2
[ 53.495] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 53.495] (II) FBDEV: driver for framebuffer: fbdev
[ 53.495] (II) VESA: driver for VESA chipsets: vesa
[ 53.495] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 53.495] (II) modeset(0): using drv /dev/dri/card0
[ 53.495] (WW) Falling back to old probe method for fbdev
[ 53.495] (II) Loading sub module "fbdevhw"
[ 53.495] (II) LoadModule: "fbdevhw"
[ 53.495] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 53.495] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 53.496] compiled for 1.21.1.7, module version = 0.0.2
[ 53.496] ABI class: X.Org Video Driver, version 25.2
[ 53.496] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 53.496] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 53.496] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 53.496] (==) modeset(0): RGB weight 888
[ 53.496] (==) modeset(0): Default visual is TrueColor
[ 53.496] (II) Loading sub module "glamoregl"
[ 53.496] (II) LoadModule: "glamoregl"
[ 53.496] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 53.501] (II) Module glamoregl: vendor="X.Org Foundation"
[ 53.501] compiled for 1.21.1.7, module version = 1.0.1
[ 53.501] ABI class: X.Org ANSI C Emulation, version 0.4
[ 54.093] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 54.093] (II) modeset(0): glamor initialized
[ 54.093] (==) modeset(0): VariableRefresh: disabled
[ 54.093] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 54.094] (II) modeset(0): Output eDP-1 has no monitor section
[ 54.095] (II) modeset(0): Output DP-1 has no monitor section
[ 54.098] (II) modeset(0): Output DP-2 has no monitor section
[ 54.100] (II) modeset(0): EDID for output eDP-1
[ 54.100] (II) modeset(0): Manufacturer: BOE Model: a41 Serial#: 0
[ 54.100] (II) modeset(0): Year: 2021 Week: 17
[ 54.100] (II) modeset(0): EDID Version: 1.4
[ 54.100] (II) modeset(0): Digital Display Input
[ 54.100] (II) modeset(0): 8 bits per channel
[ 54.100] (II) modeset(0): Digital interface is DisplayPort
[ 54.100] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 54.100] (II) modeset(0): Gamma: 2.20
[ 54.100] (II) modeset(0): No DPMS capabilities specified
[ 54.100] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 54.100] (II) modeset(0): First detailed timing is preferred mode
[ 54.100] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 54.100] (II) modeset(0): Display is continuous-frequency
[ 54.100] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 54.100] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 54.100] (II) modeset(0): Manufacturer's mask: 0
[ 54.100] (II) modeset(0): Supported detailed timing:
[ 54.100] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 194 mm
[ 54.100] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 54.100] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 1142 v_border: 0
[ 54.100] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 189 H max: 189 kHz, PixClock max 405 MHz
[ 54.100] (II) modeset(0): 18PJX\x80NV15NY9
[ 54.100] (II) modeset(0): Unknown vendor-specific block 0
[ 54.100] (II) modeset(0): Number of EDID sections to follow: 1
[ 54.100] (II) modeset(0): EDID (in hex):
[ 54.100] (II) modeset(0): 00ffffffffffff0009e5410a00000000
[ 54.100] (II) modeset(0): 111f0104a522137803ee95a3544c9926
[ 54.100] (II) modeset(0): 0f505400000001010101010101010101
[ 54.100] (II) modeset(0): 010101010101ad3780a070383e406c30
[ 54.100] (II) modeset(0): aa0058c21000001a000000fd003ca5bd
[ 54.100] (II) modeset(0): bd28010a202020202020000000fe0031
[ 54.100] (II) modeset(0): 38504a58804e5631354e593900000000
[ 54.100] (II) modeset(0): 0002410f99000000000b010a202001f7
[ 54.100] (II) modeset(0): 70137900000301141a9900847f079f00
[ 54.100] (II) modeset(0): 6b002f0037043d000900090000000000
[ 54.100] (II) modeset(0): 00000000000000000000000000000000
[ 54.100] (II) modeset(0): 00000000000000000000000000000000
[ 54.100] (II) modeset(0): 00000000000000000000000000000000
[ 54.100] (II) modeset(0): 00000000000000000000000000000000
[ 54.100] (II) modeset(0): 00000000000000000000000000000000
[ 54.100] (II) modeset(0): 0000000000000000000000000000dc90
[ 54.101] (II) modeset(0): Printing probed modes for output eDP-1
[ 54.101] (II) modeset(0): Modeline "1920x1080"x165.0 391.95 1920 2028 2076 2080 1080 1090 1100 1142 -hsync -vsync (188.4 kHz eP)
[ 54.101] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 54.101] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 54.101] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 54.101] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 54.101] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 54.101] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 54.101] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 54.101] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 54.101] (II) modeset(0): EDID for output DP-1
[ 54.101] (II) modeset(0): EDID for output DP-2
[ 54.101] (II) modeset(0): Output eDP-1 connected
[ 54.101] (II) modeset(0): Output DP-1 disconnected
[ 54.101] (II) modeset(0): Output DP-2 disconnected
[ 54.102] (II) modeset(0): Using exact sizes for initial modes
[ 54.102] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 54.102] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 54.102] (==) modeset(0): DPI set to (96, 96)
[ 54.102] (II) Loading sub module "fb"
[ 54.102] (II) LoadModule: "fb"
[ 54.102] (II) Module "fb" already built-in
[ 54.102] (II) UnloadModule: "fbdev"
[ 54.102] (II) Unloading fbdev
[ 54.102] (II) UnloadSubModule: "fbdevhw"
[ 54.102] (II) Unloading fbdevhw
[ 54.102] (II) UnloadModule: "vesa"
[ 54.102] (II) Unloading vesa
[ 54.120] (==) modeset(0): Backing store enabled
[ 54.120] (==) modeset(0): Silken mouse enabled
[ 54.150] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 54.151] (==) modeset(0): DPMS enabled
[ 54.151] (II) modeset(0): [DRI2] Setup complete
[ 54.151] (II) modeset(0): [DRI2] DRI driver: iris
[ 54.151] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 54.151] (II) Initializing extension Generic Event Extension
[ 54.151] (II) Initializing extension SHAPE
[ 54.151] (II) Initializing extension MIT-SHM
[ 54.152] (II) Initializing extension XInputExtension
[ 54.153] (II) Initializing extension XTEST
[ 54.153] (II) Initializing extension BIG-REQUESTS
[ 54.153] (II) Initializing extension SYNC
[ 54.154] (II) Initializing extension XKEYBOARD
[ 54.154] (II) Initializing extension XC-MISC
[ 54.154] (II) Initializing extension SECURITY
[ 54.154] (II) Initializing extension XFIXES
[ 54.154] (II) Initializing extension RENDER
[ 54.155] (II) Initializing extension RANDR
[ 54.155] (II) Initializing extension COMPOSITE
[ 54.155] (II) Initializing extension DAMAGE
[ 54.155] (II) Initializing extension MIT-SCREEN-SAVER
[ 54.155] (II) Initializing extension DOUBLE-BUFFER
[ 54.156] (II) Initializing extension RECORD
[ 54.156] (II) Initializing extension DPMS
[ 54.156] (II) Initializing extension Present
[ 54.156] (II) Initializing extension DRI3
[ 54.156] (II) Initializing extension X-Resource
[ 54.156] (II) Initializing extension XVideo
[ 54.157] (II) Initializing extension XVideo-MotionCompensation
[ 54.157] (II) Initializing extension SELinux
[ 54.157] (II) SELinux: Disabled on system
[ 54.157] (II) Initializing extension GLX
[ 54.164] (II) AIGLX: Loaded and initialized iris
[ 54.164] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 54.164] (II) Initializing extension XFree86-VidModeExtension
[ 54.164] (II) Initializing extension XFree86-DGA
[ 54.164] (II) Initializing extension XFree86-DRI
[ 54.164] (II) Initializing extension DRI2
[ 54.165] (II) modeset(0): Damage tracking initialized
[ 54.165] (II) modeset(0): Setting screen physical size to 508 x 285
[ 54.228] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 54.228] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 54.228] (II) LoadModule: "libinput"
[ 54.228] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 54.231] (II) Module libinput: vendor="X.Org Foundation"
[ 54.231] compiled for 1.21.1.3, module version = 1.2.1
[ 54.231] Module class: X.Org XInput Driver
[ 54.231] ABI class: X.Org XInput driver, version 24.4
[ 54.231] (II) Using input driver 'libinput' for 'Video Bus'
[ 54.232] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 27 paused 0
[ 54.232] (**) Video Bus: always reports core events
[ 54.232] (**) Option "Device" "/dev/input/event16"
[ 54.235] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 54.235] (II) event16 - Video Bus: device is a keyboard
[ 54.235] (II) event16 - Video Bus: device removed
[ 54.235] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input21/event16"
[ 54.235] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 54.235] (**) Option "xkb_model" "pc105"
[ 54.235] (**) Option "xkb_layout" "jp"
[ 54.244] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 54.244] (II) event16 - Video Bus: device is a keyboard
[ 54.245] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 54.245] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 54.245] (II) Using input driver 'libinput' for 'Video Bus'
[ 54.245] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 30 paused 0
[ 54.245] (**) Video Bus: always reports core events
[ 54.245] (**) Option "Device" "/dev/input/event15"
[ 54.246] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 54.246] (II) event15 - Video Bus: device is a keyboard
[ 54.246] (II) event15 - Video Bus: device removed
[ 54.246] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input20/event15"
[ 54.246] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 54.246] (**) Option "xkb_model" "pc105"
[ 54.246] (**) Option "xkb_layout" "jp"
[ 54.246] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 54.246] (II) event15 - Video Bus: device is a keyboard
[ 54.246] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 54.246] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 54.246] (II) Using input driver 'libinput' for 'Power Button'
[ 54.247] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[ 54.247] (**) Power Button: always reports core events
[ 54.247] (**) Option "Device" "/dev/input/event5"
[ 54.247] (II) event5 - Power Button: is tagged by udev as: Keyboard
[ 54.247] (II) event5 - Power Button: device is a keyboard
[ 54.247] (II) event5 - Power Button: device removed
[ 54.247] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10/event5"
[ 54.247] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 54.247] (**) Option "xkb_model" "pc105"
[ 54.247] (**) Option "xkb_layout" "jp"
[ 54.248] (II) event5 - Power Button: is tagged by udev as: Keyboard
[ 54.248] (II) event5 - Power Button: device is a keyboard
[ 54.248] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[ 54.248] (II) No input driver specified, ignoring this device.
[ 54.248] (II) This device may have been added with another device file.
[ 54.248] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 54.248] (II) No input driver specified, ignoring this device.
[ 54.248] (II) This device may have been added with another device file.
[ 54.248] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 54.248] (II) No input driver specified, ignoring this device.
[ 54.248] (II) This device may have been added with another device file.
[ 54.248] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 54.248] (II) No input driver specified, ignoring this device.
[ 54.248] (II) This device may have been added with another device file.
[ 54.248] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 54.248] (II) No input driver specified, ignoring this device.
[ 54.248] (II) This device may have been added with another device file.
[ 54.249] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event10)
[ 54.249] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 54.249] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 54.249] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 32 paused 0
[ 54.249] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 54.249] (**) Option "Device" "/dev/input/event10"
[ 54.250] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 54.250] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 54.250] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[ 54.250] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input15/event10"
[ 54.250] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 9)
[ 54.250] (**) Option "xkb_model" "pc105"
[ 54.250] (**) Option "xkb_layout" "jp"
[ 54.250] (II) event10 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 54.250] (II) event10 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 54.250] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/event1)
[ 54.250] (**) DELL0B56:00 04F3:317E Mouse: Applying InputClass "libinput pointer catchall"
[ 54.250] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Mouse'
[ 54.251] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[ 54.251] (**) DELL0B56:00 04F3:317E Mouse: always reports core events
[ 54.251] (**) Option "Device" "/dev/input/event1"
[ 54.251] (II) event1 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 54.251] (II) event1 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 54.251] (II) event1 - DELL0B56:00 04F3:317E Mouse: device removed
[ 54.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input6/event1"
[ 54.251] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Mouse" (type: MOUSE, id 10)
[ 54.252] (**) Option "AccelerationScheme" "none"
[ 54.252] (**) DELL0B56:00 04F3:317E Mouse: (accel) selected scheme none/0
[ 54.252] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration factor: 2.000
[ 54.252] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration threshold: 4
[ 54.252] (II) event1 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 54.252] (II) event1 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 54.252] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/mouse0)
[ 54.252] (II) No input driver specified, ignoring this device.
[ 54.252] (II) This device may have been added with another device file.
[ 54.253] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/event2)
[ 54.253] (**) DELL0B56:00 04F3:317E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 54.253] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Touchpad'
[ 54.253] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[ 54.253] (**) DELL0B56:00 04F3:317E Touchpad: always reports core events
[ 54.253] (**) Option "Device" "/dev/input/event2"
[ 54.254] (II) event2 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 54.254] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 54.254] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 54.254] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input7/event2"
[ 54.254] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Touchpad" (type: TOUCHPAD, id 11)
[ 54.255] (**) Option "AccelerationScheme" "none"
[ 54.255] (**) DELL0B56:00 04F3:317E Touchpad: (accel) selected scheme none/0
[ 54.255] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration factor: 2.000
[ 54.255] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration threshold: 4
[ 54.255] (II) event2 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 54.255] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 54.256] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/mouse1)
[ 54.256] (II) No input driver specified, ignoring this device.
[ 54.256] (II) This device may have been added with another device file.
[ 54.256] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event18)
[ 54.256] (II) No input driver specified, ignoring this device.
[ 54.256] (II) This device may have been added with another device file.
[ 54.256] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event19)
[ 54.256] (II) No input driver specified, ignoring this device.
[ 54.256] (II) This device may have been added with another device file.
[ 54.256] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event20)
[ 54.256] (II) No input driver specified, ignoring this device.
[ 54.256] (II) This device may have been added with another device file.
[ 54.256] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event21)
[ 54.256] (II) No input driver specified, ignoring this device.
[ 54.256] (II) This device may have been added with another device file.
[ 54.256] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 54.256] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 54.256] (II) Using input driver 'libinput' for 'Intel HID events'
[ 54.257] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 35 paused 0
[ 54.257] (**) Intel HID events: always reports core events
[ 54.257] (**) Option "Device" "/dev/input/event6"
[ 54.257] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 54.257] (II) event6 - Intel HID events: device is a keyboard
[ 54.257] (II) event6 - Intel HID events: device removed
[ 54.257] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input11/event6"
[ 54.257] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 54.257] (**) Option "xkb_model" "pc105"
[ 54.257] (**) Option "xkb_layout" "jp"
[ 54.258] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 54.258] (II) event6 - Intel HID events: device is a keyboard
[ 54.258] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 54.258] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 54.258] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 54.258] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 36 paused 0
[ 54.258] (**) Intel HID 5 button array: always reports core events
[ 54.258] (**) Option "Device" "/dev/input/event7"
[ 54.258] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 54.258] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 54.259] (II) event7 - Intel HID 5 button array: device removed
[ 54.259] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input12/event7"
[ 54.259] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 13)
[ 54.259] (**) Option "xkb_model" "pc105"
[ 54.259] (**) Option "xkb_layout" "jp"
[ 54.259] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 54.259] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 54.259] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[ 54.259] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 54.259] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 54.260] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 37 paused 0
[ 54.260] (**) Dell WMI hotkeys: always reports core events
[ 54.260] (**) Option "Device" "/dev/input/event9"
[ 54.260] (II) event9 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 54.260] (II) event9 - Dell WMI hotkeys: device is a keyboard
[ 54.260] (II) event9 - Dell WMI hotkeys: device removed
[ 54.260] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input14/event9"
[ 54.260] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 54.260] (**) Option "xkb_model" "pc105"
[ 54.260] (**) Option "xkb_layout" "jp"
[ 54.260] (II) event9 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 54.260] (II) event9 - Dell WMI hotkeys: device is a keyboard
[ 54.261] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 54.261] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 54.261] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 54.261] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 38 paused 0
[ 54.261] (**) AT Translated Set 2 keyboard: always reports core events
[ 54.261] (**) Option "Device" "/dev/input/event0"
[ 54.262] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 54.262] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 54.262] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 54.262] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 54.262] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 54.262] (**) Option "xkb_model" "pc105"
[ 54.262] (**) Option "xkb_layout" "jp"
[ 54.262] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 54.263] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 54.263] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event3)
[ 54.263] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 54.263] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 54.263] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[ 54.263] (**) PS/2 Generic Mouse: always reports core events
[ 54.263] (**) Option "Device" "/dev/input/event3"
[ 54.264] (II) event3 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 54.264] (II) event3 - PS/2 Generic Mouse: device is a pointer
[ 54.264] (II) event3 - PS/2 Generic Mouse: device removed
[ 54.264] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event3"
[ 54.264] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 16)
[ 54.264] (**) Option "AccelerationScheme" "none"
[ 54.264] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 54.264] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 54.264] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 54.264] (II) event3 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 54.264] (II) event3 - PS/2 Generic Mouse: device is a pointer
[ 54.264] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 54.264] (II) No input driver specified, ignoring this device.
[ 54.264] (II) This device may have been added with another device file.
[ 54.264] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 54.264] (II) No input driver specified, ignoring this device.
[ 54.264] (II) This device may have been added with another device file.
[ 54.265] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event17)
[ 54.265] (**) ACPI Virtual Keyboard Device: Applying InputClass "libinput keyboard catchall"
[ 54.265] (II) Using input driver 'libinput' for 'ACPI Virtual Keyboard Device'
[ 54.265] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 40 paused 0
[ 54.265] (**) ACPI Virtual Keyboard Device: always reports core events
[ 54.265] (**) Option "Device" "/dev/input/event17"
[ 54.266] (II) event17 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 54.266] (II) event17 - ACPI Virtual Keyboard Device: device is a keyboard
[ 54.266] (II) event17 - ACPI Virtual Keyboard Device: device removed
[ 54.266] (**) Option "config_info" "udev:/sys/devices/virtual/input/input22/event17"
[ 54.266] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 17)
[ 54.266] (**) Option "xkb_model" "pc105"
[ 54.266] (**) Option "xkb_layout" "jp"
[ 54.266] (II) event17 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 54.266] (II) event17 - ACPI Virtual Keyboard Device: device is a keyboard
[ 54.931] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 54.931] (II) modeset(0): Using EDID range info for horizontal sync
[ 54.931] (II) modeset(0): Using EDID range info for vertical refresh
[ 54.931] (II) modeset(0): Printing DDC gathered Modelines:
[ 54.931] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 315.972] (**) Option "fd" "27"
[ 315.972] (II) event16 - Video Bus: device removed
[ 315.973] (**) Option "fd" "30"
[ 315.973] (II) event15 - Video Bus: device removed
[ 315.973] (**) Option "fd" "31"
[ 315.973] (II) event5 - Power Button: device removed
[ 315.973] (**) Option "fd" "32"
[ 315.973] (II) event10 - Integrated_Webcam_HD: Integrate: device removed
[ 315.973] (**) Option "fd" "33"
[ 315.973] (II) event1 - DELL0B56:00 04F3:317E Mouse: device removed
[ 315.973] (**) Option "fd" "34"
[ 315.973] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 315.973] (**) Option "fd" "35"
[ 315.973] (II) event6 - Intel HID events: device removed
[ 315.973] (**) Option "fd" "36"
[ 315.973] (II) event7 - Intel HID 5 button array: device removed
[ 315.973] (**) Option "fd" "37"
[ 315.973] (II) event9 - Dell WMI hotkeys: device removed
[ 315.974] (**) Option "fd" "38"
[ 315.974] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 315.974] (**) Option "fd" "39"
[ 315.974] (II) event3 - PS/2 Generic Mouse: device removed
[ 315.974] (**) Option "fd" "40"
[ 315.974] (II) event17 - ACPI Virtual Keyboard Device: device removed
[ 315.975] (II) UnloadModule: "libinput"
[ 315.975] (II) systemd-logind: releasing fd for 13:81
[ 316.028] (II) UnloadModule: "libinput"
[ 316.028] (II) systemd-logind: releasing fd for 13:67
[ 316.084] (II) UnloadModule: "libinput"
[ 316.084] (II) systemd-logind: releasing fd for 13:64
[ 316.108] (II) UnloadModule: "libinput"
[ 316.108] (II) systemd-logind: releasing fd for 13:73
[ 316.124] (II) UnloadModule: "libinput"
[ 316.124] (II) systemd-logind: releasing fd for 13:71
[ 316.152] (II) UnloadModule: "libinput"
[ 316.152] (II) systemd-logind: releasing fd for 13:70
[ 316.168] (II) UnloadModule: "libinput"
[ 316.168] (II) systemd-logind: releasing fd for 13:66
[ 316.204] (II) UnloadModule: "libinput"
[ 316.204] (II) systemd-logind: releasing fd for 13:65
[ 316.236] (II) UnloadModule: "libinput"
[ 316.236] (II) systemd-logind: releasing fd for 13:74
[ 316.280] (II) UnloadModule: "libinput"
[ 316.280] (II) systemd-logind: releasing fd for 13:69
[ 316.308] (II) UnloadModule: "libinput"
[ 316.308] (II) systemd-logind: releasing fd for 13:79
[ 316.329] (II) UnloadModule: "libinput"
[ 316.329] (II) systemd-logind: releasing fd for 13:80
[ 316.375] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /home/simon/.local/share/xorg/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /home/simon/.local/share/xorg/Xorg.0.log.old >>>>>>>>>>
[ 4311.508]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[ 4311.508] Current Operating System: Linux simon 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
[ 4311.508] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.0-18-amd64 root=/dev/mapper/simon-root ro vsyscall=emulate quiet
[ 4311.508] xorg-server 2:21.1.7-3+deb12u5 (https://www.debian.org/support)
[ 4311.508] Current version of pixman: 0.42.2
[ 4311.508] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4311.508] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4311.508] (==) Log file: "/home/simon/.local/share/xorg/Xorg.0.log", Time: Sat Feb 17 00:19:28 2024
[ 4311.510] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4311.511] (==) No Layout section. Using the first Screen section.
[ 4311.511] (==) No screen section available. Using defaults.
[ 4311.511] (**) |-->Screen "Default Screen Section" (0)
[ 4311.511] (**) | |-->Monitor "<default monitor>"
[ 4311.511] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 4311.511] (==) Automatically adding devices
[ 4311.511] (==) Automatically enabling devices
[ 4311.511] (==) Automatically adding GPU devices
[ 4311.511] (==) Automatically binding GPU devices
[ 4311.511] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4311.513] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 4311.513] Entry deleted from font path.
[ 4311.514] (==) 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
[ 4311.514] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4311.514] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4311.514] (II) Loader magic: 0x56325fb02f00
[ 4311.514] (II) Module ABI versions:
[ 4311.514] X.Org ANSI C Emulation: 0.4
[ 4311.514] X.Org Video Driver: 25.2
[ 4311.514] X.Org XInput driver : 24.4
[ 4311.514] X.Org Server Extension : 10.0
[ 4311.515] (++) using VT number 1
[ 4311.517] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 4311.518] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4311.518] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 4311.519] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 4311.521] (--) PCI:*(0 at 0:2:0) 8086:46a6:1028:0b56 rev 12, Mem @ 0x6234000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 4311.521] (--) PCI: (1 at 0:0:0) 10de:2560:1028:0b56 rev 161, Mem @ 0x8e000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 4311.521] (II) LoadModule: "glx"
[ 4311.522] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4311.527] (II) Module glx: vendor="X.Org Foundation"
[ 4311.527] compiled for 1.21.1.7, module version = 1.0.0
[ 4311.527] ABI class: X.Org Server Extension, version 10.0
[ 4311.527] (==) Matched modesetting as autoconfigured driver 0
[ 4311.527] (==) Matched fbdev as autoconfigured driver 1
[ 4311.527] (==) Matched vesa as autoconfigured driver 2
[ 4311.527] (==) Assigned the driver to the xf86ConfigLayout
[ 4311.527] (II) LoadModule: "modesetting"
[ 4311.527] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 4311.528] (II) Module modesetting: vendor="X.Org Foundation"
[ 4311.528] compiled for 1.21.1.7, module version = 1.21.1
[ 4311.528] Module class: X.Org Video Driver
[ 4311.528] ABI class: X.Org Video Driver, version 25.2
[ 4311.528] (II) LoadModule: "fbdev"
[ 4311.528] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 4311.529] (II) Module fbdev: vendor="X.Org Foundation"
[ 4311.529] compiled for 1.21.1.3, module version = 0.5.0
[ 4311.529] Module class: X.Org Video Driver
[ 4311.529] ABI class: X.Org Video Driver, version 25.2
[ 4311.529] (II) LoadModule: "vesa"
[ 4311.529] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 4311.529] (II) Module vesa: vendor="X.Org Foundation"
[ 4311.529] compiled for 1.21.1.3, module version = 2.5.0
[ 4311.529] Module class: X.Org Video Driver
[ 4311.529] ABI class: X.Org Video Driver, version 25.2
[ 4311.529] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 4311.529] (II) FBDEV: driver for framebuffer: fbdev
[ 4311.529] (II) VESA: driver for VESA chipsets: vesa
[ 4311.529] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 4311.529] (II) modeset(0): using drv /dev/dri/card0
[ 4311.529] (WW) Falling back to old probe method for fbdev
[ 4311.529] (II) Loading sub module "fbdevhw"
[ 4311.529] (II) LoadModule: "fbdevhw"
[ 4311.529] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 4311.529] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 4311.529] compiled for 1.21.1.7, module version = 0.0.2
[ 4311.529] ABI class: X.Org Video Driver, version 25.2
[ 4311.529] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 4311.529] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 4311.529] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 4311.529] (==) modeset(0): RGB weight 888
[ 4311.530] (==) modeset(0): Default visual is TrueColor
[ 4311.530] (II) Loading sub module "glamoregl"
[ 4311.530] (II) LoadModule: "glamoregl"
[ 4311.530] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 4311.535] (II) Module glamoregl: vendor="X.Org Foundation"
[ 4311.535] compiled for 1.21.1.7, module version = 1.0.1
[ 4311.535] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4312.075] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 4312.076] (II) modeset(0): glamor initialized
[ 4312.076] (==) modeset(0): VariableRefresh: disabled
[ 4312.076] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 4312.077] (II) modeset(0): Output eDP-1 has no monitor section
[ 4312.078] (II) modeset(0): Output DP-1 has no monitor section
[ 4312.080] (II) modeset(0): Output DP-2 has no monitor section
[ 4312.082] (II) modeset(0): EDID for output eDP-1
[ 4312.082] (II) modeset(0): Manufacturer: BOE Model: a41 Serial#: 0
[ 4312.082] (II) modeset(0): Year: 2021 Week: 17
[ 4312.082] (II) modeset(0): EDID Version: 1.4
[ 4312.082] (II) modeset(0): Digital Display Input
[ 4312.082] (II) modeset(0): 8 bits per channel
[ 4312.082] (II) modeset(0): Digital interface is DisplayPort
[ 4312.082] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 4312.082] (II) modeset(0): Gamma: 2.20
[ 4312.082] (II) modeset(0): No DPMS capabilities specified
[ 4312.082] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 4312.082] (II) modeset(0): First detailed timing is preferred mode
[ 4312.082] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 4312.082] (II) modeset(0): Display is continuous-frequency
[ 4312.082] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 4312.082] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 4312.082] (II) modeset(0): Manufacturer's mask: 0
[ 4312.082] (II) modeset(0): Supported detailed timing:
[ 4312.082] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 194 mm
[ 4312.082] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 4312.082] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 1142 v_border: 0
[ 4312.082] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 189 H max: 189 kHz, PixClock max 405 MHz
[ 4312.082] (II) modeset(0): 18PJX\x80NV15NY9
[ 4312.082] (II) modeset(0): Unknown vendor-specific block 0
[ 4312.082] (II) modeset(0): Number of EDID sections to follow: 1
[ 4312.082] (II) modeset(0): EDID (in hex):
[ 4312.082] (II) modeset(0): 00ffffffffffff0009e5410a00000000
[ 4312.082] (II) modeset(0): 111f0104a522137803ee95a3544c9926
[ 4312.082] (II) modeset(0): 0f505400000001010101010101010101
[ 4312.082] (II) modeset(0): 010101010101ad3780a070383e406c30
[ 4312.083] (II) modeset(0): aa0058c21000001a000000fd003ca5bd
[ 4312.083] (II) modeset(0): bd28010a202020202020000000fe0031
[ 4312.083] (II) modeset(0): 38504a58804e5631354e593900000000
[ 4312.083] (II) modeset(0): 0002410f99000000000b010a202001f7
[ 4312.083] (II) modeset(0): 70137900000301141a9900847f079f00
[ 4312.083] (II) modeset(0): 6b002f0037043d000900090000000000
[ 4312.083] (II) modeset(0): 00000000000000000000000000000000
[ 4312.083] (II) modeset(0): 00000000000000000000000000000000
[ 4312.083] (II) modeset(0): 00000000000000000000000000000000
[ 4312.083] (II) modeset(0): 00000000000000000000000000000000
[ 4312.083] (II) modeset(0): 00000000000000000000000000000000
[ 4312.083] (II) modeset(0): 0000000000000000000000000000dc90
[ 4312.083] (II) modeset(0): Printing probed modes for output eDP-1
[ 4312.083] (II) modeset(0): Modeline "1920x1080"x165.0 391.95 1920 2028 2076 2080 1080 1090 1100 1142 -hsync -vsync (188.4 kHz eP)
[ 4312.083] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 4312.083] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 4312.083] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 4312.083] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 4312.083] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 4312.083] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 4312.083] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 4312.083] (II) modeset(0): EDID for output DP-1
[ 4312.083] (II) modeset(0): EDID for output DP-2
[ 4312.083] (II) modeset(0): Output eDP-1 connected
[ 4312.083] (II) modeset(0): Output DP-1 disconnected
[ 4312.083] (II) modeset(0): Output DP-2 disconnected
[ 4312.083] (II) modeset(0): Using exact sizes for initial modes
[ 4312.083] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 4312.083] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4312.083] (==) modeset(0): DPI set to (96, 96)
[ 4312.083] (II) Loading sub module "fb"
[ 4312.083] (II) LoadModule: "fb"
[ 4312.083] (II) Module "fb" already built-in
[ 4312.083] (II) UnloadModule: "fbdev"
[ 4312.083] (II) Unloading fbdev
[ 4312.084] (II) UnloadSubModule: "fbdevhw"
[ 4312.084] (II) Unloading fbdevhw
[ 4312.084] (II) UnloadModule: "vesa"
[ 4312.084] (II) Unloading vesa
[ 4312.177] (==) modeset(0): Backing store enabled
[ 4312.177] (==) modeset(0): Silken mouse enabled
[ 4312.208] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 4312.208] (==) modeset(0): DPMS enabled
[ 4312.208] (II) modeset(0): [DRI2] Setup complete
[ 4312.208] (II) modeset(0): [DRI2] DRI driver: iris
[ 4312.208] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 4312.208] (II) Initializing extension Generic Event Extension
[ 4312.209] (II) Initializing extension SHAPE
[ 4312.209] (II) Initializing extension MIT-SHM
[ 4312.209] (II) Initializing extension XInputExtension
[ 4312.210] (II) Initializing extension XTEST
[ 4312.211] (II) Initializing extension BIG-REQUESTS
[ 4312.211] (II) Initializing extension SYNC
[ 4312.211] (II) Initializing extension XKEYBOARD
[ 4312.211] (II) Initializing extension XC-MISC
[ 4312.211] (II) Initializing extension SECURITY
[ 4312.212] (II) Initializing extension XFIXES
[ 4312.212] (II) Initializing extension RENDER
[ 4312.212] (II) Initializing extension RANDR
[ 4312.212] (II) Initializing extension COMPOSITE
[ 4312.213] (II) Initializing extension DAMAGE
[ 4312.213] (II) Initializing extension MIT-SCREEN-SAVER
[ 4312.213] (II) Initializing extension DOUBLE-BUFFER
[ 4312.213] (II) Initializing extension RECORD
[ 4312.213] (II) Initializing extension DPMS
[ 4312.213] (II) Initializing extension Present
[ 4312.214] (II) Initializing extension DRI3
[ 4312.214] (II) Initializing extension X-Resource
[ 4312.214] (II) Initializing extension XVideo
[ 4312.214] (II) Initializing extension XVideo-MotionCompensation
[ 4312.214] (II) Initializing extension SELinux
[ 4312.214] (II) SELinux: Disabled on system
[ 4312.214] (II) Initializing extension GLX
[ 4312.222] (II) AIGLX: Loaded and initialized iris
[ 4312.222] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 4312.222] (II) Initializing extension XFree86-VidModeExtension
[ 4312.222] (II) Initializing extension XFree86-DGA
[ 4312.222] (II) Initializing extension XFree86-DRI
[ 4312.222] (II) Initializing extension DRI2
[ 4312.223] (II) modeset(0): Damage tracking initialized
[ 4312.223] (II) modeset(0): Setting screen physical size to 508 x 285
[ 4312.268] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[ 4312.268] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4312.268] (II) LoadModule: "libinput"
[ 4312.268] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 4312.271] (II) Module libinput: vendor="X.Org Foundation"
[ 4312.272] compiled for 1.21.1.3, module version = 1.2.1
[ 4312.272] Module class: X.Org XInput Driver
[ 4312.272] ABI class: X.Org XInput driver, version 24.4
[ 4312.272] (II) Using input driver 'libinput' for 'Video Bus'
[ 4312.272] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 27 paused 0
[ 4312.272] (**) Video Bus: always reports core events
[ 4312.272] (**) Option "Device" "/dev/input/event17"
[ 4312.277] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[ 4312.277] (II) event17 - Video Bus: device is a keyboard
[ 4312.277] (II) event17 - Video Bus: device removed
[ 4312.277] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input22/event17"
[ 4312.277] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 4312.277] (**) Option "xkb_model" "pc105"
[ 4312.277] (**) Option "xkb_layout" "jp"
[ 4312.286] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[ 4312.286] (II) event17 - Video Bus: device is a keyboard
[ 4312.286] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 4312.286] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4312.286] (II) Using input driver 'libinput' for 'Video Bus'
[ 4312.287] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 30 paused 0
[ 4312.287] (**) Video Bus: always reports core events
[ 4312.287] (**) Option "Device" "/dev/input/event16"
[ 4312.288] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 4312.288] (II) event16 - Video Bus: device is a keyboard
[ 4312.288] (II) event16 - Video Bus: device removed
[ 4312.288] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input21/event16"
[ 4312.288] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 4312.288] (**) Option "xkb_model" "pc105"
[ 4312.288] (**) Option "xkb_layout" "jp"
[ 4312.288] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 4312.288] (II) event16 - Video Bus: device is a keyboard
[ 4312.289] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 4312.289] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4312.289] (II) Using input driver 'libinput' for 'Power Button'
[ 4312.289] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[ 4312.289] (**) Power Button: always reports core events
[ 4312.289] (**) Option "Device" "/dev/input/event1"
[ 4312.290] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 4312.290] (II) event1 - Power Button: device is a keyboard
[ 4312.290] (II) event1 - Power Button: device removed
[ 4312.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event1"
[ 4312.290] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 4312.290] (**) Option "xkb_model" "pc105"
[ 4312.290] (**) Option "xkb_layout" "jp"
[ 4312.290] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 4312.291] (II) event1 - Power Button: device is a keyboard
[ 4312.291] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 4312.291] (II) No input driver specified, ignoring this device.
[ 4312.291] (II) This device may have been added with another device file.
[ 4312.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 4312.291] (II) No input driver specified, ignoring this device.
[ 4312.291] (II) This device may have been added with another device file.
[ 4312.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 4312.291] (II) No input driver specified, ignoring this device.
[ 4312.291] (II) This device may have been added with another device file.
[ 4312.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 4312.291] (II) No input driver specified, ignoring this device.
[ 4312.291] (II) This device may have been added with another device file.
[ 4312.292] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 4312.292] (II) No input driver specified, ignoring this device.
[ 4312.292] (II) This device may have been added with another device file.
[ 4312.292] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event7)
[ 4312.292] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 4312.292] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 4312.293] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 32 paused 0
[ 4312.293] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 4312.293] (**) Option "Device" "/dev/input/event7"
[ 4312.294] (II) event7 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 4312.294] (II) event7 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 4312.294] (II) event7 - Integrated_Webcam_HD: Integrate: device removed
[ 4312.294] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input10/event7"
[ 4312.294] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 9)
[ 4312.294] (**) Option "xkb_model" "pc105"
[ 4312.294] (**) Option "xkb_layout" "jp"
[ 4312.295] (II) event7 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 4312.295] (II) event7 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 4312.295] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/event9)
[ 4312.295] (**) DELL0B56:00 04F3:317E Mouse: Applying InputClass "libinput pointer catchall"
[ 4312.295] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Mouse'
[ 4312.296] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 33 paused 0
[ 4312.296] (**) DELL0B56:00 04F3:317E Mouse: always reports core events
[ 4312.296] (**) Option "Device" "/dev/input/event9"
[ 4312.296] (II) event9 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 4312.297] (II) event9 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 4312.297] (II) event9 - DELL0B56:00 04F3:317E Mouse: device removed
[ 4312.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input13/event9"
[ 4312.297] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Mouse" (type: MOUSE, id 10)
[ 4312.297] (**) Option "AccelerationScheme" "none"
[ 4312.297] (**) DELL0B56:00 04F3:317E Mouse: (accel) selected scheme none/0
[ 4312.297] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration factor: 2.000
[ 4312.297] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration threshold: 4
[ 4312.298] (II) event9 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 4312.298] (II) event9 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 4312.298] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/mouse0)
[ 4312.298] (II) No input driver specified, ignoring this device.
[ 4312.298] (II) This device may have been added with another device file.
[ 4312.299] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/event10)
[ 4312.299] (**) DELL0B56:00 04F3:317E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 4312.299] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Touchpad'
[ 4312.299] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 34 paused 0
[ 4312.299] (**) DELL0B56:00 04F3:317E Touchpad: always reports core events
[ 4312.299] (**) Option "Device" "/dev/input/event10"
[ 4312.300] (II) event10 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 4312.301] (II) event10 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 4312.301] (II) event10 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 4312.301] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input14/event10"
[ 4312.301] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Touchpad" (type: TOUCHPAD, id 11)
[ 4312.302] (**) Option "AccelerationScheme" "none"
[ 4312.302] (**) DELL0B56:00 04F3:317E Touchpad: (accel) selected scheme none/0
[ 4312.302] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration factor: 2.000
[ 4312.302] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration threshold: 4
[ 4312.303] (II) event10 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 4312.303] (II) event10 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 4312.304] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/mouse1)
[ 4312.304] (II) No input driver specified, ignoring this device.
[ 4312.304] (II) This device may have been added with another device file.
[ 4312.304] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event18)
[ 4312.304] (II) No input driver specified, ignoring this device.
[ 4312.304] (II) This device may have been added with another device file.
[ 4312.304] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event19)
[ 4312.304] (II) No input driver specified, ignoring this device.
[ 4312.304] (II) This device may have been added with another device file.
[ 4312.305] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event20)
[ 4312.305] (II) No input driver specified, ignoring this device.
[ 4312.305] (II) This device may have been added with another device file.
[ 4312.305] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event21)
[ 4312.305] (II) No input driver specified, ignoring this device.
[ 4312.305] (II) This device may have been added with another device file.
[ 4312.305] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event8)
[ 4312.305] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 4312.305] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 4312.306] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 35 paused 0
[ 4312.306] (**) Intel HID 5 button array: always reports core events
[ 4312.306] (**) Option "Device" "/dev/input/event8"
[ 4312.306] (II) event8 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 4312.306] (II) event8 - Intel HID 5 button array: device is a keyboard
[ 4312.306] (II) event8 - Intel HID 5 button array: device removed
[ 4312.306] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input12/event8"
[ 4312.306] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 12)
[ 4312.306] (**) Option "xkb_model" "pc105"
[ 4312.306] (**) Option "xkb_layout" "jp"
[ 4312.307] (II) event8 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 4312.307] (II) event8 - Intel HID 5 button array: device is a keyboard
[ 4312.307] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 4312.307] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 4312.307] (II) Using input driver 'libinput' for 'Intel HID events'
[ 4312.308] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 36 paused 0
[ 4312.308] (**) Intel HID events: always reports core events
[ 4312.308] (**) Option "Device" "/dev/input/event4"
[ 4312.308] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4312.308] (II) event4 - Intel HID events: device is a keyboard
[ 4312.308] (II) event4 - Intel HID events: device removed
[ 4312.308] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input7/event4"
[ 4312.308] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[ 4312.308] (**) Option "xkb_model" "pc105"
[ 4312.308] (**) Option "xkb_layout" "jp"
[ 4312.309] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 4312.309] (II) event4 - Intel HID events: device is a keyboard
[ 4312.309] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[ 4312.309] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 4312.309] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 4312.310] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 37 paused 0
[ 4312.310] (**) Dell WMI hotkeys: always reports core events
[ 4312.310] (**) Option "Device" "/dev/input/event6"
[ 4312.311] (II) event6 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4312.311] (II) event6 - Dell WMI hotkeys: device is a keyboard
[ 4312.311] (II) event6 - Dell WMI hotkeys: device removed
[ 4312.311] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9/event6"
[ 4312.311] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 4312.311] (**) Option "xkb_model" "pc105"
[ 4312.311] (**) Option "xkb_layout" "jp"
[ 4312.311] (II) event6 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 4312.312] (II) event6 - Dell WMI hotkeys: device is a keyboard
[ 4312.312] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 4312.312] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 4312.312] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 4312.313] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 38 paused 0
[ 4312.313] (**) AT Translated Set 2 keyboard: always reports core events
[ 4312.313] (**) Option "Device" "/dev/input/event0"
[ 4312.313] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4312.313] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 4312.314] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 4312.314] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 4312.314] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 4312.314] (**) Option "xkb_model" "pc105"
[ 4312.314] (**) Option "xkb_layout" "jp"
[ 4312.315] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 4312.315] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 4312.315] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event2)
[ 4312.315] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 4312.315] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 4312.316] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[ 4312.316] (**) PS/2 Generic Mouse: always reports core events
[ 4312.316] (**) Option "Device" "/dev/input/event2"
[ 4312.317] (II) event2 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4312.317] (II) event2 - PS/2 Generic Mouse: device is a pointer
[ 4312.317] (II) event2 - PS/2 Generic Mouse: device removed
[ 4312.317] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event2"
[ 4312.317] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 16)
[ 4312.317] (**) Option "AccelerationScheme" "none"
[ 4312.317] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 4312.317] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 4312.317] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 4312.317] (II) event2 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 4312.317] (II) event2 - PS/2 Generic Mouse: device is a pointer
[ 4312.318] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 4312.318] (II) No input driver specified, ignoring this device.
[ 4312.318] (II) This device may have been added with another device file.
[ 4312.318] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 4312.318] (II) No input driver specified, ignoring this device.
[ 4312.318] (II) This device may have been added with another device file.
[ 4312.318] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[ 4312.318] (**) ACPI Virtual Keyboard Device: Applying InputClass "libinput keyboard catchall"
[ 4312.318] (II) Using input driver 'libinput' for 'ACPI Virtual Keyboard Device'
[ 4312.319] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 40 paused 0
[ 4312.319] (**) ACPI Virtual Keyboard Device: always reports core events
[ 4312.319] (**) Option "Device" "/dev/input/event15"
[ 4312.319] (II) event15 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 4312.319] (II) event15 - ACPI Virtual Keyboard Device: device is a keyboard
[ 4312.320] (II) event15 - ACPI Virtual Keyboard Device: device removed
[ 4312.320] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event15"
[ 4312.320] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 17)
[ 4312.320] (**) Option "xkb_model" "pc105"
[ 4312.320] (**) Option "xkb_layout" "jp"
[ 4312.320] (II) event15 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 4312.320] (II) event15 - ACPI Virtual Keyboard Device: device is a keyboard
[ 4312.976] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 4312.976] (II) modeset(0): Using EDID range info for horizontal sync
[ 4312.976] (II) modeset(0): Using EDID range info for vertical refresh
[ 4312.976] (II) modeset(0): Printing DDC gathered Modelines:
[ 4312.976] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 4377.608] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 4377.608] (II) modeset(0): Using hsync ranges from config file
[ 4377.608] (II) modeset(0): Using vrefresh ranges from config file
[ 4377.608] (II) modeset(0): Printing DDC gathered Modelines:
[ 4377.608] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 4563.553] (**) Option "fd" "27"
[ 4563.553] (II) event17 - Video Bus: device removed
[ 4563.553] (**) Option "fd" "30"
[ 4563.553] (II) event16 - Video Bus: device removed
[ 4563.553] (**) Option "fd" "31"
[ 4563.553] (II) event1 - Power Button: device removed
[ 4563.554] (**) Option "fd" "32"
[ 4563.554] (II) event7 - Integrated_Webcam_HD: Integrate: device removed
[ 4563.554] (**) Option "fd" "33"
[ 4563.554] (II) event9 - DELL0B56:00 04F3:317E Mouse: device removed
[ 4563.554] (**) Option "fd" "34"
[ 4563.554] (II) event10 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 4563.554] (**) Option "fd" "35"
[ 4563.554] (II) event8 - Intel HID 5 button array: device removed
[ 4563.554] (**) Option "fd" "36"
[ 4563.554] (II) event4 - Intel HID events: device removed
[ 4563.554] (**) Option "fd" "37"
[ 4563.554] (II) event6 - Dell WMI hotkeys: device removed
[ 4563.554] (**) Option "fd" "38"
[ 4563.554] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 4563.554] (**) Option "fd" "39"
[ 4563.554] (II) event2 - PS/2 Generic Mouse: device removed
[ 4563.555] (**) Option "fd" "40"
[ 4563.555] (II) event15 - ACPI Virtual Keyboard Device: device removed
[ 4563.561] (II) UnloadModule: "libinput"
[ 4563.561] (II) systemd-logind: releasing fd for 13:79
[ 4563.592] (II) UnloadModule: "libinput"
[ 4563.592] (II) systemd-logind: releasing fd for 13:66
[ 4563.660] (II) UnloadModule: "libinput"
[ 4563.660] (II) systemd-logind: releasing fd for 13:64
[ 4563.676] (II) UnloadModule: "libinput"
[ 4563.676] (II) systemd-logind: releasing fd for 13:70
[ 4563.692] (II) UnloadModule: "libinput"
[ 4563.692] (II) systemd-logind: releasing fd for 13:68
[ 4563.708] (II) UnloadModule: "libinput"
[ 4563.708] (II) systemd-logind: releasing fd for 13:72
[ 4563.724] (II) UnloadModule: "libinput"
[ 4563.724] (II) systemd-logind: releasing fd for 13:74
[ 4563.756] (II) UnloadModule: "libinput"
[ 4563.756] (II) systemd-logind: releasing fd for 13:73
[ 4563.788] (II) UnloadModule: "libinput"
[ 4563.788] (II) systemd-logind: releasing fd for 13:71
[ 4563.820] (II) UnloadModule: "libinput"
[ 4563.820] (II) systemd-logind: releasing fd for 13:65
[ 4563.836] (II) UnloadModule: "libinput"
[ 4563.836] (II) systemd-logind: releasing fd for 13:80
[ 4563.853] (II) UnloadModule: "libinput"
[ 4563.853] (II) systemd-logind: releasing fd for 13:81
[ 4563.894] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /home/simon/.local/share/xorg/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 48.444]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 48.444] Current Operating System: Linux simon 6.12.48+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.48-1 (2025-09-20) x86_64
[ 48.444] Kernel command line: BOOT_IMAGE=/vmlinuz-6.12.48+deb13-amd64 root=/dev/mapper/simon-root ro vsyscall=emulate quiet
[ 48.444] xorg-server 2:21.1.16-1.3 (https://www.debian.org/support)
[ 48.444] Current version of pixman: 0.44.0
[ 48.444] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 48.444] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 48.445] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 29 12:41:17 2025
[ 48.446] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 48.447] (==) No Layout section. Using the first Screen section.
[ 48.447] (==) No screen section available. Using defaults.
[ 48.447] (**) |-->Screen "Default Screen Section" (0)
[ 48.447] (**) | |-->Monitor "<default monitor>"
[ 48.447] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 48.447] (**) Allowing byte-swapped clients
[ 48.447] (==) Automatically adding devices
[ 48.447] (==) Automatically enabling devices
[ 48.447] (==) Automatically adding GPU devices
[ 48.447] (==) Automatically binding GPU devices
[ 48.447] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 48.449] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 48.449] Entry deleted from font path.
[ 48.450] (==) 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
[ 48.450] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 48.450] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 48.450] (II) Loader magic: 0x55ef601f5f00
[ 48.450] (II) Module ABI versions:
[ 48.450] X.Org ANSI C Emulation: 0.4
[ 48.450] X.Org Video Driver: 25.2
[ 48.450] X.Org XInput driver : 24.4
[ 48.450] X.Org Server Extension : 10.0
[ 48.451] (++) using VT number 1
[ 48.452] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 48.453] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 48.453] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 48.453] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 48.453] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 48.453] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 48.454] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 48.455] (--) PCI:*(0 at 0:2:0) 8086:46a6:1028:0b56 rev 12, Mem @ 0x6234000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 48.455] (--) PCI: (1 at 0:0:0) 10de:2560:1028:0b56 rev 161, Mem @ 0x8e000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 48.455] (II) LoadModule: "glx"
[ 48.456] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 48.459] (II) Module glx: vendor="X.Org Foundation"
[ 48.459] compiled for 1.21.1.16, module version = 1.0.0
[ 48.459] ABI class: X.Org Server Extension, version 10.0
[ 48.459] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 48.459] loading driver: nvidia
[ 48.955] (==) Matched nvidia as autoconfigured driver 0
[ 48.955] (==) Matched nouveau as autoconfigured driver 1
[ 48.955] (==) Matched nv as autoconfigured driver 2
[ 48.955] (==) Matched modesetting as autoconfigured driver 3
[ 48.955] (==) Matched fbdev as autoconfigured driver 4
[ 48.955] (==) Matched vesa as autoconfigured driver 5
[ 48.955] (==) Assigned the driver to the xf86ConfigLayout
[ 48.955] (II) LoadModule: "nvidia"
[ 48.955] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 48.962] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 48.962] compiled for 1.6.99.901, module version = 1.0.0
[ 48.962] Module class: X.Org Video Driver
[ 48.962] (II) LoadModule: "nouveau"
[ 48.962] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 48.963] (II) Module nouveau: vendor="X.Org Foundation"
[ 48.963] compiled for 1.21.1.15, module version = 1.0.18
[ 48.963] Module class: X.Org Video Driver
[ 48.963] ABI class: X.Org Video Driver, version 25.2
[ 48.963] (II) LoadModule: "nv"
[ 48.964] (WW) Warning, couldn't open module nv
[ 48.964] (EE) Failed to load module "nv" (module does not exist, 0)
[ 48.964] (II) LoadModule: "modesetting"
[ 48.964] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 48.965] (II) Module modesetting: vendor="X.Org Foundation"
[ 48.965] compiled for 1.21.1.16, module version = 1.21.1
[ 48.965] Module class: X.Org Video Driver
[ 48.965] ABI class: X.Org Video Driver, version 25.2
[ 48.965] (II) LoadModule: "fbdev"
[ 48.965] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 48.965] (II) Module fbdev: vendor="X.Org Foundation"
[ 48.965] compiled for 1.21.1.3, module version = 0.5.0
[ 48.965] Module class: X.Org Video Driver
[ 48.965] ABI class: X.Org Video Driver, version 25.2
[ 48.965] (II) LoadModule: "vesa"
[ 48.965] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 48.968] (II) Module vesa: vendor="X.Org Foundation"
[ 48.968] compiled for 1.21.1.15, module version = 2.6.0
[ 48.968] Module class: X.Org Video Driver
[ 48.968] ABI class: X.Org Video Driver, version 25.2
[ 48.968] (II) NVIDIA dlloader X Driver 550.163.01 Tue Apr 8 12:13:21 UTC 2025
[ 48.968] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 48.968] (II) NOUVEAU driver Date: Thu Nov 7 13:15:35 2024 -0500
[ 48.968] (II) NOUVEAU driver for NVIDIA chipset families :
[ 48.968] RIVA TNT (NV04)
[ 48.968] RIVA TNT2 (NV05)
[ 48.968] GeForce 256 (NV10)
[ 48.968] GeForce 2 (NV11, NV15)
[ 48.968] GeForce 4MX (NV17, NV18)
[ 48.968] GeForce 3 (NV20)
[ 48.968] GeForce 4Ti (NV25, NV28)
[ 48.968] GeForce FX (NV3x)
[ 48.968] GeForce 6 (NV4x)
[ 48.968] GeForce 7 (G7x)
[ 48.968] GeForce 8 (G8x)
[ 48.968] GeForce 9 (G9x)
[ 48.968] GeForce GTX 2xx/3xx (GT2xx)
[ 48.969] GeForce GTX 4xx/5xx (GFxxx)
[ 48.969] GeForce GTX 6xx/7xx (GKxxx)
[ 48.969] GeForce GTX 9xx (GMxxx)
[ 48.969] GeForce GTX 10xx (GPxxx)
[ 48.969] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 48.969] (II) FBDEV: driver for framebuffer: fbdev
[ 48.969] (II) VESA: driver for VESA chipsets: vesa
[ 48.969] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 48.969] (II) modeset(0): using drv /dev/dri/card0
[ 48.969] (WW) Falling back to old probe method for fbdev
[ 48.969] (II) Loading sub module "fbdevhw"
[ 48.969] (II) LoadModule: "fbdevhw"
[ 48.969] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 48.969] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 48.969] compiled for 1.21.1.16, module version = 0.0.2
[ 48.969] ABI class: X.Org Video Driver, version 25.2
[ 48.969] (II) systemd-logind: releasing fd for 226:1
[ 48.971] (II) Loading sub module "fb"
[ 48.971] (II) LoadModule: "fb"
[ 48.971] (II) Module "fb" already built-in
[ 48.971] (II) Loading sub module "wfb"
[ 48.971] (II) LoadModule: "wfb"
[ 48.971] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 48.972] (II) Module wfb: vendor="X.Org Foundation"
[ 48.972] compiled for 1.21.1.16, module version = 1.0.0
[ 48.972] ABI class: X.Org ANSI C Emulation, version 0.4
[ 48.973] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 48.973] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 48.973] (==) modeset(0): RGB weight 888
[ 48.973] (==) modeset(0): Default visual is TrueColor
[ 48.973] (II) Loading sub module "glamoregl"
[ 48.973] (II) LoadModule: "glamoregl"
[ 48.973] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 48.979] (II) Module glamoregl: vendor="X.Org Foundation"
[ 48.979] compiled for 1.21.1.16, module version = 1.0.1
[ 48.979] ABI class: X.Org ANSI C Emulation, version 0.4
[ 49.019] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Iris(R) Xe Graphics (ADL GT2)
[ 49.019] (II) modeset(0): glamor initialized
[ 49.019] (==) modeset(0): VariableRefresh: disabled
[ 49.019] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 49.020] (II) modeset(0): Output eDP-1 has no monitor section
[ 49.020] (II) modeset(0): Output DP-1 has no monitor section
[ 49.020] (II) modeset(0): Output DP-2 has no monitor section
[ 49.022] (II) modeset(0): EDID for output eDP-1
[ 49.022] (II) modeset(0): Manufacturer: BOE Model: a41 Serial#: 0
[ 49.022] (II) modeset(0): Year: 2021 Week: 17
[ 49.022] (II) modeset(0): EDID Version: 1.4
[ 49.022] (II) modeset(0): Digital Display Input
[ 49.022] (II) modeset(0): 8 bits per channel
[ 49.022] (II) modeset(0): Digital interface is DisplayPort
[ 49.022] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 49.022] (II) modeset(0): Gamma: 2.20
[ 49.022] (II) modeset(0): No DPMS capabilities specified
[ 49.022] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 49.022] (II) modeset(0): First detailed timing is preferred mode
[ 49.022] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 49.022] (II) modeset(0): Display is continuous-frequency
[ 49.022] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 49.022] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 49.022] (II) modeset(0): Manufacturer's mask: 0
[ 49.022] (II) modeset(0): Supported detailed timing:
[ 49.022] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 194 mm
[ 49.022] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 49.022] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 1142 v_border: 0
[ 49.022] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 189 H max: 189 kHz, PixClock max 405 MHz
[ 49.022] (II) modeset(0): 18PJX\x80NV15NY9
[ 49.022] (II) modeset(0): Unknown vendor-specific block 0
[ 49.022] (II) modeset(0): Number of EDID sections to follow: 1
[ 49.022] (II) modeset(0): EDID (in hex):
[ 49.022] (II) modeset(0): 00ffffffffffff0009e5410a00000000
[ 49.022] (II) modeset(0): 111f0104a522137803ee95a3544c9926
[ 49.022] (II) modeset(0): 0f505400000001010101010101010101
[ 49.022] (II) modeset(0): 010101010101ad3780a070383e406c30
[ 49.022] (II) modeset(0): aa0058c21000001a000000fd003ca5bd
[ 49.022] (II) modeset(0): bd28010a202020202020000000fe0031
[ 49.022] (II) modeset(0): 38504a58804e5631354e593900000000
[ 49.022] (II) modeset(0): 0002410f99000000000b010a202001f7
[ 49.022] (II) modeset(0): 70137900000301141a9900847f079f00
[ 49.022] (II) modeset(0): 6b002f0037043d000900090000000000
[ 49.022] (II) modeset(0): 00000000000000000000000000000000
[ 49.022] (II) modeset(0): 00000000000000000000000000000000
[ 49.022] (II) modeset(0): 00000000000000000000000000000000
[ 49.022] (II) modeset(0): 00000000000000000000000000000000
[ 49.022] (II) modeset(0): 00000000000000000000000000000000
[ 49.022] (II) modeset(0): 0000000000000000000000000000dc90
[ 49.022] (II) modeset(0): Printing probed modes for output eDP-1
[ 49.022] (II) modeset(0): Modeline "1920x1080"x165.0 391.95 1920 2028 2076 2080 1080 1090 1100 1142 -hsync -vsync (188.4 kHz eP)
[ 49.022] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 49.022] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 49.022] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 49.022] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 49.023] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 49.023] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 49.023] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 49.023] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 49.023] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 49.023] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 49.023] (II) modeset(0): EDID for output DP-1
[ 49.023] (II) modeset(0): EDID for output DP-2
[ 49.023] (II) modeset(0): Output eDP-1 connected
[ 49.023] (II) modeset(0): Output DP-1 disconnected
[ 49.023] (II) modeset(0): Output DP-2 disconnected
[ 49.023] (II) modeset(0): Using exact sizes for initial modes
[ 49.023] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 49.023] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 49.023] (==) modeset(0): DPI set to (96, 96)
[ 49.023] (II) Loading sub module "fb"
[ 49.023] (II) LoadModule: "fb"
[ 49.023] (II) Module "fb" already built-in
[ 49.023] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 49.023] (==) NVIDIA(G0): RGB weight 888
[ 49.023] (==) NVIDIA(G0): Default visual is TrueColor
[ 49.023] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 49.023] (**) NVIDIA(G0): Enabling 2D acceleration
[ 49.023] (II) Loading sub module "glxserver_nvidia"
[ 49.023] (II) LoadModule: "glxserver_nvidia"
[ 49.023] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 49.035] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 49.035] compiled for 1.6.99.901, module version = 1.0.0
[ 49.035] Module class: X.Org Server Extension
[ 49.035] (II) NVIDIA GLX Module 550.163.01 Tue Apr 8 12:13:03 UTC 2025
[ 49.035] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 49.036] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 49.036] (--) NVIDIA(0): DFP-0
[ 49.036] (--) NVIDIA(0): DFP-1
[ 49.036] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-B) at
[ 49.036] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 49.036] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 49.036] (--) NVIDIA(G0): VideoBIOS: 94.06.29.00.35
[ 49.036] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 49.036] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 49.036] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 49.036] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 49.036] (--) NVIDIA(GPU-0):
[ 49.036] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 49.036] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 49.036] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 49.036] (--) NVIDIA(GPU-0):
[ 49.045] (II) NVIDIA(G0): Validated MetaModes:
[ 49.045] (II) NVIDIA(G0): "NULL"
[ 49.045] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 49.045] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 49.045] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 49.045] (II) UnloadModule: "nouveau"
[ 49.045] (II) Unloading nouveau
[ 49.045] (II) UnloadModule: "fbdev"
[ 49.045] (II) Unloading fbdev
[ 49.045] (II) UnloadSubModule: "fbdevhw"
[ 49.045] (II) Unloading fbdevhw
[ 49.045] (II) UnloadModule: "vesa"
[ 49.045] (II) Unloading vesa
[ 49.148] (==) modeset(0): Backing store enabled
[ 49.148] (==) modeset(0): Silken mouse enabled
[ 49.177] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 49.177] (==) modeset(0): DPMS enabled
[ 49.177] (II) modeset(0): [DRI2] Setup complete
[ 49.177] (II) modeset(0): [DRI2] DRI driver: iris
[ 49.177] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 49.178] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 49.178] (II) NVIDIA: access.
[ 49.205] (II) NVIDIA(G0): Setting mode "NULL"
[ 49.226] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 49.226] (==) NVIDIA(G0): Backing store enabled
[ 49.226] (==) NVIDIA(G0): Silken mouse enabled
[ 49.226] (==) NVIDIA(G0): DPMS enabled
[ 49.226] (II) Loading sub module "dri2"
[ 49.226] (II) LoadModule: "dri2"
[ 49.226] (II) Module "dri2" already built-in
[ 49.226] (II) NVIDIA(G0): [DRI2] Setup complete
[ 49.226] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 49.226] (II) Initializing extension Generic Event Extension
[ 49.226] (II) Initializing extension SHAPE
[ 49.226] (II) Initializing extension MIT-SHM
[ 49.226] (II) Initializing extension XInputExtension
[ 49.227] (II) Initializing extension XTEST
[ 49.227] (II) Initializing extension BIG-REQUESTS
[ 49.227] (II) Initializing extension SYNC
[ 49.227] (II) Initializing extension XKEYBOARD
[ 49.227] (II) Initializing extension XC-MISC
[ 49.227] (II) Initializing extension SECURITY
[ 49.227] (II) Initializing extension XFIXES
[ 49.227] (II) Initializing extension RENDER
[ 49.227] (II) Initializing extension RANDR
[ 49.227] (II) Initializing extension COMPOSITE
[ 49.227] (II) Initializing extension DAMAGE
[ 49.227] (II) Initializing extension MIT-SCREEN-SAVER
[ 49.227] (II) Initializing extension DOUBLE-BUFFER
[ 49.227] (II) Initializing extension RECORD
[ 49.227] (II) Initializing extension DPMS
[ 49.227] (II) Initializing extension Present
[ 49.227] (II) Initializing extension DRI3
[ 49.227] (II) Initializing extension X-Resource
[ 49.227] (II) Initializing extension XVideo
[ 49.227] (II) Initializing extension XVideo-MotionCompensation
[ 49.227] (II) Initializing extension SELinux
[ 49.227] (II) SELinux: Disabled on system
[ 49.227] (II) Initializing extension GLX
[ 49.227] (II) Initializing extension GLX
[ 49.227] (II) Indirect GLX disabled.
[ 49.232] (II) AIGLX: Loaded and initialized iris
[ 49.232] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 49.232] (II) Initializing extension XFree86-VidModeExtension
[ 49.232] (II) Initializing extension XFree86-DGA
[ 49.232] (II) Initializing extension XFree86-DRI
[ 49.232] (II) Initializing extension DRI2
[ 49.232] (II) Initializing extension NV-GLX
[ 49.232] (II) Initializing extension NV-CONTROL
[ 49.233] (II) modeset(0): Damage tracking initialized
[ 49.233] (II) modeset(0): Setting screen physical size to 508 x 285
[ 49.283] (II) config/udev: Adding input device Video Bus (/dev/input/event19)
[ 49.283] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 49.283] (II) LoadModule: "libinput"
[ 49.283] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 49.288] (II) Module libinput: vendor="X.Org Foundation"
[ 49.288] compiled for 1.21.1.15, module version = 1.5.0
[ 49.288] Module class: X.Org XInput Driver
[ 49.288] ABI class: X.Org XInput driver, version 24.4
[ 49.288] (II) Using input driver 'libinput' for 'Video Bus'
[ 49.289] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 43 paused 0
[ 49.289] (**) Video Bus: always reports core events
[ 49.289] (**) Option "Device" "/dev/input/event19"
[ 49.293] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[ 49.293] (II) event19 - Video Bus: device is a keyboard
[ 49.293] (II) event19 - Video Bus: device removed
[ 49.293] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input24/event19"
[ 49.293] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 49.293] (**) Option "xkb_model" "pc105"
[ 49.293] (**) Option "xkb_layout" "jp"
[ 49.304] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[ 49.304] (II) event19 - Video Bus: device is a keyboard
[ 49.304] (II) config/udev: Adding input device Video Bus (/dev/input/event18)
[ 49.304] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 49.304] (II) Using input driver 'libinput' for 'Video Bus'
[ 49.305] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 46 paused 0
[ 49.305] (**) Video Bus: always reports core events
[ 49.305] (**) Option "Device" "/dev/input/event18"
[ 49.305] (II) event18 - Video Bus: is tagged by udev as: Keyboard
[ 49.305] (II) event18 - Video Bus: device is a keyboard
[ 49.305] (II) event18 - Video Bus: device removed
[ 49.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input23/event18"
[ 49.305] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 49.305] (**) Option "xkb_model" "pc105"
[ 49.305] (**) Option "xkb_layout" "jp"
[ 49.306] (II) event18 - Video Bus: is tagged by udev as: Keyboard
[ 49.306] (II) event18 - Video Bus: device is a keyboard
[ 49.306] (II) config/udev: Adding input device Power Button (/dev/input/event9)
[ 49.306] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 49.306] (II) Using input driver 'libinput' for 'Power Button'
[ 49.307] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 47 paused 0
[ 49.307] (**) Power Button: always reports core events
[ 49.307] (**) Option "Device" "/dev/input/event9"
[ 49.307] (II) event9 - Power Button: is tagged by udev as: Keyboard
[ 49.307] (II) event9 - Power Button: device is a keyboard
[ 49.307] (II) event9 - Power Button: device removed
[ 49.307] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input14/event9"
[ 49.307] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 49.307] (**) Option "xkb_model" "pc105"
[ 49.307] (**) Option "xkb_layout" "jp"
[ 49.307] (II) event9 - Power Button: is tagged by udev as: Keyboard
[ 49.307] (II) event9 - Power Button: device is a keyboard
[ 49.308] (II) config/udev: Adding input device Lid Switch (/dev/input/event8)
[ 49.308] (II) No input driver specified, ignoring this device.
[ 49.308] (II) This device may have been added with another device file.
[ 49.308] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 49.308] (II) No input driver specified, ignoring this device.
[ 49.308] (II) This device may have been added with another device file.
[ 49.308] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 49.308] (II) No input driver specified, ignoring this device.
[ 49.308] (II) This device may have been added with another device file.
[ 49.308] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 49.308] (II) No input driver specified, ignoring this device.
[ 49.308] (II) This device may have been added with another device file.
[ 49.308] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[ 49.308] (II) No input driver specified, ignoring this device.
[ 49.308] (II) This device may have been added with another device file.
[ 49.309] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[ 49.309] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 49.309] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[ 49.310] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[ 49.310] (**) PixArt USB Optical Mouse: always reports core events
[ 49.310] (**) Option "Device" "/dev/input/event4"
[ 49.310] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[ 49.310] (II) event4 - PixArt USB Optical Mouse: device set to 1000 DPI
[ 49.310] (II) event4 - PixArt USB Optical Mouse: device is a pointer
[ 49.310] (II) event4 - PixArt USB Optical Mouse: device removed
[ 49.310] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.310] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.310] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.310] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.2/3-6.4.1.2:1.0/0003:093A:2510.0002/input/input9/event4"
[ 49.310] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 9)
[ 49.310] (**) Option "AccelerationScheme" "none"
[ 49.310] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[ 49.310] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[ 49.310] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[ 49.311] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[ 49.311] (II) event4 - PixArt USB Optical Mouse: device set to 1000 DPI
[ 49.311] (II) event4 - PixArt USB Optical Mouse: device is a pointer
[ 49.311] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse3)
[ 49.311] (II) No input driver specified, ignoring this device.
[ 49.311] (II) This device may have been added with another device file.
[ 49.312] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard (/dev/input/event5)
[ 49.312] (**) LiteOn Lenovo Traditional USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 49.312] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard'
[ 49.313] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 49 paused 0
[ 49.313] (**) LiteOn Lenovo Traditional USB Keyboard: always reports core events
[ 49.313] (**) Option "Device" "/dev/input/event5"
[ 49.313] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[ 49.313] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[ 49.313] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device removed
[ 49.313] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.3/3-6.4.1.3:1.0/0003:17EF:6099.0003/input/input10/event5"
[ 49.313] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard" (type: KEYBOARD, id 10)
[ 49.313] (**) Option "xkb_model" "pc105"
[ 49.313] (**) Option "xkb_layout" "jp"
[ 49.314] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[ 49.314] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[ 49.315] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard System Control (/dev/input/event6)
[ 49.315] (**) LiteOn Lenovo Traditional USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 49.315] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard System Control'
[ 49.315] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 50 paused 0
[ 49.315] (**) LiteOn Lenovo Traditional USB Keyboard System Control: always reports core events
[ 49.315] (**) Option "Device" "/dev/input/event6"
[ 49.316] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[ 49.316] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[ 49.316] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[ 49.316] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.3/3-6.4.1.3:1.1/0003:17EF:6099.0004/input/input11/event6"
[ 49.316] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard System Control" (type: KEYBOARD, id 11)
[ 49.316] (**) Option "xkb_model" "pc105"
[ 49.316] (**) Option "xkb_layout" "jp"
[ 49.317] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[ 49.317] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[ 49.317] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/event7)
[ 49.317] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 49.317] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard Consumer Control'
[ 49.318] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 51 paused 0
[ 49.318] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: always reports core events
[ 49.318] (**) Option "Device" "/dev/input/event7"
[ 49.319] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 49.319] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[ 49.319] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[ 49.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.3/3-6.4.1.3:1.1/0003:17EF:6099.0004/input/input12/event7"
[ 49.319] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard Consumer Control" (type: KEYBOARD, id 12)
[ 49.319] (**) Option "xkb_model" "pc105"
[ 49.319] (**) Option "xkb_layout" "jp"
[ 49.320] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 49.320] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[ 49.320] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/js0)
[ 49.320] (II) No input driver specified, ignoring this device.
[ 49.320] (II) This device may have been added with another device file.
[ 49.320] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/event1)
[ 49.320] (**) DELL0B56:00 04F3:317E Mouse: Applying InputClass "libinput pointer catchall"
[ 49.320] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Mouse'
[ 49.321] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 52 paused 0
[ 49.321] (**) DELL0B56:00 04F3:317E Mouse: always reports core events
[ 49.321] (**) Option "Device" "/dev/input/event1"
[ 49.321] (II) event1 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 49.322] (II) event1 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 49.322] (II) event1 - DELL0B56:00 04F3:317E Mouse: device removed
[ 49.322] (II) libinput: DELL0B56:00 04F3:317E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.322] (II) libinput: DELL0B56:00 04F3:317E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.322] (II) libinput: DELL0B56:00 04F3:317E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.322] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input6/event1"
[ 49.322] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Mouse" (type: MOUSE, id 13)
[ 49.322] (**) Option "AccelerationScheme" "none"
[ 49.322] (**) DELL0B56:00 04F3:317E Mouse: (accel) selected scheme none/0
[ 49.322] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration factor: 2.000
[ 49.322] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration threshold: 4
[ 49.322] (II) event1 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 49.322] (II) event1 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 49.323] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/mouse0)
[ 49.323] (II) No input driver specified, ignoring this device.
[ 49.323] (II) This device may have been added with another device file.
[ 49.323] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/event2)
[ 49.323] (**) DELL0B56:00 04F3:317E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 49.323] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Touchpad'
[ 49.324] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 53 paused 0
[ 49.324] (**) DELL0B56:00 04F3:317E Touchpad: always reports core events
[ 49.324] (**) Option "Device" "/dev/input/event2"
[ 49.324] (II) event2 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 49.325] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 49.325] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 49.325] (II) libinput: DELL0B56:00 04F3:317E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.325] (II) libinput: DELL0B56:00 04F3:317E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.325] (II) libinput: DELL0B56:00 04F3:317E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.325] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input7/event2"
[ 49.325] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Touchpad" (type: TOUCHPAD, id 14)
[ 49.325] (**) Option "AccelerationScheme" "none"
[ 49.325] (**) DELL0B56:00 04F3:317E Touchpad: (accel) selected scheme none/0
[ 49.325] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration factor: 2.000
[ 49.325] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration threshold: 4
[ 49.326] (II) event2 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 49.327] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 49.327] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/mouse1)
[ 49.327] (II) No input driver specified, ignoring this device.
[ 49.327] (II) This device may have been added with another device file.
[ 49.327] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event20)
[ 49.327] (II) No input driver specified, ignoring this device.
[ 49.327] (II) This device may have been added with another device file.
[ 49.327] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event21)
[ 49.327] (II) No input driver specified, ignoring this device.
[ 49.327] (II) This device may have been added with another device file.
[ 49.327] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event22)
[ 49.327] (II) No input driver specified, ignoring this device.
[ 49.327] (II) This device may have been added with another device file.
[ 49.327] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event23)
[ 49.327] (II) No input driver specified, ignoring this device.
[ 49.327] (II) This device may have been added with another device file.
[ 49.328] (II) config/udev: Adding input device Intel HID events (/dev/input/event10)
[ 49.328] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 49.328] (II) Using input driver 'libinput' for 'Intel HID events'
[ 49.328] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 54 paused 0
[ 49.328] (**) Intel HID events: always reports core events
[ 49.328] (**) Option "Device" "/dev/input/event10"
[ 49.328] (II) event10 - Intel HID events: is tagged by udev as: Keyboard
[ 49.328] (II) event10 - Intel HID events: device is a keyboard
[ 49.329] (II) event10 - Intel HID events: device removed
[ 49.329] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input15/event10"
[ 49.329] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[ 49.329] (**) Option "xkb_model" "pc105"
[ 49.329] (**) Option "xkb_layout" "jp"
[ 49.329] (II) event10 - Intel HID events: is tagged by udev as: Keyboard
[ 49.329] (II) event10 - Intel HID events: device is a keyboard
[ 49.329] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event11)
[ 49.329] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 49.329] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 49.330] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 55 paused 0
[ 49.330] (**) Intel HID 5 button array: always reports core events
[ 49.330] (**) Option "Device" "/dev/input/event11"
[ 49.330] (II) event11 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 49.330] (II) event11 - Intel HID 5 button array: device is a keyboard
[ 49.330] (II) event11 - Intel HID 5 button array: device removed
[ 49.330] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input16/event11"
[ 49.330] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[ 49.330] (**) Option "xkb_model" "pc105"
[ 49.330] (**) Option "xkb_layout" "jp"
[ 49.330] (II) event11 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 49.330] (II) event11 - Intel HID 5 button array: device is a keyboard
[ 49.331] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[ 49.331] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 49.331] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 49.331] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 56 paused 0
[ 49.331] (**) Dell WMI hotkeys: always reports core events
[ 49.331] (**) Option "Device" "/dev/input/event13"
[ 49.332] (II) event13 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 49.332] (II) event13 - Dell WMI hotkeys: device is a keyboard
[ 49.332] (II) event13 - Dell WMI hotkeys: device removed
[ 49.332] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input18/event13"
[ 49.332] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
[ 49.332] (**) Option "xkb_model" "pc105"
[ 49.332] (**) Option "xkb_layout" "jp"
[ 49.332] (II) event13 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 49.332] (II) event13 - Dell WMI hotkeys: device is a keyboard
[ 49.333] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 49.333] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 49.333] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 49.334] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 57 paused 0
[ 49.334] (**) AT Translated Set 2 keyboard: always reports core events
[ 49.334] (**) Option "Device" "/dev/input/event0"
[ 49.334] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 49.334] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 49.334] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 49.334] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 49.334] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 49.334] (**) Option "xkb_model" "pc105"
[ 49.334] (**) Option "xkb_layout" "jp"
[ 49.335] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 49.335] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 49.335] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event3)
[ 49.335] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 49.335] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 49.336] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 58 paused 0
[ 49.336] (**) PS/2 Generic Mouse: always reports core events
[ 49.336] (**) Option "Device" "/dev/input/event3"
[ 49.336] (II) event3 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 49.336] (II) event3 - PS/2 Generic Mouse: device is a pointer
[ 49.336] (II) event3 - PS/2 Generic Mouse: device removed
[ 49.336] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.336] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.336] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 49.337] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event3"
[ 49.337] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 19)
[ 49.337] (**) Option "AccelerationScheme" "none"
[ 49.337] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 49.337] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 49.337] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 49.337] (II) event3 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 49.337] (II) event3 - PS/2 Generic Mouse: device is a pointer
[ 49.337] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 49.337] (II) No input driver specified, ignoring this device.
[ 49.337] (II) This device may have been added with another device file.
[ 49.337] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 49.337] (II) No input driver specified, ignoring this device.
[ 49.337] (II) This device may have been added with another device file.
[ 49.338] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event24)
[ 49.338] (**) ACPI Virtual Keyboard Device: Applying InputClass "libinput keyboard catchall"
[ 49.338] (II) Using input driver 'libinput' for 'ACPI Virtual Keyboard Device'
[ 49.338] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 59 paused 0
[ 49.338] (**) ACPI Virtual Keyboard Device: always reports core events
[ 49.338] (**) Option "Device" "/dev/input/event24"
[ 49.339] (II) event24 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 49.339] (II) event24 - ACPI Virtual Keyboard Device: device is a keyboard
[ 49.339] (II) event24 - ACPI Virtual Keyboard Device: device removed
[ 49.339] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event24"
[ 49.339] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 20)
[ 49.339] (**) Option "xkb_model" "pc105"
[ 49.339] (**) Option "xkb_layout" "jp"
[ 49.339] (II) event24 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 49.339] (II) event24 - ACPI Virtual Keyboard Device: device is a keyboard
[ 49.989] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 49.989] (II) modeset(0): Using EDID range info for horizontal sync
[ 49.989] (II) modeset(0): Using EDID range info for vertical refresh
[ 49.989] (II) modeset(0): Printing DDC gathered Modelines:
[ 49.989] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 49.995] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 49.995] (II) modeset(0): Using hsync ranges from config file
[ 49.995] (II) modeset(0): Using vrefresh ranges from config file
[ 49.995] (II) modeset(0): Printing DDC gathered Modelines:
[ 49.995] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 49.995] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 49.995] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 49.995] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 49.995] (--) NVIDIA(GPU-0):
[ 49.995] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 49.995] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 49.995] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 49.995] (--) NVIDIA(GPU-0):
[ 55.788] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 55.789] (II) modeset(0): Using hsync ranges from config file
[ 55.789] (II) modeset(0): Using vrefresh ranges from config file
[ 55.789] (II) modeset(0): Printing DDC gathered Modelines:
[ 55.789] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 55.795] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 55.795] (II) modeset(0): Using hsync ranges from config file
[ 55.795] (II) modeset(0): Using vrefresh ranges from config file
[ 55.795] (II) modeset(0): Printing DDC gathered Modelines:
[ 55.795] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 55.796] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 55.796] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 55.796] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 55.796] (--) NVIDIA(GPU-0):
[ 55.796] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 55.796] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 55.796] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 55.796] (--) NVIDIA(GPU-0):
[ 66.285] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 66.285] (II) modeset(0): Using hsync ranges from config file
[ 66.285] (II) modeset(0): Using vrefresh ranges from config file
[ 66.285] (II) modeset(0): Printing DDC gathered Modelines:
[ 66.285] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 66.291] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 66.291] (II) modeset(0): Using hsync ranges from config file
[ 66.291] (II) modeset(0): Using vrefresh ranges from config file
[ 66.291] (II) modeset(0): Printing DDC gathered Modelines:
[ 66.291] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 67.385] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 67.385] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 67.385] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 67.385] (--) NVIDIA(GPU-0):
[ 67.385] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 67.385] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 67.385] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 67.385] (--) NVIDIA(GPU-0):
[ 84.878] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 84.878] (II) modeset(0): Using hsync ranges from config file
[ 84.878] (II) modeset(0): Using vrefresh ranges from config file
[ 84.878] (II) modeset(0): Printing DDC gathered Modelines:
[ 84.878] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 84.884] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 84.884] (II) modeset(0): Using hsync ranges from config file
[ 84.884] (II) modeset(0): Using vrefresh ranges from config file
[ 84.884] (II) modeset(0): Printing DDC gathered Modelines:
[ 84.884] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 84.885] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 84.885] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 84.885] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 84.885] (--) NVIDIA(GPU-0):
[ 84.885] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 84.885] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 84.885] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 84.885] (--) NVIDIA(GPU-0):
[ 92.314] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 92.314] (II) modeset(0): Using hsync ranges from config file
[ 92.314] (II) modeset(0): Using vrefresh ranges from config file
[ 92.314] (II) modeset(0): Printing DDC gathered Modelines:
[ 92.314] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 92.320] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 92.320] (II) modeset(0): Using hsync ranges from config file
[ 92.320] (II) modeset(0): Using vrefresh ranges from config file
[ 92.320] (II) modeset(0): Printing DDC gathered Modelines:
[ 92.320] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 92.321] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 92.321] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 92.321] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 92.321] (--) NVIDIA(GPU-0):
[ 92.321] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 92.321] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 92.321] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 92.321] (--) NVIDIA(GPU-0):
[ 109.641] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 109.641] (II) modeset(0): Using hsync ranges from config file
[ 109.641] (II) modeset(0): Using vrefresh ranges from config file
[ 109.641] (II) modeset(0): Printing DDC gathered Modelines:
[ 109.641] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 109.647] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 109.647] (II) modeset(0): Using hsync ranges from config file
[ 109.647] (II) modeset(0): Using vrefresh ranges from config file
[ 109.647] (II) modeset(0): Printing DDC gathered Modelines:
[ 109.647] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 110.737] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 110.737] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 110.737] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 110.737] (--) NVIDIA(GPU-0):
[ 110.737] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 110.737] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 110.737] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 110.737] (--) NVIDIA(GPU-0):
[ 154.105] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 154.105] (II) modeset(0): Using hsync ranges from config file
[ 154.105] (II) modeset(0): Using vrefresh ranges from config file
[ 154.105] (II) modeset(0): Printing DDC gathered Modelines:
[ 154.105] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 154.111] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 154.111] (II) modeset(0): Using hsync ranges from config file
[ 154.111] (II) modeset(0): Using vrefresh ranges from config file
[ 154.111] (II) modeset(0): Printing DDC gathered Modelines:
[ 154.111] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 155.200] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 155.200] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 155.200] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 155.200] (--) NVIDIA(GPU-0):
[ 155.200] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 155.200] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 155.200] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 155.200] (--) NVIDIA(GPU-0):
[ 160.808] (II) event4 - PixArt USB Optical Mouse: device removed
[ 160.810] (II) config/udev: removing device PixArt USB Optical Mouse
[ 160.811] (**) Option "fd" "48"
[ 160.811] (II) UnloadModule: "libinput"
[ 160.811] (II) systemd-logind: releasing fd for 13:68
[ 161.052] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device removed
[ 161.054] (II) config/udev: removing device LiteOn Lenovo Traditional USB Keyboard
[ 161.054] (**) Option "fd" "49"
[ 161.054] (II) UnloadModule: "libinput"
[ 161.054] (II) systemd-logind: releasing fd for 13:69
[ 161.128] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[ 161.131] (II) config/udev: removing device LiteOn Lenovo Traditional USB Keyboard System Control
[ 161.131] (**) Option "fd" "50"
[ 161.131] (II) UnloadModule: "libinput"
[ 161.131] (II) systemd-logind: releasing fd for 13:70
[ 161.184] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[ 161.187] (II) config/udev: removing device LiteOn Lenovo Traditional USB Keyboard Consumer Control
[ 161.187] (**) Option "fd" "51"
[ 161.187] (II) UnloadModule: "libinput"
[ 161.187] (II) systemd-logind: releasing fd for 13:71
[ 173.444] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 173.444] (II) modeset(0): Using hsync ranges from config file
[ 173.444] (II) modeset(0): Using vrefresh ranges from config file
[ 173.444] (II) modeset(0): Printing DDC gathered Modelines:
[ 173.444] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 173.450] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 173.450] (II) modeset(0): Using hsync ranges from config file
[ 173.450] (II) modeset(0): Using vrefresh ranges from config file
[ 173.450] (II) modeset(0): Printing DDC gathered Modelines:
[ 173.450] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 173.451] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 173.451] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 173.451] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 173.451] (--) NVIDIA(GPU-0):
[ 173.451] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 173.451] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 173.451] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 173.451] (--) NVIDIA(GPU-0):
[ 174.656] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 174.656] (II) modeset(0): Using hsync ranges from config file
[ 174.656] (II) modeset(0): Using vrefresh ranges from config file
[ 174.656] (II) modeset(0): Printing DDC gathered Modelines:
[ 174.656] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 174.662] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 174.662] (II) modeset(0): Using hsync ranges from config file
[ 174.662] (II) modeset(0): Using vrefresh ranges from config file
[ 174.662] (II) modeset(0): Printing DDC gathered Modelines:
[ 174.662] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 174.663] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 174.663] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 174.663] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 174.663] (--) NVIDIA(GPU-0):
[ 174.663] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 174.663] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 174.663] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 174.663] (--) NVIDIA(GPU-0):
[ 175.201] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 175.201] (II) modeset(0): Using hsync ranges from config file
[ 175.201] (II) modeset(0): Using vrefresh ranges from config file
[ 175.201] (II) modeset(0): Printing DDC gathered Modelines:
[ 175.201] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 175.328] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 175.328] (II) modeset(0): Using hsync ranges from config file
[ 175.328] (II) modeset(0): Using vrefresh ranges from config file
[ 175.329] (II) modeset(0): Printing DDC gathered Modelines:
[ 175.329] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 175.413] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 175.413] (II) modeset(0): Using hsync ranges from config file
[ 175.413] (II) modeset(0): Using vrefresh ranges from config file
[ 175.413] (II) modeset(0): Printing DDC gathered Modelines:
[ 175.413] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 175.495] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 175.495] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 175.495] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 175.495] (--) NVIDIA(GPU-0):
[ 175.495] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 175.495] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 175.495] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 175.495] (--) NVIDIA(GPU-0):
[ 177.186] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/js0)
[ 177.186] (II) No input driver specified, ignoring this device.
[ 177.186] (II) This device may have been added with another device file.
[ 177.187] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse3)
[ 177.187] (II) No input driver specified, ignoring this device.
[ 177.187] (II) This device may have been added with another device file.
[ 177.234] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard System Control (/dev/input/event6)
[ 177.234] (**) LiteOn Lenovo Traditional USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 177.234] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard System Control'
[ 177.235] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[ 177.235] (**) LiteOn Lenovo Traditional USB Keyboard System Control: always reports core events
[ 177.235] (**) Option "Device" "/dev/input/event6"
[ 177.239] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[ 177.239] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[ 177.239] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[ 177.239] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.3/3-6.4.1.3:1.1/0003:17EF:6099.0009/input/input32/event6"
[ 177.239] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard System Control" (type: KEYBOARD, id 9)
[ 177.239] (**) Option "xkb_model" "pc105"
[ 177.239] (**) Option "xkb_layout" "jp"
[ 177.239] (WW) Option "xkb_variant" requires a string value
[ 177.239] (WW) Option "xkb_options" requires a string value
[ 177.241] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[ 177.241] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[ 177.242] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard (/dev/input/event5)
[ 177.242] (**) LiteOn Lenovo Traditional USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 177.242] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard'
[ 177.243] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 50 paused 0
[ 177.243] (**) LiteOn Lenovo Traditional USB Keyboard: always reports core events
[ 177.243] (**) Option "Device" "/dev/input/event5"
[ 177.244] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[ 177.244] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[ 177.245] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device removed
[ 177.245] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.3/3-6.4.1.3:1.0/0003:17EF:6099.0008/input/input31/event5"
[ 177.245] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard" (type: KEYBOARD, id 10)
[ 177.245] (**) Option "xkb_model" "pc105"
[ 177.245] (**) Option "xkb_layout" "jp"
[ 177.245] (WW) Option "xkb_variant" requires a string value
[ 177.245] (WW) Option "xkb_options" requires a string value
[ 177.247] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[ 177.247] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[ 177.248] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/event7)
[ 177.248] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 177.248] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard Consumer Control'
[ 177.265] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 51 paused 0
[ 177.265] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: always reports core events
[ 177.265] (**) Option "Device" "/dev/input/event7"
[ 177.267] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 177.267] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[ 177.267] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[ 177.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.3/3-6.4.1.3:1.1/0003:17EF:6099.0009/input/input33/event7"
[ 177.267] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[ 177.267] (**) Option "xkb_model" "pc105"
[ 177.267] (**) Option "xkb_layout" "jp"
[ 177.267] (WW) Option "xkb_variant" requires a string value
[ 177.267] (WW) Option "xkb_options" requires a string value
[ 177.269] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 177.270] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[ 177.285] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[ 177.285] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 177.285] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[ 177.286] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 69 paused 0
[ 177.286] (**) PixArt USB Optical Mouse: always reports core events
[ 177.286] (**) Option "Device" "/dev/input/event4"
[ 177.289] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[ 177.289] (II) event4 - PixArt USB Optical Mouse: device set to 1000 DPI
[ 177.289] (II) event4 - PixArt USB Optical Mouse: device is a pointer
[ 177.289] (II) event4 - PixArt USB Optical Mouse: device removed
[ 177.289] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 177.289] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 177.289] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 177.289] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4.1/3-6.4.1.2/3-6.4.1.2:1.0/0003:093A:2510.0007/input/input30/event4"
[ 177.289] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 12)
[ 177.289] (**) Option "AccelerationScheme" "none"
[ 177.289] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[ 177.289] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[ 177.289] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[ 177.291] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[ 177.291] (II) event4 - PixArt USB Optical Mouse: device set to 1000 DPI
[ 177.291] (II) event4 - PixArt USB Optical Mouse: device is a pointer
[ 180.274] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 180.274] (II) modeset(0): Using hsync ranges from config file
[ 180.274] (II) modeset(0): Using vrefresh ranges from config file
[ 180.274] (II) modeset(0): Printing DDC gathered Modelines:
[ 180.274] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 180.365] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 180.365] (II) modeset(0): Using hsync ranges from config file
[ 180.365] (II) modeset(0): Using vrefresh ranges from config file
[ 180.365] (II) modeset(0): Printing DDC gathered Modelines:
[ 180.365] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 180.446] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 180.446] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 180.446] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 180.446] (--) NVIDIA(GPU-0):
[ 180.446] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 180.446] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 180.446] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 180.446] (--) NVIDIA(GPU-0):
[ 186.207] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 186.207] (II) modeset(0): Using hsync ranges from config file
[ 186.207] (II) modeset(0): Using vrefresh ranges from config file
[ 186.207] (II) modeset(0): Printing DDC gathered Modelines:
[ 186.207] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 186.292] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 186.292] (II) modeset(0): Using hsync ranges from config file
[ 186.292] (II) modeset(0): Using vrefresh ranges from config file
[ 186.292] (II) modeset(0): Printing DDC gathered Modelines:
[ 186.292] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 187.465] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 187.465] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 187.465] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 187.465] (--) NVIDIA(GPU-0):
[ 187.465] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 187.465] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 187.465] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 187.465] (--) NVIDIA(GPU-0):
[ 187.473] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 187.473] (II) modeset(0): Using hsync ranges from config file
[ 187.473] (II) modeset(0): Using vrefresh ranges from config file
[ 187.473] (II) modeset(0): Printing DDC gathered Modelines:
[ 187.473] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 187.558] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 187.558] (II) modeset(0): Using hsync ranges from config file
[ 187.558] (II) modeset(0): Using vrefresh ranges from config file
[ 187.558] (II) modeset(0): Printing DDC gathered Modelines:
[ 187.558] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 187.640] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 187.640] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 187.640] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 187.640] (--) NVIDIA(GPU-0):
[ 187.640] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 187.640] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 187.640] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 187.640] (--) NVIDIA(GPU-0):
[ 192.279] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 192.279] (II) modeset(0): Using hsync ranges from config file
[ 192.279] (II) modeset(0): Using vrefresh ranges from config file
[ 192.279] (II) modeset(0): Printing DDC gathered Modelines:
[ 192.279] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 192.364] (II) modeset(0): EDID vendor "BOE", prod id 2625
[ 192.364] (II) modeset(0): Using hsync ranges from config file
[ 192.364] (II) modeset(0): Using vrefresh ranges from config file
[ 192.364] (II) modeset(0): Printing DDC gathered Modelines:
[ 192.364] (II) modeset(0): Modeline "1920x1080"x0.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 192.446] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 192.446] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 192.446] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 192.446] (--) NVIDIA(GPU-0):
[ 192.446] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 192.446] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 192.446] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 192.446] (--) NVIDIA(GPU-0):
[ 192.752] (II) modeset(0): Allocate new frame buffer 5760x2160 stride
[ 2964.200] (II) config/udev: Adding input device Bose QuietComfort 35 (AVRCP) (/dev/input/event25)
[ 2964.200] (**) Bose QuietComfort 35 (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 2964.200] (II) Using input driver 'libinput' for 'Bose QuietComfort 35 (AVRCP)'
[ 2964.201] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 80 paused 0
[ 2964.201] (**) Bose QuietComfort 35 (AVRCP): always reports core events
[ 2964.201] (**) Option "Device" "/dev/input/event25"
[ 2964.202] (II) event25 - Bose QuietComfort 35 (AVRCP): is tagged by udev as: Keyboard
[ 2964.202] (II) event25 - Bose QuietComfort 35 (AVRCP): device is a keyboard
[ 2964.203] (II) event25 - Bose QuietComfort 35 (AVRCP): device removed
[ 2964.203] (**) Option "config_info" "udev:/sys/devices/virtual/input/input34/event25"
[ 2964.203] (II) XINPUT: Adding extended input device "Bose QuietComfort 35 (AVRCP)" (type: KEYBOARD, id 21)
[ 2964.203] (**) Option "xkb_model" "pc105"
[ 2964.203] (**) Option "xkb_layout" "jp"
[ 2964.203] (WW) Option "xkb_variant" requires a string value
[ 2964.203] (WW) Option "xkb_options" requires a string value
[ 2964.204] (II) event25 - Bose QuietComfort 35 (AVRCP): is tagged by udev as: Keyboard
[ 2964.204] (II) event25 - Bose QuietComfort 35 (AVRCP): device is a keyboard
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 103.774]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 103.774] Current Operating System: Linux simon 6.12.48+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.48-1 (2025-09-20) x86_64
[ 103.774] Kernel command line: BOOT_IMAGE=/vmlinuz-6.12.48+deb13-amd64 root=/dev/mapper/simon-root ro vsyscall=emulate quiet
[ 103.774] xorg-server 2:21.1.16-1.3 (https://www.debian.org/support)
[ 103.774] Current version of pixman: 0.44.0
[ 103.775] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 103.775] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 103.775] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 28 11:10:08 2025
[ 103.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 103.777] (==) No Layout section. Using the first Screen section.
[ 103.777] (==) No screen section available. Using defaults.
[ 103.777] (**) |-->Screen "Default Screen Section" (0)
[ 103.777] (**) | |-->Monitor "<default monitor>"
[ 103.778] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 103.778] (**) Allowing byte-swapped clients
[ 103.778] (==) Automatically adding devices
[ 103.778] (==) Automatically enabling devices
[ 103.778] (==) Automatically adding GPU devices
[ 103.778] (==) Automatically binding GPU devices
[ 103.778] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 103.779] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 103.779] Entry deleted from font path.
[ 103.781] (==) 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
[ 103.781] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 103.781] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 103.781] (II) Loader magic: 0x5572a6248f00
[ 103.781] (II) Module ABI versions:
[ 103.781] X.Org ANSI C Emulation: 0.4
[ 103.781] X.Org Video Driver: 25.2
[ 103.781] X.Org XInput driver : 24.4
[ 103.781] X.Org Server Extension : 10.0
[ 103.782] (++) using VT number 1
[ 103.783] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 103.785] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 103.785] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 103.785] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 103.786] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 103.786] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 103.786] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 103.790] (--) PCI:*(0 at 0:2:0) 8086:46a6:1028:0b56 rev 12, Mem @ 0x6234000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 103.790] (--) PCI: (1 at 0:0:0) 10de:2560:1028:0b56 rev 161, Mem @ 0x8e000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 103.790] (II) LoadModule: "glx"
[ 103.792] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 103.795] (II) Module glx: vendor="X.Org Foundation"
[ 103.795] compiled for 1.21.1.16, module version = 1.0.0
[ 103.795] ABI class: X.Org Server Extension, version 10.0
[ 103.795] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 103.795] loading driver: nvidia
[ 104.337] (==) Matched nvidia as autoconfigured driver 0
[ 104.337] (==) Matched nouveau as autoconfigured driver 1
[ 104.337] (==) Matched nv as autoconfigured driver 2
[ 104.337] (==) Matched modesetting as autoconfigured driver 3
[ 104.337] (==) Matched fbdev as autoconfigured driver 4
[ 104.337] (==) Matched vesa as autoconfigured driver 5
[ 104.337] (==) Assigned the driver to the xf86ConfigLayout
[ 104.337] (II) LoadModule: "nvidia"
[ 104.337] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 104.344] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 104.344] compiled for 1.6.99.901, module version = 1.0.0
[ 104.344] Module class: X.Org Video Driver
[ 104.344] (II) LoadModule: "nouveau"
[ 104.344] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 104.346] (II) Module nouveau: vendor="X.Org Foundation"
[ 104.346] compiled for 1.21.1.15, module version = 1.0.18
[ 104.346] Module class: X.Org Video Driver
[ 104.346] ABI class: X.Org Video Driver, version 25.2
[ 104.346] (II) LoadModule: "nv"
[ 104.347] (WW) Warning, couldn't open module nv
[ 104.347] (EE) Failed to load module "nv" (module does not exist, 0)
[ 104.347] (II) LoadModule: "modesetting"
[ 104.347] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 104.350] (II) Module modesetting: vendor="X.Org Foundation"
[ 104.350] compiled for 1.21.1.16, module version = 1.21.1
[ 104.350] Module class: X.Org Video Driver
[ 104.350] ABI class: X.Org Video Driver, version 25.2
[ 104.350] (II) LoadModule: "fbdev"
[ 104.350] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 104.351] (II) Module fbdev: vendor="X.Org Foundation"
[ 104.351] compiled for 1.21.1.3, module version = 0.5.0
[ 104.351] Module class: X.Org Video Driver
[ 104.351] ABI class: X.Org Video Driver, version 25.2
[ 104.351] (II) LoadModule: "vesa"
[ 104.351] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 104.352] (II) Module vesa: vendor="X.Org Foundation"
[ 104.352] compiled for 1.21.1.15, module version = 2.6.0
[ 104.352] Module class: X.Org Video Driver
[ 104.352] ABI class: X.Org Video Driver, version 25.2
[ 104.352] (II) NVIDIA dlloader X Driver 550.163.01 Tue Apr 8 12:13:21 UTC 2025
[ 104.352] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 104.353] (II) NOUVEAU driver Date: Thu Nov 7 13:15:35 2024 -0500
[ 104.353] (II) NOUVEAU driver for NVIDIA chipset families :
[ 104.353] RIVA TNT (NV04)
[ 104.353] RIVA TNT2 (NV05)
[ 104.353] GeForce 256 (NV10)
[ 104.353] GeForce 2 (NV11, NV15)
[ 104.353] GeForce 4MX (NV17, NV18)
[ 104.353] GeForce 3 (NV20)
[ 104.353] GeForce 4Ti (NV25, NV28)
[ 104.353] GeForce FX (NV3x)
[ 104.353] GeForce 6 (NV4x)
[ 104.353] GeForce 7 (G7x)
[ 104.353] GeForce 8 (G8x)
[ 104.353] GeForce 9 (G9x)
[ 104.353] GeForce GTX 2xx/3xx (GT2xx)
[ 104.353] GeForce GTX 4xx/5xx (GFxxx)
[ 104.353] GeForce GTX 6xx/7xx (GKxxx)
[ 104.353] GeForce GTX 9xx (GMxxx)
[ 104.353] GeForce GTX 10xx (GPxxx)
[ 104.353] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 104.353] (II) FBDEV: driver for framebuffer: fbdev
[ 104.353] (II) VESA: driver for VESA chipsets: vesa
[ 104.353] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 104.353] (II) modeset(0): using drv /dev/dri/card0
[ 104.353] (WW) Falling back to old probe method for fbdev
[ 104.353] (II) Loading sub module "fbdevhw"
[ 104.353] (II) LoadModule: "fbdevhw"
[ 104.353] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 104.354] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 104.354] compiled for 1.21.1.16, module version = 0.0.2
[ 104.354] ABI class: X.Org Video Driver, version 25.2
[ 104.354] (II) systemd-logind: releasing fd for 226:1
[ 104.356] (II) Loading sub module "fb"
[ 104.356] (II) LoadModule: "fb"
[ 104.356] (II) Module "fb" already built-in
[ 104.356] (II) Loading sub module "wfb"
[ 104.356] (II) LoadModule: "wfb"
[ 104.356] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 104.357] (II) Module wfb: vendor="X.Org Foundation"
[ 104.357] compiled for 1.21.1.16, module version = 1.0.0
[ 104.357] ABI class: X.Org ANSI C Emulation, version 0.4
[ 104.359] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 104.359] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 104.359] (==) modeset(0): RGB weight 888
[ 104.359] (==) modeset(0): Default visual is TrueColor
[ 104.359] (II) Loading sub module "glamoregl"
[ 104.359] (II) LoadModule: "glamoregl"
[ 104.359] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 104.369] (II) Module glamoregl: vendor="X.Org Foundation"
[ 104.369] compiled for 1.21.1.16, module version = 1.0.1
[ 104.369] ABI class: X.Org ANSI C Emulation, version 0.4
[ 104.428] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Iris(R) Xe Graphics (ADL GT2)
[ 104.428] (II) modeset(0): glamor initialized
[ 104.428] (==) modeset(0): VariableRefresh: disabled
[ 104.428] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 104.430] (II) modeset(0): Output eDP-1 has no monitor section
[ 104.459] (II) modeset(0): Output DP-1 has no monitor section
[ 104.459] (II) modeset(0): Output DP-2 has no monitor section
[ 104.642] (II) modeset(0): Output DP-1-1 has no monitor section
[ 104.826] (II) modeset(0): Output DP-1-2 has no monitor section
[ 104.935] (II) modeset(0): Output DP-1-3 has no monitor section
[ 104.938] (II) modeset(0): EDID for output eDP-1
[ 104.938] (II) modeset(0): Manufacturer: BOE Model: a41 Serial#: 0
[ 104.938] (II) modeset(0): Year: 2021 Week: 17
[ 104.938] (II) modeset(0): EDID Version: 1.4
[ 104.938] (II) modeset(0): Digital Display Input
[ 104.938] (II) modeset(0): 8 bits per channel
[ 104.938] (II) modeset(0): Digital interface is DisplayPort
[ 104.938] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 104.938] (II) modeset(0): Gamma: 2.20
[ 104.938] (II) modeset(0): No DPMS capabilities specified
[ 104.938] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 104.938] (II) modeset(0): First detailed timing is preferred mode
[ 104.938] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 104.938] (II) modeset(0): Display is continuous-frequency
[ 104.938] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 104.938] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 104.938] (II) modeset(0): Manufacturer's mask: 0
[ 104.938] (II) modeset(0): Supported detailed timing:
[ 104.938] (II) modeset(0): clock: 142.5 MHz Image Size: 344 x 194 mm
[ 104.938] (II) modeset(0): h_active: 1920 h_sync: 2028 h_sync_end 2076 h_blank_end 2080 h_border: 0
[ 104.938] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1100 v_blanking: 1142 v_border: 0
[ 104.938] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 189 H max: 189 kHz, PixClock max 405 MHz
[ 104.938] (II) modeset(0): 18PJX\x80NV15NY9
[ 104.938] (II) modeset(0): Unknown vendor-specific block 0
[ 104.938] (II) modeset(0): Number of EDID sections to follow: 1
[ 104.938] (II) modeset(0): EDID (in hex):
[ 104.939] (II) modeset(0): 00ffffffffffff0009e5410a00000000
[ 104.939] (II) modeset(0): 111f0104a522137803ee95a3544c9926
[ 104.939] (II) modeset(0): 0f505400000001010101010101010101
[ 104.939] (II) modeset(0): 010101010101ad3780a070383e406c30
[ 104.939] (II) modeset(0): aa0058c21000001a000000fd003ca5bd
[ 104.939] (II) modeset(0): bd28010a202020202020000000fe0031
[ 104.939] (II) modeset(0): 38504a58804e5631354e593900000000
[ 104.939] (II) modeset(0): 0002410f99000000000b010a202001f7
[ 104.939] (II) modeset(0): 70137900000301141a9900847f079f00
[ 104.939] (II) modeset(0): 6b002f0037043d000900090000000000
[ 104.939] (II) modeset(0): 00000000000000000000000000000000
[ 104.939] (II) modeset(0): 00000000000000000000000000000000
[ 104.939] (II) modeset(0): 00000000000000000000000000000000
[ 104.939] (II) modeset(0): 00000000000000000000000000000000
[ 104.939] (II) modeset(0): 00000000000000000000000000000000
[ 104.939] (II) modeset(0): 0000000000000000000000000000dc90
[ 104.939] (II) modeset(0): Printing probed modes for output eDP-1
[ 104.939] (II) modeset(0): Modeline "1920x1080"x165.0 391.95 1920 2028 2076 2080 1080 1090 1100 1142 -hsync -vsync (188.4 kHz eP)
[ 104.939] (II) modeset(0): Modeline "1920x1080"x60.0 142.53 1920 2028 2076 2080 1080 1090 1100 1142 +hsync -vsync (68.5 kHz eP)
[ 104.939] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 104.939] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 104.939] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 104.939] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 104.939] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 104.939] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 104.939] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 104.939] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 104.939] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 104.939] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 104.939] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 104.939] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 104.939] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 104.939] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 104.939] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 104.939] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 104.939] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 104.940] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 104.940] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 104.940] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 104.940] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 104.940] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 104.940] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 104.940] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 104.940] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 104.940] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 104.940] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 104.973] (II) modeset(0): EDID for output DP-1
[ 104.973] (II) modeset(0): EDID for output DP-2
[ 105.136] (II) modeset(0): EDID for output DP-1-1
[ 105.136] (II) modeset(0): Manufacturer: IVM Model: 661c Serial#: 1562
[ 105.136] (II) modeset(0): Year: 2016 Week: 27
[ 105.136] (II) modeset(0): EDID Version: 1.4
[ 105.136] (II) modeset(0): Digital Display Input
[ 105.136] (II) modeset(0): 8 bits per channel
[ 105.136] (II) modeset(0): Digital interface is DisplayPort
[ 105.136] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 105.136] (II) modeset(0): Gamma: 2.20
[ 105.136] (II) modeset(0): DPMS capabilities: Off
[ 105.136] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 105.136] (II) modeset(0): First detailed timing is preferred mode
[ 105.136] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 105.136] (II) modeset(0): redX: 0.645 redY: 0.330 greenX: 0.315 greenY: 0.620
[ 105.136] (II) modeset(0): blueX: 0.154 blueY: 0.064 whiteX: 0.313 whiteY: 0.329
[ 105.136] (II) modeset(0): Supported established timings:
[ 105.136] (II) modeset(0): 720x400 at 70Hz
[ 105.136] (II) modeset(0): 640x480 at 60Hz
[ 105.136] (II) modeset(0): 640x480 at 75Hz
[ 105.136] (II) modeset(0): 800x600 at 60Hz
[ 105.136] (II) modeset(0): 800x600 at 75Hz
[ 105.136] (II) modeset(0): 832x624 at 75Hz
[ 105.136] (II) modeset(0): 1024x768 at 60Hz
[ 105.136] (II) modeset(0): 1024x768 at 75Hz
[ 105.136] (II) modeset(0): 1280x1024 at 75Hz
[ 105.136] (II) modeset(0): 1152x864 at 75Hz
[ 105.136] (II) modeset(0): Manufacturer's mask: 0
[ 105.136] (II) modeset(0): Supported standard timings:
[ 105.136] (II) modeset(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 105.136] (II) modeset(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 105.136] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 105.136] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 105.136] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 105.136] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 105.136] (II) modeset(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 105.137] (II) modeset(0): Supported detailed timing:
[ 105.137] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 105.137] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.137] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 105.137] (II) modeset(0): Serial No: 1138962701562
[ 105.137] (II) modeset(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 105.137] (II) modeset(0): Monitor name: PLX2783H-DP
[ 105.137] (II) modeset(0): Supported detailed timing:
[ 105.137] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 105.137] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.137] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 105.137] (II) modeset(0): Supported detailed timing:
[ 105.137] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 105.137] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.137] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 105.137] (II) modeset(0): Supported detailed timing:
[ 105.137] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 105.137] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 105.137] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 105.137] (II) modeset(0): Supported detailed timing:
[ 105.137] (II) modeset(0): clock: 27.0 MHz Image Size: 598 x 336 mm
[ 105.137] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 105.137] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 105.137] (II) modeset(0): Number of EDID sections to follow: 1
[ 105.137] (II) modeset(0): EDID (in hex):
[ 105.137] (II) modeset(0): 00ffffffffffff0026cd1c661a060000
[ 105.137] (II) modeset(0): 1b1a0104a53c22783a2fa5a554509e27
[ 105.137] (II) modeset(0): 105054a56b80710081408180a940b300
[ 105.137] (II) modeset(0): 9500d1c00101023a801871382d40582c
[ 105.137] (II) modeset(0): 450056502100001e000000ff00313133
[ 105.137] (II) modeset(0): 38393632373031353632000000fd0037
[ 105.137] (II) modeset(0): 4c1e5311000a202020202020000000fc
[ 105.137] (II) modeset(0): 00504c5832373833482d44500a200167
[ 105.137] (II) modeset(0): 02031cf1830100004f90020304050607
[ 105.137] (II) modeset(0): 011112131415161f23090707023a8018
[ 105.137] (II) modeset(0): 71382d40582c450056502100001f011d
[ 105.137] (II) modeset(0): 8018711c1620582c250056502100009f
[ 105.137] (II) modeset(0): 011d007251d01e206e28550056502100
[ 105.137] (II) modeset(0): 001e8c0ad08a20e02d10103e96005650
[ 105.137] (II) modeset(0): 21000018000000000000000000000000
[ 105.137] (II) modeset(0): 000000000000000000000000000000d1
[ 105.137] (II) modeset(0): Printing probed modes for output DP-1-1
[ 105.137] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 105.137] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 105.137] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 105.137] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 105.137] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 105.137] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 105.137] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 105.137] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 105.137] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 105.137] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 105.137] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 105.137] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 105.137] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 105.137] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 105.320] (II) modeset(0): EDID for output DP-1-2
[ 105.320] (II) modeset(0): Manufacturer: IVM Model: 664f Serial#: 3044
[ 105.320] (II) modeset(0): Year: 2023 Week: 20
[ 105.320] (II) modeset(0): EDID Version: 1.4
[ 105.320] (II) modeset(0): Digital Display Input
[ 105.320] (II) modeset(0): 8 bits per channel
[ 105.320] (II) modeset(0): Digital interface is DisplayPort
[ 105.320] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 105.320] (II) modeset(0): Gamma: 2.20
[ 105.320] (II) modeset(0): DPMS capabilities: Off
[ 105.320] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 105.320] (II) modeset(0): First detailed timing is preferred mode
[ 105.320] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 105.320] (II) modeset(0): redX: 0.639 redY: 0.339 greenX: 0.314 greenY: 0.622
[ 105.320] (II) modeset(0): blueX: 0.150 blueY: 0.057 whiteX: 0.313 whiteY: 0.329
[ 105.320] (II) modeset(0): Supported established timings:
[ 105.320] (II) modeset(0): 720x400 at 70Hz
[ 105.320] (II) modeset(0): 640x480 at 60Hz
[ 105.320] (II) modeset(0): 640x480 at 75Hz
[ 105.320] (II) modeset(0): 800x600 at 60Hz
[ 105.320] (II) modeset(0): 800x600 at 75Hz
[ 105.320] (II) modeset(0): 832x624 at 75Hz
[ 105.320] (II) modeset(0): 1024x768 at 60Hz
[ 105.320] (II) modeset(0): 1024x768 at 75Hz
[ 105.320] (II) modeset(0): 1280x1024 at 75Hz
[ 105.320] (II) modeset(0): 1152x864 at 75Hz
[ 105.320] (II) modeset(0): Manufacturer's mask: 0
[ 105.320] (II) modeset(0): Supported standard timings:
[ 105.320] (II) modeset(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 105.320] (II) modeset(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 105.320] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 105.320] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 105.320] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 105.320] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 105.320] (II) modeset(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 105.320] (II) modeset(0): #7: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 105.320] (II) modeset(0): Supported detailed timing:
[ 105.320] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 105.320] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.320] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 105.320] (II) modeset(0): Serial No: 1224332013044
[ 105.320] (II) modeset(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 85 kHz, PixClock max 185 MHz
[ 105.320] (II) modeset(0): Monitor name: PL2792H
[ 105.320] (II) modeset(0): Supported detailed timing:
[ 105.320] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 105.320] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.320] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 105.320] (II) modeset(0): Supported detailed timing:
[ 105.320] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 105.320] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.320] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 105.320] (II) modeset(0): Supported detailed timing:
[ 105.320] (II) modeset(0): clock: 74.2 MHz Image Size: 598 x 336 mm
[ 105.320] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 105.320] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 105.320] (II) modeset(0): Supported detailed timing:
[ 105.320] (II) modeset(0): clock: 174.5 MHz Image Size: 598 x 336 mm
[ 105.320] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 105.320] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1119 v_border: 0
[ 105.320] (II) modeset(0): Number of EDID sections to follow: 1
[ 105.320] (II) modeset(0): EDID (in hex):
[ 105.320] (II) modeset(0): 00ffffffffffff0026cd4f66e40b0000
[ 105.320] (II) modeset(0): 14210104a53c22783ab9a5a356509f26
[ 105.320] (II) modeset(0): 0e5054a56b80710081408180a940b300
[ 105.320] (II) modeset(0): 9500950fd1c0023a801871382d40582c
[ 105.320] (II) modeset(0): 450056502100001e000000ff00313232
[ 105.320] (II) modeset(0): 34333332303133303434000000fd0037
[ 105.320] (II) modeset(0): 4c1e5512000a202020202020000000fc
[ 105.320] (II) modeset(0): 00504c32373932480a202020202001e7
[ 105.320] (II) modeset(0): 02031cf14f9005040302011112131406
[ 105.320] (II) modeset(0): 0715161f2309070783010000023a8018
[ 105.320] (II) modeset(0): 71382d40582c450056502100001e011d
[ 105.320] (II) modeset(0): 8018711c1620582c250056502100009e
[ 105.320] (II) modeset(0): 011d007251d01e206e28550056502100
[ 105.320] (II) modeset(0): 001e2a4480a070382740302035005650
[ 105.320] (II) modeset(0): 2100001a000000000000000000000000
[ 105.320] (II) modeset(0): 000000000000000000000000000000c0
[ 105.320] (II) modeset(0): Printing probed modes for output DP-1-2
[ 105.320] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 105.320] (II) modeset(0): Modeline "1920x1080"x75.0 174.50 1920 1968 2000 2080 1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[ 105.320] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 105.320] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 105.320] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 105.320] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 105.320] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 105.321] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 105.321] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 105.321] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 105.321] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 105.321] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 105.321] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 105.321] (II) modeset(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 105.321] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 105.321] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 105.321] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 105.321] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 105.321] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 105.321] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 105.321] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 105.321] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 105.428] (II) modeset(0): EDID for output DP-1-3
[ 105.429] (II) modeset(0): Manufacturer: IVM Model: 661c Serial#: 1207
[ 105.429] (II) modeset(0): Year: 2016 Week: 39
[ 105.429] (II) modeset(0): EDID Version: 1.3
[ 105.429] (II) modeset(0): Digital Display Input
[ 105.429] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 105.429] (II) modeset(0): Gamma: 2.20
[ 105.429] (II) modeset(0): DPMS capabilities: Off
[ 105.429] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 105.429] (II) modeset(0): First detailed timing is preferred mode
[ 105.429] (II) modeset(0): redX: 0.640 redY: 0.332 greenX: 0.319 greenY: 0.619
[ 105.429] (II) modeset(0): blueX: 0.155 blueY: 0.055 whiteX: 0.312 whiteY: 0.328
[ 105.429] (II) modeset(0): Supported established timings:
[ 105.429] (II) modeset(0): 720x400 at 70Hz
[ 105.429] (II) modeset(0): 640x480 at 60Hz
[ 105.429] (II) modeset(0): 640x480 at 75Hz
[ 105.429] (II) modeset(0): 800x600 at 60Hz
[ 105.429] (II) modeset(0): 800x600 at 75Hz
[ 105.429] (II) modeset(0): 832x624 at 75Hz
[ 105.429] (II) modeset(0): 1024x768 at 60Hz
[ 105.429] (II) modeset(0): 1024x768 at 75Hz
[ 105.429] (II) modeset(0): 1280x1024 at 75Hz
[ 105.429] (II) modeset(0): 1152x864 at 75Hz
[ 105.429] (II) modeset(0): Manufacturer's mask: 0
[ 105.429] (II) modeset(0): Supported standard timings:
[ 105.429] (II) modeset(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 105.429] (II) modeset(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 105.429] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 105.429] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 105.429] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 105.429] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 105.429] (II) modeset(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 105.429] (II) modeset(0): Supported detailed timing:
[ 105.429] (II) modeset(0): clock: 148.5 MHz Image Size: 598 x 336 mm
[ 105.429] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 105.429] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 105.429] (II) modeset(0): Serial No: 1138963921207
[ 105.429] (II) modeset(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 165 MHz
[ 105.429] (II) modeset(0): Monitor name: PLX2783H-DP
[ 105.429] (II) modeset(0): EDID (in hex):
[ 105.429] (II) modeset(0): 00ffffffffffff0026cd1c66b7040000
[ 105.429] (II) modeset(0): 271a0103803c22782acec0a355519e27
[ 105.429] (II) modeset(0): 0e5054a56b80710081408180a940b300
[ 105.429] (II) modeset(0): 9500d1c00101023a801871382d40582c
[ 105.429] (II) modeset(0): 450056502100001e000000ff00313133
[ 105.429] (II) modeset(0): 38393633393231323037000000fd0037
[ 105.429] (II) modeset(0): 4c1e5310000a202020202020000000fc
[ 105.429] (II) modeset(0): 00504c5832373833482d44500a20003f
[ 105.429] (II) modeset(0): Printing probed modes for output DP-1-3
[ 105.429] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 105.429] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 105.429] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 105.429] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 105.429] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 105.429] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 105.429] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 105.429] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 105.429] (II) modeset(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 105.429] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 105.429] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 105.429] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 105.429] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 105.429] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 105.429] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 105.429] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 105.429] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 105.429] (II) modeset(0): Output eDP-1 connected
[ 105.429] (II) modeset(0): Output DP-1 disconnected
[ 105.429] (II) modeset(0): Output DP-2 disconnected
[ 105.429] (II) modeset(0): Output DP-1-1 connected
[ 105.429] (II) modeset(0): Output DP-1-2 connected
[ 105.429] (II) modeset(0): Output DP-1-3 connected
[ 105.429] (II) modeset(0): Using spanning desktop for initial modes
[ 105.429] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 105.429] (II) modeset(0): Output DP-1-1 using initial mode 1920x1080 +1920+0
[ 105.429] (II) modeset(0): Output DP-1-2 using initial mode 1920x1080 +3840+0
[ 105.429] (II) modeset(0): Output DP-1-3 using initial mode 1920x1080 +5760+0
[ 105.429] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 105.429] (==) modeset(0): DPI set to (96, 96)
[ 105.429] (II) Loading sub module "fb"
[ 105.429] (II) LoadModule: "fb"
[ 105.429] (II) Module "fb" already built-in
[ 105.430] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 105.430] (==) NVIDIA(G0): RGB weight 888
[ 105.430] (==) NVIDIA(G0): Default visual is TrueColor
[ 105.430] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 105.431] (**) NVIDIA(G0): Enabling 2D acceleration
[ 105.431] (II) Loading sub module "glxserver_nvidia"
[ 105.431] (II) LoadModule: "glxserver_nvidia"
[ 105.431] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 105.457] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 105.457] compiled for 1.6.99.901, module version = 1.0.0
[ 105.457] Module class: X.Org Server Extension
[ 105.457] (II) NVIDIA GLX Module 550.163.01 Tue Apr 8 12:13:03 UTC 2025
[ 105.458] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 105.458] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 105.458] (--) NVIDIA(0): DFP-0
[ 105.458] (--) NVIDIA(0): DFP-1
[ 105.460] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-B) at
[ 105.460] (II) NVIDIA(G0): PCI:1:0:0 (GPU-0)
[ 105.460] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 105.460] (--) NVIDIA(G0): VideoBIOS: 94.06.29.00.35
[ 105.460] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 105.460] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 105.460] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 105.460] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 105.460] (--) NVIDIA(GPU-0):
[ 105.460] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 105.460] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 105.460] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 105.460] (--) NVIDIA(GPU-0):
[ 105.468] (II) NVIDIA(G0): Validated MetaModes:
[ 105.468] (II) NVIDIA(G0): "NULL"
[ 105.468] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 105.468] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 105.468] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 105.468] (II) UnloadModule: "nouveau"
[ 105.468] (II) Unloading nouveau
[ 105.468] (II) UnloadModule: "fbdev"
[ 105.468] (II) Unloading fbdev
[ 105.468] (II) UnloadSubModule: "fbdevhw"
[ 105.468] (II) Unloading fbdevhw
[ 105.468] (II) UnloadModule: "vesa"
[ 105.468] (II) Unloading vesa
[ 105.584] (==) modeset(0): Backing store enabled
[ 105.584] (==) modeset(0): Silken mouse enabled
[ 105.887] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 105.888] (==) modeset(0): DPMS enabled
[ 105.888] (II) modeset(0): [DRI2] Setup complete
[ 105.888] (II) modeset(0): [DRI2] DRI driver: iris
[ 105.888] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 105.889] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 105.889] (II) NVIDIA: access.
[ 105.929] (II) NVIDIA(G0): Setting mode "NULL"
[ 105.951] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 105.951] (==) NVIDIA(G0): Backing store enabled
[ 105.951] (==) NVIDIA(G0): Silken mouse enabled
[ 105.951] (==) NVIDIA(G0): DPMS enabled
[ 105.951] (II) Loading sub module "dri2"
[ 105.951] (II) LoadModule: "dri2"
[ 105.951] (II) Module "dri2" already built-in
[ 105.951] (II) NVIDIA(G0): [DRI2] Setup complete
[ 105.951] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 105.951] (II) Initializing extension Generic Event Extension
[ 105.951] (II) Initializing extension SHAPE
[ 105.951] (II) Initializing extension MIT-SHM
[ 105.951] (II) Initializing extension XInputExtension
[ 105.952] (II) Initializing extension XTEST
[ 105.952] (II) Initializing extension BIG-REQUESTS
[ 105.952] (II) Initializing extension SYNC
[ 105.952] (II) Initializing extension XKEYBOARD
[ 105.952] (II) Initializing extension XC-MISC
[ 105.952] (II) Initializing extension SECURITY
[ 105.952] (II) Initializing extension XFIXES
[ 105.952] (II) Initializing extension RENDER
[ 105.952] (II) Initializing extension RANDR
[ 105.953] (II) Initializing extension COMPOSITE
[ 105.953] (II) Initializing extension DAMAGE
[ 105.953] (II) Initializing extension MIT-SCREEN-SAVER
[ 105.953] (II) Initializing extension DOUBLE-BUFFER
[ 105.953] (II) Initializing extension RECORD
[ 105.953] (II) Initializing extension DPMS
[ 105.953] (II) Initializing extension Present
[ 105.953] (II) Initializing extension DRI3
[ 105.953] (II) Initializing extension X-Resource
[ 105.953] (II) Initializing extension XVideo
[ 105.953] (II) Initializing extension XVideo-MotionCompensation
[ 105.953] (II) Initializing extension SELinux
[ 105.953] (II) SELinux: Disabled on system
[ 105.953] (II) Initializing extension GLX
[ 105.953] (II) Initializing extension GLX
[ 105.953] (II) Indirect GLX disabled.
[ 105.961] (II) AIGLX: Loaded and initialized iris
[ 105.961] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 105.961] (II) Initializing extension XFree86-VidModeExtension
[ 105.961] (II) Initializing extension XFree86-DGA
[ 105.961] (II) Initializing extension XFree86-DRI
[ 105.961] (II) Initializing extension DRI2
[ 105.961] (II) Initializing extension NV-GLX
[ 105.961] (II) Initializing extension NV-CONTROL
[ 105.962] (II) modeset(0): Damage tracking initialized
[ 105.962] (II) modeset(0): Setting screen physical size to 2032 x 285
[ 106.013] (II) config/udev: Adding input device Video Bus (/dev/input/event19)
[ 106.013] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 106.013] (II) LoadModule: "libinput"
[ 106.013] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 106.017] (II) Module libinput: vendor="X.Org Foundation"
[ 106.017] compiled for 1.21.1.15, module version = 1.5.0
[ 106.017] Module class: X.Org XInput Driver
[ 106.017] ABI class: X.Org XInput driver, version 24.4
[ 106.017] (II) Using input driver 'libinput' for 'Video Bus'
[ 106.018] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 43 paused 0
[ 106.018] (**) Video Bus: always reports core events
[ 106.018] (**) Option "Device" "/dev/input/event19"
[ 106.024] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[ 106.024] (II) event19 - Video Bus: device is a keyboard
[ 106.024] (II) event19 - Video Bus: device removed
[ 106.024] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input24/event19"
[ 106.024] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 106.024] (**) Option "xkb_model" "pc105"
[ 106.024] (**) Option "xkb_layout" "jp"
[ 106.036] (II) event19 - Video Bus: is tagged by udev as: Keyboard
[ 106.036] (II) event19 - Video Bus: device is a keyboard
[ 106.036] (II) config/udev: Adding input device Video Bus (/dev/input/event18)
[ 106.036] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 106.036] (II) Using input driver 'libinput' for 'Video Bus'
[ 106.037] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 46 paused 0
[ 106.037] (**) Video Bus: always reports core events
[ 106.037] (**) Option "Device" "/dev/input/event18"
[ 106.038] (II) event18 - Video Bus: is tagged by udev as: Keyboard
[ 106.038] (II) event18 - Video Bus: device is a keyboard
[ 106.038] (II) event18 - Video Bus: device removed
[ 106.038] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input23/event18"
[ 106.038] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 106.038] (**) Option "xkb_model" "pc105"
[ 106.038] (**) Option "xkb_layout" "jp"
[ 106.039] (II) event18 - Video Bus: is tagged by udev as: Keyboard
[ 106.039] (II) event18 - Video Bus: device is a keyboard
[ 106.039] (II) config/udev: Adding input device Power Button (/dev/input/event9)
[ 106.039] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 106.039] (II) Using input driver 'libinput' for 'Power Button'
[ 106.040] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 47 paused 0
[ 106.040] (**) Power Button: always reports core events
[ 106.040] (**) Option "Device" "/dev/input/event9"
[ 106.040] (II) event9 - Power Button: is tagged by udev as: Keyboard
[ 106.040] (II) event9 - Power Button: device is a keyboard
[ 106.040] (II) event9 - Power Button: device removed
[ 106.040] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input14/event9"
[ 106.040] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 106.040] (**) Option "xkb_model" "pc105"
[ 106.040] (**) Option "xkb_layout" "jp"
[ 106.041] (II) event9 - Power Button: is tagged by udev as: Keyboard
[ 106.041] (II) event9 - Power Button: device is a keyboard
[ 106.041] (II) config/udev: Adding input device Lid Switch (/dev/input/event8)
[ 106.041] (II) No input driver specified, ignoring this device.
[ 106.041] (II) This device may have been added with another device file.
[ 106.042] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 106.042] (II) No input driver specified, ignoring this device.
[ 106.042] (II) This device may have been added with another device file.
[ 106.042] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 106.042] (II) No input driver specified, ignoring this device.
[ 106.042] (II) This device may have been added with another device file.
[ 106.042] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 106.042] (II) No input driver specified, ignoring this device.
[ 106.042] (II) This device may have been added with another device file.
[ 106.043] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[ 106.043] (II) No input driver specified, ignoring this device.
[ 106.043] (II) This device may have been added with another device file.
[ 106.044] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[ 106.044] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 106.044] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[ 106.044] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[ 106.044] (**) PixArt USB Optical Mouse: always reports core events
[ 106.044] (**) Option "Device" "/dev/input/event4"
[ 106.046] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[ 106.046] (II) event4 - PixArt USB Optical Mouse: device set to 1000 DPI
[ 106.046] (II) event4 - PixArt USB Optical Mouse: device is a pointer
[ 106.046] (II) event4 - PixArt USB Optical Mouse: device removed
[ 106.046] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.046] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.046] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.046] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.3/3-6.3.2/3-6.3.2.1/3-6.3.2.1:1.0/0003:093A:2510.0004/input/input9/event4"
[ 106.046] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 9)
[ 106.046] (**) Option "AccelerationScheme" "none"
[ 106.046] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[ 106.046] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[ 106.046] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[ 106.047] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[ 106.047] (II) event4 - PixArt USB Optical Mouse: device set to 1000 DPI
[ 106.047] (II) event4 - PixArt USB Optical Mouse: device is a pointer
[ 106.048] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse3)
[ 106.048] (II) No input driver specified, ignoring this device.
[ 106.048] (II) This device may have been added with another device file.
[ 106.049] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard (/dev/input/event5)
[ 106.049] (**) LiteOn Lenovo Traditional USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 106.049] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard'
[ 106.049] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 49 paused 0
[ 106.049] (**) LiteOn Lenovo Traditional USB Keyboard: always reports core events
[ 106.049] (**) Option "Device" "/dev/input/event5"
[ 106.051] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[ 106.051] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[ 106.051] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device removed
[ 106.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.3/3-6.3.2/3-6.3.2.2/3-6.3.2.2:1.0/0003:17EF:6099.0005/input/input10/event5"
[ 106.051] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard" (type: KEYBOARD, id 10)
[ 106.051] (**) Option "xkb_model" "pc105"
[ 106.051] (**) Option "xkb_layout" "jp"
[ 106.052] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: is tagged by udev as: Keyboard
[ 106.052] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device is a keyboard
[ 106.053] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard System Control (/dev/input/event6)
[ 106.053] (**) LiteOn Lenovo Traditional USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 106.053] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard System Control'
[ 106.054] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 50 paused 0
[ 106.054] (**) LiteOn Lenovo Traditional USB Keyboard System Control: always reports core events
[ 106.054] (**) Option "Device" "/dev/input/event6"
[ 106.055] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[ 106.055] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[ 106.055] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[ 106.055] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.3/3-6.3.2/3-6.3.2.2/3-6.3.2.2:1.1/0003:17EF:6099.0006/input/input11/event6"
[ 106.055] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard System Control" (type: KEYBOARD, id 11)
[ 106.055] (**) Option "xkb_model" "pc105"
[ 106.055] (**) Option "xkb_layout" "jp"
[ 106.057] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: is tagged by udev as: Keyboard
[ 106.057] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device is a keyboard
[ 106.057] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/event7)
[ 106.057] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 106.057] (II) Using input driver 'libinput' for 'LiteOn Lenovo Traditional USB Keyboard Consumer Control'
[ 106.058] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 51 paused 0
[ 106.058] (**) LiteOn Lenovo Traditional USB Keyboard Consumer Control: always reports core events
[ 106.058] (**) Option "Device" "/dev/input/event7"
[ 106.059] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 106.059] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[ 106.060] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[ 106.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.3/3-6.3.2/3-6.3.2.2/3-6.3.2.2:1.1/0003:17EF:6099.0006/input/input12/event7"
[ 106.060] (II) XINPUT: Adding extended input device "LiteOn Lenovo Traditional USB Keyboard Consumer Control" (type: KEYBOARD, id 12)
[ 106.060] (**) Option "xkb_model" "pc105"
[ 106.060] (**) Option "xkb_layout" "jp"
[ 106.061] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 106.061] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device is a keyboard
[ 106.062] (II) config/udev: Adding input device LiteOn Lenovo Traditional USB Keyboard Consumer Control (/dev/input/js0)
[ 106.062] (II) No input driver specified, ignoring this device.
[ 106.062] (II) This device may have been added with another device file.
[ 106.062] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/event1)
[ 106.062] (**) DELL0B56:00 04F3:317E Mouse: Applying InputClass "libinput pointer catchall"
[ 106.062] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Mouse'
[ 106.063] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 52 paused 0
[ 106.063] (**) DELL0B56:00 04F3:317E Mouse: always reports core events
[ 106.063] (**) Option "Device" "/dev/input/event1"
[ 106.063] (II) event1 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 106.064] (II) event1 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 106.064] (II) event1 - DELL0B56:00 04F3:317E Mouse: device removed
[ 106.064] (II) libinput: DELL0B56:00 04F3:317E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.064] (II) libinput: DELL0B56:00 04F3:317E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.064] (II) libinput: DELL0B56:00 04F3:317E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input6/event1"
[ 106.064] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Mouse" (type: MOUSE, id 13)
[ 106.064] (**) Option "AccelerationScheme" "none"
[ 106.064] (**) DELL0B56:00 04F3:317E Mouse: (accel) selected scheme none/0
[ 106.064] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration factor: 2.000
[ 106.064] (**) DELL0B56:00 04F3:317E Mouse: (accel) acceleration threshold: 4
[ 106.065] (II) event1 - DELL0B56:00 04F3:317E Mouse: is tagged by udev as: Mouse Pointingstick
[ 106.065] (II) event1 - DELL0B56:00 04F3:317E Mouse: device is a pointer
[ 106.066] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Mouse (/dev/input/mouse0)
[ 106.066] (II) No input driver specified, ignoring this device.
[ 106.066] (II) This device may have been added with another device file.
[ 106.066] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/event2)
[ 106.066] (**) DELL0B56:00 04F3:317E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 106.066] (II) Using input driver 'libinput' for 'DELL0B56:00 04F3:317E Touchpad'
[ 106.067] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 53 paused 0
[ 106.067] (**) DELL0B56:00 04F3:317E Touchpad: always reports core events
[ 106.067] (**) Option "Device" "/dev/input/event2"
[ 106.068] (II) event2 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 106.069] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 106.069] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 106.069] (II) libinput: DELL0B56:00 04F3:317E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.069] (II) libinput: DELL0B56:00 04F3:317E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.069] (II) libinput: DELL0B56:00 04F3:317E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.069] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0B56:00/0018:04F3:317E.0001/input/input7/event2"
[ 106.069] (II) XINPUT: Adding extended input device "DELL0B56:00 04F3:317E Touchpad" (type: TOUCHPAD, id 14)
[ 106.070] (**) Option "AccelerationScheme" "none"
[ 106.070] (**) DELL0B56:00 04F3:317E Touchpad: (accel) selected scheme none/0
[ 106.070] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration factor: 2.000
[ 106.070] (**) DELL0B56:00 04F3:317E Touchpad: (accel) acceleration threshold: 4
[ 106.071] (II) event2 - DELL0B56:00 04F3:317E Touchpad: is tagged by udev as: Touchpad
[ 106.072] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device is a touchpad
[ 106.072] (II) config/udev: Adding input device DELL0B56:00 04F3:317E Touchpad (/dev/input/mouse1)
[ 106.072] (II) No input driver specified, ignoring this device.
[ 106.072] (II) This device may have been added with another device file.
[ 106.073] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event20)
[ 106.073] (II) No input driver specified, ignoring this device.
[ 106.073] (II) This device may have been added with another device file.
[ 106.073] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event21)
[ 106.073] (II) No input driver specified, ignoring this device.
[ 106.073] (II) This device may have been added with another device file.
[ 106.073] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event22)
[ 106.073] (II) No input driver specified, ignoring this device.
[ 106.073] (II) This device may have been added with another device file.
[ 106.074] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event23)
[ 106.074] (II) No input driver specified, ignoring this device.
[ 106.074] (II) This device may have been added with another device file.
[ 106.074] (II) config/udev: Adding input device Intel HID events (/dev/input/event10)
[ 106.074] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 106.074] (II) Using input driver 'libinput' for 'Intel HID events'
[ 106.074] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 54 paused 0
[ 106.074] (**) Intel HID events: always reports core events
[ 106.074] (**) Option "Device" "/dev/input/event10"
[ 106.075] (II) event10 - Intel HID events: is tagged by udev as: Keyboard
[ 106.075] (II) event10 - Intel HID events: device is a keyboard
[ 106.075] (II) event10 - Intel HID events: device removed
[ 106.075] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input15/event10"
[ 106.075] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[ 106.075] (**) Option "xkb_model" "pc105"
[ 106.075] (**) Option "xkb_layout" "jp"
[ 106.076] (II) event10 - Intel HID events: is tagged by udev as: Keyboard
[ 106.076] (II) event10 - Intel HID events: device is a keyboard
[ 106.076] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event11)
[ 106.076] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 106.076] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 106.077] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 55 paused 0
[ 106.077] (**) Intel HID 5 button array: always reports core events
[ 106.077] (**) Option "Device" "/dev/input/event11"
[ 106.077] (II) event11 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 106.077] (II) event11 - Intel HID 5 button array: device is a keyboard
[ 106.077] (II) event11 - Intel HID 5 button array: device removed
[ 106.077] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input16/event11"
[ 106.077] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[ 106.077] (**) Option "xkb_model" "pc105"
[ 106.077] (**) Option "xkb_layout" "jp"
[ 106.078] (II) event11 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 106.078] (II) event11 - Intel HID 5 button array: device is a keyboard
[ 106.078] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event13)
[ 106.078] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 106.078] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 106.079] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 56 paused 0
[ 106.079] (**) Dell WMI hotkeys: always reports core events
[ 106.079] (**) Option "Device" "/dev/input/event13"
[ 106.080] (II) event13 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 106.080] (II) event13 - Dell WMI hotkeys: device is a keyboard
[ 106.080] (II) event13 - Dell WMI hotkeys: device removed
[ 106.080] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input18/event13"
[ 106.080] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
[ 106.080] (**) Option "xkb_model" "pc105"
[ 106.080] (**) Option "xkb_layout" "jp"
[ 106.081] (II) event13 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 106.081] (II) event13 - Dell WMI hotkeys: device is a keyboard
[ 106.082] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 106.082] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 106.082] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 106.082] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 57 paused 0
[ 106.082] (**) AT Translated Set 2 keyboard: always reports core events
[ 106.082] (**) Option "Device" "/dev/input/event0"
[ 106.083] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 106.083] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 106.083] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 106.083] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 106.083] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[ 106.083] (**) Option "xkb_model" "pc105"
[ 106.083] (**) Option "xkb_layout" "jp"
[ 106.084] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 106.084] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 106.085] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event3)
[ 106.085] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[ 106.085] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 106.086] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 58 paused 0
[ 106.086] (**) PS/2 Generic Mouse: always reports core events
[ 106.086] (**) Option "Device" "/dev/input/event3"
[ 106.087] (II) event3 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 106.087] (II) event3 - PS/2 Generic Mouse: device is a pointer
[ 106.087] (II) event3 - PS/2 Generic Mouse: device removed
[ 106.087] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.087] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.087] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 106.087] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event3"
[ 106.087] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 19)
[ 106.087] (**) Option "AccelerationScheme" "none"
[ 106.087] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[ 106.087] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 106.087] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 106.088] (II) event3 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[ 106.088] (II) event3 - PS/2 Generic Mouse: device is a pointer
[ 106.088] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 106.088] (II) No input driver specified, ignoring this device.
[ 106.088] (II) This device may have been added with another device file.
[ 106.088] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 106.088] (II) No input driver specified, ignoring this device.
[ 106.088] (II) This device may have been added with another device file.
[ 106.089] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event24)
[ 106.089] (**) ACPI Virtual Keyboard Device: Applying InputClass "libinput keyboard catchall"
[ 106.089] (II) Using input driver 'libinput' for 'ACPI Virtual Keyboard Device'
[ 106.089] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 59 paused 0
[ 106.089] (**) ACPI Virtual Keyboard Device: always reports core events
[ 106.089] (**) Option "Device" "/dev/input/event24"
[ 106.090] (II) event24 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 106.090] (II) event24 - ACPI Virtual Keyboard Device: device is a keyboard
[ 106.090] (II) event24 - ACPI Virtual Keyboard Device: device removed
[ 106.090] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event24"
[ 106.090] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 20)
[ 106.090] (**) Option "xkb_model" "pc105"
[ 106.090] (**) Option "xkb_layout" "jp"
[ 106.091] (II) event24 - ACPI Virtual Keyboard Device: is tagged by udev as: Keyboard
[ 106.091] (II) event24 - ACPI Virtual Keyboard Device: device is a keyboard
[ 107.504] (II) modeset(0): EDID vendor "IVM", prod id 26140
[ 107.504] (II) modeset(0): Using EDID range info for horizontal sync
[ 107.504] (II) modeset(0): Using EDID range info for vertical refresh
[ 107.504] (II) modeset(0): Printing DDC gathered Modelines:
[ 107.504] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 107.504] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 107.504] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 107.504] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 107.504] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 107.504] (II) modeset(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 107.504] (II) modeset(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 107.504] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 107.504] (II) modeset(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 107.504] (II) modeset(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 107.504] (II) modeset(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 107.504] (II) modeset(0): Modeline "1152x720"x60.0 67.32 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 107.504] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 107.504] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 107.504] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 107.504] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 107.504] (II) modeset(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 107.970] (II) modeset(0): EDID vendor "IVM", prod id 26140
[ 107.971] (II) modeset(0): Using hsync ranges from config file
[ 107.971] (II) modeset(0): Using vrefresh ranges from config file
[ 107.971] (II) modeset(0): Printing DDC gathered Modelines:
[ 107.971] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 107.971] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 107.971] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 107.971] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 107.971] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 107.971] (II) modeset(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 107.971] (II) modeset(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 107.971] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 107.971] (II) modeset(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 107.971] (II) modeset(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 107.971] (II) modeset(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 107.971] (II) modeset(0): Modeline "1152x720"x60.0 67.32 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.8 kHz e)
[ 107.971] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 107.971] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 107.971] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 107.971] (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 107.971] (II) modeset(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 107.972] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 107.972] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 107.972] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 107.972] (--) NVIDIA(GPU-0):
[ 107.972] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 107.972] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 107.972] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 107.972] (--) NVIDIA(GPU-0):
[ 4982.806] (II) config/udev: Adding input device UE MEGABOOM (AVRCP) (/dev/input/event25)
[ 4982.806] (**) UE MEGABOOM (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 4982.806] (II) Using input driver 'libinput' for 'UE MEGABOOM (AVRCP)'
[ 4982.807] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 81 paused 0
[ 4982.807] (**) UE MEGABOOM (AVRCP): always reports core events
[ 4982.807] (**) Option "Device" "/dev/input/event25"
[ 4982.808] (II) event25 - UE MEGABOOM (AVRCP): is tagged by udev as: Keyboard
[ 4982.808] (II) event25 - UE MEGABOOM (AVRCP): device is a keyboard
[ 4982.809] (II) event25 - UE MEGABOOM (AVRCP): device removed
[ 4982.809] (**) Option "config_info" "udev:/sys/devices/virtual/input/input30/event25"
[ 4982.809] (II) XINPUT: Adding extended input device "UE MEGABOOM (AVRCP)" (type: KEYBOARD, id 21)
[ 4982.809] (**) Option "xkb_model" "pc105"
[ 4982.809] (**) Option "xkb_layout" "jp"
[ 4982.809] (WW) Option "xkb_variant" requires a string value
[ 4982.809] (WW) Option "xkb_options" requires a string value
[ 4982.810] (II) event25 - UE MEGABOOM (AVRCP): is tagged by udev as: Keyboard
[ 4982.810] (II) event25 - UE MEGABOOM (AVRCP): device is a keyboard
[ 9538.244] (II) event25 - UE MEGABOOM (AVRCP): device removed
[ 9538.251] (II) config/udev: removing device UE MEGABOOM (AVRCP)
[ 9538.251] (**) Option "fd" "81"
[ 9538.251] (II) UnloadModule: "libinput"
[ 9538.251] (II) systemd-logind: releasing fd for 13:89
[ 11062.113] (II) config/udev: Adding input device UE MEGABOOM (AVRCP) (/dev/input/event25)
[ 11062.113] (**) UE MEGABOOM (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 11062.113] (II) Using input driver 'libinput' for 'UE MEGABOOM (AVRCP)'
[ 11062.114] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 79 paused 0
[ 11062.114] (**) UE MEGABOOM (AVRCP): always reports core events
[ 11062.114] (**) Option "Device" "/dev/input/event25"
[ 11062.115] (II) event25 - UE MEGABOOM (AVRCP): is tagged by udev as: Keyboard
[ 11062.115] (II) event25 - UE MEGABOOM (AVRCP): device is a keyboard
[ 11062.115] (II) event25 - UE MEGABOOM (AVRCP): device removed
[ 11062.115] (**) Option "config_info" "udev:/sys/devices/virtual/input/input31/event25"
[ 11062.115] (II) XINPUT: Adding extended input device "UE MEGABOOM (AVRCP)" (type: KEYBOARD, id 21)
[ 11062.115] (**) Option "xkb_model" "pc105"
[ 11062.115] (**) Option "xkb_layout" "jp"
[ 11062.115] (WW) Option "xkb_variant" requires a string value
[ 11062.115] (WW) Option "xkb_options" requires a string value
[ 11062.116] (II) event25 - UE MEGABOOM (AVRCP): is tagged by udev as: Keyboard
[ 11062.116] (II) event25 - UE MEGABOOM (AVRCP): device is a keyboard
[ 27683.636] (II) event25 - UE MEGABOOM (AVRCP): device removed
[ 27683.642] (II) config/udev: removing device UE MEGABOOM (AVRCP)
[ 27683.642] (**) Option "fd" "79"
[ 27683.642] (II) UnloadModule: "libinput"
[ 27683.642] (II) systemd-logind: releasing fd for 13:89
[ 45750.792] (II) config/udev: Adding input device UE MEGABOOM (AVRCP) (/dev/input/event25)
[ 45750.792] (**) UE MEGABOOM (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 45750.792] (II) Using input driver 'libinput' for 'UE MEGABOOM (AVRCP)'
[ 45750.793] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 71 paused 0
[ 45750.793] (**) UE MEGABOOM (AVRCP): always reports core events
[ 45750.793] (**) Option "Device" "/dev/input/event25"
[ 45750.794] (II) event25 - UE MEGABOOM (AVRCP): is tagged by udev as: Keyboard
[ 45750.794] (II) event25 - UE MEGABOOM (AVRCP): device is a keyboard
[ 45750.795] (II) event25 - UE MEGABOOM (AVRCP): device removed
[ 45750.795] (**) Option "config_info" "udev:/sys/devices/virtual/input/input32/event25"
[ 45750.795] (II) XINPUT: Adding extended input device "UE MEGABOOM (AVRCP)" (type: KEYBOARD, id 21)
[ 45750.795] (**) Option "xkb_model" "pc105"
[ 45750.795] (**) Option "xkb_layout" "jp"
[ 45750.795] (WW) Option "xkb_variant" requires a string value
[ 45750.795] (WW) Option "xkb_options" requires a string value
[ 45750.796] (II) event25 - UE MEGABOOM (AVRCP): is tagged by udev as: Keyboard
[ 45750.796] (II) event25 - UE MEGABOOM (AVRCP): device is a keyboard
[ 47449.908] (II) event25 - UE MEGABOOM (AVRCP): device removed
[ 47449.915] (II) config/udev: removing device UE MEGABOOM (AVRCP)
[ 47449.915] (**) Option "fd" "71"
[ 47449.915] (II) UnloadModule: "libinput"
[ 47449.915] (II) systemd-logind: releasing fd for 13:89
[ 86874.087] (**) Option "fd" "43"
[ 86874.087] (II) event19 - Video Bus: device removed
[ 86874.087] (**) Option "fd" "46"
[ 86874.087] (II) event18 - Video Bus: device removed
[ 86874.087] (**) Option "fd" "47"
[ 86874.087] (II) event9 - Power Button: device removed
[ 86874.087] (**) Option "fd" "48"
[ 86874.087] (II) event4 - PixArt USB Optical Mouse: device removed
[ 86874.087] (**) Option "fd" "49"
[ 86874.087] (II) event5 - LiteOn Lenovo Traditional USB Keyboard: device removed
[ 86874.087] (**) Option "fd" "50"
[ 86874.087] (II) event6 - LiteOn Lenovo Traditional USB Keyboard System Control: device removed
[ 86874.088] (**) Option "fd" "51"
[ 86874.088] (II) event7 - LiteOn Lenovo Traditional USB Keyboard Consumer Control: device removed
[ 86874.088] (**) Option "fd" "52"
[ 86874.088] (II) event1 - DELL0B56:00 04F3:317E Mouse: device removed
[ 86874.088] (**) Option "fd" "53"
[ 86874.088] (II) event2 - DELL0B56:00 04F3:317E Touchpad: device removed
[ 86874.088] (**) Option "fd" "54"
[ 86874.088] (II) event10 - Intel HID events: device removed
[ 86874.088] (**) Option "fd" "55"
[ 86874.088] (II) event11 - Intel HID 5 button array: device removed
[ 86874.088] (**) Option "fd" "56"
[ 86874.088] (II) event13 - Dell WMI hotkeys: device removed
[ 86874.088] (**) Option "fd" "57"
[ 86874.088] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 86874.088] (**) Option "fd" "58"
[ 86874.088] (II) event3 - PS/2 Generic Mouse: device removed
[ 86874.088] (**) Option "fd" "59"
[ 86874.089] (II) event24 - ACPI Virtual Keyboard Device: device removed
[ 86875.174] (II) UnloadModule: "libinput"
[ 86875.174] (II) systemd-logind: releasing fd for 13:88
[ 86875.175] (II) UnloadModule: "libinput"
[ 86875.175] (II) systemd-logind: releasing fd for 13:67
[ 86875.175] (II) UnloadModule: "libinput"
[ 86875.175] (II) systemd-logind: releasing fd for 13:64
[ 86875.175] (II) UnloadModule: "libinput"
[ 86875.175] (II) systemd-logind: releasing fd for 13:77
[ 86875.176] (II) UnloadModule: "libinput"
[ 86875.176] (II) systemd-logind: releasing fd for 13:75
[ 86875.224] (II) UnloadModule: "libinput"
[ 86875.224] (II) systemd-logind: releasing fd for 13:74
[ 86875.226] (II) UnloadModule: "libinput"
[ 86875.226] (II) systemd-logind: releasing fd for 13:66
[ 86875.227] (II) UnloadModule: "libinput"
[ 86875.227] (II) systemd-logind: releasing fd for 13:65
[ 86875.228] (II) UnloadModule: "libinput"
[ 86875.228] (II) systemd-logind: releasing fd for 13:71
[ 86875.229] (II) UnloadModule: "libinput"
[ 86875.229] (II) systemd-logind: releasing fd for 13:70
[ 86875.230] (II) UnloadModule: "libinput"
[ 86875.230] (II) systemd-logind: releasing fd for 13:69
[ 86875.230] (II) UnloadModule: "libinput"
[ 86875.230] (II) systemd-logind: releasing fd for 13:68
[ 86875.230] (II) UnloadModule: "libinput"
[ 86875.230] (II) systemd-logind: releasing fd for 13:73
[ 86875.230] (II) UnloadModule: "libinput"
[ 86875.230] (II) systemd-logind: releasing fd for 13:82
[ 86875.231] (II) UnloadModule: "libinput"
[ 86875.231] (II) systemd-logind: releasing fd for 13:83
[ 86875.267] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 86875.309] (II) Server terminated successfully (0). Closing log file.
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
<<<<<<<<<< Xorg (journald) >>>>>>>>>>
-- No entries --
^^^^^^^^^^ Xorg (journald) ^^^^^^^^^^
Kernel modules: nvidia.ko
lsmod:
Module Size Used by
cpuid 12288 0
mei_gsc 12288 0
xt_conntrack 12288 1
xt_MASQUERADE 16384 1
bridge 389120 0
stp 12288 1 bridge
llc 16384 2 bridge,stp
xt_set 20480 0
ip_set 69632 1 xt_set
nft_chain_nat 12288 5
nf_nat 65536 2 nft_chain_nat,xt_MASQUERADE
nf_conntrack 204800 3 xt_conntrack,nf_nat,xt_MASQUERADE
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 12288 1 nf_conntrack
xt_addrtype 12288 4
nft_compat 20480 6
l2tp_ppp 28672 0
l2tp_netlink 28672 1 l2tp_ppp
xfrm_interface 28672 0
l2tp_core 69632 2 l2tp_ppp,l2tp_netlink
xfrm6_tunnel 16384 1 xfrm_interface
ip6_udp_tunnel 16384 1 l2tp_core
tunnel6 12288 2 xfrm_interface,xfrm6_tunnel
udp_tunnel 32768 1 l2tp_core
tunnel4 12288 1 xfrm_interface
pppox 12288 1 l2tp_ppp
xfrm_user 69632 3
ppp_generic 57344 2 pppox,l2tp_ppp
xfrm_algo 16384 1 xfrm_user
slhc 16384 1 ppp_generic
ccm 20480 9
tun 69632 2
nf_tables 380928 71 nft_compat,nft_chain_nat
libcrc32c 12288 3 nf_conntrack,nf_nat,nf_tables
overlay 217088 0
qrtr 57344 2
rfcomm 102400 9
cmac 12288 3
algif_hash 12288 1
algif_skcipher 12288 1
af_alg 36864 6 algif_hash,algif_skcipher
bnep 36864 2
uinput 20480 2
nvidia_drm 118784 2
nvidia_modeset 1605632 4 nvidia_drm
xe 3055616 0
snd_soc_skl_hda_dsp 16384 6
snd_soc_intel_sof_board_helpers 24576 1 snd_soc_skl_hda_dsp
snd_soc_intel_hda_dsp_common 16384 1 snd_soc_intel_sof_board_helpers
snd_sof_probes 24576 0
drm_gpuvm 45056 1 xe
drm_exec 12288 2 drm_gpuvm,xe
gpu_sched 65536 1 xe
drm_suballoc_helper 12288 1 xe
snd_hda_codec_realtek 217088 1
binfmt_misc 28672 1
drm_ttm_helper 16384 2 nvidia_drm,xe
snd_hda_codec_generic 114688 1 snd_hda_codec_realtek
snd_hda_scodec_component 20480 1 snd_hda_codec_realtek
snd_soc_dmic 12288 1
nvidia 60702720 35 nvidia_modeset
snd_sof_pci_intel_tgl 12288 0
snd_sof_pci_intel_cnl 20480 1 snd_sof_pci_intel_tgl
snd_sof_intel_hda_generic 36864 2 snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
soundwire_intel 73728 1 snd_sof_intel_hda_generic
soundwire_generic_allocation 12288 1 soundwire_intel
soundwire_cadence 45056 1 soundwire_intel
snd_sof_intel_hda_common 184320 3 snd_sof_intel_hda_generic,snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
snd_soc_hdac_hda 28672 1 snd_sof_intel_hda_common
snd_sof_intel_hda_mlink 36864 3 soundwire_intel,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_intel_hda 24576 2 snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_pci 24576 3 snd_sof_intel_hda_generic,snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
snd_sof_xtensa_dsp 16384 1 snd_sof_intel_hda_generic
snd_sof 389120 6 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_sof_probes,snd_sof_intel_hda,snd_sof_pci_intel_cnl
nls_ascii 12288 1
snd_sof_utils 16384 1 snd_sof
nls_cp437 16384 1
snd_soc_acpi_intel_match 126976 4 snd_soc_intel_sof_board_helpers,snd_sof_intel_hda_generic,snd_sof_pci_intel_tgl,snd_sof_pci_intel_cnl
vfat 24576 1
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_generic
fat 102400 1 vfat
soundwire_bus 126976 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_soc_avs 212992 0
snd_soc_hda_codec 24576 1 snd_soc_avs
i915 4386816 15
snd_hda_ext_core 36864 6 snd_soc_avs,snd_soc_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
intel_uncore_frequency 12288 0
snd_soc_core 421888 10 snd_soc_avs,snd_soc_hda_codec,soundwire_intel,snd_sof,snd_soc_intel_sof_board_helpers,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_probes,snd_soc_dmic,snd_soc_skl_hda_dsp
intel_uncore_frequency_common 16384 1 intel_uncore_frequency
x86_pkg_temp_thermal 16384 0
snd_compress 28672 3 snd_soc_avs,snd_soc_core,snd_sof_probes
iwlmvm 647168 0
intel_powerclamp 16384 0
snd_hda_codec_hdmi 98304 2
snd_pcm_dmaengine 16384 1 snd_soc_core
coretemp 16384 0
snd_hda_intel 61440 1
snd_intel_dspcfg 40960 5 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
uvcvideo 155648 0
kvm_intel 413696 0
mac80211 1449984 1 iwlmvm
processor_thermal_device_pci 12288 0
snd_intel_sdw_acpi 16384 2 snd_intel_dspcfg,snd_sof_intel_hda_generic
videobuf2_vmalloc 20480 1 uvcvideo
processor_thermal_device 20480 1 processor_thermal_device_pci
btusb 81920 0
uvc 12288 1 uvcvideo
drm_buddy 24576 2 xe,i915
snd_hda_codec 217088 10 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_soc_hdac_hda,snd_sof_intel_hda,snd_soc_skl_hda_dsp
processor_thermal_wt_hint 16384 2 processor_thermal_device_pci,processor_thermal_device
kvm 1396736 1 kvm_intel
btrtl 32768 1 btusb
videobuf2_memops 16384 1 videobuf2_vmalloc
libarc4 12288 1 mac80211
drm_display_helper 274432 2 xe,i915
processor_thermal_rfim 24576 1 processor_thermal_device
snd_hda_core 143360 12 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_soc_intel_hda_dsp_common,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
btintel 69632 1 btusb
dell_pc 12288 0
intel_rapl_msr 20480 0
videobuf2_v4l2 36864 1 uvcvideo
processor_thermal_rapl 16384 1 processor_thermal_device
cec 69632 3 drm_display_helper,xe,i915
snd_hwdep 20480 1 snd_hda_codec
btbcm 24576 1 btusb
iwlwifi 581632 1 iwlmvm
irqbypass 12288 1 kvm
snd_ctl_led 24576 0
platform_profile 12288 1 dell_pc
intel_rapl_common 53248 2 intel_rapl_msr,processor_thermal_rapl
videodev 368640 2 videobuf2_v4l2,uvcvideo
rc_core 73728 1 cec
snd_pcm 188416 12 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
dell_wmi 16384 0
btmtk 32768 1 btusb
rapl 20480 0
processor_thermal_wt_req 12288 1 processor_thermal_device
mei_hdcp 28672 0
dell_laptop 40960 0
mei_pxp 16384 0
intel_pmc_core 122880 0
ttm 106496 3 drm_ttm_helper,xe,i915
videobuf2_common 81920 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
snd_timer 53248 1 snd_pcm
dell_smbios 36864 3 dell_wmi,dell_pc,dell_laptop
intel_cstate 20480 0
processor_thermal_power_floor 12288 2 processor_thermal_device_pci,processor_thermal_device
bluetooth 1081344 42 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
cfg80211 1392640 3 iwlmvm,iwlwifi,mac80211
dcdbas 20480 1 dell_smbios
dell_wmi_sysman 57344 0
intel_vsec 20480 1 intel_pmc_core
mei_me 57344 3 mei_gsc
snd 151552 26 snd_ctl_led,snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
drm_kms_helper 253952 5 drm_display_helper,drm_ttm_helper,nvidia_drm,xe,i915
intel_uncore 258048 0
pcspkr 12288 0
alienware_wmi 24576 0
mc 94208 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
dell_wmi_ddv 24576 0
processor_thermal_mbox 12288 4 processor_thermal_power_floor,processor_thermal_wt_req,processor_thermal_rfim,processor_thermal_wt_hint
int3403_thermal 16384 0
dell_smm_hwmon 28672 0
dell_wmi_descriptor 20480 2 dell_wmi,dell_smbios
int3400_thermal 20480 0
firmware_attributes_class 12288 1 dell_wmi_sysman
pmt_telemetry 16384 1 intel_pmc_core
wmi_bmof 12288 0
nvidia_wmi_ec_backlight 12288 0
spd5118 12288 0
rfkill 40960 8 iwlmvm,bluetooth,dell_laptop,cfg80211
mei 188416 6 mei_gsc,mei_hdcp,mei_pxp,mei_me
soundcore 16384 2 snd_ctl_led,snd
i2c_algo_bit 16384 2 xe,i915
intel_hid 28672 0
igen6_edac 28672 0
button 24576 0
int340x_thermal_zone 16384 2 int3403_thermal,processor_thermal_device
joydev 24576 0
acpi_thermal_rel 20480 1 int3400_thermal
pmt_class 16384 1 pmt_telemetry
sparse_keymap 12288 2 intel_hid,dell_wmi
acpi_pad 184320 0
acpi_tad 20480 0
ac 16384 0
evdev 28672 46
loop 40960 0
efi_pstore 12288 0
configfs 69632 1
nfnetlink 20480 5 nft_compat,nf_tables,ip_set
efivarfs 28672 1
ip_tables 28672 0
x_tables 53248 6 xt_conntrack,nft_compat,xt_addrtype,xt_set,ip_tables,xt_MASQUERADE
autofs4 57344 2
ext4 1142784 4
crc16 12288 2 bluetooth,ext4
mbcache 16384 1 ext4
jbd2 200704 1 ext4
crc32c_generic 12288 0
usbhid 77824 0
cdc_ncm 49152 0
cdc_ether 24576 1 cdc_ncm
usbnet 65536 2 cdc_ncm,cdc_ether
r8152 151552 0
mii 16384 2 usbnet,r8152
typec_displayport 20480 0
dm_crypt 65536 1
dm_mod 221184 18 dm_crypt
nvme 57344 3
nvme_core 225280 4 nvme
nvme_auth 24576 1 nvme_core
ahci 49152 0
libahci 61440 1 ahci
crct10dif_pclmul 12288 1
crc32_pclmul 12288 0
libata 462848 2 libahci,ahci
crc32c_intel 16384 9
ghash_clmulni_intel 16384 0
sha512_ssse3 53248 0
scsi_mod 327680 1 libata
hid_multitouch 36864 0
sha256_ssse3 32768 0
iTCO_wdt 16384 0
hid_generic 12288 0
scsi_common 16384 2 scsi_mod,libata
sha1_ssse3 32768 0
intel_pmc_bxt 16384 1 iTCO_wdt
xhci_pci 24576 0
ucsi_acpi 12288 0
iTCO_vendor_support 12288 1 iTCO_wdt
aesni_intel 122880 12
r8169 126976 0
xhci_hcd 364544 1 xhci_pci
i2c_hid_acpi 12288 0
typec_ucsi 69632 1 ucsi_acpi
watchdog 49152 1 iTCO_wdt
gf128mul 16384 1 aesni_intel
realtek 45056 1
i2c_hid 40960 1 i2c_hid_acpi
typec 114688 2 typec_displayport,typec_ucsi
psmouse 217088 0
intel_lpss_pci 28672 0
crypto_simd 16384 1 aesni_intel
i2c_i801 36864 0
usbcore 409600 10 xhci_hcd,usbnet,usbhid,btmtk,cdc_ncm,uvcvideo,btusb,xhci_pci,cdc_ether,r8152
mdio_devres 12288 1 r8169
hid 262144 4 i2c_hid,usbhid,hid_multitouch,hid_generic
roles 16384 1 typec_ucsi
intel_lpss 12288 1 intel_lpss_pci
video 81920 6 nvidia_wmi_ec_backlight,dell_wmi,dell_laptop,xe,i915,nvidia_modeset
thunderbolt 540672 0
cryptd 28672 4 crypto_simd,ghash_clmulni_intel
serio_raw 16384 0
i2c_smbus 16384 1 i2c_i801
libphy 233472 4 r8169,mdio_devres,realtek,r8152
drm 774144 25 gpu_sched,typec_displayport,i2c_hid,drm_kms_helper,drm_exec,drm_gpuvm,drm_suballoc_helper,drm_display_helper,nvidia,drm_buddy,drm_ttm_helper,nvidia_drm,xe,i915,ttm
idma64 20480 0
vmd 24576 0
usb_common 16384 4 xhci_hcd,usbcore,uvcvideo,typec_ucsi
battery 28672 2 dell_wmi_ddv,dell_laptop
wmi 28672 10 dell_wmi_sysman,video,nvidia_wmi_ec_backlight,dell_wmi_ddv,alienware_wmi,dell_wmi,wmi_bmof,dell_smm_hwmon,dell_smbios,dell_wmi_descriptor
xrandr:
Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+3840+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 165.01*+ 60.00 + 59.97 59.96 59.93
1680x1050 59.95 59.88
1400x1050 74.76 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 85.02 75.02 60.02
1400x900 59.96 59.88
1280x960 85.00 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1152x864 75.00
1280x720 60.00 59.99 59.86 59.74
1024x768 85.00 75.05 60.04 85.00 75.03 70.07 60.00
1024x768i 86.96
960x720 85.00 75.00 60.00
928x696 75.00 60.05
896x672 75.05 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
832x624 74.55
960x540 59.96 59.99 59.63 59.82
800x600 85.00 75.00 70.00 65.00 60.00 85.14 72.19 75.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 74.76 59.98
800x450 59.95 59.82
640x512 85.02 75.02 60.02
700x450 59.96 59.88
640x480 85.09 60.00 85.01 72.81 75.00 59.94
720x405 59.51 58.99
720x400 85.04
684x384 59.88 59.85
640x400 59.88 59.98 85.08
576x432 75.00
640x360 59.86 59.83 59.84 59.32
640x350 85.08
512x384 85.00 75.03 70.07 60.00
512x384i 87.06
512x288 60.00 59.92
416x312 74.66
480x270 59.63 59.82
400x300 85.27 72.19 75.12 60.32 56.34
432x243 59.92 59.57
320x240 85.18 72.81 75.00 60.05
360x202 59.51 59.13
360x200 85.04
320x200 85.27
320x180 59.84 59.32
320x175 85.27
DP-1 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
3840x2160 60.00*+ 120.00 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
2560x1440 120.00 59.95
1920x1200 59.88
1920x1080 120.00 119.88 60.00 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1600x1200 60.00
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
DP-1-0 disconnected (normal left inverted right x axis y axis)
OpenCL ICDs:
/etc/OpenCL/vendors/nvidia.icd:libnvidia-opencl.so.1
APT sources:
Package files:
100 /var/lib/dpkg/status
release a=now
500 https://pkgs.tailscale.com/stable/ubuntu noble/main all Packages
release o=Tailscale,n=noble,l=Tailscale,c=main,b=all
origin pkgs.tailscale.com
500 https://pkgs.tailscale.com/stable/ubuntu noble/main amd64 Packages
release o=Tailscale,n=noble,l=Tailscale,c=main,b=amd64
origin pkgs.tailscale.com
500 https://packagecloud.io/slacktechnologies/slack/debian jessie/main amd64 Packages
release v=1,o=packagecloud.io/slacktechnologies/slack,a=jessie,n=jessie,l=slack,c=main,b=amd64
origin packagecloud.io
100 http://deb.simonrichter.eu trixie-misc/main amd64 Packages
release a=stable-misc,n=trixie-misc,c=main,b=amd64
origin deb.simonrichter.eu
100 http://deb.simonrichter.eu trixie-kicad/main amd64 Packages
release a=stable-kicad,n=trixie-kicad,c=main,b=amd64
origin deb.simonrichter.eu
100 http://deb.simonrichter.eu trixie-fpga/main amd64 Packages
release a=stable-fpga,n=trixie-fpga,c=main,b=amd64
origin deb.simonrichter.eu
500 https://pkg.earthly.dev/deb stable/main amd64 Packages
release v=1.0,o=Earthly Technologies,a=stable,n=stable,l=Earthly,c=main,b=amd64
origin pkg.earthly.dev
500 https://download.docker.com/linux/debian bookworm/stable amd64 Packages
release o=Docker,a=bookworm,l=Docker CE,c=stable,b=amd64
origin download.docker.com
500 http://deb.debian.org/debian-security trixie-security/non-free-firmware amd64 Packages
release v=13,o=Debian,a=stable-security,n=trixie-security,l=Debian-Security,c=non-free-firmware,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian-security trixie-security/main amd64 Packages
release v=13,o=Debian,a=stable-security,n=trixie-security,l=Debian-Security,c=main,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian trixie-backports/non-free-firmware amd64 Packages
release o=Debian Backports,a=stable-backports,n=trixie-backports,l=Debian Backports,c=non-free-firmware,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian trixie-backports/non-free amd64 Packages
release o=Debian Backports,a=stable-backports,n=trixie-backports,l=Debian Backports,c=non-free,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian trixie-backports/contrib amd64 Packages
release o=Debian Backports,a=stable-backports,n=trixie-backports,l=Debian Backports,c=contrib,b=amd64
origin deb.debian.org
100 http://deb.debian.org/debian trixie-backports/main amd64 Packages
release o=Debian Backports,a=stable-backports,n=trixie-backports,l=Debian Backports,c=main,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian trixie/non-free-firmware amd64 Packages
release v=13.1,o=Debian,a=stable,n=trixie,l=Debian,c=non-free-firmware,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian trixie/non-free amd64 Packages
release v=13.1,o=Debian,a=stable,n=trixie,l=Debian,c=non-free,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian trixie/contrib amd64 Packages
release v=13.1,o=Debian,a=stable,n=trixie,l=Debian,c=contrib,b=amd64
origin deb.debian.org
500 http://deb.debian.org/debian trixie/main amd64 Packages
release v=13.1,o=Debian,a=stable,n=trixie,l=Debian,c=main,b=amd64
origin deb.debian.org
500 https://axelspace-debian-package-repository.s3.ap-northeast-1.amazonaws.com bookworm/axelspace/main amd64 Packages
release a=stable,n=bookworm,c=axelspace/main,b=amd64
origin axelspace-debian-package-repository.s3.ap-northeast-1.amazonaws.com
Pinned packages:
-- System Information:
Debian Release: 13.1
APT prefers stable-security
APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.48+deb13-amd64 (SMP w/20 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages nvidia-kernel-dkms depends on:
ii dkms 3.2.0-1
ii firmware-nvidia-gsp [firmware-nvidia-gsp-550.163.01] 550.163.01-3
ii nvidia-installer-cleanup 20240109+1
ii nvidia-kernel-support [nvidia-kernel-support--v1] 550.163.01-3
Versions of packages nvidia-kernel-dkms recommends:
ii libcuda1 550.163.01-3
iu nvidia-driver 550.163.01-3
nvidia-kernel-dkms suggests no packages.
Versions of packages nvidia-driver depends on:
ii nvidia-alternative 550.163.01-3
ii nvidia-driver-bin 550.163.01-3
ii nvidia-driver-libs 550.163.01-3
ii nvidia-installer-cleanup 20240109+1
ii nvidia-legacy-check 550.163.01-3
ii nvidia-support 20240109+1
ii nvidia-vdpau-driver 550.163.01-3
ii xserver-xorg-video-nvidia 550.163.01-3
Versions of packages nvidia-driver recommends:
ii libnvidia-cfg1 550.163.01-3
ii nvidia-persistenced 550.163.01-1
ii nvidia-settings 550.163.01-1
nvidia-driver suggests no packages.
Versions of packages nvidia-driver-libs:amd64 depends on:
ii libgl1-nvidia-glvnd-glx 550.163.01-3
ii nvidia-egl-icd 550.163.01-3
Versions of packages nvidia-driver-libs:amd64 recommends:
ii libgles-nvidia1 550.163.01-3
ii libgles-nvidia2 550.163.01-3
ii libglx-nvidia0 550.163.01-3
ii libnvidia-allocator1 550.163.01-3
ii libnvidia-cfg1 550.163.01-3
ii libnvidia-encode1 550.163.01-3
ii libopengl0 1.7.0-1+b2
ii nvidia-driver-libs 550.163.01-3
ii nvidia-vulkan-icd 550.163.01-3
Versions of packages xserver-xorg-video-nvidia depends on:
ii libc6 2.41-12
ii libnvidia-glcore 550.163.01-3
ii nvidia-alternative 550.163.01-3
ii nvidia-installer-cleanup 20240109+1
ii nvidia-legacy-check 550.163.01-3
ii nvidia-support 20240109+1
ii xserver-xorg-core [xorg-video-abi-25] 2:21.1.16-1.3
Versions of packages xserver-xorg-video-nvidia recommends:
iu nvidia-driver 550.163.01-3
ii nvidia-settings 550.163.01-1
ii nvidia-suspend-common 550.163.01-3
ii nvidia-vdpau-driver 550.163.01-3
ii nvidia-vulkan-icd 550.163.01-3
xserver-xorg-video-nvidia suggests no packages.
Versions of packages nvidia-alternative depends on:
ii dpkg 1.22.21
ii glx-alternative-nvidia 1.2.2
ii nvidia-legacy-check 550.163.01-3
Versions of packages glx-alternative-nvidia depends on:
ii dpkg 1.22.21
ii glx-alternative-mesa 1.2.2
ii glx-diversions 1.2.2
ii update-glx 1.2.2
Versions of packages glx-alternative-nvidia suggests:
iu nvidia-driver [nvidia-driver-any] 550.163.01-3
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.41-12
ii libdrm-intel1 2.4.124-2
ii libdrm2 2.4.124-2
ii libpciaccess0 0.17-3+b3
ii libpixman-1-0 0.44.0-3
ii libudev1 257.8-1~deb13u1
ii libx11-6 2:1.8.12-1
ii libx11-xcb1 2:1.8.12-1
ii libxcb-dri2-0 1.17.0-2+b1
ii libxcb-util1 0.4.1-1
ii libxcb1 1.17.0-2+b1
ii libxcursor1 1:1.2.3-1
ii libxdamage1 1:1.1.6-1+b2
ii libxext6 2:1.3.4-1+b3
ii libxfixes3 1:6.0.0-2+b4
ii libxinerama1 2:1.1.4-3+b4
ii libxrandr2 2:1.5.4-1+b3
ii libxrender1 1:0.9.12-1
ii libxss1 1:1.2.3-1+b3
ii libxtst6 2:1.2.5-1
ii libxvmc1 2:1.0.12-2+b3
ii xserver-xorg-core [xorg-video-abi-25] 2:21.1.16-1.3
Versions of packages nvidia-kernel-dkms is related to:
pn bumblebee <none>
pn bumblebee-nvidia <none>
pn ccache <none>
pn libcuda.so.1 <none>
ii libcuda1 [libcuda1-any] 550.163.01-3
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.124-2
ii libegl1 1.7.0-1+b2
ii libgl1 1.7.0-1+b2
ii libgl1-nvidia-glvnd-glx [libgl1-nvidia-glx-any] 550.163.01-3
ii libgles1 1.7.0-1+b2
ii libgles2 1.7.0-1+b2
ii libglvnd0 1.7.0-1+b2
ii libglx0 1.7.0-1+b2
ii libnvidia-cfg1 [libnvidia-cfg1-any] 550.163.01-3
ii libnvidia-ml1 [libnvidia-ml.so.1] 550.163.01-3
pn libopencl0 <none>
pn libprimus-vk1 <none>
ii libvulkan1 1.4.309.0-1
pn linux-headers <none>
ii make 4.4.1-2
pn nvidia-cuda-mps <none>
iu nvidia-driver [nvidia-glx-any] 550.163.01-3
pn nvidia-driver-any <none>
ii nvidia-driver-libs [nvidia-driver-libs-any] 550.163.01-3
pn nvidia-glx <none>
ii nvidia-kernel-common 20240109+1
ih nvidia-kernel-dkms [nvidia-kernel-dkms-any] 550.163.01-3
pn nvidia-kernel-source <none>
ii nvidia-kernel-support [nvidia-kernel-support-any] 550.163.01-3
ii nvidia-modprobe 570.133.07-1
pn nvidia-open-kernel-dkms <none>
pn nvidia-open-kernel-dkms-any <none>
pn nvidia-open-kernel-source <none>
ii nvidia-opencl-icd [opencl-icd] 550.163.01-3
ii nvidia-persistenced 550.163.01-1
pn nvidia-powerd <none>
pn nvidia-primus-vk-wrapper <none>
ii nvidia-settings 550.163.01-1
ii nvidia-support 20240109+1
ii nvidia-suspend-common 550.163.01-3
ii nvidia-vulkan-icd [vulkan-icd] 550.163.01-3
pn nvidia-vulkan-icd-any <none>
pn nvidia-xconfig <none>
ii ocl-icd-libopencl1 [libopencl1] 2.3.3-1
pn primus <none>
pn primus-libs <none>
pn primus-nvidia <none>
pn primus-vk <none>
pn primus-vk-nvidia <none>
ii xserver-xorg 1:7.7+24
ii xserver-xorg-core 2:21.1.16-1.3
ii xserver-xorg-legacy 2:21.1.16-1.3
ii xserver-xorg-video-nouveau 1:1.0.18-1
ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia- 550.163.01-3
any]
-- no debconf information
More information about the pkg-nvidia-devel
mailing list