You are not logged in.

#1 2025-06-09 07:33:29

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

[Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

TLDR: I didn't have the proper drivers, though it was difficult to find the correct ones. The new cards are unstable with the latest drivers as of current date, but hey, its what you should expect with arch. You picked the rolling distro.
Also check your proton versions, you might have to change them for different games.
Steps to solve it for me is in post #28, though it was a fresh OS install.

Total beginner to linux
Decent chance this is related to https://bbs.archlinux.org/viewtopic.php?id=304452

Installed Arch with the latest ISO using archinstall.
Chose nvidia-open due to the card being a 5080, blackwell architecture.
Upon testing a benchmark and a game through steam with proton 9.0.4, I got low fps (10fps benchmark, 40fps game with minimal load)
The only thing that caused a significant FPS boost was lowering the resolution to the lowest value (Got to the limit of 240fps).

I have tested changing the bios settings of the integrated and discrete gpu.
When using integrated only, it would get at best 2 fps, when moving to discrete it got the above numbers.
I have looked at the OPTIMUS article as well, and saw some of the same issues mentioned. "May cause issues with sleep and performance" (It takes longer to wake from sleep than it does to go from off to userspace.

I have tried getting the Mesa NVK Vulkan Driver to work but with no changes to fps. (However I couldn't use the vulkaninfo command to show anything so I probably messed that up in some way)

The system monitor does not show anything with the GPU, I have tried adding a sensor with no success.

Ive been at this for days now and am at a loss where to go from here.
Let me know what commands to use for any logs that would help.

Last edited by Hawaaz (Yesterday 07:28:10)

Offline

#2 2025-06-09 07:45:31

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

pacman -Qs nvidia
lspci -k
nvidia-smi
glxinfo -B
vulkaninfo --summary

Offline

#3 2025-06-09 07:51:51

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

1.

local/egl-gbm 1.1.2.1-1
    The GBM EGL external platform library
local/egl-wayland 4:1.1.19-1
    EGLStream-based Wayland external platform
local/egl-x11 1.0.2-1
    NVIDIA XLib and XCB EGL Platform Library
local/libva-nvidia-driver 0.0.13-1
    VA-API implementation that uses NVDEC as a backend
local/libvdpau 1.5-3
    Nvidia VDPAU library
local/libxnvctrl 575.57.08-1
    NVIDIA NV-CONTROL X extension
local/nvidia-open 575.57.08-2
    NVIDIA open kernel modules
local/nvidia-settings 575.57.08-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 575.57.08-1
    NVIDIA drivers utilities
local/vulkan-nouveau 1:25.1.3-2
    Open-source Vulkan driver for Nvidia GPUs

2.

00:00.0 Host bridge: Intel Corporation Device 7d1c (rev 01)
        Subsystem: CLEVO/KAPOK Computer Device 5700
00:02.0 VGA compatible controller: Intel Corporation Arrow Lake-S [Intel Graphics] (rev 06)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: i915
        Kernel modules: i915, xe
00:04.0 Signal processing controller: Intel Corporation Device ad03 (rev 01)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: proc_thermal_pci
        Kernel modules: processor_thermal_device_pci
00:06.0 PCI bridge: Intel Corporation Device ae4d (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
00:07.0 PCI bridge: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
00:07.1 PCI bridge: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #1 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
00:08.0 System peripheral: Intel Corporation Device ae4c (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
00:0a.0 Signal processing controller: Intel Corporation Device ad0d (rev 01)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel_vsec
        Kernel modules: intel_vsec
00:0b.0 Processing accelerators: Intel Corporation Arrow Lake NPU (rev 01)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel_vpu
        Kernel modules: intel_vpu
00:0d.0 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 USB Controller (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: xhci_hcd
00:0d.2 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 NHI #0 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: thunderbolt
        Kernel modules: thunderbolt
00:14.0 RAM memory: Intel Corporation Device ae7f (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
00:1f.0 ISA bridge: Intel Corporation Device ae10 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
00:1f.5 Serial bus controller: Intel Corporation Device ae23 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
01:00.0 VGA compatible controller: NVIDIA Corporation GB203M / GN22-X9 [GeForce RTX 5080 Max-Q / Mobile] (rev a1)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation Device 22e9 (rev a1)
        Subsystem: NVIDIA Corporation Device 0000
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
80:14.0 USB controller: Intel Corporation Device 7f6e (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: xhci_hcd
80:14.5 Non-VGA unclassified device: Intel Corporation Device 7f2f (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
80:15.0 Serial bus controller: Intel Corporation Device 7f4c (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
80:15.1 Serial bus controller: Intel Corporation Device 7f4d (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
80:15.2 Serial bus controller: Intel Corporation Device 7f4e (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
80:15.3 Serial bus controller: Intel Corporation Device 7f4f (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
80:16.0 Communication controller: Intel Corporation Device 7f68 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: mei_me
        Kernel modules: mei_me
80:19.0 Serial bus controller: Intel Corporation Device 7f7a (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
80:19.1 Serial bus controller: Intel Corporation Device 7f7b (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
80:1c.0 PCI bridge: Intel Corporation Device 7f38 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
80:1c.6 PCI bridge: Intel Corporation Device 7f3e (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
80:1c.7 PCI bridge: Intel Corporation Device 7f3f (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
80:1d.0 PCI bridge: Intel Corporation Device 7f34 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: pcieport
80:1f.0 ISA bridge: Intel Corporation Device 7f0c (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
80:1f.3 Audio device: Intel Corporation Device 7f50 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_sof_pci_intel_mtl
80:1f.4 SMBus: Intel Corporation Device 7f23 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
80:1f.5 Serial bus controller: Intel Corporation Device 7f24 (rev 10)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: intel-spi
        Kernel modules: spi_intel_pci
81:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
        Subsystem: O2 Micro, Inc. Device 0002
        Kernel driver in use: sdhci-pci
        Kernel modules: sdhci_pci
82:00.0 Ethernet controller: Intel Corporation Device 3102 (rev 04)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: igc
        Kernel modules: igc
83:00.0 Network controller: Intel Corporation Wi-Fi 7(802.11be) AX1775*/AX1790*/BE20*/BE401/BE1750* 2x2 (rev 1a)
        Subsystem: Intel Corporation BE200 320MHz [Gale Peak]
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
84:00.0 Non-Volatile memory controller: Phison Electronics Corporation PS5027-E27T PCIe4 NVMe Controller (DRAM-less) (rev 01)
        Subsystem: Phison Electronics Corporation PS5027-E27T PCIe4 NVMe Controller (DRAM-less)
        Kernel driver in use: nvme
        Kernel modules: nvme

3.

No devices were found

4.

name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) Graphics (ARL) (0x7d67)
    Version: 25.1.3
    Accelerated: yes
    Video memory: 63720MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (ARL)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.1.3-arch1.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.1.3-arch1.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.1.3-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

5.

ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools/vulkaninfo/./vulkaninfo.h:247:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED

Last edited by Hawaaz (2025-06-09 09:04:30)

Offline

#4 2025-06-09 08:41:43

Whoracle
Member
Registered: 2010-11-02
Posts: 121

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Please wrap the outputs in code tags.

"3. No devices found" suggests you're not running the Nvidia driver, even though it's installed. Wayland or
Xorg session?

Offline

#5 2025-06-09 08:50:18

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Let me try to find how to do that... my bad

Wayland

Edit:
Looking into previous post: https://bbs.archlinux.org/viewtopic.php?id=304534

Last edited by Hawaaz (2025-06-09 09:15:37)

Offline

#6 2025-06-09 10:40:46

Whoracle
Member
Registered: 2010-11-02
Posts: 121

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

OK, finally on something with a real keyboard.

lsmod | grep 'nv\|nouveau'
cat /proc/cmdline

Let's see which is acually loaded. Either way, get rid of local/vulkan-nouveau, you don't need it AFAIK and it might screw things up.

Offline

#7 2025-06-09 10:51:16

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

1.

nvidia_drm            147456  0
nvidia_modeset       2174976  1 nvidia_drm
nvidia_wmi_ec_backlight    12288  0
nvidia_uvm           4009984  0
nvidia              12951552  2 nvidia_uvm,nvidia_modeset
drm_ttm_helper         16384  2 nvidia_drm,xe
nvme                   65536  4
nvme_core             258048  5 nvme
nvme_auth              24576  1 nvme_core
video                  81920  4 nvidia_wmi_ec_backlight,xe,i915,nvidia_modeset
wmi                    32768  4 video,nvidia_wmi_ec_backlight,wmi_bmof,mxm_wmi

2.

initrd=\initramfs-linux.img root=PARTUUID=a6d2c2c4-3ce9-4e16-835b-87fae916ca29 zswap.enabled=0 rw rootfstype=ext4

Yeah, was looking into the vulkan driver and that was my mistake, though i doubt it did anything to begin with

Side note: Possible issue with it blacklisting itself? given that nvidia-open requires nvidia-utils and nvidia-utils or nvidia-settings blacklists nouveau?

Offline

#8 2025-06-09 11:03:24

Whoracle
Member
Registered: 2010-11-02
Posts: 121

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Dunno about the side note. We want nouveau blacklsited/unloaded, though.

Your lsmod output looks akin to mine. I'm still hung up on the nvidia-smi output. Please install nvidia-prime and then try

prime-run nvidia-smi

Offline

#9 2025-06-09 11:16:32

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

No devices were found

Tested the blacklist config file, didn't affect framerate in any way.

Last edited by Hawaaz (2025-06-09 11:18:35)

Offline

#10 2025-06-09 11:23:39

Whoracle
Member
Registered: 2010-11-02
Posts: 121

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

even with prime-run? I was banking on the initial nvidia-smi "somehow" not pickung up on the NV card, and forcing that with prime-run.

I suspect some weirdness with the new GPU somehow, but I'm at my wits end for now, so I'll bow out and hope somebody else can help.

(maybe try with an Xorg session with openbox or something, to rule out wayland weirdness. But IDK if that's a promising avenue...)

Offline

#11 2025-06-09 11:27:24

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Looking into the prime commands I ran

cat /sys/bus/pci/devices/0000:01:00.0/power/runtime_status 

returned:

suspended

The gpu is just off?

Offline

#12 2025-06-09 12:13:50

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Probably.
You also have an IGP, that's what you're gonna run on.
Make sure to at least install https://archlinux.org/packages/extra/x8 … kan-intel/ - certainly remove vulkan-nouveau then install https://archlinux.org/packages/extra/any/nvidia-prime/ and post the output of

prime-run glxinfo -B
prime-run nvidia-smi # though nvidia-smi should™ wake the GPU anyway

The nvidia modules load and nvidia-open is the correct module for your GPU.

Wayland

*What* "wayland"?
Gnome, plasma, sway, hyprland …
Also probably test the behavior w/ X11 (can be as simple as openbox, but steam runs on xwayland anyway)

Offline

#13 2025-06-09 13:43:52

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Installed both and removed vulkan-nouveau.
1.

name of display: :1
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  150 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  67
  Current serial number in output stream:  68

2.

No devices were found

KDE Plasma, still getting the terminology and connections in my head. Don't be afraid to beat it into me if need be (Like I've seen you do in your other posts smile ), I knew arch was going to be rough.

Tested behavior on x11 (changed it in the login screen on top left)
Instead of running at 10fps it decided to hang on start, both the benchmark and the game. I stopped waiting after 2 mins. (normal start is within 5 seconds)

Offline

#14 2025-06-09 14:20:53

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

terminology and connections in my head. Don't be afraid to beat it into me

The "I run wayland" thing is very common - I'd get a numb hand if I'd try to slap it into every user, so I don't blame them from that confusion at all smile

Offline

#15 2025-06-09 14:42:54

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

[     7.139] (--) Log file renamed from "/var/log/Xorg.pid-989.log" to "/var/log/Xorg.0.log"
[     7.141] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[     7.141] Current Operating System: Linux Ub3cZ5N7L10HaX3q 6.14.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 04 Jun 2025 18:52:35 +0000 x86_64
[     7.141] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=a6d2c2c4-3ce9-4e16-835b-87fae916ca29 zswap.enabled=0 rw rootfstype=ext4
[     7.141]  
[     7.141] Current version of pixman: 0.46.0
[     7.141]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     7.141] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.141] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun  9 09:48:01 2025
[     7.142] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     7.142] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.143] (==) No Layout section.  Using the first Screen section.
[     7.143] (==) No screen section available. Using defaults.
[     7.143] (**) |-->Screen "Default Screen Section" (0)
[     7.143] (**) |   |-->Monitor "<default monitor>"
[     7.143] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     7.143] (**) Allowing byte-swapped clients
[     7.143] (==) Automatically adding devices
[     7.143] (==) Automatically enabling devices
[     7.143] (==) Automatically adding GPU devices
[     7.143] (==) Automatically binding GPU devices
[     7.143] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.143] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     7.143]    Entry deleted from font path.
[     7.143] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     7.143]    Entry deleted from font path.
[     7.143]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     7.143] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     7.143]    Entry deleted from font path.
[     7.143] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     7.143]    Entry deleted from font path.
[     7.143] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     7.143]    Entry deleted from font path.
[     7.143] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     7.143]    Entry deleted from font path.
[     7.143] (==) FontPath set to:

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

[     7.144] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.144] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.144] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     7.150] (--) PCI:*(0@0:2:0) 8086:7d67:1558:5700 rev 6, Mem @ 0xa402000000/16777216, 0xa410000000/268435456, BIOS @ 0x????????/131072
[     7.150] (--) PCI: (1@0:0:0) 10de:2c59:1558:5700 rev 161, Mem @ 0x80000000/67108864, 0xa000000000/17179869184, 0xa400000000/33554432, I/O @ 0x00009000/128, BIOS @ 0x????????/524288
[     7.150] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     7.150] (II) LoadModule: "glx"
[     7.150] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.154] (II) Module glx: vendor="X.Org Foundation"
[     7.154]    compiled for 1.21.1.16, module version = 1.0.0
[     7.154]    ABI class: X.Org Server Extension, version 10.0
[     7.154] (==) Matched intel as autoconfigured driver 0
[     7.154] (==) Matched modesetting as autoconfigured driver 1
[     7.154] (==) Matched fbdev as autoconfigured driver 2
[     7.154] (==) Matched vesa as autoconfigured driver 3
[     7.154] (==) Assigned the driver to the xf86ConfigLayout
[     7.154] (II) LoadModule: "intel"
[     7.154] (WW) Warning, couldn't open module intel
[     7.154] (EE) Failed to load module "intel" (module does not exist, 0)
[     7.154] (II) LoadModule: "modesetting"
[     7.154] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.155] (II) Module modesetting: vendor="X.Org Foundation"
[     7.155]    compiled for 1.21.1.16, module version = 1.21.1
[     7.155]    Module class: X.Org Video Driver
[     7.155]    ABI class: X.Org Video Driver, version 25.2
[     7.155] (II) LoadModule: "fbdev"
[     7.155] (WW) Warning, couldn't open module fbdev
[     7.155] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.155] (II) LoadModule: "vesa"
[     7.155] (WW) Warning, couldn't open module vesa
[     7.155] (EE) Failed to load module "vesa" (module does not exist, 0)
[     7.155] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.161] (II) modeset(0): using drv /dev/dri/card1
[     7.161] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     7.161] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     7.161] (==) modeset(0): RGB weight 888
[     7.161] (==) modeset(0): Default visual is TrueColor
[     7.161] (II) Loading sub module "glamoregl"
[     7.161] (II) LoadModule: "glamoregl"
[     7.161] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.164] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.164]    compiled for 1.21.1.16, module version = 1.0.1
[     7.164]    ABI class: X.Org ANSI C Emulation, version 0.4
[     7.279] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ARL)
[     7.279] (II) modeset(0): glamor initialized
[     7.279] (==) modeset(0): VariableRefresh: disabled
[     7.279] (==) modeset(0): AsyncFlipSecondaries: disabled
[     7.282] (II) modeset(0): Output eDP-1 has no monitor section
[     7.282] (II) modeset(0): Output DP-1 has no monitor section
[     7.282] (II) modeset(0): Output DP-2 has no monitor section
[     7.284] (II) modeset(0): EDID for output eDP-1
[     7.284] (II) modeset(0): Manufacturer: BOE  Model: b87  Serial#: 0
[     7.284] (II) modeset(0): Year: 2022  Week: 30
[     7.284] (II) modeset(0): EDID Version: 1.4
[     7.284] (II) modeset(0): Digital Display Input
[     7.284] (II) modeset(0): 8 bits per channel
[     7.284] (II) modeset(0): Digital interface is DisplayPort
[     7.284] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[     7.284] (II) modeset(0): Gamma: 2.20
[     7.284] (II) modeset(0): No DPMS capabilities specified
[     7.284] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     7.284] (II) modeset(0): First detailed timing is preferred mode
[     7.284] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     7.284] (II) modeset(0): Display is continuous-frequency
[     7.284] (II) modeset(0): redX: 0.644 redY: 0.328   greenX: 0.303 greenY: 0.618
[     7.284] (II) modeset(0): blueX: 0.152 blueY: 0.046   whiteX: 0.313 whiteY: 0.329
[     7.284] (II) modeset(0): Manufacturer's mask: 0
[     7.284] (II) modeset(0): Supported detailed timing:
[     7.284] (II) modeset(0): clock: 293.8 MHz   Image Size:  345 x 215 mm
[     7.284] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     7.284] (II) modeset(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1800 v_border: 0
[     7.284] (II) modeset(0): Ranges: V min: 60 V max: 240 Hz, H min: 432 H max: 432 kHz, PixClock max 1185 MHz
[     7.284] (II) modeset(0):  NE160QDM-NZA
[     7.284] (II) modeset(0): Number of EDID sections to follow: 1
[     7.284] (II) modeset(0): EDID (in hex):
[     7.284] (II) modeset(0):   00ffffffffffff0009e5870b00000000
[     7.284] (II) modeset(0):   1e200104a522167803c935a4544d9e27
[     7.284] (II) modeset(0):   0b505400000001010101010101010101
[     7.284] (II) modeset(0):   010101010101c07200a0a040c8603020
[     7.284] (II) modeset(0):   360059d71000001a0000000000000000
[     7.284] (II) modeset(0):   00000000000000000000000000fd0c3c
[     7.284] (II) modeset(0):   f0b1b176010a202020202020000000fe
[     7.284] (II) modeset(0):   004e4531363051444d2d4e5a410a0167
[     7.284] (II) modeset(0):   7020790200220028ffed1185ff099f00
[     7.284] (II) modeset(0):   2f001f003f06c70002000500ffc10a05
[     7.284] (II) modeset(0):   ff099f002f001f003f06c70002000500
[     7.284] (II) modeset(0):   2b000627003cef0000810013721a0000
[     7.284] (II) modeset(0):   03013cf0000000000000f00000000000
[     7.284] (II) modeset(0):   00000000000000000000000000000000
[     7.284] (II) modeset(0):   00000000000000000000000000000000
[     7.284] (II) modeset(0):   0000000000000000000000000000f790
[     7.284] (II) modeset(0): Printing probed modes for output eDP-1
[     7.284] (II) modeset(0): Modeline "2560x1600"x240.0  1175.04  2560 2608 2640 2720  1600 1603 1609 1800 -hsync -vsync (432.0 kHz eP)
[     7.284] (II) modeset(0): Modeline "2560x1600"x60.0  293.76  2560 2608 2640 2720  1600 1603 1609 1800 +hsync -vsync (108.0 kHz eP)
[     7.284] (II) modeset(0): Modeline "2560x1600"x144.0  705.02  2560 2608 2640 2720  1600 1603 1609 1800 -hsync -vsync (259.2 kHz e)
[     7.284] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[     7.284] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[     7.284] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[     7.284] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     7.284] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     7.284] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[     7.284] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     7.284] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[     7.284] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     7.284] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     7.284] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     7.284] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     7.284] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     7.284] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     7.284] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     7.284] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     7.284] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     7.284] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     7.284] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     7.284] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     7.285] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     7.285] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     7.285] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     7.285] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     7.285] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     7.285] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     7.285] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     7.285] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     7.285] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     7.285] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     7.285] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     7.285] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     7.285] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     7.285] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     7.285] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     7.285] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     7.285] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     7.285] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     7.285] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     7.285] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     7.285] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     7.285] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     7.285] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     7.285] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     7.285] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     7.285] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.285] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.285] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     7.285] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     7.285] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     7.285] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     7.285] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     7.285] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     7.285] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     7.285] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     7.285] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     7.285] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     7.285] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     7.285] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     7.285] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     7.285] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     7.285] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     7.285] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     7.285] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     7.285] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     7.285] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     7.285] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     7.285] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     7.285] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     7.285] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     7.285] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     7.285] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     7.285] (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)
[     7.285] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     7.285] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     7.285] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     7.285] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     7.285] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     7.285] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     7.285] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     7.285] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     7.285] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     7.285] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     7.285] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     7.285] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     7.285] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     7.285] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     7.285] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     7.285] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     7.285] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     7.285] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     7.285] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     7.285] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     7.285] (II) modeset(0): EDID for output DP-1
[     7.285] (II) modeset(0): EDID for output DP-2
[     7.285] (II) modeset(0): Output eDP-1 connected
[     7.285] (II) modeset(0): Output DP-1 disconnected
[     7.285] (II) modeset(0): Output DP-2 disconnected
[     7.285] (II) modeset(0): Using exact sizes for initial modes
[     7.285] (II) modeset(0): Output eDP-1 using initial mode 2560x1600 +0+0
[     7.285] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.285] (==) modeset(0): DPI set to (96, 96)
[     7.285] (II) Loading sub module "fb"
[     7.285] (II) LoadModule: "fb"
[     7.285] (II) Module "fb" already built-in
[     7.306] (==) modeset(0): Backing store enabled
[     7.306] (==) modeset(0): Silken mouse enabled
[     7.328] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     7.328] (==) modeset(0): DPMS enabled
[     7.328] (II) modeset(0): [DRI2] Setup complete
[     7.328] (II) modeset(0): [DRI2]   DRI driver: iris
[     7.328] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     7.328] (II) Initializing extension Generic Event Extension
[     7.328] (II) Initializing extension SHAPE
[     7.328] (II) Initializing extension MIT-SHM
[     7.328] (II) Initializing extension XInputExtension
[     7.328] (II) Initializing extension XTEST
[     7.328] (II) Initializing extension BIG-REQUESTS
[     7.328] (II) Initializing extension SYNC
[     7.328] (II) Initializing extension XKEYBOARD
[     7.328] (II) Initializing extension XC-MISC
[     7.328] (II) Initializing extension SECURITY
[     7.328] (II) Initializing extension XFIXES
[     7.328] (II) Initializing extension RENDER
[     7.328] (II) Initializing extension RANDR
[     7.328] (II) Initializing extension COMPOSITE
[     7.328] (II) Initializing extension DAMAGE
[     7.328] (II) Initializing extension MIT-SCREEN-SAVER
[     7.329] (II) Initializing extension DOUBLE-BUFFER
[     7.329] (II) Initializing extension RECORD
[     7.329] (II) Initializing extension DPMS
[     7.329] (II) Initializing extension Present
[     7.329] (II) Initializing extension DRI3
[     7.329] (II) Initializing extension X-Resource
[     7.329] (II) Initializing extension XVideo
[     7.329] (II) Initializing extension XVideo-MotionCompensation
[     7.329] (II) Initializing extension GLX
[     7.334] (II) AIGLX: Loaded and initialized iris
[     7.334] (II) GLX: Initialized DRI2 GL provider for screen 0
[     7.334] (II) Initializing extension XFree86-VidModeExtension
[     7.334] (II) Initializing extension XFree86-DGA
[     7.334] (II) Initializing extension XFree86-DRI
[     7.334] (II) Initializing extension DRI2
[     7.334] (II) modeset(0): Damage tracking initialized
[     7.334] (II) modeset(0): Setting screen physical size to 677 x 423
[     7.359] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     7.359] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.359] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.359] (II) LoadModule: "libinput"
[     7.359] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.361] (II) Module libinput: vendor="X.Org Foundation"
[     7.361]    compiled for 1.21.1.13, module version = 1.5.0
[     7.361]    Module class: X.Org XInput Driver
[     7.361]    ABI class: X.Org XInput driver, version 24.4
[     7.361] (II) Using input driver 'libinput' for 'Video Bus'
[     7.361] (**) Video Bus: always reports core events
[     7.361] (**) Option "Device" "/dev/input/event4"
[     7.363] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     7.363] (II) event4  - Video Bus: device is a keyboard
[     7.363] (II) event4  - Video Bus: device removed
[     7.386] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     7.386] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     7.386] (**) Option "xkb_model" "pc105+inet"
[     7.386] (**) Option "xkb_layout" "us"
[     7.386] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.395] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     7.395] (II) event4  - Video Bus: device is a keyboard
[     7.395] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     7.395] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.395] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.395] (II) Using input driver 'libinput' for 'Video Bus'
[     7.395] (**) Video Bus: always reports core events
[     7.395] (**) Option "Device" "/dev/input/event5"
[     7.395] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.395] (II) event5  - Video Bus: device is a keyboard
[     7.395] (II) event5  - Video Bus: device removed
[     7.418] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/LNXVIDEO:01/input/input5/event5"
[     7.418] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.418] (**) Option "xkb_model" "pc105+inet"
[     7.418] (**) Option "xkb_layout" "us"
[     7.418] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.418] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     7.418] (II) event5  - Video Bus: device is a keyboard
[     7.418] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     7.418] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.418] (**) Power Button: Applying InputClass "system-keyboard"
[     7.418] (II) Using input driver 'libinput' for 'Power Button'
[     7.418] (**) Power Button: always reports core events
[     7.418] (**) Option "Device" "/dev/input/event0"
[     7.419] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     7.419] (II) event0  - Power Button: device is a keyboard
[     7.419] (II) event0  - Power Button: device removed
[     7.429] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     7.429] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.429] (**) Option "xkb_model" "pc105+inet"
[     7.429] (**) Option "xkb_layout" "us"
[     7.429] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.429] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     7.429] (II) event0  - Power Button: device is a keyboard
[     7.430] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     7.430] (II) No input driver specified, ignoring this device.
[     7.430] (II) This device may have been added with another device file.
[     7.430] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     7.430] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     7.430] (**) Sleep Button: Applying InputClass "system-keyboard"
[     7.430] (II) Using input driver 'libinput' for 'Sleep Button'
[     7.430] (**) Sleep Button: always reports core events
[     7.430] (**) Option "Device" "/dev/input/event1"
[     7.431] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.431] (II) event1  - Sleep Button: device is a keyboard
[     7.431] (II) event1  - Sleep Button: device removed
[     7.444] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     7.444] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.444] (**) Option "xkb_model" "pc105+inet"
[     7.444] (**) Option "xkb_layout" "us"
[     7.444] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.444] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     7.444] (II) event1  - Sleep Button: device is a keyboard
[     7.445] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[     7.445] (II) No input driver specified, ignoring this device.
[     7.445] (II) This device may have been added with another device file.
[     7.445] (II) config/udev: Adding input device ELAN0412:01 04F3:32EE Mouse (/dev/input/event8)
[     7.445] (**) ELAN0412:01 04F3:32EE Mouse: Applying InputClass "libinput pointer catchall"
[     7.445] (II) Using input driver 'libinput' for 'ELAN0412:01 04F3:32EE Mouse'
[     7.445] (**) ELAN0412:01 04F3:32EE Mouse: always reports core events
[     7.445] (**) Option "Device" "/dev/input/event8"
[     7.446] (II) event8  - ELAN0412:01 04F3:32EE Mouse: is tagged by udev as: Mouse Pointingstick
[     7.446] (II) event8  - ELAN0412:01 04F3:32EE Mouse: device is a pointer
[     7.446] (II) event8  - ELAN0412:01 04F3:32EE Mouse: device removed
[     7.462] (II) libinput: ELAN0412:01 04F3:32EE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.462] (II) libinput: ELAN0412:01 04F3:32EE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.462] (II) libinput: ELAN0412:01 04F3:32EE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.462] (**) Option "config_info" "udev:/sys/devices/pci0000:80/0000:80:19.0/i2c_designware.4/i2c-17/i2c-ELAN0412:01/0018:04F3:32EE.0002/input/input11/event8"
[     7.462] (II) XINPUT: Adding extended input device "ELAN0412:01 04F3:32EE Mouse" (type: MOUSE, id 10)
[     7.462] (**) Option "AccelerationScheme" "none"
[     7.462] (**) ELAN0412:01 04F3:32EE Mouse: (accel) selected scheme none/0
[     7.462] (**) ELAN0412:01 04F3:32EE Mouse: (accel) acceleration factor: 2.000
[     7.462] (**) ELAN0412:01 04F3:32EE Mouse: (accel) acceleration threshold: 4
[     7.462] (II) event8  - ELAN0412:01 04F3:32EE Mouse: is tagged by udev as: Mouse Pointingstick
[     7.463] (II) event8  - ELAN0412:01 04F3:32EE Mouse: device is a pointer
[     7.463] (II) config/udev: Adding input device ELAN0412:01 04F3:32EE Mouse (/dev/input/mouse0)
[     7.463] (II) No input driver specified, ignoring this device.
[     7.463] (II) This device may have been added with another device file.
[     7.464] (II) config/udev: Adding input device ELAN0412:01 04F3:32EE Touchpad (/dev/input/event9)
[     7.464] (**) ELAN0412:01 04F3:32EE Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.464] (II) Using input driver 'libinput' for 'ELAN0412:01 04F3:32EE Touchpad'
[     7.464] (**) ELAN0412:01 04F3:32EE Touchpad: always reports core events
[     7.464] (**) Option "Device" "/dev/input/event9"
[     7.464] (II) event9  - ELAN0412:01 04F3:32EE Touchpad: is tagged by udev as: Touchpad
[     7.465] (II) event9  - ELAN0412:01 04F3:32EE Touchpad: device is a touchpad
[     7.466] (II) event9  - ELAN0412:01 04F3:32EE Touchpad: device removed
[     7.483] (II) libinput: ELAN0412:01 04F3:32EE Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.483] (II) libinput: ELAN0412:01 04F3:32EE Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.483] (II) libinput: ELAN0412:01 04F3:32EE Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.483] (**) Option "config_info" "udev:/sys/devices/pci0000:80/0000:80:19.0/i2c_designware.4/i2c-17/i2c-ELAN0412:01/0018:04F3:32EE.0002/input/input13/event9"
[     7.483] (II) XINPUT: Adding extended input device "ELAN0412:01 04F3:32EE Touchpad" (type: TOUCHPAD, id 11)
[     7.484] (**) Option "AccelerationScheme" "none"
[     7.484] (**) ELAN0412:01 04F3:32EE Touchpad: (accel) selected scheme none/0
[     7.484] (**) ELAN0412:01 04F3:32EE Touchpad: (accel) acceleration factor: 2.000
[     7.484] (**) ELAN0412:01 04F3:32EE Touchpad: (accel) acceleration threshold: 4
[     7.485] (II) event9  - ELAN0412:01 04F3:32EE Touchpad: is tagged by udev as: Touchpad
[     7.485] (II) event9  - ELAN0412:01 04F3:32EE Touchpad: device is a touchpad
[     7.486] (II) config/udev: Adding input device ELAN0412:01 04F3:32EE Touchpad (/dev/input/mouse1)
[     7.486] (II) No input driver specified, ignoring this device.
[     7.486] (II) This device may have been added with another device file.
[     7.486] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[     7.486] (II) No input driver specified, ignoring this device.
[     7.486] (II) This device may have been added with another device file.
[     7.486] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[     7.486] (II) No input driver specified, ignoring this device.
[     7.486] (II) This device may have been added with another device file.
[     7.486] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[     7.486] (II) No input driver specified, ignoring this device.
[     7.486] (II) This device may have been added with another device file.
[     7.486] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[     7.486] (II) No input driver specified, ignoring this device.
[     7.486] (II) This device may have been added with another device file.
[     7.486] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[     7.486] (II) No input driver specified, ignoring this device.
[     7.486] (II) This device may have been added with another device file.
[     7.487] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[     7.487] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     7.487] (**) Intel HID events: Applying InputClass "system-keyboard"
[     7.487] (II) Using input driver 'libinput' for 'Intel HID events'
[     7.487] (**) Intel HID events: always reports core events
[     7.487] (**) Option "Device" "/dev/input/event6"
[     7.487] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[     7.487] (II) event6  - Intel HID events: device is a keyboard
[     7.487] (II) event6  - Intel HID events: device removed
[     7.498] (**) Option "config_info" "udev:/sys/devices/platform/INTC10CB:00/input/input6/event6"
[     7.498] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[     7.498] (**) Option "xkb_model" "pc105+inet"
[     7.498] (**) Option "xkb_layout" "us"
[     7.498] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.498] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[     7.498] (II) event6  - Intel HID events: device is a keyboard
[     7.498] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     7.498] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.498] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.498] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.498] (**) AT Translated Set 2 keyboard: always reports core events
[     7.498] (**) Option "Device" "/dev/input/event3"
[     7.498] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.498] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     7.499] (II) event3  - AT Translated Set 2 keyboard: device removed
[     7.508] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     7.508] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     7.508] (**) Option "xkb_model" "pc105+inet"
[     7.508] (**) Option "xkb_layout" "us"
[     7.508] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.508] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.508] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     7.508] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     7.508] (II) No input driver specified, ignoring this device.
[     7.508] (II) This device may have been added with another device file.
[    18.399] (II) event4  - Video Bus: device removed
[    18.419] (II) event5  - Video Bus: device removed
[    18.451] (II) event0  - Power Button: device removed
[    18.457] (II) event1  - Sleep Button: device removed
[    18.463] (II) event8  - ELAN0412:01 04F3:32EE Mouse: device removed
[    18.475] (II) event9  - ELAN0412:01 04F3:32EE Touchpad: device removed
[    18.487] (II) event6  - Intel HID events: device removed
[    18.493] (II) event3  - AT Translated Set 2 keyboard: device removed
[    18.499] (II) AIGLX: Suspending AIGLX clients for VT switch

I hope thats the right way to post the log lol

Just for my own learning and others that may stumble upon this,
I installed *mostly* the right drivers for the new generation of cards but for some reason the card is not being enabled for some reason or another. Possibly due to Optimus, blacklist, or maybe a config?

Offline

#16 2025-06-09 14:50:28

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

01:00.0 VGA compatible controller: NVIDIA Corporation GB203M / GN22-X9 [GeForce RTX 5080 Max-Q / Mobile] (rev a1)
        Subsystem: CLEVO/KAPOK Computer Device 5700
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia

it's not blacklisted, but the GPU isn't picked up at all by the X11 server (though listed)
And neither X11 nor nvidia-smi seem to wake it

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#17 2025-06-09 15:42:48

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

https://termbin.com/basb

Woulda been quicker if my isp didn't block 0x0.st for some ungodly reason and having to learn how to append files lmao

Offline

#18 2025-06-09 15:52:18

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

This why:

Jun 09 09:47:58 Ub3cZ5N7L10HaX3q kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  575.57.08  Release Build  (root@)  
Jun 09 09:47:59 Ub3cZ5N7L10HaX3q kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: kgspHealthCheck_TU102: ****************************** GSP-CrashCat Report *******************************
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: GPU at PCI:0000:01:00: GPU-b8b94b5b-494e-f768-3fd0-08245ad7f66b
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: Xid (PCI:0000:01:00): 120, GSP task exception: load access page fault (cause:0xd) @ pc:0x140c7f6, partition:4#0, task:3
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     Reported by libos partition:4#5 kernel v3.1 [0] @ ts:2
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     RISC-V CSR State:
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         sstatus:0x0000000200000020  sscratch:0xffffffffa30144d0     sie:0x0000000000000220  sip:0x0000000000000000
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         sepc:0x000000000140c7f6     stval:0x0000000000000000  scause:0x000000000000000d
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     RISC-V GPR State:
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         ra:0x000000000140cea2   sp:0x00000047f240f5b0   gp:0x0000000000000000   tp:0x0000000000000000
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         a0:0x0000000000000000   a1:0x00000047eb220530   a2:0x0000000000000004   a3:0x00000047f2a41000
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         a4:0x0000000000000000   a5:0x0000000000000000   a6:0x0000000000001010   a7:0x0000000000000004
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         s0:0x00000047f240f740   s1:0x00000047ebe83c50   s2:0x0000000000000002   s3:0x00000000017d4e9a
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         s4:0x000000000411bb70   s5:0x00000000001a8000   s6:0x00000047eb380550   s7:0x0000000000001500
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         s8:0x000000000411c088   s9:0x0000000000000000  s10:0x0000000000000000  s11:0x00000047eb37e550
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         t0:0x0000000000000020   t1:0x0000000000000001   t2:0x0000000000000000   t3:0x0000000000000020
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         t4:0x0000000000000000   t5:0x00000047f240f3c1   t6:0x0000000000000020
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     Stack Trace:
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x000000000140c7f6
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x00000000017d4e9a
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x00000000017dd84e
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x00000000017e001c
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x00000000017d411a
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x000000000141629e
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x0000000001a285da
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x0000000001a4b698
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x0000000001b887c0
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x0000000001a2d332
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     Local I/O Register State:
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x01450800:0x00000000   0x01450900:0xbadf202b   0x01450a00:0x00000000   0x01450c00:0x00000000
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:         0x01454a00:0x810400d0   0x01454b00:0x010800d0   0x01454c00:0x00080000   0x01400200:0x00000040
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     ------------[ end crash report ]------------
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: GPU0 GSP RPC buffer contains function 4128 (GSP_POST_NOCAT_RECORD) and data 0x0000000000000005 0x00000000017d4e9a.
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: GPU0 RPC history (CPU -> GSP):
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     entry function                   data0              data1              ts_start           ts_end             duration actively_polling
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:      0    73   SET_REGISTRY          0x0000000000000000 0x0000000000000000 0x00063723d3feafd1 0x0000000000000000          y
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     -1    72   GSP_SET_SYSTEM_INFO   0x0000000000000000 0x0000000000000000 0x00063723d3feafce 0x0000000000000000           
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: GPU0 RPC event history (CPU <- GSP):
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:     entry function                   data0              data1              ts_start           ts_end             duration during_incomplete_rpc
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM:      0    4128 GSP_POST_NOCAT_RECORD 0x0000000000000005 0x00000000017d4e9a 0x00063723d407d5a1 0x00063723d407d5a5      4us y
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: kgspRcAndNotifyAllChannels_IMPL: RC all user channels for critical error 120.
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: kgspHealthCheck_TU102: **********************************************************************************
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: nvCheckOkFailedNoLog: Check failed: Reset required [NV_ERR_RESET_REQUIRED] (0x00000062) returned from rpcRecvPoll(pGpu, pRpc, NV_VGPU_MSG_EVENT_GSP_INIT_DONE) @ kernel_gsp.c:4877
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: nvAssertOkFailedNoLog: Assertion failed: Reset required [NV_ERR_RESET_REQUIRED] (0x00000062) returned from kgspWaitForRmInitDone(pGpu, pKernelGsp) @ kernel_gsp_gh100.c:952
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: _kgspBootGspRm: unexpected WPR2 already up, cannot proceed with booting GSP
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: _kgspBootGspRm: (the GPU is likely in a bad state and may need to be reset)
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: RmInitAdapter: Cannot initialize GSP firmware RM
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: iovaspaceDestruct_IMPL: 1 left-over mappings in IOVAS 0x100
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x62:0x40:1941)
Jun 09 09:48:00 Ub3cZ5N7L10HaX3q kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0

firmware crashes.
https://github.com/NVIDIA/open-gpu-kern … issues/876
Try to downgrade to 570xx, https://wiki.archlinux.org/title/Arch_L … ne_package - as long as your on the 6.14 kernel, that'll work for now.

Offline

#19 2025-06-09 16:33:18

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

After running

sudo pacman -U https://archive.archlinux.org/packages/n/nvidia-utils/nvidia-utils-570.86.16-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/nvidia-open/nvidia-open-570.86.16-9-x86_64.pkg.tar.zst

Rebooting
No behavior difference
https://termbin.com/6cyn
I'll try with other downgrades after a rest or if anything else is found with the new log
Thank you guys for your help so far

edit: At least nvidia-smi is returning something now

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Last edited by Hawaaz (2025-06-09 16:35:15)

Offline

#20 2025-06-09 16:53:32

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,747

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

You can't use binary modules that were not built for the kernel you're running. Use dkms instead of pre-built modules. And don't go SO old.

Offline

#21 2025-06-09 17:00:15

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Yup, sorry, https://archive.archlinux.org/packages/ … kg.tar.zst was still compiled for 6.14.9.arch1-1 - 575xx entered before 6.14.10 sad

Offline

#22 2025-06-09 23:15:31

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

Ran these:

sudo pacman -U https://archive.archlinux.org/packages/n/nvidia-utils/nvidia-utils-570.153.02-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/nvidia-open-dkms/nvidia-open-dkms-570.153.02-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/nvidia-settings/nvidia-settings-570.153.02-1-x86_64.pkg.tar.zst

nvidia-smi returns

+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.153.02             Driver Version: 570.153.02     CUDA Version: 12.8     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 5080 ...    Off |   00000000:01:00.0 Off |                  N/A |
| N/A   47C    P8              8W /  100W |      15MiB /  16303MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             995      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+

However the frame rate on the benchmark is still 10fps.
Boot log file if its useful: https://termbin.com/ohuj
lsmod if its useful:

Module                  Size  Used by
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
snd_seq               131072  7 snd_seq_dummy
snd_seq_device         16384  1 snd_seq
vfat                   24576  1
fat                   106496  1 vfat
snd_sof_pci_intel_mtl    40960  0
snd_sof_intel_hda_generic    45056  1 snd_sof_pci_intel_mtl
soundwire_intel        86016  1 snd_sof_intel_hda_generic
soundwire_cadence      53248  1 soundwire_intel
snd_sof_intel_hda_common   204800  2 snd_sof_pci_intel_mtl,snd_sof_intel_hda_generic
snd_soc_hdac_hda       28672  1 snd_sof_intel_hda_common
snd_sof_intel_hda_mlink    36864  3 soundwire_intel,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_intel_hda      20480  2 snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_pci            24576  2 snd_sof_pci_intel_mtl,snd_sof_intel_hda_generic
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_generic
snd_sof               466944  5 snd_sof_pci_intel_mtl,snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_sof_intel_hda
snd_sof_utils          16384  1 snd_sof
snd_hda_ext_core       36864  4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_soc_acpi_intel_match   131072  2 snd_sof_pci_intel_mtl,snd_sof_intel_hda_generic
snd_soc_acpi_intel_sdca_quirks    12288  1 snd_soc_acpi_intel_match
soundwire_generic_allocation    16384  1 soundwire_intel
snd_hda_codec_realtek   221184  1
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_generic
soundwire_bus         147456  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_hda_codec_generic   114688  1 snd_hda_codec_realtek
snd_soc_sdca           12288  2 snd_soc_acpi_intel_sdca_quirks,soundwire_bus
snd_hda_scodec_component    20480  1 snd_hda_codec_realtek
snd_soc_core          446464  4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_hda_codec_hdmi     98304  2
snd_compress           28672  1 snd_soc_core
ac97_bus               12288  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
joydev                 28672  0
mousedev               24576  0
intel_uncore_frequency    12288  0
intel_uncore_frequency_common    16384  1 intel_uncore_frequency
x86_pkg_temp_thermal    16384  0
iwlmvm                745472  0
hid_multitouch         36864  0
intel_powerclamp       20480  0
coretemp               20480  0
mac80211             1646592  1 iwlmvm
kvm_intel             430080  0
snd_hda_intel          69632  2
uvcvideo              180224  0
snd_intel_dspcfg       40960  4 snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
libarc4                12288  1 mac80211
videobuf2_vmalloc      20480  1 uvcvideo
snd_intel_sdw_acpi     16384  2 snd_intel_dspcfg,snd_sof_intel_hda_generic
kvm                  1384448  1 kvm_intel
iTCO_wdt               16384  0
uvc                    12288  1 uvcvideo
snd_hda_codec         217088  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
btusb                  81920  0
intel_pmc_bxt          16384  1 iTCO_wdt
videobuf2_memops       16384  1 videobuf2_vmalloc
processor_thermal_device_pci    16384  0
hid_sensor_prox        16384  0
snd_hda_core          143360  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
spd5118                16384  0
iTCO_vendor_support    12288  1 iTCO_wdt
videobuf2_v4l2         40960  1 uvcvideo
btrtl                  32768  1 btusb
processor_thermal_device    20480  1 processor_thermal_device_pci
snd_hwdep              20480  1 snd_hda_codec
hid_sensor_trigger     20480  2 hid_sensor_prox
iwlwifi               622592  1 iwlmvm
btintel                69632  1 btusb
processor_thermal_wt_hint    16384  2 processor_thermal_device_pci,processor_thermal_device
industrialio_triggered_buffer    12288  1 hid_sensor_trigger
videobuf2_common       94208  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
snd_pcm               200704  12 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_sof_intel_hda_generic,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
irqbypass              12288  1 kvm
i2c_i801               40960  0
btbcm                  24576  1 btusb
processor_thermal_rfim    28672  1 processor_thermal_device
kfifo_buf              12288  1 industrialio_triggered_buffer
mei_gsc_proxy          16384  0
intel_rapl_msr         20480  0
igc                   204800  0
btmtk                  32768  1 btusb
spi_nor               167936  0
videodev              397312  2 videobuf2_v4l2,uvcvideo
i2c_smbus              20480  1 i2c_i801
snd_timer              57344  3 snd_seq,snd_hrtimer,snd_pcm
processor_thermal_rapl    16384  1 processor_thermal_device
rapl                   20480  0
ucsi_acpi              12288  0
hid_sensor_iio_common    20480  2 hid_sensor_trigger,hid_sensor_prox
nvidia_drm            139264  2
intel_cstate           20480  0
cfg80211             1400832  3 iwlmvm,iwlwifi,mac80211
bluetooth            1097728  6 btrtl,btmtk,btintel,btbcm,btusb
industrialio          143360  4 industrialio_triggered_buffer,hid_sensor_trigger,hid_sensor_prox,kfifo_buf
mc                     90112  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
intel_uncore          266240  0
nvidia_modeset       2158592  3 nvidia_drm
wmi_bmof               12288  0
ptp                    45056  2 iwlmvm,igc
intel_lpss_pci         28672  0
pcspkr                 12288  0
snd                   155648  19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
mtd                   106496  3 spi_nor
typec_ucsi             77824  1 ucsi_acpi
intel_rapl_common      53248  2 intel_rapl_msr,processor_thermal_rapl
i2c_mux                16384  1 i2c_i801
mei_me                 57344  1
rfkill                 40960  7 iwlmvm,bluetooth,cfg80211
pps_core               32768  1 ptp
intel_lpss             12288  1 intel_lpss_pci
i2c_hid_acpi           12288  0
nvidia_wmi_ec_backlight    12288  0
soundcore              16384  1 snd
typec                 114688  1 typec_ucsi
processor_thermal_wt_req    12288  1 processor_thermal_device
intel_pmc_core        122880  0
thunderbolt           573440  0
mei                   200704  3 mei_gsc_proxy,mei_me
intel_vpu             339968  0
i2c_hid                45056  1 i2c_hid_acpi
idma64                 20480  0
processor_thermal_power_floor    12288  2 processor_thermal_device_pci,processor_thermal_device
processor_thermal_mbox    12288  4 processor_thermal_power_floor,processor_thermal_wt_req,processor_thermal_rfim,processor_thermal_wt_hint
roles                  16384  1 typec_ucsi
int3403_thermal        16384  0
pmt_telemetry          16384  1 intel_pmc_core
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
acpi_tad               20480  0
int3400_thermal        20480  0
pinctrl_meteorpoint    24576  0
pmt_class              16384  1 pmt_telemetry
intel_hid              28672  0
pinctrl_meteorlake     28672  0
acpi_thermal_rel       20480  1 int3400_thermal
sparse_keymap          12288  1 intel_hid
acpi_pad              184320  0
mac_hid                12288  0
pkcs8_key_parser       12288  0
nvidia_uvm           3940352  0
nvidia              13119488  33 nvidia_uvm,nvidia_modeset
i2c_dev                28672  0
crypto_user            20480  0
loop                   40960  0
nfnetlink              20480  1
zram                   61440  1
842_decompress         20480  1 zram
842_compress           24576  1 zram
lz4hc_compress         20480  1 zram
lz4_compress           24576  1 zram
ip_tables              36864  0
x_tables               65536  1 ip_tables
dm_crypt               65536  1
cbc                    12288  0
encrypted_keys         28672  1 dm_crypt
trusted                49152  2 encrypted_keys,dm_crypt
asn1_encoder           12288  1 trusted
tee                    49152  1 trusted
dm_mod                229376  3 dm_crypt
xe                   3407872  0
drm_ttm_helper         16384  2 nvidia_drm,xe
gpu_sched              65536  1 xe
drm_suballoc_helper    12288  1 xe
drm_gpuvm              45056  1 xe
drm_exec               12288  2 drm_gpuvm,xe
hid_sensor_hub         32768  3 hid_sensor_trigger,hid_sensor_iio_common,hid_sensor_prox
hid_generic            12288  0
usbhid                 86016  0
i915                 4714496  47
polyval_clmulni        12288  0
polyval_generic        12288  1 polyval_clmulni
sdhci_pci             114688  0
ghash_clmulni_intel    16384  0
i2c_algo_bit           24576  2 xe,i915
sha512_ssse3           53248  0
drm_buddy              24576  2 xe,i915
serio_raw              20480  0
sdhci_uhs2             36864  1 sdhci_pci
atkbd                  40960  0
sha256_ssse3           36864  1
sdhci                 102400  2 sdhci_uhs2,sdhci_pci
ttm                   106496  3 drm_ttm_helper,xe,i915
nvme                   65536  4
libps2                 20480  1 atkbd
sha1_ssse3             32768  2
intel_gtt              28672  1 i915
cqhci                  45056  1 sdhci_pci
aesni_intel           126976  2
vivaldi_fmap           12288  1 atkbd
mxm_wmi                12288  0
nvme_core             258048  5 nvme
crypto_simd            16384  1 aesni_intel
spi_intel_pci          12288  0
drm_display_helper    262144  2 xe,i915
cryptd                 28672  3 crypto_simd,ghash_clmulni_intel
mmc_core              290816  4 sdhci_uhs2,sdhci,cqhci,sdhci_pci
spi_intel              36864  1 spi_intel_pci
nvme_auth              24576  1 nvme_core
video                  81920  4 nvidia_wmi_ec_backlight,xe,i915,nvidia_modeset
i8042                  57344  0
cec                    90112  3 drm_display_helper,xe,i915
intel_vsec             20480  2 intel_pmc_core,xe
serio                  28672  4 serio_raw,atkbd,i8042
wmi                    32768  4 video,nvidia_wmi_ec_backlight,wmi_bmof,mxm_wmi

I'm thinking I missed a dependency or maybe Optimus/prime isn't working correctly with steam?

Also I was trying to find resources on the compatibilities of the kernels but have been unsuccessful so far, Is there a page that would help with this?

Edit: Thinking the issue lies with the custom kernel with the nvidia article

Ensure your kernel has CONFIG_DRM_SIMPLEDRM=y, and if using CONFIG_DEBUG_INFO_BTF then this is needed in the PKGBUILD (since kernel 5.16):

Though I am having difficulty finding how to edit the config
Using

# cat /sys/module/nvidia_drm/parameters/modeset

returns Y so I think I did it right?

Last edited by Hawaaz (2025-06-10 00:18:29)

Offline

#23 2025-06-10 07:43:35

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

The kernel level looks fine, modesetting is enabled by default.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and see https://wiki.archlinux.org/title/PRIME# … _using_GPU - though steam should™ use an available dedicated GPU by default

That being said:

Jun 09 18:57:12 Ub3cZ5N7L10HaX3q systemd[1064]: Starting flatpak document portal service...
Jun 09 18:57:12 Ub3cZ5N7L10HaX3q systemd[1064]: Started flatpak document portal service.
Jun 09 18:59:19 Ub3cZ5N7L10HaX3q systemd[1064]: Starting flatpak session helper...
Jun 09 18:59:19 Ub3cZ5N7L10HaX3q systemd[1064]: Started flatpak session helper.
Jun 09 18:59:19 Ub3cZ5N7L10HaX3q systemd[1064]: Started app-flatpak-io.gitlab.librewolf\x2dcommunity-1961420513.scope.
Jun 09 18:59:19 Ub3cZ5N7L10HaX3q flatpak[1736]: [2] Sandbox: CanCreateUserNamespace() clone() failure: EPERM

is steam from the repos or some flatschpak?
In the latter case
1. why?
2. just don't?
3. you'll need to install the *matching* nvidia driver version from flathub

Offline

#24 2025-06-10 09:08:27

Hawaaz
Member
Registered: 2025-06-09
Posts: 16

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

I was using flatpak though discover to install steam.
Removed it and installed it with pacman.
Picked the nvidia-utils instead of the vulkan-nouveau since we did not want nouveau previously. (let me know if i chose the wrong one)
Set up compatibility with proton 9.0.4
Tested the benchmark and still got 10fps.

Xorg before removing steam: https://termbin.com/skol
Xorg after installing and rebooting: https://termbin.com/qold

Offline

#25 2025-06-10 12:47:02

seth
Member
Registered: 2012-09-03
Posts: 64,489

Re: [Solved] New laptop, Nvidia 5080, nvidia-open drivers, low fps

https://termbin.com/skol has

[     7.646] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 5080 Laptop GPU (GB203-B) at
[     7.646] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)

but in https://termbin.com/qold no nvidia driver is loaded

Picked the nvidia-utils instead of the vulkan-nouveau since

Picked where, how?

pacman -Qs nvidia

The nvidia-utils version has to match the kernel module version (570.153.02)

Offline

Board footer

Powered by FluxBB