You are not logged in.

#1 2024-02-23 18:45:03

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Unable to use Nvidia for HW acceleration on Firefox and Chromium

Hello!

My Nvidia card is not being used for hardware acceleration in Firefox and Chromium. Here's what I see when launching it in the terminal:

[GFX1-]: Failed to create EGLSurface!: 0x3009
[GFX1-]: Failed to create EGLSurface. 1 renderers, 0 active.
[GFX1-]: Handling webrender error 3
[GFX1-]: Fallback WR to SW-WR
[Parent 493736, Main Thread] WARNING: Theme parsing error: gtk-contained-dark.css:2871:228: Missing closing bracket for :not(): 'glib warning', file /usr/src/debug/firefox/firefox-122.0.1/toolkit/xre/nsSigHandlers.cpp:187

Firefox lags when opening long pages (for example the original email in Gmail interface).

I have these drivers and environment variables:

$ pacman -Ss nvidia | grep installed
extra/egl-wayland 2:1.1.13-1 [installed]
extra/ffnvcodec-headers 12.1.14.0-1 [installed]
extra/libva-nvidia-driver 0.0.11-1 [installed]
extra/libvdpau 1.5-2 [installed]
extra/libxnvctrl 545.29.06-1 [installed]
extra/nvidia-dkms 545.29.06-4 [installed]
extra/nvidia-settings 545.29.06-1 [installed]
extra/nvidia-utils 545.29.06-4 [installed]
extra/nvtop 3.0.2-1 [installed]
extra/opencl-nvidia 545.29.06-4 [installed]
multilib/lib32-nvidia-utils 545.29.06-1 [installed]


$ env | grep -i -e nvd -e nvidia
__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
VDPAU_DRIVER=nvidia
LIBVA_DRIVER_NAME=nvidia
NVD_BACKEND=direct
__GLX_VENDOR_LIBRARY_NAME=nvidia

When watching a video via mpv, I can see Nvidia being used via `nvtop`. Same with Steam games (although I only see `steam` and `steamwebhelper`, I see many more steam processes in `btop`). But I can't see FF in nvtop.

Could you help me get this working?


My GPUs:

$ lspci -d *:*:0300 -v
00:02.0 VGA compatible controller: Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01) (prog-if 00 [VGA controller])
        DeviceName: Onboard - Video
        Subsystem: Dell TigerLake-H GT1 [UHD Graphics]
        Flags: bus master, fast devsel, latency 0, IRQ 204, IOMMU group 7
        Memory at 6232000000 (64-bit, non-prefetchable) [size=16M]
        Memory at 4000000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 4000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

01:00.0 VGA compatible controller: NVIDIA Corporation GA104M [GeForce RTX 3070 Mobile / Max-Q] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: Dell GA104M [GeForce RTX 3070 Mobile / Max-Q]
        Flags: bus master, fast devsel, latency 0, IRQ 203, IOMMU group 21
        Memory at 83000000 (32-bit, non-prefetchable) [size=16M]
        Memory at 6000000000 (64-bit, prefetchable) [size=8G]
        Memory at 6200000000 (64-bit, prefetchable) [size=32M]
        I/O ports at 3000 [size=128]
        Expansion ROM at 84000000 [virtual] [disabled] [size=512K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia

Offline

#2 2024-02-27 23:22:15

andyturfer
Member
Registered: 2021-01-08
Posts: 106

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

On Firefox, have you opened about:config and set the following to true:

  • media.ffmpeg.vaapi.enabled

  • gfx.webrender.all

?

Not sure about Chromium. From what I've read, it's not possible to get video hardware decoding working on Chromium at the moment (can't remember why, or if it's only for specific GPUs).

Offline

#3 2024-02-27 23:42:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

The chromium thread: https://bbs.archlinux.org/viewtopic.php … 1#p2151921

Do you explicitly export MOZ_X11_EGL ?
What's the output of "eglinfo -B"?
Do you enable https://wiki.archlinux.org/title/NVIDIA … de_setting ?
Use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!), stay away from fbdev=1 until nvidia has fixed that.

Offline

#4 2024-02-28 14:02:47

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

andyturfer wrote:

On Firefox, have you opened about:config and set the following to true:

  • media.ffmpeg.vaapi.enabled

  • gfx.webrender.all

First one was true, second wasn't. With both set to true, I still get laggy pages.

Offline

#5 2024-02-28 14:13:43

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

Sorry to not mention this earlier: I'm on X11, I use dwm.

seth wrote:

The chromium thread: https://bbs.archlinux.org/viewtopic.php … 1#p2151921

Do you explicitly export MOZ_X11_EGL ?

I din't! I have NVD_BACKEND=direct though. I'll test with this variable and report back.

What's the output of "eglinfo -B"?

$ eglinfo -B
GBM platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 545.29.06
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
eglinfo: eglInitialize failed

X11 platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 545.29.06
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 545.29.06
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Do you enable https://wiki.archlinux.org/title/NVIDIA … de_setting ?
Use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!), stay away from fbdev=1 until nvidia has fixed that.

Yeah, I have it:

$ cat /proc/cmdline
initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=/dev/nvme0n1p2:cryptroot:allow-discards root=/dev/mapper/cryptroot rw nvidia_drm.modeset=1

$ sudo cat /sys/module/nvidia_drm/parameters/modeset
Y

$ cat /boot/loader/entries/arch.conf
title   Arch
linux   /vmlinuz-linux
initrd  /intel-ucode.img
initrd  /initramfs-linux.img
options cryptdevice=/dev/nvme0n1p2:cryptroot:allow-discards root=/dev/mapper/cryptroot rw nvidia_drm.modeset=1

Offline

#6 2024-02-28 14:27:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

[GFX1-]: Failed to create EGLSurface!: 0x3009

According to your eglinfo you're defaulting to the nvidia GPU, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#7 2024-02-28 14:42:44

progandy
Member
Registered: 2012-05-17
Posts: 5,307

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

https://github.com/elFarto/nvidia-vaapi … le#firefox

It looks like you might also need widget.dmabuf.force-enabled

As mentioned by seth, gfx.x11-egl.force-enabled or MOZ_X11_EGL is required as well.

Last edited by progandy (2024-02-28 14:43:09)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#8 2024-02-28 15:18:03

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

My xorg.0.log:

$ cat .local/share/xorg/Xorg.0.log
[  2773.748]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[  2773.749] Current Operating System: Linux alien 6.7.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 17 Feb 2024 14:02:33 +0000 x86_64
[  2773.749] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=/dev/nvme0n1p2:cryptroot:allow-discards root=/dev/mapper/cryptroot rw nvidia_drm.modeset=1
[  2773.750]
[  2773.751] Current version of pixman: 0.43.2
[  2773.751]    Before reporting problems, check [url]http://wiki.x.org[/url]
        to make sure that you have the latest version.
[  2773.751] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2773.754] (==) Log file: "/home/h/.local/share/xorg/Xorg.0.log", Time: Wed Feb 28 11:18:45 2024
[  2773.755] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2773.755] (==) No Layout section.  Using the first Screen section.
[  2773.755] (==) No screen section available. Using defaults.
[  2773.755] (**) |-->Screen "Default Screen Section" (0)
[  2773.755] (**) |   |-->Monitor "<default monitor>"
[  2773.755] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  2773.755] (==) Automatically adding devices
[  2773.755] (==) Automatically enabling devices
[  2773.755] (==) Automatically adding GPU devices
[  2773.755] (==) Automatically binding GPU devices
[  2773.755] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2773.755] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  2773.755]    Entry deleted from font path.
[  2773.755] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[  2773.755]    Entry deleted from font path.
[  2773.755]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[  2773.755] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2773.755]    Entry deleted from font path.
[  2773.755] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2773.755]    Entry deleted from font path.
[  2773.755] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  2773.755]    Entry deleted from font path.
[  2773.755] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  2773.755]    Entry deleted from font path.
[  2773.755] (==) FontPath set to:

[  2773.755] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2773.755] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2773.755] (II) Module ABI versions:
[  2773.755]    X.Org ANSI C Emulation: 0.4
[  2773.755]    X.Org Video Driver: 25.2
[  2773.755]    X.Org XInput driver : 24.4
[  2773.755]    X.Org Server Extension : 10.0
[  2773.755] (++) using VT number 1

[  2773.756] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[  2773.757] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2773.757] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  2773.758] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[  2773.758] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2773.758] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  2773.758] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[  2773.760] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2773.761] (--) PCI:*(0@0:2:0) 8086:9a60:1028:0a8d rev 1, Mem @ 0x6232000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[  2773.761] (--) PCI: (1@0:0:0) 10de:24dd:1028:0a8d rev 161, Mem @ 0x83000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[  2773.761] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2773.761] (II) LoadModule: "glx"
[  2773.761] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2773.780] (II) Module glx: vendor="X.Org Foundation"
[  2773.780]    compiled for 1.21.1.11, module version = 1.0.0
[  2773.780]    ABI class: X.Org Server Extension, version 10.0
[  2773.780] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  2773.780]    loading driver: nvidia
[  2773.780] (==) Matched intel as autoconfigured driver 0
[  2773.780] (==) Matched nvidia as autoconfigured driver 1
[  2773.780] (==) Matched nouveau as autoconfigured driver 2
[  2773.780] (==) Matched nv as autoconfigured driver 3
[  2773.780] (==) Matched modesetting as autoconfigured driver 4
[  2773.780] (==) Matched fbdev as autoconfigured driver 5
[  2773.780] (==) Matched vesa as autoconfigured driver 6
[  2773.780] (==) Assigned the driver to the xf86ConfigLayout
[  2773.780] (II) LoadModule: "intel"
[  2773.780] (WW) Warning, couldn't open module intel
[  2773.780] (EE) Failed to load module "intel" (module does not exist, 0)
[  2773.780] (II) LoadModule: "nvidia"
[  2773.780] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2773.782] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2773.782]    compiled for 1.6.99.901, module version = 1.0.0
[  2773.782]    Module class: X.Org Video Driver
[  2773.782] (II) LoadModule: "nouveau"
[  2773.782] (WW) Warning, couldn't open module nouveau
[  2773.782] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  2773.782] (II) LoadModule: "nv"
[  2773.782] (WW) Warning, couldn't open module nv
[  2773.782] (EE) Failed to load module "nv" (module does not exist, 0)
[  2773.782] (II) LoadModule: "modesetting"
[  2773.783] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2773.784] (II) Module modesetting: vendor="X.Org Foundation"
[  2773.784]    compiled for 1.21.1.11, module version = 1.21.1
[  2773.784]    Module class: X.Org Video Driver
[  2773.784]    ABI class: X.Org Video Driver, version 25.2
[  2773.784] (II) LoadModule: "fbdev"
[  2773.784] (WW) Warning, couldn't open module fbdev
[  2773.784] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  2773.784] (II) LoadModule: "vesa"
[  2773.784] (WW) Warning, couldn't open module vesa
[  2773.784] (EE) Failed to load module "vesa" (module does not exist, 0)
[  2773.784] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[  2773.784] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2773.784] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2773.784] (II) modeset(0): using drv /dev/dri/card1
[  2773.784] (II) systemd-logind: releasing fd for 226:0
[  2773.821] (II) Loading sub module "fb"
[  2773.821] (II) LoadModule: "fb"
[  2773.821] (II) Module "fb" already built-in
[  2773.821] (II) Loading sub module "wfb"
[  2773.821] (II) LoadModule: "wfb"
[  2773.821] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2773.822] (II) Module wfb: vendor="X.Org Foundation"
[  2773.822]    compiled for 1.21.1.11, module version = 1.0.0
[  2773.822]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2773.822] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2773.822] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[  2773.822] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  2773.822] (==) modeset(0): RGB weight 888
[  2773.822] (==) modeset(0): Default visual is TrueColor
[  2773.822] (II) Loading sub module "glamoregl"
[  2773.822] (II) LoadModule: "glamoregl"
[  2773.822] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  2773.826] (II) Module glamoregl: vendor="X.Org Foundation"
[  2773.826]    compiled for 1.21.1.11, module version = 1.0.1
[  2773.826]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2773.894] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
[  2773.894] (II) modeset(0): glamor initialized
[  2773.894] (==) modeset(0): VariableRefresh: disabled
[  2773.894] (==) modeset(0): AsyncFlipSecondaries: disabled
[  2773.897] (II) modeset(0): Output eDP-1 has no monitor section
[  2773.898] (II) modeset(0): Output DP-1 has no monitor section
[  2773.954] (II) modeset(0): Output DP-2 has no monitor section
[  2774.035] (II) modeset(0): Output HDMI-1 has no monitor section
[  2774.035] (II) modeset(0): Output DP-3 has no monitor section
[  2774.035] (II) modeset(0): Output DP-4 has no monitor section
[  2774.035] (II) modeset(0): Output DP-5 has no monitor section
[  2774.039] (II) modeset(0): EDID for output eDP-1
[  2774.039] (II) modeset(0): Manufacturer: AUO  Model: 8092  Serial#: 0
[  2774.039] (II) modeset(0): Year: 2021  Week: 24
[  2774.039] (II) modeset(0): EDID Version: 1.4
[  2774.039] (II) modeset(0): Digital Display Input
[  2774.039] (II) modeset(0): 8 bits per channel
[  2774.039] (II) modeset(0): Digital interface is DisplayPort
[  2774.039] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  2774.039] (II) modeset(0): Gamma: 2.20
[  2774.039] (II) modeset(0): No DPMS capabilities specified
[  2774.039] (II) modeset(0): Supported color encodings: RGB 4:4:4
[  2774.039] (II) modeset(0): First detailed timing is preferred mode
[  2774.039] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  2774.039] (II) modeset(0): Display is continuous-frequency
[  2774.039] (II) modeset(0): redX: 0.658 redY: 0.329   greenX: 0.283 greenY: 0.612
[  2774.039] (II) modeset(0): blueX: 0.145 blueY: 0.059   whiteX: 0.309 whiteY: 0.336
[  2774.039] (II) modeset(0): Manufacturer's mask: 0
[  2774.039] (II) modeset(0): Supported detailed timing:
[  2774.039] (II) modeset(0): clock: 533.3 MHz   Image Size:  344 x 193 mm
[  2774.039] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2000 h_border: 0
[  2774.039] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1095 v_blanking: 4440 v_border: 0
[  2774.039] (II) modeset(0): Ranges: V min: 60 V max: 360 Hz, H min: 400 H max: 400 kHz, PixClock max 805 MHz
[  2774.039] (II) modeset(0):  CGDY2B156HAN
[  2774.039] (II) modeset(0): Unknown vendor-specific block 0
[  2774.039] (II) modeset(0): Number of EDID sections to follow: 1
[  2774.039] (II) modeset(0): EDID (in hex):
[  2774.039] (II) modeset(0):   00ffffffffffff0006af928000000000
[  2774.039] (II) modeset(0):   181f0104a5221378039b00a854489c25
[  2774.039] (II) modeset(0):   0f4f5600000001010101010101010101
[  2774.039] (II) modeset(0):   01010101010150d080507038204d3020
[  2774.039] (II) modeset(0):   a50058c11000001a000000fd0e3c6991
[  2774.039] (II) modeset(0):   9150010a202020202020000000fe0043
[  2774.039] (II) modeset(0):   47445932804231353648414e00000000
[  2774.039] (II) modeset(0):   0002410f9e000100000f010a20200148
[  2774.039] (II) modeset(0):   7013790000030114803801847f074f00
[  2774.039] (II) modeset(0):   2f001f0037041e000900040000000000
[  2774.039] (II) modeset(0):   00000000000000000000000000000000
[  2774.039] (II) modeset(0):   00000000000000000000000000000000
[  2774.039] (II) modeset(0):   00000000000000000000000000000000
[  2774.039] (II) modeset(0):   00000000000000000000000000000000
[  2774.039] (II) modeset(0):   00000000000000000000000000000000
[  2774.039] (II) modeset(0):   00000000000000000000000000009690
[  2774.039] (II) modeset(0): Printing probed modes for output eDP-1
[  2774.039] (II) modeset(0): Modeline "1920x1080"x360.0  800.01  1920 1968 2000 2000  1080 1090 1095 1111 -hsync -vsync (400.0 kHz eP)
[  2774.039] (II) modeset(0): Modeline "1920x1080"x60.1  533.28  1920 1968 2000 2000  1080 1090 1095 4440 +hsync -vsync (266.6 kHz eP)
[  2774.039] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  2774.039] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  2774.039] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[  2774.039] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  2774.039] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  2774.039] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  2774.039] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[  2774.039] (II) modeset(0): EDID for output DP-1
[  2774.096] (II) modeset(0): EDID for output DP-2
[  2774.096] (II) modeset(0): Manufacturer: SAM  Model: 7053  Serial#: 1129857874
[  2774.096] (II) modeset(0): Year: 2245  Week: 255
[  2774.096] (II) modeset(0): EDID Version: 1.4
[  2774.096] (II) modeset(0): Digital Display Input
[  2774.096] (II) modeset(0): 10 bits per channel
[  2774.096] (II) modeset(0): Digital interface is DisplayPort
[  2774.096] (II) modeset(0): Max Image Size [cm]: horiz.: 119  vert.: 34
[  2774.096] (II) modeset(0): Gamma: 2.20
[  2774.096] (II) modeset(0): DPMS capabilities: Off
[  2774.096] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[  2774.096] (II) modeset(0): First detailed timing is preferred mode
[  2774.096] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  2774.096] (II) modeset(0): Display is continuous-frequency
[  2774.096] (II) modeset(0): redX: 0.694 redY: 0.293   greenX: 0.274 greenY: 0.659
[  2774.096] (II) modeset(0): blueX: 0.148 blueY: 0.057   whiteX: 0.313 whiteY: 0.329
[  2774.096] (II) modeset(0): Supported established timings:
[  2774.096] (II) modeset(0): 720x400@70Hz
[  2774.096] (II) modeset(0): 640x480@60Hz
[  2774.096] (II) modeset(0): 640x480@67Hz
[  2774.096] (II) modeset(0): 640x480@72Hz
[  2774.096] (II) modeset(0): 640x480@75Hz
[  2774.096] (II) modeset(0): 800x600@56Hz
[  2774.096] (II) modeset(0): 800x600@60Hz
[  2774.096] (II) modeset(0): 800x600@72Hz
[  2774.096] (II) modeset(0): 800x600@75Hz
[  2774.096] (II) modeset(0): 832x624@75Hz
[  2774.096] (II) modeset(0): 1024x768@60Hz
[  2774.096] (II) modeset(0): 1024x768@70Hz
[  2774.096] (II) modeset(0): 1024x768@75Hz
[  2774.096] (II) modeset(0): 1280x1024@75Hz
[  2774.096] (II) modeset(0): 1152x864@75Hz
[  2774.096] (II) modeset(0): Manufacturer's mask: 0
[  2774.096] (II) modeset(0): Supported standard timings:
[  2774.096] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  2774.096] (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  2774.096] (II) modeset(0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  2774.096] (II) modeset(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2774.096] (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  2774.096] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  2774.096] (II) modeset(0): #6: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  2774.096] (II) modeset(0): #7: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  2774.096] (II) modeset(0): Supported detailed timing:
[  2774.096] (II) modeset(0): clock: 549.0 MHz   Image Size:  1193 x 336 mm
[  2774.096] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[  2774.096] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1144 v_border: 0
[  2774.096] (II) modeset(0): Ranges: V min: 60 V max: 120 Hz, H min: 183 H max: 183 kHz, PixClock max 975 MHz
[  2774.096] (II) modeset(0): Monitor name: LC49G95T
[  2774.096] (II) modeset(0): Serial No: H4ZRA00081
[  2774.096] (II) modeset(0): Supported detailed timing:
[  2774.096] (II) modeset(0): clock: 241.5 MHz   Image Size:  1193 x 336 mm
[  2774.096] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  2774.096] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[  2774.096] (II) modeset(0): Supported detailed timing:
[  2774.096] (II) modeset(0): clock: 198.0 MHz   Image Size:  1193 x 336 mm
[  2774.096] (II) modeset(0): h_active: 2560  h_sync: 2808  h_sync_end 2852 h_blank_end 3000 h_border: 0
[  2774.096] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1100 v_border: 0
[  2774.096] (II) modeset(0): Supported detailed timing:
[  2774.096] (II) modeset(0): clock: 266.5 MHz   Image Size:  1193 x 336 mm
[  2774.096] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[  2774.096] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1093 v_blanking: 1111 v_border: 0
[  2774.096] (II) modeset(0): Supported detailed timing:
[  2774.096] (II) modeset(0): clock: 497.8 MHz   Image Size:  1193 x 336 mm
[  2774.096] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  2774.096] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1525 v_border: 0
[  2774.096] (II) modeset(0): Number of EDID sections to follow: 2
[  2774.096] (II) modeset(0): EDID (in hex):
[  2774.096] (II) modeset(0):   00ffffffffffff004c2d537052435843
[  2774.096] (II) modeset(0):   ffff0104b57722783bc725b14b46a826
[  2774.096] (II) modeset(0):   0e5054bfef80714f810081c08180a9c0
[  2774.096] (II) modeset(0):   b3009500d1c074d600a0f03840403020
[  2774.096] (II) modeset(0):   3a00a9504100001a000000fd003c78b7
[  2774.096] (II) modeset(0):   b761010a202020202020000000fc004c
[  2774.096] (II) modeset(0):   433439473935540a20202020000000ff
[  2774.096] (II) modeset(0):   0048345a524130303038310a20200202
[  2774.096] (II) modeset(0):   02032df044105a3f5c23090707830100
[  2774.096] (II) modeset(0):   00e305c0006d1a0000020f3c7800048b
[  2774.096] (II) modeset(0):   127317e3060501e5018b849001565e00
[  2774.096] (II) modeset(0):   a0a0a0295030203500a9504100001a58
[  2774.096] (II) modeset(0):   4d00b8a1381440f82c4500a950410000
[  2774.096] (II) modeset(0):   1e1a6800a0f0381f4030203a00a95041
[  2774.096] (II) modeset(0):   00001a6fc200a0a0a0555030203500a9
[  2774.096] (II) modeset(0):   504100001a00000000000000000000fc
[  2774.096] (II) modeset(0):   70127900000301282f790188ff139f00
[  2774.096] (II) modeset(0):   2f801f009f0553000200090033b70008
[  2774.096] (II) modeset(0):   ff139f002f801f009f05280002000900
[  2774.096] (II) modeset(0):   00000000000000000000000000000000
[  2774.096] (II) modeset(0):   00000000000000000000000000000000
[  2774.096] (II) modeset(0):   00000000000000000000000000000000
[  2774.096] (II) modeset(0):   00000000000000000000000000000000
[  2774.096] (II) modeset(0):   00000000000000000000000000004f90
[  2774.096] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  2774.096] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  2774.096] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  2774.096] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  2774.096] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  2774.096] (II) modeset(0): Printing probed modes for output DP-2
[  2774.096] (II) modeset(0): Modeline "5120x1440"x120.0  965.60  5120 5168 5200 5280  1440 1443 1453 1524 +hsync -vsync (182.9 kHz eP)
[  2774.096] (II) modeset(0): Modeline "3840x1080"x120.0  549.00  3840 3888 3920 4000  1080 1083 1093 1144 +hsync -vsync (137.2 kHz eP)
[  2774.096] (II) modeset(0): Modeline "5120x1440"x60.0  469.00  5120 5168 5200 5280  1440 1443 1453 1481 +hsync -vsync (88.8 kHz e)
[  2774.096] (II) modeset(0): Modeline "3840x1080"x60.0  266.50  3840 3888 3920 4000  1080 1083 1093 1111 +hsync -vsync (66.6 kHz e)
[  2774.096] (II) modeset(0): Modeline "2560x1440"x120.0  497.75  2560 2608 2640 2720  1440 1443 1448 1525 +hsync -vsync (183.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  2774.096] (II) modeset(0): Modeline "2560x1080"x120.0  495.00  2560 3108 3152 3300  1080 1084 1089 1250 +hsync +vsync (150.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "2560x1080"x119.9  494.50  2560 3108 3152 3300  1080 1084 1089 1250 +hsync +vsync (149.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "2560x1080"x60.0  198.00  2560 2808 2852 3000  1080 1084 1089 1100 +hsync +vsync (66.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "2560x1080"x59.9  197.80  2560 2808 2852 3000  1080 1084 1089 1100 +hsync +vsync (65.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  2774.096] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  2774.096] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  2774.096] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2774.096] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  2774.096] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  2774.096] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2774.096] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  2774.096] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2774.096] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2774.096] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2774.177] (II) modeset(0): EDID for output HDMI-1
[  2774.178] (II) modeset(0): EDID for output DP-3
[  2774.178] (II) modeset(0): EDID for output DP-4
[  2774.178] (II) modeset(0): EDID for output DP-5
[  2774.178] (II) modeset(0): Output eDP-1 connected
[  2774.178] (II) modeset(0): Output DP-1 disconnected
[  2774.178] (II) modeset(0): Output DP-2 connected
[  2774.178] (II) modeset(0): Output HDMI-1 disconnected
[  2774.178] (II) modeset(0): Output DP-3 disconnected
[  2774.178] (II) modeset(0): Output DP-4 disconnected
[  2774.178] (II) modeset(0): Output DP-5 disconnected
[  2774.178] (II) modeset(0): Using spanning desktop for initial modes
[  2774.178] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  2774.178] (II) modeset(0): Output DP-2 using initial mode 5120x1440 +1920+0
[  2774.178] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  2774.178] (==) modeset(0): DPI set to (96, 96)
[  2774.178] (II) Loading sub module "fb"
[  2774.178] (II) LoadModule: "fb"
[  2774.178] (II) Module "fb" already built-in
[  2774.178] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[  2774.178] (==) NVIDIA(G0): RGB weight 888
[  2774.178] (==) NVIDIA(G0): Default visual is TrueColor
[  2774.178] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[  2774.178] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  2774.178] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[  2774.178] (**) NVIDIA(G0): Enabling 2D acceleration
[  2774.178] (II) Loading sub module "glxserver_nvidia"
[  2774.178] (II) LoadModule: "glxserver_nvidia"
[  2774.178] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  2774.183] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  2774.183]    compiled for 1.6.99.901, module version = 1.0.0
[  2774.183]    Module class: X.Org Server Extension
[  2774.183] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[  2774.183] (II) NVIDIA: The X server supports PRIME Render Offload.
[  2774.183] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  2774.183] (--) NVIDIA(0):     DFP-0
[  2774.183] (--) NVIDIA(0):     DFP-1
[  2774.183] (--) NVIDIA(0):     DFP-2
[  2774.183] (--) NVIDIA(0):     DFP-3
[  2774.185] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3070 Laptop GPU (GA104-B) at
[  2774.185] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[  2774.185] (--) NVIDIA(G0): Memory: 8388608 kBytes
[  2774.185] (--) NVIDIA(G0): VideoBIOS: 94.04.47.00.41
[  2774.185] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[  2774.185] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2774.185] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  2774.185] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  2774.185] (--) NVIDIA(GPU-0):
[  2774.185] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2774.185] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  2774.185] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  2774.185] (--) NVIDIA(GPU-0):
[  2774.185] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  2774.185] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  2774.185] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  2774.185] (--) NVIDIA(GPU-0):
[  2774.185] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2774.185] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  2774.185] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[  2774.185] (--) NVIDIA(GPU-0):
[  2774.195] (II) NVIDIA(G0): Validated MetaModes:
[  2774.195] (II) NVIDIA(G0):     "NULL"
[  2774.195] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[  2774.195] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[  2774.195] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[  2774.208] (==) modeset(0): Backing store enabled
[  2774.208] (==) modeset(0): Silken mouse enabled
[  2774.276] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  2774.277] (==) modeset(0): DPMS enabled
[  2774.277] (II) modeset(0): [DRI2] Setup complete
[  2774.277] (II) modeset(0): [DRI2]   DRI driver: iris
[  2774.277] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  2774.277] (WW) NVIDIA: Failed to bind sideband socket to
[  2774.277] (WW) NVIDIA:     '/var/run/nvidia-xdriver-53104096' Permission denied
[  2774.277] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  2774.277] (II) NVIDIA:     access.
[  2774.303] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2774.303] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[  2774.303] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[  2774.303] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[  2774.303] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[  2774.303] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[  2774.303] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2774.303] (II) NVIDIA(G0):     Config Options in the README.
[  2774.322] (II) NVIDIA(G0): Setting mode "NULL"
[  2774.341] (==) NVIDIA(G0): Disabling shared memory pixmaps
[  2774.341] (==) NVIDIA(G0): Backing store enabled
[  2774.341] (==) NVIDIA(G0): Silken mouse enabled
[  2774.341] (==) NVIDIA(G0): DPMS enabled
[  2774.342] (II) Loading sub module "dri2"
[  2774.342] (II) LoadModule: "dri2"
[  2774.342] (II) Module "dri2" already built-in
[  2774.342] (II) NVIDIA(G0): [DRI2] Setup complete
[  2774.342] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[  2774.342] (II) Initializing extension Generic Event Extension
[  2774.342] (II) Initializing extension SHAPE
[  2774.342] (II) Initializing extension MIT-SHM
[  2774.342] (II) Initializing extension XInputExtension
[  2774.342] (II) Initializing extension XTEST
[  2774.342] (II) Initializing extension BIG-REQUESTS
[  2774.342] (II) Initializing extension SYNC
[  2774.342] (II) Initializing extension XKEYBOARD
[  2774.342] (II) Initializing extension XC-MISC
[  2774.342] (II) Initializing extension SECURITY
[  2774.342] (II) Initializing extension XFIXES
[  2774.343] (II) Initializing extension RENDER
[  2774.343] (II) Initializing extension RANDR
[  2774.343] (II) Initializing extension COMPOSITE
[  2774.343] (II) Initializing extension DAMAGE
[  2774.343] (II) Initializing extension MIT-SCREEN-SAVER
[  2774.343] (II) Initializing extension DOUBLE-BUFFER
[  2774.343] (II) Initializing extension RECORD
[  2774.343] (II) Initializing extension DPMS
[  2774.343] (II) Initializing extension Present
[  2774.343] (II) Initializing extension DRI3
[  2774.343] (II) Initializing extension X-Resource
[  2774.343] (II) Initializing extension XVideo
[  2774.343] (II) Initializing extension XVideo-MotionCompensation
[  2774.343] (II) Initializing extension GLX
[  2774.344] (II) Initializing extension GLX
[  2774.344] (II) Indirect GLX disabled.
[  2774.348] (II) AIGLX: Loaded and initialized iris
[  2774.348] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2774.348] (II) Initializing extension XFree86-VidModeExtension
[  2774.348] (II) Initializing extension XFree86-DGA
[  2774.348] (II) Initializing extension XFree86-DRI
[  2774.348] (II) Initializing extension DRI2
[  2774.348] (II) Initializing extension NV-GLX
[  2774.348] (II) Initializing extension NV-CONTROL
[  2774.350] (II) modeset(0): Damage tracking initialized
[  2774.350] (II) modeset(0): Setting screen physical size to 1862 x 381
[  2774.384] (II) config/udev: Adding input device Video Bus (/dev/input/event18)
[  2774.384] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2774.384] (II) LoadModule: "libinput"
[  2774.385] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2774.386] (II) Module libinput: vendor="X.Org Foundation"
[  2774.386]    compiled for 1.21.1.8, module version = 1.4.0
[  2774.386]    Module class: X.Org XInput Driver
[  2774.386]    ABI class: X.Org XInput driver, version 24.4
[  2774.386] (II) Using input driver 'libinput' for 'Video Bus'
[  2774.387] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 44 paused 0
[  2774.387] (**) Video Bus: always reports core events
[  2774.387] (**) Option "Device" "/dev/input/event18"
[  2774.388] (II) event18 - Video Bus: is tagged by udev as: Keyboard
[  2774.388] (II) event18 - Video Bus: device is a keyboard
[  2774.388] (II) event18 - Video Bus: device removed
[  2774.388] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input24/event18"
[  2774.388] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[  2774.389] (II) event18 - Video Bus: is tagged by udev as: Keyboard
[  2774.389] (II) event18 - Video Bus: device is a keyboard
[  2774.389] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[  2774.389] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2774.389] (II) Using input driver 'libinput' for 'Video Bus'
[  2774.390] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 47 paused 0
[  2774.390] (**) Video Bus: always reports core events
[  2774.390] (**) Option "Device" "/dev/input/event17"
[  2774.390] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[  2774.391] (II) event17 - Video Bus: device is a keyboard
[  2774.391] (II) event17 - Video Bus: device removed
[  2774.391] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input23/event17"
[  2774.391] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2774.391] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[  2774.391] (II) event17 - Video Bus: device is a keyboard
[  2774.392] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  2774.392] (II) No input driver specified, ignoring this device.
[  2774.392] (II) This device may have been added with another device file.
[  2774.392] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2774.392] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2774.392] (II) Using input driver 'libinput' for 'Power Button'
[  2774.393] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[  2774.393] (**) Power Button: always reports core events
[  2774.393] (**) Option "Device" "/dev/input/event1"
[  2774.393] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2774.393] (II) event1  - Power Button: device is a keyboard
[  2774.393] (II) event1  - Power Button: device removed
[  2774.393] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  2774.393] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  2774.394] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2774.394] (II) event1  - Power Button: device is a keyboard
[  2774.394] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[  2774.394] (II) No input driver specified, ignoring this device.
[  2774.394] (II) This device may have been added with another device file.
[  2774.394] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[  2774.394] (II) No input driver specified, ignoring this device.
[  2774.394] (II) This device may have been added with another device file.
[  2774.395] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[  2774.395] (II) No input driver specified, ignoring this device.
[  2774.395] (II) This device may have been added with another device file.
[  2774.395] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[  2774.395] (II) No input driver specified, ignoring this device.
[  2774.395] (II) This device may have been added with another device file.
[  2774.396] (II) config/udev: Adding input device Kinesis Advantage2 Keyboard (/dev/input/event4)
[  2774.396] (**) Kinesis Advantage2 Keyboard: Applying InputClass "libinput pointer catchall"
[  2774.396] (II) Using input driver 'libinput' for 'Kinesis Advantage2 Keyboard'
[  2774.453] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 49 paused 0
[  2774.453] (**) Kinesis Advantage2 Keyboard: always reports core events
[  2774.453] (**) Option "Device" "/dev/input/event4"
[  2774.457] (II) event4  - Kinesis Advantage2 Keyboard: is tagged by udev as: Mouse
[  2774.457] (II) event4  - Kinesis Advantage2 Keyboard: device is a pointer
[  2774.458] (II) event4  - Kinesis Advantage2 Keyboard: device removed
[  2774.458] (II) libinput: Kinesis Advantage2 Keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.458] (II) libinput: Kinesis Advantage2 Keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.458] (II) libinput: Kinesis Advantage2 Keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.458] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.0/0003:29EA:0102.0003/input/input5/event4"
[  2774.458] (II) XINPUT: Adding extended input device "Kinesis Advantage2 Keyboard" (type: MOUSE, id 9)
[  2774.458] (**) Option "AccelerationScheme" "none"
[  2774.458] (**) Kinesis Advantage2 Keyboard: (accel) selected scheme none/0
[  2774.458] (**) Kinesis Advantage2 Keyboard: (accel) acceleration factor: 2.000
[  2774.458] (**) Kinesis Advantage2 Keyboard: (accel) acceleration threshold: 4
[  2774.461] (II) event4  - Kinesis Advantage2 Keyboard: is tagged by udev as: Mouse
[  2774.462] (II) event4  - Kinesis Advantage2 Keyboard: device is a pointer
[  2774.464] (II) config/udev: Adding input device Kinesis Advantage2 Keyboard (/dev/input/mouse0)
[  2774.464] (II) No input driver specified, ignoring this device.
[  2774.464] (II) This device may have been added with another device file.
[  2774.466] (II) config/udev: Adding input device Kinesis Advantage2 Keyboard (/dev/input/event5)
[  2774.466] (**) Kinesis Advantage2 Keyboard: Applying InputClass "libinput keyboard catchall"
[  2774.466] (II) Using input driver 'libinput' for 'Kinesis Advantage2 Keyboard'
[  2774.467] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 50 paused 0
[  2774.467] (**) Kinesis Advantage2 Keyboard: always reports core events
[  2774.467] (**) Option "Device" "/dev/input/event5"
[  2774.470] (II) event5  - Kinesis Advantage2 Keyboard: is tagged by udev as: Keyboard
[  2774.470] (II) event5  - Kinesis Advantage2 Keyboard: device is a keyboard
[  2774.471] (II) event5  - Kinesis Advantage2 Keyboard: device removed
[  2774.471] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:29EA:0102.0004/input/input6/event5"
[  2774.471] (II) XINPUT: Adding extended input device "Kinesis Advantage2 Keyboard" (type: KEYBOARD, id 10)
[  2774.473] (II) event5  - Kinesis Advantage2 Keyboard: is tagged by udev as: Keyboard
[  2774.473] (II) event5  - Kinesis Advantage2 Keyboard: device is a keyboard
[  2774.474] (II) config/udev: Adding input device Kinesis Advantage2 Keyboard Consumer Control (/dev/input/event6)
[  2774.474] (**) Kinesis Advantage2 Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2774.474] (II) Using input driver 'libinput' for 'Kinesis Advantage2 Keyboard Consumer Control'
[  2774.475] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[  2774.475] (**) Kinesis Advantage2 Keyboard Consumer Control: always reports core events
[  2774.475] (**) Option "Device" "/dev/input/event6"
[  2774.477] (II) event6  - Kinesis Advantage2 Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2774.477] (II) event6  - Kinesis Advantage2 Keyboard Consumer Control: device is a keyboard
[  2774.477] (II) event6  - Kinesis Advantage2 Keyboard Consumer Control: device removed
[  2774.477] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.2/0003:29EA:0102.0005/input/input7/event6"
[  2774.477] (II) XINPUT: Adding extended input device "Kinesis Advantage2 Keyboard Consumer Control" (type: KEYBOARD, id 11)
[  2774.478] (II) event6  - Kinesis Advantage2 Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2774.478] (II) event6  - Kinesis Advantage2 Keyboard Consumer Control: device is a keyboard
[  2774.479] (II) config/udev: Adding input device Kinesis Advantage2 Keyboard System Control (/dev/input/event7)
[  2774.479] (**) Kinesis Advantage2 Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  2774.479] (II) Using input driver 'libinput' for 'Kinesis Advantage2 Keyboard System Control'
[  2774.480] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[  2774.480] (**) Kinesis Advantage2 Keyboard System Control: always reports core events
[  2774.480] (**) Option "Device" "/dev/input/event7"
[  2774.481] (II) event7  - Kinesis Advantage2 Keyboard System Control: is tagged by udev as: Keyboard
[  2774.481] (II) event7  - Kinesis Advantage2 Keyboard System Control: device is a keyboard
[  2774.481] (II) event7  - Kinesis Advantage2 Keyboard System Control: device removed
[  2774.481] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.2/0003:29EA:0102.0005/input/input8/event7"
[  2774.481] (II) XINPUT: Adding extended input device "Kinesis Advantage2 Keyboard System Control" (type: KEYBOARD, id 12)
[  2774.482] (II) event7  - Kinesis Advantage2 Keyboard System Control: is tagged by udev as: Keyboard
[  2774.482] (II) event7  - Kinesis Advantage2 Keyboard System Control: device is a keyboard
[  2774.482] (II) config/udev: Adding input device DELL Technologies Keyboard (/dev/input/event3)
[  2774.483] (**) DELL Technologies Keyboard: Applying InputClass "libinput keyboard catchall"
[  2774.483] (II) Using input driver 'libinput' for 'DELL Technologies Keyboard'
[  2774.483] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 53 paused 0
[  2774.483] (**) DELL Technologies Keyboard: always reports core events
[  2774.483] (**) Option "Device" "/dev/input/event3"
[  2774.484] (II) event3  - DELL Technologies Keyboard: is tagged by udev as: Keyboard
[  2774.484] (II) event3  - DELL Technologies Keyboard: device is a keyboard
[  2774.484] (II) event3  - DELL Technologies Keyboard: device removed
[  2774.484] (II) libinput: DELL Technologies Keyboard: needs a virtual subdevice
[  2774.484] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0D62:BABC.0002/input/input4/event3"
[  2774.484] (II) XINPUT: Adding extended input device "DELL Technologies Keyboard" (type: MOUSE, id 13)
[  2774.484] (**) Option "AccelerationScheme" "none"
[  2774.484] (**) DELL Technologies Keyboard: (accel) selected scheme none/0
[  2774.484] (**) DELL Technologies Keyboard: (accel) acceleration factor: 2.000
[  2774.484] (**) DELL Technologies Keyboard: (accel) acceleration threshold: 4
[  2774.485] (II) event3  - DELL Technologies Keyboard: is tagged by udev as: Keyboard
[  2774.485] (II) event3  - DELL Technologies Keyboard: device is a keyboard
[  2774.486] (II) config/udev: Adding input device DELL0A8D:00 06CB:CE60 Mouse (/dev/input/event11)
[  2774.486] (**) DELL0A8D:00 06CB:CE60 Mouse: Applying InputClass "libinput pointer catchall"
[  2774.486] (II) Using input driver 'libinput' for 'DELL0A8D:00 06CB:CE60 Mouse'
[  2774.486] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 54 paused 0
[  2774.486] (**) DELL0A8D:00 06CB:CE60 Mouse: always reports core events
[  2774.486] (**) Option "Device" "/dev/input/event11"
[  2774.487] (II) event11 - DELL0A8D:00 06CB:CE60 Mouse: is tagged by udev as: Mouse Pointingstick
[  2774.487] (II) event11 - DELL0A8D:00 06CB:CE60 Mouse: device is a pointer
[  2774.488] (II) event11 - DELL0A8D:00 06CB:CE60 Mouse: device removed
[  2774.488] (II) libinput: DELL0A8D:00 06CB:CE60 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.488] (II) libinput: DELL0A8D:00 06CB:CE60 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.488] (II) libinput: DELL0A8D:00 06CB:CE60 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-DELL0A8D:00/0018:06CB:CE60.0006/input/input16/event11"
[  2774.488] (II) XINPUT: Adding extended input device "DELL0A8D:00 06CB:CE60 Mouse" (type: MOUSE, id 14)
[  2774.488] (**) Option "AccelerationScheme" "none"
[  2774.488] (**) DELL0A8D:00 06CB:CE60 Mouse: (accel) selected scheme none/0
[  2774.488] (**) DELL0A8D:00 06CB:CE60 Mouse: (accel) acceleration factor: 2.000
[  2774.488] (**) DELL0A8D:00 06CB:CE60 Mouse: (accel) acceleration threshold: 4
[  2774.489] (II) event11 - DELL0A8D:00 06CB:CE60 Mouse: is tagged by udev as: Mouse Pointingstick
[  2774.489] (II) event11 - DELL0A8D:00 06CB:CE60 Mouse: device is a pointer
[  2774.490] (II) config/udev: Adding input device DELL0A8D:00 06CB:CE60 Mouse (/dev/input/mouse1)
[  2774.490] (II) No input driver specified, ignoring this device.
[  2774.490] (II) This device may have been added with another device file.
[  2774.490] (II) config/udev: Adding input device DELL0A8D:00 06CB:CE60 Touchpad (/dev/input/event12)
[  2774.490] (**) DELL0A8D:00 06CB:CE60 Touchpad: Applying InputClass "libinput touchpad catchall"
[  2774.490] (II) Using input driver 'libinput' for 'DELL0A8D:00 06CB:CE60 Touchpad'
[  2774.491] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 55 paused 0
[  2774.491] (**) DELL0A8D:00 06CB:CE60 Touchpad: always reports core events
[  2774.491] (**) Option "Device" "/dev/input/event12"
[  2774.491] (II) event12 - DELL0A8D:00 06CB:CE60 Touchpad: is tagged by udev as: Touchpad
[  2774.493] (II) event12 - DELL0A8D:00 06CB:CE60 Touchpad: device is a touchpad
[  2774.493] (II) event12 - DELL0A8D:00 06CB:CE60 Touchpad: device removed
[  2774.493] (II) libinput: DELL0A8D:00 06CB:CE60 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.493] (II) libinput: DELL0A8D:00 06CB:CE60 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.493] (II) libinput: DELL0A8D:00 06CB:CE60 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.493] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-DELL0A8D:00/0018:06CB:CE60.0006/input/input17/event12"
[  2774.493] (II) XINPUT: Adding extended input device "DELL0A8D:00 06CB:CE60 Touchpad" (type: TOUCHPAD, id 15)
[  2774.494] (**) Option "AccelerationScheme" "none"
[  2774.494] (**) DELL0A8D:00 06CB:CE60 Touchpad: (accel) selected scheme none/0
[  2774.494] (**) DELL0A8D:00 06CB:CE60 Touchpad: (accel) acceleration factor: 2.000
[  2774.494] (**) DELL0A8D:00 06CB:CE60 Touchpad: (accel) acceleration threshold: 4
[  2774.495] (II) event12 - DELL0A8D:00 06CB:CE60 Touchpad: is tagged by udev as: Touchpad
[  2774.496] (II) event12 - DELL0A8D:00 06CB:CE60 Touchpad: device is a touchpad
[  2774.497] (II) config/udev: Adding input device DELL0A8D:00 06CB:CE60 Touchpad (/dev/input/mouse2)
[  2774.497] (II) No input driver specified, ignoring this device.
[  2774.497] (II) This device may have been added with another device file.
[  2774.497] (II) config/udev: Adding input device sof-hda-dsp Headphone Mic (/dev/input/event19)
[  2774.497] (II) No input driver specified, ignoring this device.
[  2774.497] (II) This device may have been added with another device file.
[  2774.497] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event20)
[  2774.497] (II) No input driver specified, ignoring this device.
[  2774.497] (II) This device may have been added with another device file.
[  2774.497] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event21)
[  2774.497] (II) No input driver specified, ignoring this device.
[  2774.497] (II) This device may have been added with another device file.
[  2774.497] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event22)
[  2774.497] (II) No input driver specified, ignoring this device.
[  2774.497] (II) This device may have been added with another device file.
[  2774.498] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event9)
[  2774.498] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[  2774.498] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[  2774.498] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 56 paused 0
[  2774.498] (**) Intel HID 5 button array: always reports core events
[  2774.498] (**) Option "Device" "/dev/input/event9"
[  2774.499] (II) event9  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  2774.499] (II) event9  - Intel HID 5 button array: device is a keyboard
[  2774.499] (II) event9  - Intel HID 5 button array: device removed
[  2774.499] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input10/event9"
[  2774.499] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[  2774.499] (II) event9  - Intel HID 5 button array: is tagged by udev as: Keyboard
[  2774.499] (II) event9  - Intel HID 5 button array: device is a keyboard
[  2774.500] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[  2774.500] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[  2774.500] (II) Using input driver 'libinput' for 'Intel HID events'
[  2774.500] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 57 paused 0
[  2774.500] (**) Intel HID events: always reports core events
[  2774.500] (**) Option "Device" "/dev/input/event8"
[  2774.501] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[  2774.501] (II) event8  - Intel HID events: device is a keyboard
[  2774.501] (II) event8  - Intel HID events: device removed
[  2774.501] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input9/event8"
[  2774.501] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[  2774.502] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[  2774.502] (II) event8  - Intel HID events: device is a keyboard
[  2774.502] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[  2774.502] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  2774.502] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  2774.502] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 58 paused 0
[  2774.502] (**) AT Translated Set 2 keyboard: always reports core events
[  2774.502] (**) Option "Device" "/dev/input/event2"
[  2774.503] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2774.503] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[  2774.504] (II) event2  - AT Translated Set 2 keyboard: device removed
[  2774.504] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[  2774.504] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[  2774.504] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  2774.504] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[  2774.505] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event23)
[  2774.505] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[  2774.505] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[  2774.506] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 59 paused 0
[  2774.506] (**) PS/2 Generic Mouse: always reports core events
[  2774.506] (**) Option "Device" "/dev/input/event23"
[  2774.507] (II) event23 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[  2774.507] (II) event23 - PS/2 Generic Mouse: device is a pointer
[  2774.507] (II) event23 - PS/2 Generic Mouse: device removed
[  2774.507] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.507] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.507] (II) libinput: PS/2 Generic Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.507] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event23"
[  2774.507] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 19)
[  2774.507] (**) Option "AccelerationScheme" "none"
[  2774.507] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[  2774.507] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[  2774.507] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[  2774.507] (II) event23 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[  2774.508] (II) event23 - PS/2 Generic Mouse: device is a pointer
[  2774.508] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse3)
[  2774.508] (II) No input driver specified, ignoring this device.
[  2774.508] (II) This device may have been added with another device file.
[  2774.508] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[  2774.508] (II) No input driver specified, ignoring this device.
[  2774.508] (II) This device may have been added with another device file.
[  2774.510] (II) config/udev: Adding input device Logitech Wireless Mouse MX Master 3 (/dev/input/event24)
[  2774.510] (**) Logitech Wireless Mouse MX Master 3: Applying InputClass "libinput pointer catchall"
[  2774.510] (**) Logitech Wireless Mouse MX Master 3: Applying InputClass "libinput keyboard catchall"
[  2774.510] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse MX Master 3'
[  2774.510] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 60 paused 0
[  2774.510] (**) Logitech Wireless Mouse MX Master 3: always reports core events
[  2774.510] (**) Option "Device" "/dev/input/event24"
[  2774.511] (II) event24 - Logitech Wireless Mouse MX Master 3: is tagged by udev as: Keyboard Mouse
[  2774.511] (II) event24 - Logitech Wireless Mouse MX Master 3: device is a pointer
[  2774.511] (II) event24 - Logitech Wireless Mouse MX Master 3: device is a keyboard
[  2774.511] (II) event24 - Logitech Wireless Mouse MX Master 3: device removed
[  2774.511] (II) libinput: Logitech Wireless Mouse MX Master 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.511] (II) libinput: Logitech Wireless Mouse MX Master 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.511] (II) libinput: Logitech Wireless Mouse MX Master 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.511] (II) libinput: Logitech Wireless Mouse MX Master 3: needs a virtual subdevice
[  2774.511] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B023.0008/input/input32/event24"
[  2774.511] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse MX Master 3" (type: MOUSE, id 20)
[  2774.511] (**) Option "AccelerationScheme" "none"
[  2774.511] (**) Logitech Wireless Mouse MX Master 3: (accel) selected scheme none/0
[  2774.511] (**) Logitech Wireless Mouse MX Master 3: (accel) acceleration factor: 2.000
[  2774.511] (**) Logitech Wireless Mouse MX Master 3: (accel) acceleration threshold: 4
[  2774.512] (II) event24 - Logitech Wireless Mouse MX Master 3: is tagged by udev as: Keyboard Mouse
[  2774.512] (II) event24 - Logitech Wireless Mouse MX Master 3: device is a pointer
[  2774.512] (II) event24 - Logitech Wireless Mouse MX Master 3: device is a keyboard
[  2774.512] (II) config/udev: Adding input device Logitech Wireless Mouse MX Master 3 (/dev/input/mouse4)
[  2774.512] (II) No input driver specified, ignoring this device.
[  2774.512] (II) This device may have been added with another device file.
[  2774.533] (**) DELL Technologies Keyboard: Applying InputClass "libinput keyboard catchall"
[  2774.533] (II) Using input driver 'libinput' for 'DELL Technologies Keyboard'
[  2774.533] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[  2774.533] (**) DELL Technologies Keyboard: always reports core events
[  2774.533] (**) Option "Device" "/dev/input/event3"
[  2774.533] (II) libinput: DELL Technologies Keyboard: is a virtual subdevice
[  2774.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0D62:BABC.0002/input/input4/event3"
[  2774.533] (II) XINPUT: Adding extended input device "DELL Technologies Keyboard" (type: KEYBOARD, id 21)
[  2774.533] (**) Logitech Wireless Mouse MX Master 3: Applying InputClass "libinput pointer catchall"
[  2774.533] (**) Logitech Wireless Mouse MX Master 3: Applying InputClass "libinput keyboard catchall"
[  2774.533] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse MX Master 3'
[  2774.533] (II) systemd-logind: returning pre-existing fd for /dev/input/event24 13:88
[  2774.533] (**) Logitech Wireless Mouse MX Master 3: always reports core events
[  2774.533] (**) Option "Device" "/dev/input/event24"
[  2774.533] (II) libinput: Logitech Wireless Mouse MX Master 3: is a virtual subdevice
[  2774.533] (II) libinput: Logitech Wireless Mouse MX Master 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.533] (II) libinput: Logitech Wireless Mouse MX Master 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.533] (II) libinput: Logitech Wireless Mouse MX Master 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  2774.533] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B023.0008/input/input32/event24"
[  2774.533] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse MX Master 3" (type: KEYBOARD, id 22)
[  6129.855] (II) modeset(0): EDID vendor "AUO", prod id 32914
[  6129.855] (II) modeset(0): Using EDID range info for horizontal sync
[  6129.855] (II) modeset(0): Using EDID range info for vertical refresh
[  6129.855] (II) modeset(0): Printing DDC gathered Modelines:
[  6129.855] (II) modeset(0): Modeline "1920x1080"x0.0  533.28  1920 1968 2000 2000  1080 1090 1095 4440 +hsync -vsync (266.6 kHz eP)
[  6132.594] (II) modeset(0): EDID vendor "AUO", prod id 32914
[  6132.594] (II) modeset(0): Using hsync ranges from config file
[  6132.594] (II) modeset(0): Using vrefresh ranges from config file
[  6132.594] (II) modeset(0): Printing DDC gathered Modelines:
[  6132.594] (II) modeset(0): Modeline "1920x1080"x0.0  533.28  1920 1968 2000 2000  1080 1090 1095 4440 +hsync -vsync (266.6 kHz eP)
[  6132.650] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  6132.651] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  6132.651] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  6132.651] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk
[  6132.651] (WW) modeset(0): Output DP-2: Strange aspect ratio (1193/336), consider adding a quirk


I have  gfx.x11-egl.force-enabled set to true, I have MOZ_X11_EGL=1 and widget.dmabuf.force-enabled=true as well hmm

Last edited by heitorpb (2024-02-28 15:19:13)

Offline

#9 2024-02-28 15:41:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

So you're running on the intel chip and this is also where all outputs are.

Why are you trying to use nvidia here itfp and do you prime-run FF or export DRI_PRIME?
https://wiki.archlinux.org/title/PRIME# … er_offload

Offline

#10 2024-02-28 18:19:34

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

seth wrote:

So you're running on the intel chip and this is also where all outputs are.

This means I have an Nvidia and it does nothing? Even though I can see usage on nvtop?

Why are you trying to use nvidia here itfp and do you prime-run FF or export DRI_PRIME?
https://wiki.archlinux.org/title/PRIME# … er_offload

I'm not sure I know what I am doing. I don´t have `DRI_PRIME` set and trying `DRI_PRIME=1 firefox` made no difference.

I don't have `prime` installed on my system. Should I have it? Will I need to wrap all programs with `prime-run`?

Offline

#11 2024-02-28 19:49:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

It especially means that you're only partly driving the system to use the nvidia GPU - no idea whether that's the cause of your problems, but it's probably not good wink

https://wiki.archlinux.org/title/NVIDIA_Optimus
The idea is to use the IGP for everyday stuff (incl. your browser, the overhead of coyping the frames from the GPU is probably the limiting factor and the IGP more than capable for web stuff™) and explciitly invoke the nvidia GPU to play superturboturkeypuncher³
=> https://archlinux.org/packages/extra/any/nvidia-prime/

Offline

#12 2024-03-08 19:38:54

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

Oh, that did the trick!
Got rid of all env vars setting up EGL/GLX/BLA to nvidia and my FF got back the good performance.

One thing I'm curious: it seems that nvidia is always used for Vulkan. is this right?

I apologize for the delay in coming back to this hmm

Offline

#13 2024-03-08 20:55:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

Not necessarily, https://wiki.archlinux.org/title/Vulkan … en_devices
What's the output of

glxinfo -B
prime-run glxinfo -B
vulkaninfo

?

Offline

#14 2024-03-08 22:43:12

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

Here're the outputs:

$ glxinfo -B
name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  156 (NV-GLX)
  Minor opcode of failed request:  6 ()
  Value in failed request:  0x0
  Serial number of failed request:  96
  Current serial number in output stream:  96

Something seems bad above. Did I lost the intel GPU?

$ prime-run glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 8192 MB
    Total available memory: 8192 MB
    Currently available dedicated video memory: 7679 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 545.29.06
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Vulkan info is quite long:

prime-run glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 8192 MB
    Total available memory: 8192 MB
    Currently available dedicated video memory: 7679 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 545.29.06
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

So, should I set Vulkan to the intel card and some sort of `prime-run vulkan-run foo` when I want Nvidia?

Last edited by heitorpb (2024-03-09 18:02:41)

Offline

#15 2024-03-08 22:52:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

Do you have https://archlinux.org/packages/?name=vulkan-intel ?

Ideally prime-run'ning something will pick up the correct vulkan layer, otherwise you'd "export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/nvidia_icd.json" to select the nvidia driver and in very doubt export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json for intel, but neither should™ be necessary.

Offline

#16 2024-03-09 18:22:09

heitorpb
Member
Registered: 2012-01-21
Posts: 46

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

Oh, I don't have vulkan intel. Installing it.

I noticed I lost OpenGL from the intel GPU. I can't open Alacrity:

$ alacritty
Error: Error { raw_code: Some(167), raw_os_message: Some("GLXBadFBConfig"), kind: BadConfig }

Should I set  `LIBVA_DRIVER_NAME=nvidia` and `VDPAU_DRIVER=nvidia` as env vars?

Offline

#17 2024-03-09 21:29:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,317

Re: Unable to use Nvidia for HW acceleration on Firefox and Chromium

No, we first need to address why "glxinfo -B" failed in #14 (I skipped over that and just looked at the nvidia stuff)
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

Board footer

Powered by FluxBB