You are not logged in.
Not the first topic of this kind, but let's get to the point.
I have a laptop that is connected with USB-C to dock station and this dock station has two monitors. Each of the monitors can have up to 144Hz refresh rate. The problem is that applications only on external monitors are running at framerate that is half the refresh rate of those monitors.
Laptop: Asus ROG Zephyrus G14 2020 (Ryzen 4900HS, 32GB RAM, GeForce RTX 2060s)
External monitors: FullHD 144Hz
The environment I'm using is latest KDE Plasma 6
Version
=======
KWin version: 6.2.5
Qt Version: 6.8.1
Qt compile version: 6.8.1
XCB compile version: 1.17.0
Operation Mode: Xwayland
Compositing
===========
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.6, DRM 3.54, 6.6.70-1-lts)
OpenGL version string: 4.6 (Core Profile) Mesa 24.3.3-arch1.2
OpenGL platform interface: EGL
OpenGL shading language version string: 4.60
Driver: Unknown
GPU class: Unknown
OpenGL version: 4.6
GLSL version: 4.60
Mesa version: 24.3.3
X server version: 1.24.1
Linux kernel version: 6.6.70
Direct rendering: Requires strict binding: no
Virtual Machine: no
OpenGL 2 Shaders are used
The built-in display works at 120Hz and renders at the same framerate, which is 120FPS. When I launch glxgears on built-in screen they render at about 120FPS, when I move them to external monitor the FPS drops to 60 (when having 120Hz refresh rate) or 72 (when having 144Hz refresh rate). When I set refresh rate on external monitor to be 100Hz then FPS drops to 50. The same happens on testufo.com with Firefox. The only exception is that when I use cursor on bare desktop on external monitor, then the cursor moves smoother than when I drag him across some application window.
I tried searching through the forums and internet and here is what I tried with no effect:
setting env KWIN_OPENGL_INTERFACE=egl
setting env KWIN_FORCE_SW_CURSOR=1
setting env KWIN_DRM_USE_MODIFIERS=0
setting env __GL_YIELD=USLEEP
setting env KWIN_DRM_FORCE_MGPU_GL_FINISH=1
trying to switch from mainline kernel (6.12.9) to LTS kernel (6.6.70)
setting KWIN_DRM_DISABLE_TRIPLE_BUFFERING=1
setting KWIN_COMPOSE with various eligible options (Qpainter unlocked the framerate, but the display was overall garbage)
setting kernel parameter "amdgpu.dcdebugmask=0x10"
On X11 the framerate is fine, but this display server is troublesome for me, because it generates heavy dGPU usage when connected to external monitor even when nothing happens. I would like to stay on the KDE, because it suits my needs and I remember that not far than 1,5 months ago I did not have this issue and about half a year ago I moved from Gnome to KDE, just because Plasma was working much better on my hardware.
Last edited by Inixi (2025-01-20 12:13:59)
2020 ASUS Zephyrus G14
Offline
Look at this thread - they seem to have had the same problem and solved it
Offline
Yes, the author has used "KWIN_DRM_USE_MODIFIERS=0" but I also tried it and it did not solve the problem, unfortunately.
2020 ASUS Zephyrus G14
Offline
On X11 the framerate is fine, but this display server is troublesome for me, because it generates heavy dGPU usage when connected to external monitor even when nothing happens.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Does "KWIN_DRM_USE_MODIFIERS=0" have any impact on CPU or GPU usage?
https://bugs.kde.org/show_bug.cgi?id=452219
Offline
@seth, in Xorg everything is working fine, but I don't want to use it, because when I have external monitors connected then I have constant dGPU usage at a 33-38% in nvidia-smi with only desktop running and nothing much else. This leads to high temperatures and even performance degradation when I'm running games. Anyway, I'll provide that later, because right now I cannot switch, because of the work.
On the other hand I may have hound the one to blame, but I'm not sure. Obviously KWIN_DRM_USE_MODIFIERS=0 does not do anything, but __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json makes the difference.
When I set __EGL_VENDOR_LIBRARY_FILENAMES to avoid loading nvidia modules (meaning that I'll set __EGL_VENDOR_LIBRARY_FILENAMES to /usr/share/glvnd/egl_vendor.d/50_mesa.json) then everything is capped to half of the refresh rate.
When I unset __EGL_VENDOR_LIBRARY_FILENAMES then Xwayland applications (like glxgears or firefox with MOZ_ENABLE_WAYLAND=0) run at the same framerate as monitor refresh rate, but Wayland native applications (like firefox with native Wayland support) are still capped to half the refresh rate. But unsetting this env makes nvidia-smi report that kwin_wayland process is using dGPU and then I have constant usage of 1% - not very disturbing, but awkward situation.
Last month besides nvidia-utils a package named egl-x11 was introduced (and this package is required by nvidia-utils). I'm just guessing where the problem might be laying...
2020 ASUS Zephyrus G14
Offline
I got that but wanted to see how exactly the outputs are connected, what the X11 server is running on and which drivers are involved.
You don't have to switch - the xorg log(s, also from xwayland) are still there.
The display server (X11 or kwin) will *have* to "use" the GPU when monitors are wired there - otherwise you could not get any pixels to those monitors…
egl_* were split off the nvidia-utils package.
Offline
@seth, hope this helps:
[ 1996.300] (--) Log file renamed from "/home/inixi/.local/share/xorg/Xorg.pid-11697.log" to "/home/inixi/.local/share/xorg/Xorg.0.log"
[ 1996.301]
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[ 1996.301] Current Operating System: Linux archlinux 6.12.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 10 Jan 2025 00:39:41 +0000 x86_64
[ 1996.301] Kernel command line: root=UUID=234a2b9f-f9ff-4649-8619-d85df4e6f74f rw quiet initrd=\initramfs-linux.img
[ 1996.301]
[ 1996.301] Current version of pixman: 0.44.2
[ 1996.301] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1996.301] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1996.301] (==) Log file: "/home/inixi/.local/share/xorg/Xorg.0.log", Time: Thu Jan 16 01:33:04 2025
[ 1996.301] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1996.301] (==) No Layout section. Using the first Screen section.
[ 1996.301] (==) No screen section available. Using defaults.
[ 1996.301] (**) |-->Screen "Default Screen Section" (0)
[ 1996.301] (**) | |-->Monitor "<default monitor>"
[ 1996.302] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1996.302] (**) Allowing byte-swapped clients
[ 1996.302] (==) Automatically adding devices
[ 1996.302] (==) Automatically enabling devices
[ 1996.302] (==) Automatically adding GPU devices
[ 1996.302] (==) Automatically binding GPU devices
[ 1996.302] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1996.302] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 1996.302] Entry deleted from font path.
[ 1996.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 1996.302] Entry deleted from font path.
[ 1996.302] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 1996.302] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 1996.302] Entry deleted from font path.
[ 1996.302] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1996.302] Entry deleted from font path.
[ 1996.302] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 1996.302] Entry deleted from font path.
[ 1996.302] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 1996.302] Entry deleted from font path.
[ 1996.302] (==) FontPath set to:
[ 1996.302] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1996.302] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1996.302] (II) Module ABI versions:
[ 1996.302] X.Org ANSI C Emulation: 0.4
[ 1996.302] X.Org Video Driver: 25.2
[ 1996.302] X.Org XInput driver : 24.4
[ 1996.302] X.Org Server Extension : 10.0
[ 1996.303] (++) using VT number 7
[ 1996.310] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_316
[ 1996.312] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1996.312] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card0
[ 1996.315] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 1996.316] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1996.316] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card1
[ 1996.321] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[ 1996.326] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 1996.332] (--) PCI: (1@0:0:0) 10de:1f12:1043:1f11 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 1996.332] (--) PCI:*(4@0:0:0) 1002:1636:1043:1f11 rev 197, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000e000/256
[ 1996.332] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1996.332] (II) LoadModule: "glx"
[ 1996.332] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1996.335] (II) Module glx: vendor="X.Org Foundation"
[ 1996.335] compiled for 1.21.1.15, module version = 1.0.0
[ 1996.335] ABI class: X.Org Server Extension, version 10.0
[ 1996.335] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[ 1996.335] loading driver: amdgpu
[ 1996.335] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 1996.335] loading driver: nvidia
[ 1996.335] (==) Matched amdgpu as autoconfigured driver 0
[ 1996.335] (==) Matched ati as autoconfigured driver 1
[ 1996.335] (==) Matched nvidia as autoconfigured driver 2
[ 1996.335] (==) Matched nouveau as autoconfigured driver 3
[ 1996.335] (==) Matched nv as autoconfigured driver 4
[ 1996.335] (==) Matched modesetting as autoconfigured driver 5
[ 1996.335] (==) Matched fbdev as autoconfigured driver 6
[ 1996.335] (==) Matched vesa as autoconfigured driver 7
[ 1996.335] (==) Assigned the driver to the xf86ConfigLayout
[ 1996.335] (II) LoadModule: "amdgpu"
[ 1996.335] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 1996.336] (II) Module amdgpu: vendor="X.Org Foundation"
[ 1996.336] compiled for 1.21.1.11, module version = 23.0.0
[ 1996.336] Module class: X.Org Video Driver
[ 1996.336] ABI class: X.Org Video Driver, version 25.2
[ 1996.336] (II) LoadModule: "ati"
[ 1996.336] (WW) Warning, couldn't open module ati
[ 1996.336] (EE) Failed to load module "ati" (module does not exist, 0)
[ 1996.336] (II) LoadModule: "nvidia"
[ 1996.337] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 1996.337] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1996.337] compiled for 1.6.99.901, module version = 1.0.0
[ 1996.337] Module class: X.Org Video Driver
[ 1996.337] (II) LoadModule: "nouveau"
[ 1996.338] (WW) Warning, couldn't open module nouveau
[ 1996.338] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 1996.338] (II) LoadModule: "nv"
[ 1996.339] (WW) Warning, couldn't open module nv
[ 1996.339] (EE) Failed to load module "nv" (module does not exist, 0)
[ 1996.339] (II) LoadModule: "modesetting"
[ 1996.339] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1996.339] (II) Module modesetting: vendor="X.Org Foundation"
[ 1996.339] compiled for 1.21.1.15, module version = 1.21.1
[ 1996.339] Module class: X.Org Video Driver
[ 1996.339] ABI class: X.Org Video Driver, version 25.2
[ 1996.339] (II) LoadModule: "fbdev"
[ 1996.339] (WW) Warning, couldn't open module fbdev
[ 1996.340] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 1996.340] (II) LoadModule: "vesa"
[ 1996.340] (WW) Warning, couldn't open module vesa
[ 1996.340] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 1996.340] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 1996.340] (II) NVIDIA dlloader X Driver 565.77 Wed Nov 27 22:57:27 UTC 2024
[ 1996.340] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1996.340] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1996.342] (WW) Falling back to old probe method for modesetting
[ 1996.342] (II) systemd-logind: releasing fd for 226:0
[ 1996.344] (II) Loading sub module "fb"
[ 1996.344] (II) LoadModule: "fb"
[ 1996.344] (II) Module "fb" already built-in
[ 1996.344] (II) Loading sub module "wfb"
[ 1996.344] (II) LoadModule: "wfb"
[ 1996.344] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 1996.344] (II) Module wfb: vendor="X.Org Foundation"
[ 1996.344] compiled for 1.21.1.15, module version = 1.0.0
[ 1996.344] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1996.345] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1996.345] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1996.345] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 1996.345] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1996.345] (==) AMDGPU(0): Default visual is TrueColor
[ 1996.345] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[ 1996.345] (==) AMDGPU(0): RGB weight 888
[ 1996.345] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 1996.345] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x1636)
[ 1996.345] (II) Loading sub module "fb"
[ 1996.345] (II) LoadModule: "fb"
[ 1996.345] (II) Module "fb" already built-in
[ 1996.345] (II) Loading sub module "dri2"
[ 1996.345] (II) LoadModule: "dri2"
[ 1996.345] (II) Module "dri2" already built-in
[ 1996.380] (II) Loading sub module "glamoregl"
[ 1996.380] (II) LoadModule: "glamoregl"
[ 1996.381] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1996.383] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1996.383] compiled for 1.21.1.15, module version = 1.0.1
[ 1996.383] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1996.399] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, renoir, LLVM 19.1.6, DRM 3.59, 6.12.9-arch1-1)
[ 1996.399] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 1996.399] (==) AMDGPU(0): TearFree property default: auto
[ 1996.399] (==) AMDGPU(0): VariableRefresh: disabled
[ 1996.399] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 1996.399] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 1996.400] (II) AMDGPU(0): Output eDP has no monitor section
[ 1996.400] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 1996.409] (II) AMDGPU(0): EDID for output eDP
[ 1996.409] (II) AMDGPU(0): Manufacturer: NCP Model: 50 Serial#: 0
[ 1996.409] (II) AMDGPU(0): Year: 2019 Week: 1
[ 1996.409] (II) AMDGPU(0): EDID Version: 1.4
[ 1996.409] (II) AMDGPU(0): Digital Display Input
[ 1996.409] (II) AMDGPU(0): 8 bits per channel
[ 1996.409] (II) AMDGPU(0): Digital interface is DisplayPort
[ 1996.409] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 1996.409] (II) AMDGPU(0): Gamma: 2.20
[ 1996.409] (II) AMDGPU(0): No DPMS capabilities specified
[ 1996.409] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 1996.409] (II) AMDGPU(0): First detailed timing is preferred mode
[ 1996.409] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 1996.409] (II) AMDGPU(0): Display is continuous-frequency
[ 1996.409] (II) AMDGPU(0): redX: 0.632 redY: 0.336 greenX: 0.317 greenY: 0.629
[ 1996.409] (II) AMDGPU(0): blueX: 0.157 blueY: 0.052 whiteX: 0.313 whiteY: 0.329
[ 1996.409] (II) AMDGPU(0): Manufacturer's mask: 0
[ 1996.409] (II) AMDGPU(0): Supported detailed timing:
[ 1996.409] (II) AMDGPU(0): clock: 335.4 MHz Image Size: 309 x 174 mm
[ 1996.409] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2180 h_border: 0
[ 1996.409] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1282 v_border: 0
[ 1996.409] (II) AMDGPU(0): Supported detailed timing:
[ 1996.409] (II) AMDGPU(0): clock: 167.7 MHz Image Size: 309 x 174 mm
[ 1996.409] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2180 h_border: 0
[ 1996.409] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1282 v_border: 0
[ 1996.409] (II) AMDGPU(0): Ranges: V min: 48 V max: 120 Hz, H min: 154 H max: 154 kHz, PixClock max 345 MHz
[ 1996.409] (II) AMDGPU(0): LM140LF-1F01
[ 1996.409] (II) AMDGPU(0): EDID (in hex):
[ 1996.409] (II) AMDGPU(0): 00ffffffffffff003870500000000000
[ 1996.409] (II) AMDGPU(0): 011d0104a51f117803c455a15651a128
[ 1996.409] (II) AMDGPU(0): 0d505400000001010101010101010101
[ 1996.409] (II) AMDGPU(0): 010101010101028380047138ca403020
[ 1996.409] (II) AMDGPU(0): 350035ae1000001a814180047138ca40
[ 1996.409] (II) AMDGPU(0): 3020350035ae1000001a000000fd0030
[ 1996.409] (II) AMDGPU(0): 789a9a22010a202020202020000000fe
[ 1996.409] (II) AMDGPU(0): 004c4d3134304c462d314630310a0044
[ 1996.409] (II) AMDGPU(0): Printing probed modes for output eDP
[ 1996.409] (II) AMDGPU(0): Modeline "1920x1080"x120.0 335.38 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (153.8 kHz eP)
[ 1996.409] (II) AMDGPU(0): Modeline "1920x1080"x60.0 167.69 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (76.9 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "1680x1050"x120.0 335.38 1680 1968 2000 2180 1050 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "1280x1024"x120.0 335.38 1280 1968 2000 2180 1024 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "1440x900"x120.0 335.38 1440 1968 2000 2180 900 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "1280x800"x120.0 335.38 1280 1968 2000 2180 800 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "1280x720"x120.0 335.38 1280 1968 2000 2180 720 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "1024x768"x120.0 335.38 1024 1968 2000 2180 768 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "800x600"x120.0 335.38 800 1968 2000 2180 600 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): Modeline "640x480"x120.0 335.38 640 1968 2000 2180 480 1083 1088 1282 +hsync -vsync (153.8 kHz e)
[ 1996.409] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 1996.409] (II) AMDGPU(0): Output eDP connected
[ 1996.409] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 1996.409] (II) AMDGPU(0): Using exact sizes for initial modes
[ 1996.409] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 1996.409] (II) AMDGPU(0): mem size init: gart size :3d7d61000 vram size: s:1df68000 visible:1df68000
[ 1996.409] (==) AMDGPU(0): DPI set to (96, 96)
[ 1996.409] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1996.409] (II) Loading sub module "ramdac"
[ 1996.409] (II) LoadModule: "ramdac"
[ 1996.409] (II) Module "ramdac" already built-in
[ 1996.409] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 1996.409] (==) NVIDIA(G0): RGB weight 888
[ 1996.409] (==) NVIDIA(G0): Default visual is TrueColor
[ 1996.409] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 1996.409] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 1996.409] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 1996.409] (**) NVIDIA(G0): Enabling 2D acceleration
[ 1996.409] (II) Loading sub module "glxserver_nvidia"
[ 1996.409] (II) LoadModule: "glxserver_nvidia"
[ 1996.410] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 1996.419] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 1996.419] compiled for 1.6.99.901, module version = 1.0.0
[ 1996.419] Module class: X.Org Server Extension
[ 1996.419] (II) NVIDIA GLX Module 565.77 Wed Nov 27 22:58:37 UTC 2024
[ 1996.419] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 1996.424] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 1996.424] (--) NVIDIA(0): DFP-0.1
[ 1996.424] (--) NVIDIA(0): DFP-0.3
[ 1996.424] (--) NVIDIA(0): DFP-0 (boot)
[ 1996.424] (--) NVIDIA(0): DFP-1
[ 1996.446] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 2060 with Max-Q Design (TU106-A)
[ 1996.446] (II) NVIDIA(G0): at PCI:1:0:0 (GPU-0)
[ 1996.446] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 1996.447] (--) NVIDIA(G0): VideoBIOS: 90.06.58.40.03
[ 1996.447] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 1997.097] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): connected
[ 1997.097] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): Internal DisplayPort
[ 1997.097] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): 2660.0 MHz maximum pixel clock
[ 1997.097] (--) NVIDIA(GPU-0):
[ 1997.097] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): connected
[ 1997.097] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): Internal DisplayPort
[ 1997.097] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): 2660.0 MHz maximum pixel clock
[ 1997.097] (--) NVIDIA(GPU-0):
[ 1997.097] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 1997.097] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 1997.097] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 1997.097] (--) NVIDIA(GPU-0):
[ 1997.101] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 1997.101] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 1997.101] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1997.101] (--) NVIDIA(GPU-0):
[ 1997.323] (II) NVIDIA(G0): Validated MetaModes:
[ 1997.323] (II) NVIDIA(G0): "NULL"
[ 1997.323] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 1997.611] (WW) NVIDIA(G0): Cannot find size of first mode for Asustek Computer Inc ASUS
[ 1997.611] (WW) NVIDIA(G0): VG249 (DFP-0.1); cannot compute DPI from Asustek Computer
[ 1997.611] (WW) NVIDIA(G0): Inc ASUS VG249 (DFP-0.1)'s EDID.
[ 1997.611] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 1997.611] (II) UnloadModule: "modesetting"
[ 1997.611] (II) Unloading modesetting
[ 1997.611] (II) AMDGPU(0): [DRI2] Setup complete
[ 1997.611] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 1997.611] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 1997.621] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 1997.621] (II) AMDGPU(0): SYNC extension fences enabled
[ 1997.621] (II) AMDGPU(0): Present extension enabled
[ 1997.621] (==) AMDGPU(0): DRI3 enabled
[ 1997.621] (==) AMDGPU(0): Backing store enabled
[ 1997.621] (II) AMDGPU(0): Direct rendering enabled
[ 1997.628] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 1997.628] (II) AMDGPU(0): Acceleration enabled
[ 1997.628] (==) AMDGPU(0): DPMS enabled
[ 1997.628] (==) AMDGPU(0): Silken mouse enabled
[ 1997.628] (II) AMDGPU(0): Set up textured video (glamor)
[ 1997.632] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[ 1997.632] (WW) NVIDIA: Failed to bind sideband socket to
[ 1997.632] (WW) NVIDIA: '/var/run/nvidia-xdriver-3eb2ab0b' Permission denied
[ 1997.633] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 1997.633] (II) NVIDIA: access.
[ 1997.648] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 1997.648] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 1997.648] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 1997.648] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 1997.648] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 1997.648] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 1997.648] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 1997.648] (II) NVIDIA(G0): Config Options in the README.
[ 1997.663] (II) NVIDIA(G0): Setting mode "NULL"
[ 1997.698] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 1997.698] (==) NVIDIA(G0): Backing store enabled
[ 1997.698] (==) NVIDIA(G0): Silken mouse enabled
[ 1997.698] (==) NVIDIA(G0): DPMS enabled
[ 1997.698] (II) Loading sub module "dri2"
[ 1997.698] (II) LoadModule: "dri2"
[ 1997.698] (II) Module "dri2" already built-in
[ 1997.698] (II) NVIDIA(G0): [DRI2] Setup complete
[ 1997.698] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 1997.698] (II) Initializing extension Generic Event Extension
[ 1997.698] (II) Initializing extension SHAPE
[ 1997.698] (II) Initializing extension MIT-SHM
[ 1997.698] (II) Initializing extension XInputExtension
[ 1997.698] (II) Initializing extension XTEST
[ 1997.698] (II) Initializing extension BIG-REQUESTS
[ 1997.698] (II) Initializing extension SYNC
[ 1997.698] (II) Initializing extension XKEYBOARD
[ 1997.699] (II) Initializing extension XC-MISC
[ 1997.699] (II) Initializing extension SECURITY
[ 1997.699] (II) Initializing extension XFIXES
[ 1997.699] (II) Initializing extension RENDER
[ 1997.699] (II) Initializing extension RANDR
[ 1997.699] (II) Initializing extension COMPOSITE
[ 1997.699] (II) Initializing extension DAMAGE
[ 1997.699] (II) Initializing extension MIT-SCREEN-SAVER
[ 1997.699] (II) Initializing extension DOUBLE-BUFFER
[ 1997.699] (II) Initializing extension RECORD
[ 1997.699] (II) Initializing extension DPMS
[ 1997.699] (II) Initializing extension Present
[ 1997.699] (II) Initializing extension DRI3
[ 1997.699] (II) Initializing extension X-Resource
[ 1997.699] (II) Initializing extension XVideo
[ 1997.700] (II) Initializing extension XVideo-MotionCompensation
[ 1997.700] (II) Initializing extension GLX
[ 1997.700] (II) Initializing extension GLX
[ 1997.700] (II) Indirect GLX disabled.
[ 1997.706] (II) AIGLX: Loaded and initialized radeonsi
[ 1997.706] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1997.706] (II) Initializing extension XFree86-VidModeExtension
[ 1997.706] (II) Initializing extension XFree86-DGA
[ 1997.706] (II) Initializing extension XFree86-DRI
[ 1997.706] (II) Initializing extension DRI2
[ 1997.706] (II) Initializing extension NV-GLX
[ 1997.706] (II) Initializing extension NV-CONTROL
[ 1997.707] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 1997.769] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 1997.769] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1997.769] (II) LoadModule: "libinput"
[ 1997.769] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1997.770] (II) Module libinput: vendor="X.Org Foundation"
[ 1997.770] compiled for 1.21.1.13, module version = 1.5.0
[ 1997.770] Module class: X.Org XInput Driver
[ 1997.770] ABI class: X.Org XInput driver, version 24.4
[ 1997.770] (II) Using input driver 'libinput' for 'Power Button'
[ 1997.771] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 41 paused 0
[ 1997.771] (**) Power Button: always reports core events
[ 1997.771] (**) Option "Device" "/dev/input/event3"
[ 1997.773] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 1997.773] (II) event3 - Power Button: device is a keyboard
[ 1997.773] (II) event3 - Power Button: device removed
[ 1997.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1997.773] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1997.774] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 1997.774] (II) event3 - Power Button: device is a keyboard
[ 1997.774] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event8)
[ 1997.774] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 1997.774] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 1997.776] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 1997.776] (**) Asus Wireless Radio Control: always reports core events
[ 1997.776] (**) Option "Device" "/dev/input/event8"
[ 1997.777] (II) event8 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 1997.777] (II) event8 - Asus Wireless Radio Control: device is a keyboard
[ 1997.777] (II) event8 - Asus Wireless Radio Control: device removed
[ 1997.777] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input21/event8"
[ 1997.777] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 1997.778] (II) event8 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 1997.778] (II) event8 - Asus Wireless Radio Control: device is a keyboard
[ 1997.779] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 1997.779] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1997.779] (II) Using input driver 'libinput' for 'Video Bus'
[ 1997.781] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[ 1997.781] (**) Video Bus: always reports core events
[ 1997.781] (**) Option "Device" "/dev/input/event4"
[ 1997.783] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 1997.783] (II) event4 - Video Bus: device is a keyboard
[ 1997.783] (II) event4 - Video Bus: device removed
[ 1997.783] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LNXVIDEO:00/input/input4/event4"
[ 1997.783] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 1997.784] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 1997.784] (II) event4 - Video Bus: device is a keyboard
[ 1997.784] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 1997.784] (II) No input driver specified, ignoring this device.
[ 1997.784] (II) This device may have been added with another device file.
[ 1997.785] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 1997.785] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1997.785] (II) Using input driver 'libinput' for 'Power Button'
[ 1997.787] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[ 1997.787] (**) Power Button: always reports core events
[ 1997.787] (**) Option "Device" "/dev/input/event1"
[ 1997.787] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1997.788] (II) event1 - Power Button: device is a keyboard
[ 1997.788] (II) event1 - Power Button: device removed
[ 1997.788] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 1997.788] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 1997.788] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1997.788] (II) event1 - Power Button: device is a keyboard
[ 1997.789] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 1997.789] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1997.789] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1997.792] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[ 1997.792] (**) Sleep Button: always reports core events
[ 1997.792] (**) Option "Device" "/dev/input/event2"
[ 1997.793] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 1997.793] (II) event2 - Sleep Button: device is a keyboard
[ 1997.793] (II) event2 - Sleep Button: device removed
[ 1997.793] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 1997.793] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 1997.794] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 1997.794] (II) event2 - Sleep Button: device is a keyboard
[ 1997.795] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[ 1997.795] (II) No input driver specified, ignoring this device.
[ 1997.795] (II) This device may have been added with another device file.
[ 1997.795] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 1997.795] (II) No input driver specified, ignoring this device.
[ 1997.795] (II) This device may have been added with another device file.
[ 1997.795] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[ 1997.795] (II) No input driver specified, ignoring this device.
[ 1997.795] (II) This device may have been added with another device file.
[ 1997.795] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[ 1997.795] (II) No input driver specified, ignoring this device.
[ 1997.795] (II) This device may have been added with another device file.
[ 1997.796] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event17)
[ 1997.796] (II) No input driver specified, ignoring this device.
[ 1997.796] (II) This device may have been added with another device file.
[ 1997.797] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event13)
[ 1997.797] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1997.797] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 1997.797] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 48 paused 0
[ 1997.797] (**) Asus Keyboard: always reports core events
[ 1997.797] (**) Option "Device" "/dev/input/event13"
[ 1997.799] (II) event13 - Asus Keyboard: is tagged by udev as: Keyboard
[ 1997.799] (II) event13 - Asus Keyboard: device is a keyboard
[ 1997.799] (II) event13 - Asus Keyboard: device removed
[ 1997.799] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb3/3-3/3-3:1.0/0003:0B05:1866.0001/input/input15/event13"
[ 1997.799] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[ 1997.800] (II) event13 - Asus Keyboard: is tagged by udev as: Keyboard
[ 1997.800] (II) event13 - Asus Keyboard: device is a keyboard
[ 1997.801] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event15)
[ 1997.801] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1997.801] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 1997.802] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 49 paused 0
[ 1997.802] (**) Asus Keyboard: always reports core events
[ 1997.802] (**) Option "Device" "/dev/input/event15"
[ 1997.803] (II) event15 - Asus Keyboard: is tagged by udev as: Keyboard
[ 1997.803] (II) event15 - Asus Keyboard: device is a keyboard
[ 1997.804] (II) event15 - Asus Keyboard: device removed
[ 1997.804] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb3/3-3/3-3:1.1/0003:0B05:1866.0002/input/input19/event15"
[ 1997.804] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 12)
[ 1997.805] (II) event15 - Asus Keyboard: is tagged by udev as: Keyboard
[ 1997.805] (II) event15 - Asus Keyboard: device is a keyboard
[ 1997.806] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event7)
[ 1997.806] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1997.806] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 1997.807] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 50 paused 0
[ 1997.807] (**) Asus Keyboard: always reports core events
[ 1997.807] (**) Option "Device" "/dev/input/event7"
[ 1997.808] (II) event7 - Asus Keyboard: is tagged by udev as: Keyboard
[ 1997.808] (II) event7 - Asus Keyboard: device is a keyboard
[ 1997.809] (II) event7 - Asus Keyboard: device removed
[ 1997.809] (II) libinput: Asus Keyboard: needs a virtual subdevice
[ 1997.809] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb3/3-3/3-3:1.2/0003:0B05:1866.0003/input/input20/event7"
[ 1997.809] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 13)
[ 1997.809] (**) Option "AccelerationScheme" "none"
[ 1997.809] (**) Asus Keyboard: (accel) selected scheme none/0
[ 1997.809] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[ 1997.809] (**) Asus Keyboard: (accel) acceleration threshold: 4
[ 1997.810] (II) event7 - Asus Keyboard: is tagged by udev as: Keyboard
[ 1997.810] (II) event7 - Asus Keyboard: device is a keyboard
[ 1997.811] (II) config/udev: Adding input device Logitech Logitech G710 Keyboard (/dev/input/event5)
[ 1997.811] (**) Logitech Logitech G710 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1997.811] (II) Using input driver 'libinput' for 'Logitech Logitech G710 Keyboard'
[ 1997.812] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[ 1997.812] (**) Logitech Logitech G710 Keyboard: always reports core events
[ 1997.812] (**) Option "Device" "/dev/input/event5"
[ 1997.813] (II) event5 - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[ 1997.814] (II) event5 - Logitech Logitech G710 Keyboard: device is a keyboard
[ 1997.814] (II) event5 - Logitech Logitech G710 Keyboard: device removed
[ 1997.814] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.2/5-1.3.2:1.0/0003:046D:C24D.000E/input/input35/event5"
[ 1997.814] (II) XINPUT: Adding extended input device "Logitech Logitech G710 Keyboard" (type: KEYBOARD, id 14)
[ 1997.815] (II) event5 - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[ 1997.815] (II) event5 - Logitech Logitech G710 Keyboard: device is a keyboard
[ 1997.816] (II) config/udev: Adding input device Logitech Logitech G710 Keyboard (/dev/input/event6)
[ 1997.816] (**) Logitech Logitech G710 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1997.816] (II) Using input driver 'libinput' for 'Logitech Logitech G710 Keyboard'
[ 1997.817] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 52 paused 0
[ 1997.817] (**) Logitech Logitech G710 Keyboard: always reports core events
[ 1997.817] (**) Option "Device" "/dev/input/event6"
[ 1997.819] (II) event6 - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[ 1997.819] (II) event6 - Logitech Logitech G710 Keyboard: device is a keyboard
[ 1997.819] (II) event6 - Logitech Logitech G710 Keyboard: device removed
[ 1997.819] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.2/5-1.3.2:1.1/0003:046D:C24D.000F/input/input36/event6"
[ 1997.819] (II) XINPUT: Adding extended input device "Logitech Logitech G710 Keyboard" (type: KEYBOARD, id 15)
[ 1997.820] (II) event6 - Logitech Logitech G710 Keyboard: is tagged by udev as: Keyboard
[ 1997.820] (II) event6 - Logitech Logitech G710 Keyboard: device is a keyboard
[ 1997.821] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event11)
[ 1997.821] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[ 1997.821] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[ 1997.822] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
[ 1997.822] (**) Logitech USB Receiver: always reports core events
[ 1997.822] (**) Option "Device" "/dev/input/event11"
[ 1997.824] (II) event11 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 1997.824] (II) event11 - Logitech USB Receiver: device is a keyboard
[ 1997.824] (II) event11 - Logitech USB Receiver: device removed
[ 1997.824] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.3/5-1.3.3:1.0/0003:046D:C548.0010/input/input38/event11"
[ 1997.824] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 16)
[ 1997.825] (II) event11 - Logitech USB Receiver: is tagged by udev as: Keyboard
[ 1997.825] (II) event11 - Logitech USB Receiver: device is a keyboard
[ 1997.826] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event12)
[ 1997.826] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[ 1997.826] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[ 1997.827] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 54 paused 0
[ 1997.827] (**) Logitech USB Receiver Mouse: always reports core events
[ 1997.827] (**) Option "Device" "/dev/input/event12"
[ 1997.828] (II) event12 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[ 1997.828] (II) event12 - Logitech USB Receiver Mouse: device set to 1000 DPI
[ 1997.828] (II) event12 - Logitech USB Receiver Mouse: device is a pointer
[ 1997.829] (II) event12 - Logitech USB Receiver Mouse: device removed
[ 1997.829] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.829] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.829] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.3/5-1.3.3:1.1/0003:046D:C548.0011/input/input39/event12"
[ 1997.829] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 17)
[ 1997.829] (**) Option "AccelerationScheme" "none"
[ 1997.829] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[ 1997.829] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[ 1997.829] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[ 1997.830] (II) event12 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[ 1997.830] (II) event12 - Logitech USB Receiver Mouse: device set to 1000 DPI
[ 1997.830] (II) event12 - Logitech USB Receiver Mouse: device is a pointer
[ 1997.831] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0)
[ 1997.831] (II) No input driver specified, ignoring this device.
[ 1997.831] (II) This device may have been added with another device file.
[ 1997.832] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event14)
[ 1997.832] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1997.832] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[ 1997.832] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 55 paused 0
[ 1997.832] (**) Logitech USB Receiver Consumer Control: always reports core events
[ 1997.832] (**) Option "Device" "/dev/input/event14"
[ 1997.834] (II) event14 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[ 1997.834] (II) event14 - Logitech USB Receiver Consumer Control: device is a keyboard
[ 1997.834] (II) event14 - Logitech USB Receiver Consumer Control: device removed
[ 1997.834] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[ 1997.834] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.3/5-1.3.3:1.1/0003:046D:C548.0011/input/input40/event14"
[ 1997.834] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 18)
[ 1997.834] (**) Option "AccelerationScheme" "none"
[ 1997.834] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[ 1997.834] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[ 1997.834] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[ 1997.835] (II) event14 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[ 1997.836] (II) event14 - Logitech USB Receiver Consumer Control: device is a keyboard
[ 1997.837] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event16)
[ 1997.837] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[ 1997.837] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[ 1997.837] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 56 paused 0
[ 1997.837] (**) Logitech USB Receiver System Control: always reports core events
[ 1997.837] (**) Option "Device" "/dev/input/event16"
[ 1997.838] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[ 1997.839] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[ 1997.839] (II) event16 - Logitech USB Receiver System Control: device removed
[ 1997.839] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.3/5-1.3.3:1.1/0003:046D:C548.0011/input/input41/event16"
[ 1997.839] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 19)
[ 1997.840] (II) event16 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[ 1997.840] (II) event16 - Logitech USB Receiver System Control: device is a keyboard
[ 1997.841] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event24)
[ 1997.841] (II) No input driver specified, ignoring this device.
[ 1997.841] (II) This device may have been added with another device file.
[ 1997.841] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event25)
[ 1997.841] (II) No input driver specified, ignoring this device.
[ 1997.841] (II) This device may have been added with another device file.
[ 1997.841] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Mouse (/dev/input/event22)
[ 1997.841] (**) ELAN1201:00 04F3:3098 Mouse: Applying InputClass "libinput pointer catchall"
[ 1997.841] (II) Using input driver 'libinput' for 'ELAN1201:00 04F3:3098 Mouse'
[ 1997.842] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 57 paused 0
[ 1997.842] (**) ELAN1201:00 04F3:3098 Mouse: always reports core events
[ 1997.842] (**) Option "Device" "/dev/input/event22"
[ 1997.843] (II) event22 - ELAN1201:00 04F3:3098 Mouse: is tagged by udev as: Mouse Pointingstick
[ 1997.843] (II) event22 - ELAN1201:00 04F3:3098 Mouse: device is a pointer
[ 1997.844] (II) event22 - ELAN1201:00 04F3:3098 Mouse: device removed
[ 1997.844] (II) libinput: ELAN1201:00 04F3:3098 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.844] (II) libinput: ELAN1201:00 04F3:3098 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.844] (II) libinput: ELAN1201:00 04F3:3098 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.844] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.000C/input/input31/event22"
[ 1997.844] (II) XINPUT: Adding extended input device "ELAN1201:00 04F3:3098 Mouse" (type: MOUSE, id 20)
[ 1997.845] (**) Option "AccelerationScheme" "none"
[ 1997.845] (**) ELAN1201:00 04F3:3098 Mouse: (accel) selected scheme none/0
[ 1997.845] (**) ELAN1201:00 04F3:3098 Mouse: (accel) acceleration factor: 2.000
[ 1997.845] (**) ELAN1201:00 04F3:3098 Mouse: (accel) acceleration threshold: 4
[ 1997.845] (II) event22 - ELAN1201:00 04F3:3098 Mouse: is tagged by udev as: Mouse Pointingstick
[ 1997.846] (II) event22 - ELAN1201:00 04F3:3098 Mouse: device is a pointer
[ 1997.847] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Mouse (/dev/input/mouse1)
[ 1997.847] (II) No input driver specified, ignoring this device.
[ 1997.847] (II) This device may have been added with another device file.
[ 1997.848] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Touchpad (/dev/input/event23)
[ 1997.848] (**) ELAN1201:00 04F3:3098 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 1997.848] (II) Using input driver 'libinput' for 'ELAN1201:00 04F3:3098 Touchpad'
[ 1997.848] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 58 paused 0
[ 1997.848] (**) ELAN1201:00 04F3:3098 Touchpad: always reports core events
[ 1997.848] (**) Option "Device" "/dev/input/event23"
[ 1997.849] (II) event23 - ELAN1201:00 04F3:3098 Touchpad: is tagged by udev as: Touchpad
[ 1997.851] (II) event23 - ELAN1201:00 04F3:3098 Touchpad: device is a touchpad
[ 1997.851] (II) event23 - ELAN1201:00 04F3:3098 Touchpad: device removed
[ 1997.851] (II) libinput: ELAN1201:00 04F3:3098 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.851] (II) libinput: ELAN1201:00 04F3:3098 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.851] (II) libinput: ELAN1201:00 04F3:3098 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1997.851] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.000C/input/input32/event23"
[ 1997.851] (II) XINPUT: Adding extended input device "ELAN1201:00 04F3:3098 Touchpad" (type: TOUCHPAD, id 21)
[ 1997.853] (**) Option "AccelerationScheme" "none"
[ 1997.853] (**) ELAN1201:00 04F3:3098 Touchpad: (accel) selected scheme none/0
[ 1997.853] (**) ELAN1201:00 04F3:3098 Touchpad: (accel) acceleration factor: 2.000
[ 1997.853] (**) ELAN1201:00 04F3:3098 Touchpad: (accel) acceleration threshold: 4
[ 1997.853] (II) event23 - ELAN1201:00 04F3:3098 Touchpad: is tagged by udev as: Touchpad
[ 1997.855] (II) event23 - ELAN1201:00 04F3:3098 Touchpad: device is a touchpad
[ 1997.856] (II) config/udev: Adding input device ELAN1201:00 04F3:3098 Touchpad (/dev/input/mouse2)
[ 1997.856] (II) No input driver specified, ignoring this device.
[ 1997.856] (II) This device may have been added with another device file.
[ 1997.856] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[ 1997.856] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 1997.856] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 1997.857] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 59 paused 0
[ 1997.857] (**) Asus WMI hotkeys: always reports core events
[ 1997.857] (**) Option "Device" "/dev/input/event10"
[ 1997.858] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 1997.858] (II) event10 - Asus WMI hotkeys: device is a keyboard
[ 1997.858] (II) event10 - Asus WMI hotkeys: device removed
[ 1997.858] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input23/event10"
[ 1997.858] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 22)
[ 1997.858] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 1997.858] (II) event10 - Asus WMI hotkeys: device is a keyboard
[ 1997.859] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 1997.859] (II) No input driver specified, ignoring this device.
[ 1997.859] (II) This device may have been added with another device file.
[ 1997.883] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1997.883] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 1997.883] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 1997.883] (**) Asus Keyboard: always reports core events
[ 1997.883] (**) Option "Device" "/dev/input/event7"
[ 1997.883] (II) libinput: Asus Keyboard: is a virtual subdevice
[ 1997.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb3/3-3/3-3:1.2/0003:0B05:1866.0003/input/input20/event7"
[ 1997.883] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 23)
[ 1997.884] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 1997.884] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[ 1997.884] (II) systemd-logind: returning pre-existing fd for /dev/input/event14 13:78
[ 1997.884] (**) Logitech USB Receiver Consumer Control: always reports core events
[ 1997.884] (**) Option "Device" "/dev/input/event14"
[ 1997.884] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[ 1997.884] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb5/5-1/5-1.3/5-1.3.3/5-1.3.3:1.1/0003:046D:C548.0011/input/input40/event14"
[ 1997.884] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 24)
[ 1998.533] (II) AMDGPU(0): EDID vendor "NCP", prod id 80
[ 1998.533] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 1998.533] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 1998.533] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 1998.533] (II) AMDGPU(0): Modeline "1920x1080"x0.0 335.38 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (153.8 kHz eP)
[ 1998.533] (II) AMDGPU(0): Modeline "1920x1080"x0.0 167.69 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (76.9 kHz e)
[ 1998.534] (II) AMDGPU(0): EDID vendor "NCP", prod id 80
[ 1998.534] (II) AMDGPU(0): Using hsync ranges from config file
[ 1998.534] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 1998.534] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 1998.534] (II) AMDGPU(0): Modeline "1920x1080"x0.0 335.38 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (153.8 kHz eP)
[ 1998.534] (II) AMDGPU(0): Modeline "1920x1080"x0.0 167.69 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (76.9 kHz e)
[ 1998.535] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): connected
[ 1998.535] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): Internal DisplayPort
[ 1998.535] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): 2660.0 MHz maximum pixel clock
[ 1998.535] (--) NVIDIA(GPU-0):
[ 1998.536] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): connected
[ 1998.536] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): Internal DisplayPort
[ 1998.536] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): 2660.0 MHz maximum pixel clock
[ 1998.536] (--) NVIDIA(GPU-0):
[ 1998.536] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 1998.536] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 1998.536] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 1998.536] (--) NVIDIA(GPU-0):
[ 1998.538] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 1998.538] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 1998.538] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1998.538] (--) NVIDIA(GPU-0):
[ 1998.916] (II) AMDGPU(0): EDID vendor "NCP", prod id 80
[ 1998.916] (II) AMDGPU(0): Using hsync ranges from config file
[ 1998.916] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 1998.916] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 1998.916] (II) AMDGPU(0): Modeline "1920x1080"x0.0 335.38 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (153.8 kHz eP)
[ 1998.916] (II) AMDGPU(0): Modeline "1920x1080"x0.0 167.69 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (76.9 kHz e)
[ 1998.917] (II) AMDGPU(0): EDID vendor "NCP", prod id 80
[ 1998.917] (II) AMDGPU(0): Using hsync ranges from config file
[ 1998.917] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 1998.917] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 1998.917] (II) AMDGPU(0): Modeline "1920x1080"x0.0 335.38 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (153.8 kHz eP)
[ 1998.917] (II) AMDGPU(0): Modeline "1920x1080"x0.0 167.69 1920 1968 2000 2180 1080 1083 1088 1282 +hsync -vsync (76.9 kHz e)
[ 1998.918] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): connected
[ 1998.918] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): Internal DisplayPort
[ 1998.918] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VG249 (DFP-0.1): 2660.0 MHz maximum pixel clock
[ 1998.918] (--) NVIDIA(GPU-0):
[ 1998.918] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): connected
[ 1998.918] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): Internal DisplayPort
[ 1998.918] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAGEAR (DFP-0.3): 2660.0 MHz maximum pixel clock
[ 1998.918] (--) NVIDIA(GPU-0):
[ 1998.918] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 1998.918] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 1998.918] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 1998.918] (--) NVIDIA(GPU-0):
[ 1998.921] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 1998.921] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 1998.921] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1998.921] (--) NVIDIA(GPU-0):
[ 1998.998] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 1998.999] (II) AMDGPU(0): Allocate new frame buffer 3840x1080
[ 1999.000] (II) AMDGPU(0): => pitch 15360 bytes
[ 1999.116] randr: falling back to unsynchronized pixmap sharing
[ 1999.126] (II) NVIDIA(G0): Setting mode "DP-1-0.1: 1920x1080_120 @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 1999.314] randr: falling back to unsynchronized pixmap sharing
[ 1999.327] (II) NVIDIA(G0): Setting mode "DP-1-0.1: 1920x1080_120 @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-1-0.3: 1920x1080_120 @1920x1080 +0+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 2051.979] (**) Option "fd" "41"
[ 2051.979] (II) event3 - Power Button: device removed
[ 2051.979] (**) Option "fd" "44"
[ 2051.979] (II) event8 - Asus Wireless Radio Control: device removed
[ 2051.979] (**) Option "fd" "45"
[ 2051.979] (II) event4 - Video Bus: device removed
[ 2051.979] (**) Option "fd" "46"
[ 2051.979] (II) event1 - Power Button: device removed
[ 2051.979] (**) Option "fd" "47"
[ 2051.979] (II) event2 - Sleep Button: device removed
[ 2051.979] (**) Option "fd" "48"
[ 2051.979] (II) event13 - Asus Keyboard: device removed
[ 2051.979] (**) Option "fd" "49"
[ 2051.980] (II) event15 - Asus Keyboard: device removed
[ 2051.980] (**) Option "fd" "50"
[ 2051.980] (**) Option "fd" "51"
[ 2051.980] (II) event5 - Logitech Logitech G710 Keyboard: device removed
[ 2051.980] (**) Option "fd" "52"
[ 2051.980] (II) event6 - Logitech Logitech G710 Keyboard: device removed
[ 2051.980] (**) Option "fd" "53"
[ 2051.980] (II) event11 - Logitech USB Receiver: device removed
[ 2051.980] (**) Option "fd" "54"
[ 2051.980] (II) event12 - Logitech USB Receiver Mouse: device removed
[ 2051.980] (**) Option "fd" "55"
[ 2051.980] (**) Option "fd" "56"
[ 2051.980] (II) event16 - Logitech USB Receiver System Control: device removed
[ 2051.980] (**) Option "fd" "57"
[ 2051.980] (II) event22 - ELAN1201:00 04F3:3098 Mouse: device removed
[ 2051.980] (**) Option "fd" "58"
[ 2051.980] (II) event23 - ELAN1201:00 04F3:3098 Touchpad: device removed
[ 2051.980] (**) Option "fd" "59"
[ 2051.980] (II) event10 - Asus WMI hotkeys: device removed
[ 2051.980] (**) Option "fd" "50"
[ 2051.980] (II) event7 - Asus Keyboard: device removed
[ 2051.980] (**) Option "fd" "55"
[ 2051.980] (II) event14 - Logitech USB Receiver Consumer Control: device removed
[ 2051.983] (II) UnloadModule: "libinput"
[ 2051.983] (II) systemd-logind: not releasing fd for 13:78, still in use
[ 2051.983] (II) UnloadModule: "libinput"
[ 2051.983] (II) systemd-logind: not releasing fd for 13:71, still in use
[ 2051.983] (II) UnloadModule: "libinput"
[ 2051.983] (II) systemd-logind: releasing fd for 13:74
[ 2051.984] (II) UnloadModule: "libinput"
[ 2051.984] (II) systemd-logind: releasing fd for 13:87
[ 2051.986] (II) UnloadModule: "libinput"
[ 2051.986] (II) systemd-logind: releasing fd for 13:86
[ 2051.988] (II) UnloadModule: "libinput"
[ 2051.988] (II) systemd-logind: releasing fd for 13:80
[ 2051.990] (II) UnloadModule: "libinput"
[ 2051.990] (II) systemd-logind: releasing fd for 13:78
[ 2051.992] (II) UnloadModule: "libinput"
[ 2051.992] (II) systemd-logind: releasing fd for 13:76
[ 2051.995] (II) UnloadModule: "libinput"
[ 2051.995] (II) systemd-logind: releasing fd for 13:75
[ 2051.997] (II) UnloadModule: "libinput"
[ 2051.997] (II) systemd-logind: releasing fd for 13:70
[ 2051.999] (II) UnloadModule: "libinput"
[ 2051.999] (II) systemd-logind: releasing fd for 13:69
[ 2052.001] (II) UnloadModule: "libinput"
[ 2052.001] (II) systemd-logind: releasing fd for 13:71
[ 2052.003] (II) UnloadModule: "libinput"
[ 2052.003] (II) systemd-logind: releasing fd for 13:79
[ 2052.005] (II) UnloadModule: "libinput"
[ 2052.005] (II) systemd-logind: releasing fd for 13:77
[ 2052.007] (II) UnloadModule: "libinput"
[ 2052.007] (II) systemd-logind: releasing fd for 13:66
[ 2052.009] (II) UnloadModule: "libinput"
[ 2052.009] (II) systemd-logind: releasing fd for 13:65
[ 2052.011] (II) UnloadModule: "libinput"
[ 2052.011] (II) systemd-logind: releasing fd for 13:68
[ 2052.013] (II) UnloadModule: "libinput"
[ 2052.013] (II) systemd-logind: releasing fd for 13:72
[ 2052.016] (II) UnloadModule: "libinput"
[ 2052.016] (II) systemd-logind: releasing fd for 13:67
[ 2052.475] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 2052.607] (II) Server terminated successfully (0). Closing log file.
2020 ASUS Zephyrus G14
Offline
Another clue I can bring is the suspicion that dGPU in wayland does not respond to the demand that wayland applications have. For instance:
If I increase dGPU clock speed to the max with nvidia-smi -lgc 2100,2100 then I get higher framerate from application reaching even refresh rate (glxgears in this example).
When I reset clock speeds with nvidia-smi -rgc then framerate usually equals half the refresh rate of the external monitor.
2020 ASUS Zephyrus G14
Offline
Remove xf86-video-amdgpu, it's not compatible w/ prime-sync, https://wiki.archlinux.org/title/PRIME# … ronization - which is likely the cause for the X11 situation.
Then we'll see whether you get fps/2 there as well or whether it's exclusive to wayland. Wrt the latter: same problem w/ eg. weston or sway?
This will come down to some prime-sync problem since
a) you're not rendering on the nvidia GPU anyway
b) glxgears @144fps is not really a challenge to either GPU
Offline
I have removed xf86-video-amdgpu package, but no changes.
I tried weston and from technical point of view I get proper refresh rate and frame rates, but UX experience using plasma is completely bad...
Looks like this is how kwin on wayland works. I think itt's the best compromise to use for now - external monitors work (they didn't work like 2 years ago), games work. I guess I need to live with that.
Unless there is a tutorial how to run e.g. plasma desktop on weston...?
2020 ASUS Zephyrus G14
Offline
I have removed xf86-video-amdgpu package, but no changes.
On X11? (It's irrelevant to the wayland situation)
The wayland compositors and desktop shells are so hyper-integrated that there's probably little point in trying to use weston as compositor w/ plasma (brave new world…)
This was only thought as a test to see whether this is a kwin specific bug or down to the wayland protocol itself.
Does weston have a likewise high GPU load, though?
Offline
OK, I haven't been expecting any improvements on X11 and I'm a little bit surprised!
After uninstalling xf86-video-amdgpu package on X11 I don't have constant high dGPU usage, but rather it is between 0% and 30% depending on weather I switch desktops or move mouse and it is smoothly changing power state between P8 and P5. Just for reminder - previously, with xf86-video-amdgpu package installed, I had constant 33-38% dGPU usage even if there was nothing going on and it never went down to P8 power state.
Weston does not give me high dGPU load and the framerate on external monitors is as should be, but like You said - it's just for testing purposes.
One comment that I need to add is a request to modify PRIME wiki page or AMDGPU wiki page and it should say that when You are using X11 and Hybrid GPU setup in which iGPU is amdgpu and dGPU is NVIDIA then remove or do not install xf86-video-amdgpu driver.
There is a mention that "PRIME synchronization is not available with the AMDGPU DDX driver (xf86-video-amdgpu)" at the time of writing this post, but I imagined that would look like there is black screen on external monitors.
@seth, thank You for help and this issue can be marked as SOLVED, it's a pitty that the solution does not lead to use wayland...
Last edited by Inixi (2025-01-20 09:46:49)
2020 ASUS Zephyrus G14
Offline
It's a wiki - feel free to stress your experiences (refraining from telling other users what to do - you still can explain the implications of prime-sync not working)
Wayland is the future. Since 16 years
Offline
A little update from my side!
Recently I performed full system update with `pacman -Syu` and this issue has fixed itself. During my struggles with kwin wayland probably there was some package incompatibility which led to brake prime-sync. Right now I have full frame rate on kwin wayland with only caveat that I need to put dGPU from P8 to P5 state, which is awkward, but still temperatures are lower than on X11.
2020 ASUS Zephyrus G14
Offline