You are not logged in.
Hi all! I am facing some weird problem that my laptop screen is not available / is reported as disconnected when using on-board Nvidia card.
The monitor attached to HDMI works just fine - but the laptop screen is dead once I start X.
I have HDMI wired to the Nvidia, so I tried pretty much everything described on how to configure sinks and filters using xrandr to no avail.
My dedicated Xorg config at /etc/X11/xorg.conf.nvidia-new looks like:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 530.41.03
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "nvidia"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
# Option "DPI" "96 x 96" # Uncoment to fix the size of fonts
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
# Uncomment this line if your computer has no display devices connected to
# the NVIDIA GPU. Leave it commented if you have display devices
# connected to the NVIDIA GPU that you would like to use.
# Option "UseDisplayDevice" "none"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "TearFree" "false"
Option "TripleBuffer" "false"
Option "DRI" "3"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Files"
ModulePath "/usr/lib/nvidia/xorg/"
ModulePath "/usr/lib/xorg/modules/"
EndSectionI start X as
startx -- -config /etc/X11/xorg.conf.nvidia-newXrandr:
xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x217 cap: 0x0 crtcs: 4 outputs: 3 associated providers: 0 name:NVIDIA-0
Provider 1: id: 0x25c cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 2 associated providers: 0 name:IntelVarious combinations for setting output:
> xrandr --setprovideroutputsource Intel NVIDIA-0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 35 (RRSetProviderOutputSource)
Value in failed request: 0x217
Serial number of failed request: 16
Current serial number in output stream: 17
~
> xrandr --setprovideroutputsource NVIDIA-0 Intel
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 35 (RRSetProviderOutputSource)
Value in failed request: 0x217
Serial number of failed request: 16
Current serial number in output stream: 17Current xrandr output:
> xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DP-0 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 60.00*+ 59.94 50.00 30.00 29.97 25.00 23.98
2560x1440 59.95
1920x1080 60.00 59.94 50.00 29.97 23.98
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1280x720 60.00 59.94
1152x864 60.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93 some lspci stuff:
> lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Coffee Lake-S GT2 [UHD Graphics P630]
01:00.0 VGA compatible controller: NVIDIA Corporation GP107GLM [Quadro P2000 Mobile] (rev a1)nvidia drivers:
> pacman -Q nvidia
nvidia 535.104.05-2Last edited by jdevelop (2023-09-13 02:48:51)
Offline
Remove the config file and xf86-video-intel and restart your system/Xorg. nvidia-xconfig generates useless cruft and xf86-video-intel is not maintained nor necessary on most modern gpus
Last edited by V1del (2023-09-10 16:41:14)
Offline
I still need to have my Intel video operable if Nvidia is off, so I don't think removing xf86-video-intel is an option ![]()
Offline
It is. xf86-video-intel is unmaintained since 10+ years and you will fall back to the actively developed modesetting driver when xf86-video-intel isn't present.
Offline
Very well, thanks a lot! As for now with the removed intel driver I can see my laptop screen just fine, but the list of providers is weird:
> xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x217 cap: 0x0 crtcs: 4 outputs: 3 associated providers: 0 name:NVIDIA-0There's no "Intel" provider anymore, and my laptop screen is still disconnected
> xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DP-0 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 60.00*+ 59.94 50.00 30.00 29.97 25.00 23.98
2560x1440 59.95
1920x1080 60.00 59.94 50.00 29.97 23.98
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1280x720 60.00 59.94
1152x864 60.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93 Offline
Please post your updated Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
The log file from .local/share/xorg/Xorg.0.log:
[ 371.886]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 371.894] Current Operating System: Linux devbox 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64
[ 371.894] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a0a9d176-a5f3-4ccd-8573-2eea3cac3479 rw cryptdevice=/dev/nvme0n1p2:root:allow-discards root=/dev/mapper/root ro ipv6.disable=1 quiet acpi_osi=Linux nogpumanager tsc=nowatchdog
[ 371.898]
[ 371.899] Current version of pixman: 0.42.2
[ 371.902] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 371.902] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 371.912] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Tue Sep 12 10:23:47 2023
[ 371.915] (++) Using config file: "/etc/X11/xorg.conf.nvidia-new"
[ 371.917] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 371.918] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 371.918] (==) ServerLayout "Layout0"
[ 371.918] (**) |-->Screen "nvidia" (0)
[ 371.918] (**) | |-->Monitor "<default monitor>"
[ 371.919] (**) | |-->Device "nvidia"
[ 371.919] (**) | |-->GPUDevice "Intel Graphics"
[ 371.919] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 371.919] (**) |-->Input Device "Keyboard0"
[ 371.919] (**) |-->Input Device "Mouse0"
[ 371.919] (**) Option "DontZap" "False"
[ 371.919] (==) Automatically adding devices
[ 371.919] (==) Automatically enabling devices
[ 371.919] (==) Automatically adding GPU devices
[ 371.919] (==) Automatically binding GPU devices
[ 371.919] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 371.919] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 371.919] Entry deleted from font path.
[ 371.919] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi
[ 371.919] (**) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules/"
[ 371.919] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 371.919] (WW) Disabling Keyboard0
[ 371.919] (WW) Disabling Mouse0
[ 371.919] (II) Module ABI versions:
[ 371.919] X.Org ANSI C Emulation: 0.4
[ 371.919] X.Org Video Driver: 25.2
[ 371.919] X.Org XInput driver : 24.4
[ 371.919] X.Org Server Extension : 10.0
[ 371.919] (++) using VT number 1
[ 371.920] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 371.921] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 371.921] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 371.921] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 371.924] (--) PCI:*(0@0:2:0) 8086:3e94:17aa:2267 rev 0, Mem @ 0x404a000000/16777216, 0x60000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 371.924] (--) PCI: (1@0:0:0) 10de:1cba:17aa:2267 rev 161, Mem @ 0xc3000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 371.924] (II) Open ACPI successful (/var/run/acpid.socket)
[ 371.924] (II) LoadModule: "glx"
[ 371.924] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 371.925] (II) Module glx: vendor="X.Org Foundation"
[ 371.925] compiled for 1.21.1.8, module version = 1.0.0
[ 371.925] ABI class: X.Org Server Extension, version 10.0
[ 371.925] (II) LoadModule: "nvidia"
[ 371.925] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 371.925] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 371.925] compiled for 1.6.99.901, module version = 1.0.0
[ 371.925] Module class: X.Org Video Driver
[ 371.925] (II) LoadModule: "modesetting"
[ 371.925] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 371.926] (II) Module modesetting: vendor="X.Org Foundation"
[ 371.926] compiled for 1.21.1.8, module version = 1.21.1
[ 371.926] Module class: X.Org Video Driver
[ 371.926] ABI class: X.Org Video Driver, version 25.2
[ 371.926] (II) NVIDIA dlloader X Driver 535.104.05 Sat Aug 19 01:01:11 UTC 2023
[ 371.926] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 371.926] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 371.926] (II) Loading sub module "fb"
[ 371.926] (II) LoadModule: "fb"
[ 371.926] (II) Module "fb" already built-in
[ 371.926] (II) Loading sub module "wfb"
[ 371.926] (II) LoadModule: "wfb"
[ 371.926] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 371.926] (II) Module wfb: vendor="X.Org Foundation"
[ 371.926] compiled for 1.21.1.8, module version = 1.0.0
[ 371.926] ABI class: X.Org ANSI C Emulation, version 0.4
[ 371.926] (II) modeset(G0): using drv /dev/dri/card0
[ 371.926] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 371.926] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 371.926] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 371.926] (==) NVIDIA(0): RGB weight 888
[ 371.926] (==) NVIDIA(0): Default visual is TrueColor
[ 371.926] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 371.926] (**) NVIDIA(0): Enabling 2D acceleration
[ 371.926] (II) Loading sub module "glxserver_nvidia"
[ 371.926] (II) LoadModule: "glxserver_nvidia"
[ 371.926] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 371.933] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 371.933] compiled for 1.6.99.901, module version = 1.0.0
[ 371.933] Module class: X.Org Server Extension
[ 371.933] (II) NVIDIA GLX Module 535.104.05 Sat Aug 19 01:06:04 UTC 2023
[ 371.933] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 372.172] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 372.172] (--) NVIDIA(0): DFP-0
[ 372.172] (--) NVIDIA(0): DFP-1
[ 372.172] (--) NVIDIA(0): DFP-2 (boot)
[ 372.172] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[ 372.172] (WW) NVIDIA: used.
[ 372.173] (II) NVIDIA(0): NVIDIA GPU Quadro P2000 with Max-Q Design (GP107GL-A) at
[ 372.173] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 372.173] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 372.173] (--) NVIDIA(0): VideoBIOS: 86.07.63.00.35
[ 372.173] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 372.173] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 372.173] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 372.173] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[ 372.173] (--) NVIDIA(GPU-0):
[ 372.173] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 372.173] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 372.173] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[ 372.173] (--) NVIDIA(GPU-0):
[ 372.216] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): connected
[ 372.216] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): Internal TMDS
[ 372.216] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-2): 600.0 MHz maximum pixel clock
[ 372.216] (--) NVIDIA(GPU-0):
[ 372.219] (==) NVIDIA(0):
[ 372.219] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 372.219] (==) NVIDIA(0): will be used as the requested mode.
[ 372.219] (==) NVIDIA(0):
[ 372.219] (II) NVIDIA(0): Validated MetaModes:
[ 372.219] (II) NVIDIA(0): "DFP-2:nvidia-auto-select"
[ 372.219] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[ 372.226] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[ 372.226] (--) NVIDIA(0): option
[ 372.226] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 372.226] (==) modeset(G0): RGB weight 888
[ 372.226] (==) modeset(G0): Default visual is TrueColor
[ 372.226] (II) Loading sub module "glamoregl"
[ 372.226] (II) LoadModule: "glamoregl"
[ 372.226] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 372.229] (II) Module glamoregl: vendor="X.Org Foundation"
[ 372.229] compiled for 1.21.1.8, module version = 1.0.1
[ 372.229] ABI class: X.Org ANSI C Emulation, version 0.4
[ 372.261] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics P630 (CFL GT2)
[ 372.261] (II) modeset(G0): glamor initialized
[ 372.263] (II) modeset(G0): Output eDP-1-1 using monitor section <default monitor>
[ 372.265] (II) modeset(G0): EDID for output eDP-1-1
[ 372.265] (II) modeset(G0): Manufacturer: AUO Model: 32eb Serial#: 0
[ 372.265] (II) modeset(G0): Year: 2017 Week: 37
[ 372.265] (II) modeset(G0): EDID Version: 1.4
[ 372.265] (II) modeset(G0): Digital Display Input
[ 372.265] (II) modeset(G0): 8 bits per channel
[ 372.265] (II) modeset(G0): Digital interface is DisplayPort
[ 372.265] (II) modeset(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 372.265] (II) modeset(G0): Gamma: 2.20
[ 372.265] (II) modeset(G0): No DPMS capabilities specified
[ 372.265] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[ 372.265] (II) modeset(G0): First detailed timing is preferred mode
[ 372.265] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 372.265] (II) modeset(G0): redX: 0.645 redY: 0.336 greenX: 0.311 greenY: 0.606
[ 372.265] (II) modeset(G0): blueX: 0.152 blueY: 0.049 whiteX: 0.313 whiteY: 0.329
[ 372.265] (II) modeset(G0): Manufacturer's mask: 0
[ 372.265] (II) modeset(G0): Supported detailed timing:
[ 372.265] (II) modeset(G0): clock: 533.3 MHz Image Size: 344 x 193 mm
[ 372.265] (II) modeset(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 372.265] (II) modeset(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 372.265] (II) modeset(G0): Unknown vendor-specific block f
[ 372.265] (II) modeset(G0): AUO
[ 372.265] (II) modeset(G0): B156ZAN03.2
[ 372.265] (II) modeset(G0): EDID (in hex):
[ 372.265] (II) modeset(G0): 00ffffffffffff0006afeb3200000000
[ 372.265] (II) modeset(G0): 251b0104a5221378020925a5564f9b27
[ 372.265] (II) modeset(G0): 0c505400000001010101010101010101
[ 372.265] (II) modeset(G0): 01010101010152d000a0f0703e803020
[ 372.265] (II) modeset(G0): 350058c1100000180000000f00000000
[ 372.265] (II) modeset(G0): 00000000000000000020000000fe0041
[ 372.265] (II) modeset(G0): 554f0a202020202020202020000000fe
[ 372.265] (II) modeset(G0): 00423135365a414e30332e32200a000d
[ 372.265] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 372.265] (II) modeset(G0): Modeline "3840x2160"x60.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 372.265] (II) modeset(G0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 372.265] (II) modeset(G0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 372.265] (II) modeset(G0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 372.265] (II) modeset(G0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 372.265] (II) modeset(G0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 372.266] (II) modeset(G0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 372.266] (II) modeset(G0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 372.266] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 372.266] (II) modeset(G0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 372.266] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 372.266] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 372.266] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 372.266] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 372.266] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 372.266] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 372.266] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 372.266] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 372.266] (==) modeset(G0): DPI set to (96, 96)
[ 372.266] (II) Loading sub module "fb"
[ 372.266] (II) LoadModule: "fb"
[ 372.266] (II) Module "fb" already built-in
[ 372.266] (WW) NVIDIA: Failed to bind sideband socket to
[ 372.266] (WW) NVIDIA: '/var/run/nvidia-xdriver-fd9de3f2' Permission denied
[ 372.266] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 372.266] (II) NVIDIA: access.
[ 372.284] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[ 372.313] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 372.313] (==) NVIDIA(0): Backing store enabled
[ 372.313] (==) NVIDIA(0): Silken mouse enabled
[ 372.313] (==) NVIDIA(0): DPMS enabled
[ 372.313] (II) Loading sub module "dri2"
[ 372.313] (II) LoadModule: "dri2"
[ 372.313] (II) Module "dri2" already built-in
[ 372.313] (II) NVIDIA(0): [DRI2] Setup complete
[ 372.313] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 372.321] (==) modeset(G0): Backing store enabled
[ 372.321] (==) modeset(G0): Silken mouse enabled
[ 372.410] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 372.410] (==) modeset(G0): DPMS enabled
[ 372.410] (WW) modeset(G0): Option "TearFree" is not used
[ 372.410] (II) modeset(G0): [DRI2] Setup complete
[ 372.410] (II) modeset(G0): [DRI2] DRI driver: iris
[ 372.410] (II) modeset(G0): [DRI2] VDPAU driver: va_gl
[ 372.410] (II) modeset(G0): Disable reverse prime offload mode for i915.
[ 372.410] (II) Initializing extension Generic Event Extension
[ 372.410] (II) Initializing extension SHAPE
[ 372.410] (II) Initializing extension MIT-SHM
[ 372.411] (II) Initializing extension XInputExtension
[ 372.411] (II) Initializing extension XTEST
[ 372.411] (II) Initializing extension BIG-REQUESTS
[ 372.411] (II) Initializing extension SYNC
[ 372.411] (II) Initializing extension XKEYBOARD
[ 372.412] (II) Initializing extension XC-MISC
[ 372.412] (II) Initializing extension SECURITY
[ 372.412] (II) Initializing extension XFIXES
[ 372.412] (II) Initializing extension RENDER
[ 372.412] (II) Initializing extension RANDR
[ 372.413] (II) Initializing extension COMPOSITE
[ 372.413] (II) Initializing extension DAMAGE
[ 372.413] (II) Initializing extension MIT-SCREEN-SAVER
[ 372.413] (II) Initializing extension DOUBLE-BUFFER
[ 372.413] (II) Initializing extension RECORD
[ 372.413] (II) Initializing extension DPMS
[ 372.414] (II) Initializing extension Present
[ 372.414] (II) Initializing extension DRI3
[ 372.414] (II) Initializing extension X-Resource
[ 372.414] (II) Initializing extension XVideo
[ 372.414] (II) Initializing extension XVideo-MotionCompensation
[ 372.414] (II) Initializing extension GLX
[ 372.414] (II) Initializing extension GLX
[ 372.414] (II) Indirect GLX disabled.
[ 372.414] (II) GLX: Another vendor is already registered for screen 0
[ 372.414] (II) Initializing extension XFree86-VidModeExtension
[ 372.415] (II) Initializing extension XFree86-DGA
[ 372.415] (II) Initializing extension XFree86-DRI
[ 372.415] (II) Initializing extension DRI2
[ 372.415] (II) Initializing extension NV-GLX
[ 372.415] (II) Initializing extension NV-CONTROL
[ 372.415] (II) Initializing extension XINERAMA
[ 372.770] (II) modeset(G0): Damage tracking initialized
[ 372.836] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 372.836] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 372.836] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 372.836] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 372.836] (II) LoadModule: "libinput"
[ 372.836] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 372.837] (II) Module libinput: vendor="X.Org Foundation"
[ 372.837] compiled for 1.21.1.8, module version = 1.4.0
[ 372.837] Module class: X.Org XInput Driver
[ 372.837] ABI class: X.Org XInput driver, version 24.4
[ 372.837] (II) Using input driver 'libinput' for 'Power Button'
[ 372.838] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 46 paused 0
[ 372.838] (**) Power Button: always reports core events
[ 372.838] (**) Option "Device" "/dev/input/event2"
[ 372.839] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 372.839] (II) event2 - Power Button: device is a keyboard
[ 372.839] (II) event2 - Power Button: device removed
[ 372.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 372.839] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 372.839] (**) Option "xkb_rules" "evdev"
[ 372.839] (**) Option "xkb_layout" "us,ru"
[ 372.839] (**) Option "xkb_variant" ",ruu"
[ 372.839] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.855] (**) Option "AutoRepeat" "200 25"
[ 372.855] (**) AutoRepeat: 200 25
[ 372.856] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 372.856] (II) event2 - Power Button: device is a keyboard
[ 372.856] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 372.856] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 372.856] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 372.856] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 372.856] (II) Using input driver 'libinput' for 'Video Bus'
[ 372.857] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 49 paused 0
[ 372.857] (**) Video Bus: always reports core events
[ 372.857] (**) Option "Device" "/dev/input/event4"
[ 372.858] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 372.858] (II) event4 - Video Bus: device is a keyboard
[ 372.858] (II) event4 - Video Bus: device removed
[ 372.858] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 372.858] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 372.858] (**) Option "xkb_rules" "evdev"
[ 372.858] (**) Option "xkb_layout" "us,ru"
[ 372.858] (**) Option "xkb_variant" ",ruu"
[ 372.858] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.858] (**) Option "AutoRepeat" "200 25"
[ 372.858] (**) AutoRepeat: 200 25
[ 372.858] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 372.859] (II) event4 - Video Bus: device is a keyboard
[ 372.859] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 372.859] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 372.859] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 372.859] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 372.859] (II) Using input driver 'libinput' for 'Video Bus'
[ 372.860] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[ 372.860] (**) Video Bus: always reports core events
[ 372.860] (**) Option "Device" "/dev/input/event3"
[ 372.860] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 372.861] (II) event3 - Video Bus: device is a keyboard
[ 372.861] (II) event3 - Video Bus: device removed
[ 372.861] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[ 372.861] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 372.861] (**) Option "xkb_rules" "evdev"
[ 372.861] (**) Option "xkb_layout" "us,ru"
[ 372.861] (**) Option "xkb_variant" ",ruu"
[ 372.861] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.861] (**) Option "AutoRepeat" "200 25"
[ 372.861] (**) AutoRepeat: 200 25
[ 372.862] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 372.862] (II) event3 - Video Bus: device is a keyboard
[ 372.862] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 372.862] (II) No input driver specified, ignoring this device.
[ 372.862] (II) This device may have been added with another device file.
[ 372.863] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 372.863] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 372.863] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 372.863] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[ 372.863] (II) Using input driver 'libinput' for 'Sleep Button'
[ 372.863] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 51 paused 0
[ 372.863] (**) Sleep Button: always reports core events
[ 372.863] (**) Option "Device" "/dev/input/event0"
[ 372.864] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 372.864] (II) event0 - Sleep Button: device is a keyboard
[ 372.864] (II) event0 - Sleep Button: device removed
[ 372.864] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 372.864] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 372.864] (**) Option "xkb_rules" "evdev"
[ 372.864] (**) Option "xkb_layout" "us,ru"
[ 372.864] (**) Option "xkb_variant" ",ruu"
[ 372.864] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.864] (**) Option "AutoRepeat" "200 25"
[ 372.864] (**) AutoRepeat: 200 25
[ 372.865] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 372.865] (II) event0 - Sleep Button: device is a keyboard
[ 372.866] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event6)
[ 372.866] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev pointer catchall"
[ 372.866] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput pointer catchall"
[ 372.866] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 372.920] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 52 paused 0
[ 372.920] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 372.920] (**) Option "Device" "/dev/input/event6"
[ 372.922] (II) event6 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 372.922] (II) event6 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 372.922] (II) event6 - Razer Razer Viper Ultimate Dongle: device removed
[ 372.922] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 372.922] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 372.922] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 372.922] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:1532:007B.0001/input/input7/event6"
[ 372.922] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: MOUSE, id 10)
[ 372.923] (**) Option "AccelerationScheme" "none"
[ 372.923] (**) Razer Razer Viper Ultimate Dongle: (accel) selected scheme none/0
[ 372.923] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration factor: 2.000
[ 372.923] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration threshold: 4
[ 372.924] (II) event6 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 372.925] (II) event6 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 372.926] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/mouse0)
[ 372.926] (II) No input driver specified, ignoring this device.
[ 372.926] (II) This device may have been added with another device file.
[ 372.927] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle Keyboard (/dev/input/event7)
[ 372.927] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 372.927] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 372.927] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "Keyboard Defaults"
[ 372.927] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 372.928] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 53 paused 0
[ 372.928] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 372.928] (**) Option "Device" "/dev/input/event7"
[ 372.930] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 372.930] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 372.931] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device removed
[ 372.931] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: needs a virtual subdevice
[ 372.931] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1532:007B.0002/input/input8/event7"
[ 372.931] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: MOUSE, id 11)
[ 372.931] (**) Option "AccelerationScheme" "none"
[ 372.931] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) selected scheme none/0
[ 372.931] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration factor: 2.000
[ 372.931] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration threshold: 4
[ 372.933] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 372.933] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 372.935] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event8)
[ 372.935] (II) No input driver specified, ignoring this device.
[ 372.935] (II) This device may have been added with another device file.
[ 372.936] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event9)
[ 372.936] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev keyboard catchall"
[ 372.936] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput keyboard catchall"
[ 372.936] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "Keyboard Defaults"
[ 372.936] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 372.937] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 54 paused 0
[ 372.937] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 372.937] (**) Option "Device" "/dev/input/event9"
[ 372.939] (II) event9 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 372.939] (II) event9 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 372.939] (II) event9 - Razer Razer Viper Ultimate Dongle: device removed
[ 372.939] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:1532:007B.0003/input/input10/event9"
[ 372.939] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: KEYBOARD, id 12)
[ 372.939] (**) Option "xkb_rules" "evdev"
[ 372.939] (**) Option "xkb_layout" "us,ru"
[ 372.939] (**) Option "xkb_variant" ",ruu"
[ 372.939] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.940] (**) Option "AutoRepeat" "200 25"
[ 372.940] (**) AutoRepeat: 200 25
[ 372.942] (II) event9 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 372.942] (II) event9 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 372.943] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/event10)
[ 372.943] (**) Telink Wireless Receiver Mouse: Applying InputClass "evdev pointer catchall"
[ 372.943] (**) Telink Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 372.943] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Mouse'
[ 372.944] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 55 paused 0
[ 372.944] (**) Telink Wireless Receiver Mouse: always reports core events
[ 372.944] (**) Option "Device" "/dev/input/event10"
[ 372.946] (II) event10 - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 372.947] (II) event10 - Telink Wireless Receiver Mouse: device is a pointer
[ 372.947] (II) event10 - Telink Wireless Receiver Mouse: device removed
[ 372.947] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 372.947] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 372.947] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 372.947] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input11/event10"
[ 372.947] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Mouse" (type: MOUSE, id 13)
[ 372.947] (**) Option "AccelerationScheme" "none"
[ 372.947] (**) Telink Wireless Receiver Mouse: (accel) selected scheme none/0
[ 372.947] (**) Telink Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[ 372.947] (**) Telink Wireless Receiver Mouse: (accel) acceleration threshold: 4
[ 372.949] (II) event10 - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 372.949] (II) event10 - Telink Wireless Receiver Mouse: device is a pointer
[ 372.951] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/mouse1)
[ 372.951] (II) No input driver specified, ignoring this device.
[ 372.951] (II) This device may have been added with another device file.
[ 372.952] (II) config/udev: Adding input device Telink Wireless Receiver Consumer Control (/dev/input/event11)
[ 372.952] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 372.952] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 372.952] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "Keyboard Defaults"
[ 372.952] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 372.953] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 56 paused 0
[ 372.953] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 372.953] (**) Option "Device" "/dev/input/event11"
[ 372.955] (II) event11 - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 372.955] (II) event11 - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 372.955] (II) event11 - Telink Wireless Receiver Consumer Control: device removed
[ 372.955] (II) libinput: Telink Wireless Receiver Consumer Control: needs a virtual subdevice
[ 372.955] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input12/event11"
[ 372.955] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: MOUSE, id 14)
[ 372.955] (**) Option "AccelerationScheme" "none"
[ 372.955] (**) Telink Wireless Receiver Consumer Control: (accel) selected scheme none/0
[ 372.955] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 372.955] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration threshold: 4
[ 372.957] (II) event11 - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 372.957] (II) event11 - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 372.959] (II) config/udev: Adding input device Telink Wireless Receiver System Control (/dev/input/event12)
[ 372.959] (**) Telink Wireless Receiver System Control: Applying InputClass "evdev keyboard catchall"
[ 372.959] (**) Telink Wireless Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 372.959] (**) Telink Wireless Receiver System Control: Applying InputClass "Keyboard Defaults"
[ 372.959] (II) Using input driver 'libinput' for 'Telink Wireless Receiver System Control'
[ 372.959] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 57 paused 0
[ 372.959] (**) Telink Wireless Receiver System Control: always reports core events
[ 372.959] (**) Option "Device" "/dev/input/event12"
[ 372.961] (II) event12 - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 372.961] (II) event12 - Telink Wireless Receiver System Control: device is a keyboard
[ 372.961] (II) event12 - Telink Wireless Receiver System Control: device removed
[ 372.961] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input13/event12"
[ 372.961] (II) XINPUT: Adding extended input device "Telink Wireless Receiver System Control" (type: KEYBOARD, id 15)
[ 372.961] (**) Option "xkb_rules" "evdev"
[ 372.961] (**) Option "xkb_layout" "us,ru"
[ 372.961] (**) Option "xkb_variant" ",ruu"
[ 372.961] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.961] (**) Option "AutoRepeat" "200 25"
[ 372.961] (**) AutoRepeat: 200 25
[ 372.963] (II) event12 - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 372.963] (II) event12 - Telink Wireless Receiver System Control: device is a keyboard
[ 372.964] (II) config/udev: Adding input device Telink Wireless Receiver (/dev/input/event13)
[ 372.964] (**) Telink Wireless Receiver: Applying InputClass "evdev keyboard catchall"
[ 372.964] (**) Telink Wireless Receiver: Applying InputClass "libinput keyboard catchall"
[ 372.964] (**) Telink Wireless Receiver: Applying InputClass "Keyboard Defaults"
[ 372.964] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[ 372.965] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 58 paused 0
[ 372.965] (**) Telink Wireless Receiver: always reports core events
[ 372.965] (**) Option "Device" "/dev/input/event13"
[ 372.966] (II) event13 - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 372.966] (II) event13 - Telink Wireless Receiver: device is a keyboard
[ 372.967] (II) event13 - Telink Wireless Receiver: device removed
[ 372.967] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:248A:8367.0005/input/input14/event13"
[ 372.967] (II) XINPUT: Adding extended input device "Telink Wireless Receiver" (type: KEYBOARD, id 16)
[ 372.967] (**) Option "xkb_rules" "evdev"
[ 372.967] (**) Option "xkb_layout" "us,ru"
[ 372.967] (**) Option "xkb_variant" ",ruu"
[ 372.967] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 372.967] (**) Option "AutoRepeat" "200 25"
[ 372.967] (**) AutoRepeat: 200 25
[ 372.968] (II) event13 - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 372.968] (II) event13 - Telink Wireless Receiver: device is a keyboard
[ 372.969] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event14)
[ 372.969] (**) Wacom Pen and multitouch sensor Finger: Ignoring device from InputClass "Touchscreen catchall"
[ 372.970] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse2)
[ 372.970] (**) Wacom Pen and multitouch sensor Finger: Ignoring device from InputClass "Touchscreen catchall"
[ 372.971] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event15)
[ 372.971] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "evdev tablet catchall"
[ 372.971] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 372.971] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 373.027] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 59 paused 0
[ 373.027] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 373.027] (**) Option "Device" "/dev/input/event15"
[ 373.028] (II) event15 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 373.066] (II) event15 - Wacom Pen and multitouch sensor Pen: tablet 'Wacom Pen and multitouch sensor Pen' unknown to libwacom
[ 373.084] (II) event15 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 373.084] (II) event15 - Wacom Pen and multitouch sensor Pen: device removed
[ 373.084] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5193.0007/input/input33/event15"
[ 373.084] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 17)
[ 373.085] (II) event15 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 373.104] (II) event15 - Wacom Pen and multitouch sensor Pen: tablet 'Wacom Pen and multitouch sensor Pen' unknown to libwacom
[ 373.122] (II) event15 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 373.123] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse3)
[ 373.123] (II) No input driver specified, ignoring this device.
[ 373.123] (II) This device may have been added with another device file.
[ 373.123] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event22)
[ 373.123] (II) No input driver specified, ignoring this device.
[ 373.123] (II) This device may have been added with another device file.
[ 373.124] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event23)
[ 373.124] (II) No input driver specified, ignoring this device.
[ 373.124] (II) This device may have been added with another device file.
[ 373.124] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event24)
[ 373.124] (II) No input driver specified, ignoring this device.
[ 373.124] (II) This device may have been added with another device file.
[ 373.124] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event25)
[ 373.124] (II) No input driver specified, ignoring this device.
[ 373.124] (II) This device may have been added with another device file.
[ 373.125] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event26)
[ 373.125] (II) No input driver specified, ignoring this device.
[ 373.125] (II) This device may have been added with another device file.
[ 373.125] (II) config/udev: Adding input device Synaptics TM3418-002 (/dev/input/event21)
[ 373.125] (**) Synaptics TM3418-002: Applying InputClass "evdev touchpad catchall"
[ 373.125] (**) Synaptics TM3418-002: Applying InputClass "libinput touchpad catchall"
[ 373.125] (**) Synaptics TM3418-002: Applying InputClass "touchpad catchall"
[ 373.125] (**) Synaptics TM3418-002: Applying InputClass "Default clickpad buttons"
[ 373.125] (**) Synaptics TM3418-002: Applying InputClass "touchpad catchall"
[ 373.125] (**) Synaptics TM3418-002: Applying InputClass "Default clickpad buttons"
[ 373.125] (II) LoadModule: "synaptics"
[ 373.125] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 373.125] (II) Module synaptics: vendor="X.Org Foundation"
[ 373.125] compiled for 1.21.1.3, module version = 1.9.2
[ 373.125] Module class: X.Org XInput Driver
[ 373.125] ABI class: X.Org XInput driver, version 24.4
[ 373.125] (II) Using input driver 'synaptics' for 'Synaptics TM3418-002'
[ 373.126] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 61 paused 0
[ 373.126] (**) Synaptics TM3418-002: always reports core events
[ 373.126] (**) Option "Device" "/dev/input/event21"
[ 373.126] (II) synaptics: Synaptics TM3418-002: found clickpad property
[ 373.126] (--) synaptics: Synaptics TM3418-002: x-axis range 0 - 1938 (res 20)
[ 373.126] (--) synaptics: Synaptics TM3418-002: y-axis range 0 - 1297 (res 20)
[ 373.126] (--) synaptics: Synaptics TM3418-002: pressure range 0 - 255
[ 373.126] (II) synaptics: Synaptics TM3418-002: device does not report finger width.
[ 373.126] (--) synaptics: Synaptics TM3418-002: buttons: left double triple
[ 373.126] (--) synaptics: Synaptics TM3418-002: Vendor 0x6cb Product 0
[ 373.126] (--) synaptics: Synaptics TM3418-002: invalid finger width range. defaulting to 0 - 15
[ 373.126] (**) Option "HorizEdgeScroll" "on"
[ 373.126] (**) Option "HorizTwoFingerScroll" "on"
[ 373.126] (**) Option "CircularScrolling" "on"
[ 373.126] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 373.126] (--) synaptics: Synaptics TM3418-002: touchpad found
[ 373.126] (**) Synaptics TM3418-002: always reports core events
[ 373.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-5/5-002c/rmi4-00/input/input23/event21"
[ 373.126] (II) XINPUT: Adding extended input device "Synaptics TM3418-002" (type: TOUCHPAD, id 18)
[ 373.126] (**) synaptics: Synaptics TM3418-002: (accel) MinSpeed is now constant deceleration 2.5
[ 373.126] (**) synaptics: Synaptics TM3418-002: (accel) MaxSpeed is now 1.75
[ 373.126] (**) synaptics: Synaptics TM3418-002: (accel) AccelFactor is now 0.086
[ 373.126] (**) Synaptics TM3418-002: (accel) keeping acceleration scheme 1
[ 373.126] (**) Synaptics TM3418-002: (accel) acceleration profile 1
[ 373.126] (**) Synaptics TM3418-002: (accel) acceleration factor: 2.000
[ 373.126] (**) Synaptics TM3418-002: (accel) acceleration threshold: 4
[ 373.126] (--) synaptics: Synaptics TM3418-002: touchpad found
[ 373.127] (II) config/udev: Adding input device Synaptics TM3418-002 (/dev/input/mouse6)
[ 373.127] (**) Synaptics TM3418-002: Ignoring device from InputClass "touchpad ignore duplicates"
[ 373.127] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event27)
[ 373.127] (**) TPPS/2 Elan TrackPoint: Applying InputClass "evdev pointer catchall"
[ 373.127] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 373.127] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 373.128] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 62 paused 0
[ 373.128] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 373.128] (**) Option "Device" "/dev/input/event27"
[ 373.129] (II) event27 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 373.130] (II) event27 - TPPS/2 Elan TrackPoint: device is a pointer
[ 373.131] (II) event27 - TPPS/2 Elan TrackPoint: device removed
[ 373.131] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 373.131] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 373.131] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 373.131] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-5/5-002c/rmi4-00/rmi4-00.fn03/serio2/input/input24/event27"
[ 373.131] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 19)
[ 373.131] (**) Option "AccelerationScheme" "none"
[ 373.131] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 373.131] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 373.131] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 373.132] (II) event27 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 373.133] (II) event27 - TPPS/2 Elan TrackPoint: device is a pointer
[ 373.135] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse7)
[ 373.135] (II) No input driver specified, ignoring this device.
[ 373.135] (II) This device may have been added with another device file.
[ 373.135] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 373.135] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 373.135] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 373.135] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 373.135] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 373.136] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 63 paused 0
[ 373.136] (**) AT Translated Set 2 keyboard: always reports core events
[ 373.136] (**) Option "Device" "/dev/input/event5"
[ 373.137] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 373.137] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 373.138] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 373.138] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 373.138] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
[ 373.138] (**) Option "xkb_rules" "evdev"
[ 373.138] (**) Option "xkb_layout" "us,ru"
[ 373.138] (**) Option "xkb_variant" ",ruu"
[ 373.138] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 373.138] (**) Option "AutoRepeat" "200 25"
[ 373.138] (**) AutoRepeat: 200 25
[ 373.138] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 373.139] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 373.140] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[ 373.140] (II) No input driver specified, ignoring this device.
[ 373.140] (II) This device may have been added with another device file.
[ 373.142] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event20)
[ 373.142] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 373.142] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 373.142] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard Defaults"
[ 373.142] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 373.143] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 64 paused 0
[ 373.143] (**) ThinkPad Extra Buttons: always reports core events
[ 373.143] (**) Option "Device" "/dev/input/event20"
[ 373.144] (II) event20 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 373.144] (II) event20 - ThinkPad Extra Buttons: device is a keyboard
[ 373.144] (II) event20 - ThinkPad Extra Buttons: device removed
[ 373.144] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input22/event20"
[ 373.144] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 21)
[ 373.144] (**) Option "xkb_rules" "evdev"
[ 373.144] (**) Option "xkb_layout" "us,ru"
[ 373.144] (**) Option "xkb_variant" ",ruu"
[ 373.144] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 373.144] (**) Option "AutoRepeat" "200 25"
[ 373.144] (**) AutoRepeat: 200 25
[ 373.145] (II) event20 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 373.145] (II) event20 - ThinkPad Extra Buttons: device is a keyboard
[ 373.149] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 373.149] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 373.149] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "Keyboard Defaults"
[ 373.149] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 373.149] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 373.149] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 373.149] (**) Option "Device" "/dev/input/event7"
[ 373.149] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: is a virtual subdevice
[ 373.149] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1532:007B.0002/input/input8/event7"
[ 373.149] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: KEYBOARD, id 22)
[ 373.149] (**) Option "xkb_rules" "evdev"
[ 373.149] (**) Option "xkb_layout" "us,ru"
[ 373.149] (**) Option "xkb_variant" ",ruu"
[ 373.149] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 373.149] (**) Option "AutoRepeat" "200 25"
[ 373.149] (**) AutoRepeat: 200 25
[ 373.149] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 373.149] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 373.149] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "Keyboard Defaults"
[ 373.149] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 373.149] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[ 373.149] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 373.149] (**) Option "Device" "/dev/input/event11"
[ 373.149] (II) libinput: Telink Wireless Receiver Consumer Control: is a virtual subdevice
[ 373.149] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0004/input/input12/event11"
[ 373.149] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: KEYBOARD, id 23)
[ 373.149] (**) Option "xkb_rules" "evdev"
[ 373.149] (**) Option "xkb_layout" "us,ru"
[ 373.149] (**) Option "xkb_variant" ",ruu"
[ 373.149] (**) Option "xkb_options" "grp:caps_toggle,grp_led:scroll"
[ 373.149] (**) Option "AutoRepeat" "200 25"
[ 373.149] (**) AutoRepeat: 200 25my config :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 530.41.03
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "nvidia"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
# Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
# Option "DPI" "96 x 96" # Uncoment to fix the size of fonts
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
# Uncomment this line if your computer has no display devices connected to
# the NVIDIA GPU. Leave it commented if you have display devices
# connected to the NVIDIA GPU that you would like to use.
# Option "UseDisplayDevice" "none"
EndSection
#Section "Device"
# Identifier "intel"
# Driver "intel"
# Option "TearFree" "false"
# Option "TripleBuffer" "false"
# Option "DRI" "3"
#EndSection
#Section "Screen"
# Identifier "intel"
# Device "intel"
#EndSection
Section "Files"
ModulePath "/usr/lib/nvidia/xorg/"
ModulePath "/usr/lib/xorg/modules/"
EndSectionAs for now I can see that there's a modesetting output in xrandr:
> xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x217 cap: 0x0 crtcs: 4 outputs: 3 associated providers: 0 name:NVIDIA-0
Provider 1: id: 0x25a cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 0 name:modesettingYet I can't configure it as a sink:
> xrandr --setprovideroffloadsink NVIDIA-0 modesetting
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 34 (RRSetProviderOffloadSink)
Value in failed request: 0x217
Serial number of failed request: 16
Current serial number in output stream: 17
/etc/X11
> xrandr --setprovideroffloadsink modesetting NVIDIA-0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 34 (RRSetProviderOffloadSink)
Value in failed request: 0x217
Serial number of failed request: 16
Current serial number in output stream: 17Offline
As mentioned in post #2, remove the config file entirely and keep it removed. nvidia-xconfig creates outdated cruft and would only create something semi-sensible on an Optimus system with the --prime parameter, but it also generally irrelevant and unnecessary. So don't create any configuration, remove that file.
Last edited by V1del (2023-09-12 14:35:21)
Offline
Once I remove that file and restart X - there's no HDMI and no NVIDIA in providers:
> xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x42 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 0 name:modesettingThe /etc/X11 folder is empty
The most recent log:
[ 1277.224]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 1277.224] Current Operating System: Linux devbox 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64
[ 1277.224] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a0a9d176-a5f3-4ccd-8573-2eea3cac3479 rw cryptdevice=/dev/nvme0n1p2:root:allow-discards root=/dev/mapper/root ro ipv6.disable=1 quiet acpi_osi=Linux nogpumanager tsc=nowatchdog
[ 1277.225]
[ 1277.225] Current version of pixman: 0.42.2
[ 1277.225] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1277.225] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1277.225] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Tue Sep 12 10:38:53 2023
[ 1277.225] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1277.225] (==) No Layout section. Using the first Screen section.
[ 1277.225] (==) No screen section available. Using defaults.
[ 1277.225] (**) |-->Screen "Default Screen Section" (0)
[ 1277.225] (**) | |-->Monitor "<default monitor>"
[ 1277.225] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1277.225] (==) Automatically adding devices
[ 1277.225] (==) Automatically enabling devices
[ 1277.225] (==) Automatically adding GPU devices
[ 1277.225] (==) Automatically binding GPU devices
[ 1277.225] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1277.225] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 1277.225] Entry deleted from font path.
[ 1277.225] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi
[ 1277.225] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1277.225] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1277.225] (II) Module ABI versions:
[ 1277.225] X.Org ANSI C Emulation: 0.4
[ 1277.225] X.Org Video Driver: 25.2
[ 1277.225] X.Org XInput driver : 24.4
[ 1277.225] X.Org Server Extension : 10.0
[ 1277.226] (++) using VT number 1
[ 1277.227] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 1277.228] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1277.228] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 1277.228] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 1277.231] (--) PCI:*(0@0:2:0) 8086:3e94:17aa:2267 rev 0, Mem @ 0x404a000000/16777216, 0x60000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 1277.231] (--) PCI: (1@0:0:0) 10de:1cba:17aa:2267 rev 161, Mem @ 0xc3000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 1277.231] (II) Open ACPI successful (/var/run/acpid.socket)
[ 1277.231] (II) LoadModule: "glx"
[ 1277.231] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1277.232] (II) Module glx: vendor="X.Org Foundation"
[ 1277.232] compiled for 1.21.1.8, module version = 1.0.0
[ 1277.232] ABI class: X.Org Server Extension, version 10.0
[ 1277.232] (==) Matched intel as autoconfigured driver 0
[ 1277.232] (==) Matched modesetting as autoconfigured driver 1
[ 1277.232] (==) Matched fbdev as autoconfigured driver 2
[ 1277.232] (==) Matched vesa as autoconfigured driver 3
[ 1277.232] (==) Assigned the driver to the xf86ConfigLayout
[ 1277.232] (II) LoadModule: "intel"
[ 1277.232] (WW) Warning, couldn't open module intel
[ 1277.232] (EE) Failed to load module "intel" (module does not exist, 0)
[ 1277.232] (II) LoadModule: "modesetting"
[ 1277.232] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1277.232] (II) Module modesetting: vendor="X.Org Foundation"
[ 1277.232] compiled for 1.21.1.8, module version = 1.21.1
[ 1277.232] Module class: X.Org Video Driver
[ 1277.233] ABI class: X.Org Video Driver, version 25.2
[ 1277.233] (II) LoadModule: "fbdev"
[ 1277.233] (WW) Warning, couldn't open module fbdev
[ 1277.233] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 1277.233] (II) LoadModule: "vesa"
[ 1277.233] (WW) Warning, couldn't open module vesa
[ 1277.233] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 1277.233] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1277.233] (II) modeset(0): using drv /dev/dri/card0
[ 1277.233] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1277.233] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1277.233] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 1277.233] (==) modeset(0): RGB weight 888
[ 1277.233] (==) modeset(0): Default visual is TrueColor
[ 1277.233] (II) Loading sub module "glamoregl"
[ 1277.233] (II) LoadModule: "glamoregl"
[ 1277.233] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1277.235] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1277.235] compiled for 1.21.1.8, module version = 1.0.1
[ 1277.235] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1277.503] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics P630 (CFL GT2)
[ 1277.503] (II) modeset(0): glamor initialized
[ 1277.503] (==) modeset(0): VariableRefresh: disabled
[ 1277.503] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 1277.505] (II) modeset(0): Output eDP-1 has no monitor section
[ 1277.507] (II) modeset(0): EDID for output eDP-1
[ 1277.507] (II) modeset(0): Manufacturer: AUO Model: 32eb Serial#: 0
[ 1277.507] (II) modeset(0): Year: 2017 Week: 37
[ 1277.507] (II) modeset(0): EDID Version: 1.4
[ 1277.507] (II) modeset(0): Digital Display Input
[ 1277.507] (II) modeset(0): 8 bits per channel
[ 1277.507] (II) modeset(0): Digital interface is DisplayPort
[ 1277.507] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 1277.507] (II) modeset(0): Gamma: 2.20
[ 1277.507] (II) modeset(0): No DPMS capabilities specified
[ 1277.507] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 1277.507] (II) modeset(0): First detailed timing is preferred mode
[ 1277.507] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 1277.507] (II) modeset(0): redX: 0.645 redY: 0.336 greenX: 0.311 greenY: 0.606
[ 1277.507] (II) modeset(0): blueX: 0.152 blueY: 0.049 whiteX: 0.313 whiteY: 0.329
[ 1277.507] (II) modeset(0): Manufacturer's mask: 0
[ 1277.507] (II) modeset(0): Supported detailed timing:
[ 1277.507] (II) modeset(0): clock: 533.3 MHz Image Size: 344 x 193 mm
[ 1277.507] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 1277.507] (II) modeset(0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 1277.507] (II) modeset(0): Unknown vendor-specific block f
[ 1277.507] (II) modeset(0): AUO
[ 1277.507] (II) modeset(0): B156ZAN03.2
[ 1277.507] (II) modeset(0): EDID (in hex):
[ 1277.507] (II) modeset(0): 00ffffffffffff0006afeb3200000000
[ 1277.507] (II) modeset(0): 251b0104a5221378020925a5564f9b27
[ 1277.507] (II) modeset(0): 0c505400000001010101010101010101
[ 1277.507] (II) modeset(0): 01010101010152d000a0f0703e803020
[ 1277.507] (II) modeset(0): 350058c1100000180000000f00000000
[ 1277.507] (II) modeset(0): 00000000000000000020000000fe0041
[ 1277.507] (II) modeset(0): 554f0a202020202020202020000000fe
[ 1277.507] (II) modeset(0): 00423135365a414e30332e32200a000d
[ 1277.507] (II) modeset(0): Printing probed modes for output eDP-1
[ 1277.507] (II) modeset(0): Modeline "3840x2160"x60.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 1277.507] (II) modeset(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 1277.507] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 1277.507] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 1277.507] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 1277.507] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 1277.507] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 1277.507] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 1277.507] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 1277.507] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 1277.507] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 1277.507] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 1277.508] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 1277.508] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1277.508] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 1277.508] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1277.508] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 1277.508] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 1277.508] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 1277.508] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 1277.508] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 1277.508] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 1277.508] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 1277.508] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 1277.508] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 1277.508] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 1277.508] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 1277.508] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 1277.508] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 1277.508] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 1277.508] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 1277.508] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 1277.508] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 1277.508] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 1277.508] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 1277.508] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 1277.508] (II) modeset(0): Output eDP-1 connected
[ 1277.508] (II) modeset(0): Using exact sizes for initial modes
[ 1277.508] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[ 1277.508] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1277.508] (==) modeset(0): DPI set to (96, 96)
[ 1277.508] (II) Loading sub module "fb"
[ 1277.508] (II) LoadModule: "fb"
[ 1277.508] (II) Module "fb" already built-in
[ 1277.522] (==) modeset(0): Backing store enabled
[ 1277.522] (==) modeset(0): Silken mouse enabled
[ 1277.611] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 1277.611] (==) modeset(0): DPMS enabled
[ 1277.611] (II) modeset(0): [DRI2] Setup complete
[ 1277.611] (II) modeset(0): [DRI2] DRI driver: iris
[ 1277.611] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 1277.611] (II) Initializing extension Generic Event Extension
[ 1277.611] (II) Initializing extension SHAPE
[ 1277.611] (II) Initializing extension MIT-SHM
[ 1277.611] (II) Initializing extension XInputExtension
[ 1277.612] (II) Initializing extension XTEST
[ 1277.612] (II) Initializing extension BIG-REQUESTS
[ 1277.612] (II) Initializing extension SYNC
[ 1277.612] (II) Initializing extension XKEYBOARD
[ 1277.612] (II) Initializing extension XC-MISC
[ 1277.612] (II) Initializing extension SECURITY
[ 1277.612] (II) Initializing extension XFIXES
[ 1277.613] (II) Initializing extension RENDER
[ 1277.613] (II) Initializing extension RANDR
[ 1277.613] (II) Initializing extension COMPOSITE
[ 1277.613] (II) Initializing extension DAMAGE
[ 1277.613] (II) Initializing extension MIT-SCREEN-SAVER
[ 1277.613] (II) Initializing extension DOUBLE-BUFFER
[ 1277.614] (II) Initializing extension RECORD
[ 1277.614] (II) Initializing extension DPMS
[ 1277.614] (II) Initializing extension Present
[ 1277.614] (II) Initializing extension DRI3
[ 1277.614] (II) Initializing extension X-Resource
[ 1277.614] (II) Initializing extension XVideo
[ 1277.614] (II) Initializing extension XVideo-MotionCompensation
[ 1277.614] (II) Initializing extension GLX
[ 1277.626] (II) AIGLX: Loaded and initialized iris
[ 1277.626] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1277.626] (II) Initializing extension XFree86-VidModeExtension
[ 1277.627] (II) Initializing extension XFree86-DGA
[ 1277.627] (II) Initializing extension XFree86-DRI
[ 1277.627] (II) Initializing extension DRI2
[ 1277.627] (II) modeset(0): Damage tracking initialized
[ 1277.628] (II) modeset(0): Setting screen physical size to 1016 x 571
[ 1277.707] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 1277.707] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1277.707] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1277.707] (II) LoadModule: "libinput"
[ 1277.707] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1277.708] (II) Module libinput: vendor="X.Org Foundation"
[ 1277.708] compiled for 1.21.1.8, module version = 1.4.0
[ 1277.708] Module class: X.Org XInput Driver
[ 1277.708] ABI class: X.Org XInput driver, version 24.4
[ 1277.708] (II) Using input driver 'libinput' for 'Power Button'
[ 1277.709] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[ 1277.709] (**) Power Button: always reports core events
[ 1277.709] (**) Option "Device" "/dev/input/event2"
[ 1277.710] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1277.710] (II) event2 - Power Button: device is a keyboard
[ 1277.710] (II) event2 - Power Button: device removed
[ 1277.711] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 1277.711] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1277.711] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1277.711] (II) event2 - Power Button: device is a keyboard
[ 1277.712] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 1277.712] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1277.712] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1277.712] (II) Using input driver 'libinput' for 'Video Bus'
[ 1277.712] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
[ 1277.712] (**) Video Bus: always reports core events
[ 1277.712] (**) Option "Device" "/dev/input/event4"
[ 1277.713] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 1277.713] (II) event4 - Video Bus: device is a keyboard
[ 1277.713] (II) event4 - Video Bus: device removed
[ 1277.713] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[ 1277.713] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 1277.714] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 1277.714] (II) event4 - Video Bus: device is a keyboard
[ 1277.715] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 1277.715] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1277.715] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1277.715] (II) Using input driver 'libinput' for 'Video Bus'
[ 1277.715] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[ 1277.715] (**) Video Bus: always reports core events
[ 1277.715] (**) Option "Device" "/dev/input/event3"
[ 1277.716] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 1277.716] (II) event3 - Video Bus: device is a keyboard
[ 1277.716] (II) event3 - Video Bus: device removed
[ 1277.716] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3/event3"
[ 1277.716] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 1277.717] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 1277.717] (II) event3 - Video Bus: device is a keyboard
[ 1277.718] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 1277.718] (II) No input driver specified, ignoring this device.
[ 1277.718] (II) This device may have been added with another device file.
[ 1277.718] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 1277.718] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 1277.718] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1277.718] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1277.719] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 36 paused 0
[ 1277.719] (**) Sleep Button: always reports core events
[ 1277.719] (**) Option "Device" "/dev/input/event0"
[ 1277.720] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 1277.720] (II) event0 - Sleep Button: device is a keyboard
[ 1277.720] (II) event0 - Sleep Button: device removed
[ 1277.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 1277.720] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 1277.721] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 1277.721] (II) event0 - Sleep Button: device is a keyboard
[ 1277.722] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event6)
[ 1277.722] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev pointer catchall"
[ 1277.722] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput pointer catchall"
[ 1277.722] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 1277.777] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 37 paused 0
[ 1277.777] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 1277.777] (**) Option "Device" "/dev/input/event6"
[ 1277.778] (II) event6 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 1277.779] (II) event6 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 1277.779] (II) event6 - Razer Razer Viper Ultimate Dongle: device removed
[ 1277.779] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1277.779] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1277.779] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1277.779] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:1532:007B.000D/input/input44/event6"
[ 1277.779] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: MOUSE, id 10)
[ 1277.779] (**) Option "AccelerationScheme" "none"
[ 1277.779] (**) Razer Razer Viper Ultimate Dongle: (accel) selected scheme none/0
[ 1277.779] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration factor: 2.000
[ 1277.779] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration threshold: 4
[ 1277.781] (II) event6 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 1277.781] (II) event6 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 1277.782] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/mouse0)
[ 1277.782] (II) No input driver specified, ignoring this device.
[ 1277.782] (II) This device may have been added with another device file.
[ 1277.783] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle Keyboard (/dev/input/event7)
[ 1277.783] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 1277.783] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1277.783] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 1277.784] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 38 paused 0
[ 1277.784] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 1277.784] (**) Option "Device" "/dev/input/event7"
[ 1277.786] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 1277.787] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 1277.787] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device removed
[ 1277.787] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: needs a virtual subdevice
[ 1277.787] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1532:007B.000E/input/input45/event7"
[ 1277.787] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: MOUSE, id 11)
[ 1277.787] (**) Option "AccelerationScheme" "none"
[ 1277.787] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) selected scheme none/0
[ 1277.787] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration factor: 2.000
[ 1277.787] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration threshold: 4
[ 1277.789] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 1277.789] (II) event7 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 1277.791] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event8)
[ 1277.791] (II) No input driver specified, ignoring this device.
[ 1277.791] (II) This device may have been added with another device file.
[ 1277.792] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event9)
[ 1277.792] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev keyboard catchall"
[ 1277.792] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput keyboard catchall"
[ 1277.792] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 1277.793] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 39 paused 0
[ 1277.793] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 1277.793] (**) Option "Device" "/dev/input/event9"
[ 1277.795] (II) event9 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 1277.795] (II) event9 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 1277.795] (II) event9 - Razer Razer Viper Ultimate Dongle: device removed
[ 1277.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:1532:007B.000F/input/input47/event9"
[ 1277.795] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: KEYBOARD, id 12)
[ 1277.798] (II) event9 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 1277.798] (II) event9 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 1277.799] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/event10)
[ 1277.799] (**) Telink Wireless Receiver Mouse: Applying InputClass "evdev pointer catchall"
[ 1277.799] (**) Telink Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 1277.799] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Mouse'
[ 1277.799] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 40 paused 0
[ 1277.799] (**) Telink Wireless Receiver Mouse: always reports core events
[ 1277.799] (**) Option "Device" "/dev/input/event10"
[ 1277.800] (II) event10 - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 1277.801] (II) event10 - Telink Wireless Receiver Mouse: device is a pointer
[ 1277.801] (II) event10 - Telink Wireless Receiver Mouse: device removed
[ 1277.801] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1277.801] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1277.801] (II) libinput: Telink Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1277.801] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0010/input/input48/event10"
[ 1277.801] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Mouse" (type: MOUSE, id 13)
[ 1277.801] (**) Option "AccelerationScheme" "none"
[ 1277.801] (**) Telink Wireless Receiver Mouse: (accel) selected scheme none/0
[ 1277.801] (**) Telink Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[ 1277.801] (**) Telink Wireless Receiver Mouse: (accel) acceleration threshold: 4
[ 1277.802] (II) event10 - Telink Wireless Receiver Mouse: is tagged by udev as: Mouse
[ 1277.802] (II) event10 - Telink Wireless Receiver Mouse: device is a pointer
[ 1277.803] (II) config/udev: Adding input device Telink Wireless Receiver Mouse (/dev/input/mouse1)
[ 1277.803] (II) No input driver specified, ignoring this device.
[ 1277.803] (II) This device may have been added with another device file.
[ 1277.804] (II) config/udev: Adding input device Telink Wireless Receiver Consumer Control (/dev/input/event11)
[ 1277.804] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 1277.804] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1277.804] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 1277.804] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 41 paused 0
[ 1277.804] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 1277.804] (**) Option "Device" "/dev/input/event11"
[ 1277.805] (II) event11 - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 1277.805] (II) event11 - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 1277.805] (II) event11 - Telink Wireless Receiver Consumer Control: device removed
[ 1277.806] (II) libinput: Telink Wireless Receiver Consumer Control: needs a virtual subdevice
[ 1277.806] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0010/input/input49/event11"
[ 1277.806] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: MOUSE, id 14)
[ 1277.806] (**) Option "AccelerationScheme" "none"
[ 1277.806] (**) Telink Wireless Receiver Consumer Control: (accel) selected scheme none/0
[ 1277.806] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 1277.806] (**) Telink Wireless Receiver Consumer Control: (accel) acceleration threshold: 4
[ 1277.807] (II) event11 - Telink Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
[ 1277.807] (II) event11 - Telink Wireless Receiver Consumer Control: device is a keyboard
[ 1277.808] (II) config/udev: Adding input device Telink Wireless Receiver System Control (/dev/input/event12)
[ 1277.808] (**) Telink Wireless Receiver System Control: Applying InputClass "evdev keyboard catchall"
[ 1277.808] (**) Telink Wireless Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 1277.808] (II) Using input driver 'libinput' for 'Telink Wireless Receiver System Control'
[ 1277.808] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 42 paused 0
[ 1277.808] (**) Telink Wireless Receiver System Control: always reports core events
[ 1277.808] (**) Option "Device" "/dev/input/event12"
[ 1277.809] (II) event12 - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 1277.809] (II) event12 - Telink Wireless Receiver System Control: device is a keyboard
[ 1277.810] (II) event12 - Telink Wireless Receiver System Control: device removed
[ 1277.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0010/input/input50/event12"
[ 1277.810] (II) XINPUT: Adding extended input device "Telink Wireless Receiver System Control" (type: KEYBOARD, id 15)
[ 1277.811] (II) event12 - Telink Wireless Receiver System Control: is tagged by udev as: Keyboard
[ 1277.811] (II) event12 - Telink Wireless Receiver System Control: device is a keyboard
[ 1277.812] (II) config/udev: Adding input device Telink Wireless Receiver (/dev/input/event13)
[ 1277.812] (**) Telink Wireless Receiver: Applying InputClass "evdev keyboard catchall"
[ 1277.812] (**) Telink Wireless Receiver: Applying InputClass "libinput keyboard catchall"
[ 1277.812] (II) Using input driver 'libinput' for 'Telink Wireless Receiver'
[ 1277.812] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 43 paused 0
[ 1277.812] (**) Telink Wireless Receiver: always reports core events
[ 1277.812] (**) Option "Device" "/dev/input/event13"
[ 1277.813] (II) event13 - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 1277.814] (II) event13 - Telink Wireless Receiver: device is a keyboard
[ 1277.814] (II) event13 - Telink Wireless Receiver: device removed
[ 1277.814] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:248A:8367.0011/input/input51/event13"
[ 1277.814] (II) XINPUT: Adding extended input device "Telink Wireless Receiver" (type: KEYBOARD, id 16)
[ 1277.815] (II) event13 - Telink Wireless Receiver: is tagged by udev as: Keyboard
[ 1277.815] (II) event13 - Telink Wireless Receiver: device is a keyboard
[ 1277.816] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event14)
[ 1277.816] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "evdev touchscreen catchall"
[ 1277.816] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput touchscreen catchall"
[ 1277.816] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Finger'
[ 1277.874] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 44 paused 0
[ 1277.874] (**) Wacom Pen and multitouch sensor Finger: always reports core events
[ 1277.874] (**) Option "Device" "/dev/input/event14"
[ 1277.876] (II) event14 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen
[ 1277.876] (II) event14 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 1277.876] (II) event14 - Wacom Pen and multitouch sensor Finger: device removed
[ 1277.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:5193.0006/input/input31/event14"
[ 1277.876] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 17)
[ 1277.876] (**) Option "AccelerationScheme" "none"
[ 1277.876] (**) Wacom Pen and multitouch sensor Finger: (accel) selected scheme none/0
[ 1277.876] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration factor: 2.000
[ 1277.876] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration threshold: 4
[ 1277.878] (II) event14 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen
[ 1277.879] (II) event14 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 1277.880] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse2)
[ 1277.880] (II) No input driver specified, ignoring this device.
[ 1277.880] (II) This device may have been added with another device file.
[ 1277.882] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event15)
[ 1277.882] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "evdev tablet catchall"
[ 1277.882] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 1277.882] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 1277.937] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 45 paused 0
[ 1277.937] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 1277.937] (**) Option "Device" "/dev/input/event15"
[ 1277.943] (II) event15 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 1278.008] (II) event15 - Wacom Pen and multitouch sensor Pen: tablet 'Wacom Pen and multitouch sensor Pen' unknown to libwacom
[ 1278.027] (II) event15 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 1278.027] (II) event15 - Wacom Pen and multitouch sensor Pen: device removed
[ 1278.027] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:056A:5193.0007/input/input33/event15"
[ 1278.027] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 18)
[ 1278.028] (II) event15 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 1278.048] (II) event15 - Wacom Pen and multitouch sensor Pen: tablet 'Wacom Pen and multitouch sensor Pen' unknown to libwacom
[ 1278.069] (II) event15 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 1278.070] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse3)
[ 1278.070] (II) No input driver specified, ignoring this device.
[ 1278.070] (II) This device may have been added with another device file.
[ 1278.070] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event22)
[ 1278.070] (II) No input driver specified, ignoring this device.
[ 1278.070] (II) This device may have been added with another device file.
[ 1278.071] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event23)
[ 1278.071] (II) No input driver specified, ignoring this device.
[ 1278.071] (II) This device may have been added with another device file.
[ 1278.071] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event24)
[ 1278.071] (II) No input driver specified, ignoring this device.
[ 1278.071] (II) This device may have been added with another device file.
[ 1278.071] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event25)
[ 1278.071] (II) No input driver specified, ignoring this device.
[ 1278.071] (II) This device may have been added with another device file.
[ 1278.072] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event26)
[ 1278.072] (II) No input driver specified, ignoring this device.
[ 1278.072] (II) This device may have been added with another device file.
[ 1278.072] (II) config/udev: Adding input device Synaptics TM3418-002 (/dev/input/event21)
[ 1278.072] (**) Synaptics TM3418-002: Applying InputClass "evdev touchpad catchall"
[ 1278.072] (**) Synaptics TM3418-002: Applying InputClass "libinput touchpad catchall"
[ 1278.072] (**) Synaptics TM3418-002: Applying InputClass "touchpad catchall"
[ 1278.072] (**) Synaptics TM3418-002: Applying InputClass "Default clickpad buttons"
[ 1278.072] (II) LoadModule: "synaptics"
[ 1278.072] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 1278.072] (II) Module synaptics: vendor="X.Org Foundation"
[ 1278.072] compiled for 1.21.1.3, module version = 1.9.2
[ 1278.072] Module class: X.Org XInput Driver
[ 1278.072] ABI class: X.Org XInput driver, version 24.4
[ 1278.072] (II) Using input driver 'synaptics' for 'Synaptics TM3418-002'
[ 1278.073] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 47 paused 0
[ 1278.073] (**) Synaptics TM3418-002: always reports core events
[ 1278.073] (**) Option "Device" "/dev/input/event21"
[ 1278.073] (II) synaptics: Synaptics TM3418-002: found clickpad property
[ 1278.073] (--) synaptics: Synaptics TM3418-002: x-axis range 0 - 1938 (res 20)
[ 1278.073] (--) synaptics: Synaptics TM3418-002: y-axis range 0 - 1297 (res 20)
[ 1278.073] (--) synaptics: Synaptics TM3418-002: pressure range 0 - 255
[ 1278.073] (II) synaptics: Synaptics TM3418-002: device does not report finger width.
[ 1278.073] (--) synaptics: Synaptics TM3418-002: buttons: left double triple
[ 1278.073] (--) synaptics: Synaptics TM3418-002: Vendor 0x6cb Product 0
[ 1278.073] (--) synaptics: Synaptics TM3418-002: invalid finger width range. defaulting to 0 - 15
[ 1278.073] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 1278.073] (--) synaptics: Synaptics TM3418-002: touchpad found
[ 1278.073] (**) Synaptics TM3418-002: always reports core events
[ 1278.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-5/5-002c/rmi4-00/input/input23/event21"
[ 1278.073] (II) XINPUT: Adding extended input device "Synaptics TM3418-002" (type: TOUCHPAD, id 19)
[ 1278.073] (**) synaptics: Synaptics TM3418-002: (accel) MinSpeed is now constant deceleration 2.5
[ 1278.073] (**) synaptics: Synaptics TM3418-002: (accel) MaxSpeed is now 1.75
[ 1278.073] (**) synaptics: Synaptics TM3418-002: (accel) AccelFactor is now 0.086
[ 1278.073] (**) Synaptics TM3418-002: (accel) keeping acceleration scheme 1
[ 1278.073] (**) Synaptics TM3418-002: (accel) acceleration profile 1
[ 1278.073] (**) Synaptics TM3418-002: (accel) acceleration factor: 2.000
[ 1278.073] (**) Synaptics TM3418-002: (accel) acceleration threshold: 4
[ 1278.073] (--) synaptics: Synaptics TM3418-002: touchpad found
[ 1278.074] (II) config/udev: Adding input device Synaptics TM3418-002 (/dev/input/mouse6)
[ 1278.074] (**) Synaptics TM3418-002: Ignoring device from InputClass "touchpad ignore duplicates"
[ 1278.075] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event27)
[ 1278.075] (**) TPPS/2 Elan TrackPoint: Applying InputClass "evdev pointer catchall"
[ 1278.075] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 1278.075] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 1278.075] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 48 paused 0
[ 1278.075] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 1278.075] (**) Option "Device" "/dev/input/event27"
[ 1278.076] (II) event27 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 1278.077] (II) event27 - TPPS/2 Elan TrackPoint: device is a pointer
[ 1278.078] (II) event27 - TPPS/2 Elan TrackPoint: device removed
[ 1278.078] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1278.078] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1278.078] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1278.078] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-5/5-002c/rmi4-00/rmi4-00.fn03/serio2/input/input24/event27"
[ 1278.078] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 20)
[ 1278.078] (**) Option "AccelerationScheme" "none"
[ 1278.078] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 1278.078] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 1278.078] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 1278.079] (II) event27 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 1278.080] (II) event27 - TPPS/2 Elan TrackPoint: device is a pointer
[ 1278.082] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse7)
[ 1278.082] (II) No input driver specified, ignoring this device.
[ 1278.082] (II) This device may have been added with another device file.
[ 1278.082] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 1278.082] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 1278.082] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 1278.082] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 1278.083] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 49 paused 0
[ 1278.083] (**) AT Translated Set 2 keyboard: always reports core events
[ 1278.083] (**) Option "Device" "/dev/input/event5"
[ 1278.083] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1278.083] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 1278.084] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 1278.084] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 1278.084] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[ 1278.085] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1278.085] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 1278.087] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[ 1278.087] (II) No input driver specified, ignoring this device.
[ 1278.087] (II) This device may have been added with another device file.
[ 1278.089] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event20)
[ 1278.089] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 1278.089] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 1278.089] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 1278.089] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 50 paused 0
[ 1278.089] (**) ThinkPad Extra Buttons: always reports core events
[ 1278.089] (**) Option "Device" "/dev/input/event20"
[ 1278.090] (II) event20 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 1278.090] (II) event20 - ThinkPad Extra Buttons: device is a keyboard
[ 1278.090] (II) event20 - ThinkPad Extra Buttons: device removed
[ 1278.090] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input22/event20"
[ 1278.090] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 22)
[ 1278.091] (II) event20 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 1278.091] (II) event20 - ThinkPad Extra Buttons: device is a keyboard
[ 1278.117] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 1278.117] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1278.117] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 1278.117] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 1278.117] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 1278.117] (**) Option "Device" "/dev/input/event7"
[ 1278.117] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: is a virtual subdevice
[ 1278.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:1532:007B.000E/input/input45/event7"
[ 1278.117] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: KEYBOARD, id 23)
[ 1278.117] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 1278.117] (**) Telink Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1278.117] (II) Using input driver 'libinput' for 'Telink Wireless Receiver Consumer Control'
[ 1278.117] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[ 1278.117] (**) Telink Wireless Receiver Consumer Control: always reports core events
[ 1278.117] (**) Option "Device" "/dev/input/event11"
[ 1278.117] (II) libinput: Telink Wireless Receiver Consumer Control: is a virtual subdevice
[ 1278.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:248A:8367.0010/input/input49/event11"
[ 1278.117] (II) XINPUT: Adding extended input device "Telink Wireless Receiver Consumer Control" (type: KEYBOARD, id 24)
[ 1311.667] (II) modeset(0): EDID vendor "AUO", prod id 13035
[ 1311.667] (II) modeset(0): Printing DDC gathered Modelines:
[ 1311.667] (II) modeset(0): Modeline "3840x2160"x0.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 1311.684] (II) modeset(0): EDID vendor "AUO", prod id 13035
[ 1311.684] (II) modeset(0): Printing DDC gathered Modelines:
[ 1311.684] (II) modeset(0): Modeline "3840x2160"x0.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)Offline
https://wiki.archlinux.org/title/NVIDIA … de_setting
Then please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stIf the previous config was an attempt at https://wiki.archlinux.org/title/PRIME# … rimary_GPU see https://us.download.nvidia.com/XFree86/ … ndr14.html
Offline
Do you have any other configuration files in /[usr/share,etc]X11/xorg.conf.d ? Did you ever use optimus-manager or envycontrol or similar? What's the nogpumanager kernel option supposed to be doing? Might also be a "lol,simpledrm" in which case you'll want to add nvidia-drm.modeset=1 to those kernel parameters.
Offline
nogpumanager and the absense of any simpledrm device smells somewhat like optimus-manager but we'd better take a look at the journal because this looks like the result of a lot of flailing.
Offline
nogpumanager and the absense of any simpledrm device smells somewhat like optimus-manager but we'd better take a look at the journal because this looks like the result of a lot of flailing.
Totally valid assumption - this system survived over 10 years of dd-like move across multiple laptops of different brands, so there may be some weird leftovers / hacks from 2000-ies I totally forgot about.
The systemd log is available at https://0x0.st/s/NST9P50XNcAw1a8c2Oe-bg/HfEM.txt ( thanks for the link btw, I was looking for some pastebin-like thing w/o much bloat / adware for ages )
Offline
There's bbswitch from bumblebee, get rid of that first.
Then
Module 'nvidia_uvm' is deny-listed (by kmod)and you're loading nvidia explicitly, so it's probably blacklisted?
modprobe -c | grep nvidiaThere's no sign of optimus-manager (but idk whether that's just because of "nogpumanager") and while you've not enabled drm modesetting, there's somewhat surprisingly also no simpledrm device (but might be because i915 takes over early enough)
Last edited by seth (2023-09-12 15:12:54)
Offline
Correct, I have Nvidia disabled usually to extend time on battery ( still use this laptop as a laptop from time to time ).
So I have created a script that powers on Nvidia, loads modules and starts X with nvidia-dedicated config:
sudo su -c "echo ON > /proc/acpi/bbswitch; modprobe nvidia; modprobe nvidia_drm"
startx -- -config /etc/X11/xorg.conf.nvidia-newI am kinda happy with what I have now except that I still want to use laptop screen as a "secondary" for logs etc while I have HDMI plugged into a big screen.
Also there's nothing to blacklist nvidia drivers in /etc/modprobe.d/
Offline
You cannot use any outputs wired to the nvidia chip when the nvidia chip isn't active.
sudo bash -c "echo ON > /proc/acpi/bbswitch; modprobe nvidia; modprobe nvidia_drm modeset=1"And then simply do not pass a special config to startx after enabling the nvidia chip.
Offline
This is somewhat progress - with no config passed to startx I can see that HDMI is correctly recognized in xorg, yet it fails to start because of [49.511] (EE) modeset(G0): Failed to create pixmap
I am also somewhat confused with nouveau - I have no such thing installed, why it comes up in [DRI2] DRI driver: nouveau ?
The complete log from .local/share/xorg/Xorg.0.log.old
[ 49.209]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 49.217] Current Operating System: Linux devbox 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64
[ 49.217] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a0a9d176-a5f3-4ccd-8573-2eea3cac3479 rw cryptdevice=/dev/nvme0n1p2:root:allow-discards root=/dev/mapper/root ro ipv6.disable=1 quiet acpi_osi=Linux nogpumanager tsc=nowatchdog
[ 49.221]
[ 49.222] Current version of pixman: 0.42.2
[ 49.225] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 49.225] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 49.234] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Tue Sep 12 11:35:54 2023
[ 49.236] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 49.239] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 49.239] (==) No Layout section. Using the first Screen section.
[ 49.239] (==) No screen section available. Using defaults.
[ 49.239] (**) |-->Screen "Default Screen Section" (0)
[ 49.239] (**) | |-->Monitor "<default monitor>"
[ 49.239] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 49.239] (**) | |-->Device "Intel Graphics"
[ 49.239] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 49.239] (**) Option "DontZap" "False"
[ 49.239] (==) Automatically adding devices
[ 49.239] (==) Automatically enabling devices
[ 49.239] (==) Automatically adding GPU devices
[ 49.239] (==) Automatically binding GPU devices
[ 49.239] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 49.239] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 49.239] Entry deleted from font path.
[ 49.239] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi
[ 49.239] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 49.239] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 49.239] (II) Module ABI versions:
[ 49.239] X.Org ANSI C Emulation: 0.4
[ 49.239] X.Org Video Driver: 25.2
[ 49.239] X.Org XInput driver : 24.4
[ 49.239] X.Org Server Extension : 10.0
[ 49.239] (++) using VT number 1
[ 49.240] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 49.241] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 49.242] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 49.242] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 49.242] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 49.242] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 49.243] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 49.244] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 49.245] (--) PCI:*(0@0:2:0) 8086:3e94:17aa:2267 rev 0, Mem @ 0x404a000000/16777216, 0x60000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 49.245] (--) PCI: (1@0:0:0) 10de:1cba:17aa:2267 rev 161, Mem @ 0xc3000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 49.245] (II) Open ACPI successful (/var/run/acpid.socket)
[ 49.245] (II) LoadModule: "glx"
[ 49.245] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 49.246] (II) Module glx: vendor="X.Org Foundation"
[ 49.246] compiled for 1.21.1.8, module version = 1.0.0
[ 49.246] ABI class: X.Org Server Extension, version 10.0
[ 49.246] (II) LoadModule: "modesetting"
[ 49.246] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 49.247] (II) Module modesetting: vendor="X.Org Foundation"
[ 49.247] compiled for 1.21.1.8, module version = 1.21.1
[ 49.247] Module class: X.Org Video Driver
[ 49.247] ABI class: X.Org Video Driver, version 25.2
[ 49.247] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 49.247] (II) modeset(0): using drv /dev/dri/card0
[ 49.247] (II) modeset(G0): using drv /dev/dri/card1
[ 49.247] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 49.247] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 49.247] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 49.247] (==) modeset(0): RGB weight 888
[ 49.247] (==) modeset(0): Default visual is TrueColor
[ 49.247] (II) Loading sub module "glamoregl"
[ 49.247] (II) LoadModule: "glamoregl"
[ 49.247] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 49.249] (II) Module glamoregl: vendor="X.Org Foundation"
[ 49.249] compiled for 1.21.1.8, module version = 1.0.1
[ 49.249] ABI class: X.Org ANSI C Emulation, version 0.4
[ 49.280] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics P630 (CFL GT2)
[ 49.280] (II) modeset(0): glamor initialized
[ 49.280] (==) modeset(0): VariableRefresh: disabled
[ 49.280] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 49.282] (II) modeset(0): Output eDP-1 using monitor section <default monitor>
[ 49.284] (II) modeset(0): EDID for output eDP-1
[ 49.284] (II) modeset(0): Manufacturer: AUO Model: 32eb Serial#: 0
[ 49.284] (II) modeset(0): Year: 2017 Week: 37
[ 49.284] (II) modeset(0): EDID Version: 1.4
[ 49.284] (II) modeset(0): Digital Display Input
[ 49.284] (II) modeset(0): 8 bits per channel
[ 49.284] (II) modeset(0): Digital interface is DisplayPort
[ 49.284] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 49.284] (II) modeset(0): Gamma: 2.20
[ 49.284] (II) modeset(0): No DPMS capabilities specified
[ 49.284] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 49.284] (II) modeset(0): First detailed timing is preferred mode
[ 49.284] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 49.284] (II) modeset(0): redX: 0.645 redY: 0.336 greenX: 0.311 greenY: 0.606
[ 49.284] (II) modeset(0): blueX: 0.152 blueY: 0.049 whiteX: 0.313 whiteY: 0.329
[ 49.284] (II) modeset(0): Manufacturer's mask: 0
[ 49.284] (II) modeset(0): Supported detailed timing:
[ 49.284] (II) modeset(0): clock: 533.3 MHz Image Size: 344 x 193 mm
[ 49.284] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 49.284] (II) modeset(0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 49.284] (II) modeset(0): Unknown vendor-specific block f
[ 49.284] (II) modeset(0): AUO
[ 49.284] (II) modeset(0): B156ZAN03.2
[ 49.284] (II) modeset(0): EDID (in hex):
[ 49.284] (II) modeset(0): 00ffffffffffff0006afeb3200000000
[ 49.284] (II) modeset(0): 251b0104a5221378020925a5564f9b27
[ 49.284] (II) modeset(0): 0c505400000001010101010101010101
[ 49.284] (II) modeset(0): 01010101010152d000a0f0703e803020
[ 49.284] (II) modeset(0): 350058c1100000180000000f00000000
[ 49.284] (II) modeset(0): 00000000000000000020000000fe0041
[ 49.284] (II) modeset(0): 554f0a202020202020202020000000fe
[ 49.284] (II) modeset(0): 00423135365a414e30332e32200a000d
[ 49.284] (II) modeset(0): Printing probed modes for output eDP-1
[ 49.284] (II) modeset(0): Modeline "3840x2160"x60.0 533.30 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 49.284] (II) modeset(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 49.284] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 49.284] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 49.284] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 49.284] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 49.284] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 49.284] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 49.284] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 49.284] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 49.284] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 49.284] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 49.284] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 49.284] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 49.284] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 49.284] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 49.284] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 49.284] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 49.284] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 49.284] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 49.284] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 49.284] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 49.284] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 49.285] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 49.285] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 49.285] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 49.285] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 49.285] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 49.285] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 49.285] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 49.285] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 49.285] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 49.285] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 49.285] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 49.285] (II) modeset(0): Output eDP-1 connected
[ 49.285] (II) modeset(0): Using exact sizes for initial modes
[ 49.285] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[ 49.285] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 49.285] (==) modeset(0): DPI set to (96, 96)
[ 49.285] (II) Loading sub module "fb"
[ 49.285] (II) LoadModule: "fb"
[ 49.285] (II) Module "fb" already built-in
[ 49.286] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 49.286] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 49.286] (==) modeset(G0): RGB weight 888
[ 49.286] (==) modeset(G0): Default visual is TrueColor
[ 49.286] (II) Loading sub module "glamoregl"
[ 49.286] (II) LoadModule: "glamoregl"
[ 49.286] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 49.286] (II) Module glamoregl: vendor="X.Org Foundation"
[ 49.286] compiled for 1.21.1.8, module version = 1.0.1
[ 49.286] ABI class: X.Org ANSI C Emulation, version 0.4
[ 49.300] (II) modeset(G0): glamor X acceleration enabled on Quadro P2000 with Max-Q Design/PCIe/SSE2
[ 49.300] (II) modeset(G0): glamor initialized
[ 49.300] (II) modeset(G0): Output DP-1-1 using monitor section <default monitor>
[ 49.300] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 49.347] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 49.347] (II) modeset(G0): EDID for output DP-1-1
[ 49.347] (II) modeset(G0): EDID for output DP-1-2
[ 49.393] (II) modeset(G0): EDID for output HDMI-1-1
[ 49.393] (II) modeset(G0): Manufacturer: GSM Model: 7706 Serial#: 320377
[ 49.393] (II) modeset(G0): Year: 2022 Week: 8
[ 49.393] (II) modeset(G0): EDID Version: 1.3
[ 49.393] (II) modeset(G0): Digital Display Input
[ 49.393] (II) modeset(G0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 49.393] (II) modeset(G0): Gamma: 2.20
[ 49.393] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[ 49.393] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 49.393] (II) modeset(G0): First detailed timing is preferred mode
[ 49.393] (II) modeset(G0): redX: 0.680 redY: 0.315 greenX: 0.280 greenY: 0.674
[ 49.393] (II) modeset(G0): blueX: 0.152 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
[ 49.393] (II) modeset(G0): Supported established timings:
[ 49.393] (II) modeset(G0): 640x480@60Hz
[ 49.393] (II) modeset(G0): 800x600@60Hz
[ 49.393] (II) modeset(G0): 1024x768@60Hz
[ 49.393] (II) modeset(G0): Manufacturer's mask: 0
[ 49.393] (II) modeset(G0): Supported standard timings:
[ 49.393] (II) modeset(G0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497
[ 49.393] (II) modeset(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 49.393] (II) modeset(G0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 49.393] (II) modeset(G0): #3: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 49.393] (II) modeset(G0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 49.393] (II) modeset(G0): #5: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 49.393] (II) modeset(G0): Supported detailed timing:
[ 49.393] (II) modeset(G0): clock: 594.0 MHz Image Size: 600 x 340 mm
[ 49.393] (II) modeset(G0): h_active: 3840 h_sync: 4016 h_sync_end 4104 h_blank_end 4400 h_border: 0
[ 49.393] (II) modeset(G0): v_active: 2160 v_sync: 2168 v_sync_end 2178 v_blanking: 2250 v_border: 0
[ 49.393] (II) modeset(G0): Supported detailed timing:
[ 49.393] (II) modeset(G0): clock: 297.0 MHz Image Size: 600 x 340 mm
[ 49.393] (II) modeset(G0): h_active: 3840 h_sync: 4016 h_sync_end 4104 h_blank_end 4400 h_border: 0
[ 49.393] (II) modeset(G0): v_active: 2160 v_sync: 2168 v_sync_end 2178 v_blanking: 2250 v_border: 0
[ 49.393] (II) modeset(G0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[ 49.393] (II) modeset(G0): Monitor name: LG HDR 4K
[ 49.393] (II) modeset(G0): Supported detailed timing:
[ 49.393] (II) modeset(G0): clock: 148.5 MHz Image Size: 600 x 340 mm
[ 49.393] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 49.393] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 49.393] (II) modeset(G0): Supported detailed timing:
[ 49.393] (II) modeset(G0): clock: 241.5 MHz Image Size: 600 x 340 mm
[ 49.393] (II) modeset(G0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 49.393] (II) modeset(G0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 49.393] (II) modeset(G0): Serial No: 208NTTQ9E377
[ 49.393] (II) modeset(G0): Number of EDID sections to follow: 1
[ 49.393] (II) modeset(G0): EDID (in hex):
[ 49.393] (II) modeset(G0): 00ffffffffffff001e6d067779e30400
[ 49.393] (II) modeset(G0): 08200103803c2278ea3e31ae5047ac27
[ 49.393] (II) modeset(G0): 0c50542108007140818081c0a9c0d1c0
[ 49.393] (II) modeset(G0): 81000101010108e80030f2705a80b058
[ 49.393] (II) modeset(G0): 8a0058542100001e04740030f2705a80
[ 49.393] (II) modeset(G0): b0588a0058542100001a000000fd0038
[ 49.393] (II) modeset(G0): 3d1e873c000a202020202020000000fc
[ 49.393] (II) modeset(G0): 004c472048445220344b0a2020200176
[ 49.393] (II) modeset(G0): 02033b714d9022201f1203040161605d
[ 49.393] (II) modeset(G0): 5e5f230907076d030c001000b83c2000
[ 49.393] (II) modeset(G0): 6001020367d85dc401788003e30f0003
[ 49.393] (II) modeset(G0): e305c000e6060501605550023a801871
[ 49.393] (II) modeset(G0): 382d40582c450058542100001e565e00
[ 49.393] (II) modeset(G0): a0a0a029503020350058542100001a00
[ 49.393] (II) modeset(G0): 0000ff003230384e5454513945333737
[ 49.393] (II) modeset(G0): 0a0000000000000000000000000000cc
[ 49.393] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[ 49.393] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x60.0 594.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync (135.0 kHz P)
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x50.0 594.00 3840 4896 4984 5280 2160 2168 2178 2250 +hsync +vsync (112.5 kHz)
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x59.9 593.41 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync (134.9 kHz)
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x30.0 297.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync -vsync (67.5 kHz)
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x25.0 297.00 3840 4896 4984 5280 2160 2168 2178 2250 +hsync +vsync (56.2 kHz)
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x30.0 296.70 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync (67.4 kHz)
[ 49.393] (II) modeset(G0): Modeline "3840x2160"x24.0 296.70 3840 5116 5204 5500 2160 2168 2178 2250 +hsync +vsync (53.9 kHz)
[ 49.393] (II) modeset(G0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz)
[ 49.393] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 49.393] (II) modeset(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[ 49.393] (II) modeset(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz)
[ 49.393] (II) modeset(G0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz)
[ 49.393] (II) modeset(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
[ 49.393] (II) modeset(G0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz)
[ 49.393] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 49.393] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
[ 49.393] (II) modeset(G0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz)
[ 49.393] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
[ 49.393] (II) modeset(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
[ 49.393] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 49.393] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 49.393] (II) modeset(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
[ 49.393] (II) modeset(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
[ 49.393] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 49.393] (II) modeset(G0): Modeline "640x480"x59.9 25.17 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 49.393] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 49.393] (==) modeset(G0): DPI set to (96, 96)
[ 49.393] (II) Loading sub module "fb"
[ 49.393] (II) LoadModule: "fb"
[ 49.393] (II) Module "fb" already built-in
[ 49.405] (==) modeset(0): Backing store enabled
[ 49.405] (==) modeset(0): Silken mouse enabled
[ 49.495] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 49.495] (==) modeset(0): DPMS enabled
[ 49.495] (WW) modeset(0): Option "TearFree" is not used
[ 49.495] (II) modeset(0): [DRI2] Setup complete
[ 49.495] (II) modeset(0): [DRI2] DRI driver: iris
[ 49.495] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 49.499] (==) modeset(G0): Backing store enabled
[ 49.499] (==) modeset(G0): Silken mouse enabled
[ 49.499] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 49.499] (==) modeset(G0): DPMS enabled
[ 49.499] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 49.500] (II) modeset(G0): [DRI2] Setup complete
[ 49.500] (II) modeset(G0): [DRI2] DRI driver: nouveau
[ 49.500] (II) modeset(G0): [DRI2] VDPAU driver: nouveau
[ 49.500] (II) Initializing extension Generic Event Extension
[ 49.500] (II) Initializing extension SHAPE
[ 49.500] (II) Initializing extension MIT-SHM
[ 49.500] (II) Initializing extension XInputExtension
[ 49.501] (II) Initializing extension XTEST
[ 49.501] (II) Initializing extension BIG-REQUESTS
[ 49.501] (II) Initializing extension SYNC
[ 49.501] (II) Initializing extension XKEYBOARD
[ 49.501] (II) Initializing extension XC-MISC
[ 49.501] (II) Initializing extension SECURITY
[ 49.501] (II) Initializing extension XFIXES
[ 49.501] (II) Initializing extension RENDER
[ 49.501] (II) Initializing extension RANDR
[ 49.502] (II) Initializing extension COMPOSITE
[ 49.502] (II) Initializing extension DAMAGE
[ 49.502] (II) Initializing extension MIT-SCREEN-SAVER
[ 49.502] (II) Initializing extension DOUBLE-BUFFER
[ 49.502] (II) Initializing extension RECORD
[ 49.502] (II) Initializing extension DPMS
[ 49.502] (II) Initializing extension Present
[ 49.502] (II) Initializing extension DRI3
[ 49.502] (II) Initializing extension X-Resource
[ 49.502] (II) Initializing extension XVideo
[ 49.503] (II) Initializing extension XVideo-MotionCompensation
[ 49.503] (II) Initializing extension GLX
[ 49.510] (II) AIGLX: Loaded and initialized iris
[ 49.510] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 49.510] (II) Initializing extension XFree86-VidModeExtension
[ 49.510] (II) Initializing extension XFree86-DGA
[ 49.510] (II) Initializing extension XFree86-DRI
[ 49.510] (II) Initializing extension DRI2
[ 49.511] (EE) modeset(G0): Failed to create pixmap
[ 49.511] (EE)
Fatal server error:
[ 49.511] (EE) failed to create screen resources(EE)
[ 49.511] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 49.511] (EE) Please also check the log file at "/home/user/.local/share/xorg/Xorg.0.log" for additional information.
[ 49.511] (EE)
[ 49.511] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 49.549] (EE) Server terminated with error (1). Closing log file.Offline
lsmod | grep -E 'nvidia|nouveau'Offline
> lsmod | grep -E 'nvidia|nouveau'
nvidia_drm 94208 2
nvidia_modeset 1556480 3 nvidia_drm
nvidia 62705664 92 nvidia_modeset
video 77824 3 thinkpad_acpi,i915,nvidia_modesetWhat's interesting is that if I use the config from /etc/X11/xorg.conf.nvidia-new - everything works fine.
Last edited by jdevelop (2023-09-12 16:43:27)
Offline
Did you remove /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf ?
pacman -Qikk nvidia-utilsHow long did you wait between loading the modules and startx?
It might take a moment until it's full initialized.
Offline
> pacman -Qikk nvidia-utils
Name : nvidia-utils
Version : 535.104.05-1
Description : NVIDIA drivers utilities
Architecture : x86_64
URL : http://www.nvidia.com/
Licenses : custom
Groups : None
Provides : vulkan-driver opengl-driver nvidia-libgl
Depends On : xorg-server libglvnd egl-wayland
Optional Deps : nvidia-settings: configuration tool [installed]
xorg-server-devel: nvidia-xconfig [installed]
opencl-nvidia: OpenCL support [installed]
Required By : cuda libglvnd nvidia nvidia-prime nvidia-settings
Optional For : ffmpeg ffmpeg4.4 vulkan-icd-loader
Conflicts With : nvidia-libgl
Replaces : nvidia-libgl
Installed Size : 671.09 MiB
Packager : Sven-Hendrik Haase <svenstaro@archlinux.org>
Build Date : Tue 22 Aug 2023 01:37:15 PM EDT
Install Date : Mon 28 Aug 2023 12:55:42 PM EDT
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By : Signature
warning: nvidia-utils: /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf (No such file or directory)
nvidia-utils: 230 total files, 1 altered fileRight now the moment I load nvidia and nvidia_drm drivers - I can't start X, the same issue as before
[ 146.108] (II) AIGLX: Loaded and initialized iris
[ 146.108] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 146.108] (II) Initializing extension XFree86-VidModeExtension
[ 146.108] (II) Initializing extension XFree86-DGA
[ 146.108] (II) Initializing extension XFree86-DRI
[ 146.108] (II) Initializing extension DRI2
[ 146.108] (EE) modeset(G0): Failed to create pixmap
[ 146.108] (EE)
Fatal server error:
[ 146.108] (EE) failed to create screen resources(EE)
[ 146.108] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.orgOffline
Openly I have no idea what just happened - but xrandr shows that my laptop screen is now connected and I can use it with
xrandr --output eDP-1-1 --auto --above HDMI-0The only issue I have is that I can't "stop" using HDMI without reboot - but I certainly can live with this setup as for now.
Marking as [SOLVED]
Offline
Offline
Did you remove /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf ?
warning: nvidia-utils: /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf (No such file or directory)Indeedd you did. Restore the file, respectively re-install the package.
Then post an updated X11 log.
Okay, after a few experiments
the result of a lot of flailing.
…
You can
xrandr --output HDMI-0 --offThe pascal chip cannot be fully powered down, but you might want to check powertop on how much battery you actually save by those efforts (if any)
Offline
Alright, I have it another shot:
- moved /etc/X11 to /etc/X11.0
- restored /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
- rebooted ( just in case )
Now if I have no nvidia drivers loaded - X starts with primary eDP display using Intel. If I enable bbswitch / load nvidia drivers - X start with both eDP and HDMI available.
Fun part is that looks like with NVIDIA driver the primary rendering engine is NVIDIA, and using prime-run is unnecessary
> prime-run glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
311 frames in 5.0 seconds = 62.063 FPS
301 frames in 5.0 seconds = 60.000 FPS
~ 11s
> glxgears
1516 frames in 5.0 seconds = 303.083 FPSI suspect that I have had
- some weird configlets in my /etc/X11 ( some of the files are over 10 years old ) - moving that out of the way was truly necessary
- also I didn't load nvidia_drm modeset=1
- and I used obsolete xf86-video-intel that is replaced by modeset driver
So far everything looks good now, thank you for the help!
Offline