You are not logged in.

#1 2021-10-15 12:14:31

DrSTAHP
Member
Registered: 2021-10-15
Posts: 5

[SOLVED]32-bit games vastly lagging with 32-bit nvidia libs installed.

Hi, let's go straight to the point.

Graphics card: Nvidia RTX 2060;
Monitor: IIyama G-Master 1920x1080 144Hz;
OS: Arch Linux x64;
Desktop environment: LXDE (prev. KDE Plasma);
Kernel: 5.14.12-arch1-1;

I've tried to play some Source games, but then the games go down to 10 fps + the graphics are blurry and sometimes glitchy. The problem appears in almost every Steam OpenGL game I try to launch.
I have experienced this problem half a year ago, but managed to fix it installing 32-bit libraries from multilib (lib32-nvidia-utils ; lib32-opencl-nvidia if I remember correctly).

Today, the problem appeared again. I've tried reinstalling the drivers using the nvidia package and lib32-nvidia-utils, but nothing helped. The driver version is 470.74.
I haven't played these games on Arch since 4-5 months back, so I have no idea what broke it. It's worth noting that I've recently switched to LXDE from KDE Plasma.

lspci -v | grep VGA

VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3755
	Flags: bus master, fast devsel, latency 0, IRQ 83, IOMMU group 15
	Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Memory at f0000000 (64-bit, prefetchable) [size=32M]
	I/O ports at f000 [size=128]
	Expansion ROM at f7000000 [virtual] [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
pacman -Qs nvidia

local/lib32-nvidia-utils 470.74-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 470.74-1
    OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 470.74-1
    NVIDIA NV-CONTROL X extension
local/nvidia 470.74-8
    NVIDIA drivers for linux
local/nvidia-settings 470.74-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 470.74-1
    NVIDIA drivers utilities
local/opencl-nvidia 470.74-1
    OpenCL implemention for NVIDIA

Last edited by DrSTAHP (2021-10-15 16:47:20)

Offline

#2 2021-10-15 12:29:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: [SOLVED]32-bit games vastly lagging with 32-bit nvidia libs installed.

Post your xorg log and

glxinfo -B
glxinfo32 -B

from (lib32-)mesa-demos respectively and use [ code ] and not [ quote ] for pasting outputs (... and adjust your original post in that direction as well please)

Offline

#3 2021-10-15 12:40:12

DrSTAHP
Member
Registered: 2021-10-15
Posts: 5

Re: [SOLVED]32-bit games vastly lagging with 32-bit nvidia libs installed.

V1del wrote:

Post your xorg log and

glxinfo -B
glxinfo32 -B

from (lib32-)mesa-demos respectively and use [ code ] and not [ quote ] for pasting outputs (... and adjust your original post in that direction as well please)

Here's glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 12.0.1, 256 bits) (0xffffffff)
    Version: 21.2.3
    Accelerated: no
    Video memory: 15949MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 21.2.3
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

And here's glxinfo32:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 12.0.1, 256 bits) (0xffffffff)
    Version: 21.2.3
    Accelerated: no
    Video memory: 15949MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 21.2.3
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

xorg.log:

     3.712] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[     3.712] Build Operating System: Linux Archlinux
[     3.712] Current Operating System: Linux DamianPC 5.14.12-arch1-1 #1 SMP PREEMPT Wed, 13 Oct 2021 16:58:16 +0000 x86_64
[     3.712] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ce3a67ae-ce53-48bf-805e-7b95992dc13a rw loglevel=3 quiet
[     3.712] Build Date: 04 August 2021  08:13:54AM
[     3.712]  
[     3.712] Current version of pixman: 0.40.0
[     3.712] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.712] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.712] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 15 13:40:38 2021
[     3.715] (==) Using config file: "/etc/X11/xorg.conf"
[     3.715] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.715] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.716] (==) ServerLayout "Layout0"
[     3.716] (**) |-->Screen "Screen0" (0)
[     3.716] (**) |   |-->Monitor "Monitor0"
[     3.716] (**) |   |-->Device "Device0"
[     3.716] (**) |-->Input Device "Keyboard0"
[     3.716] (**) |-->Input Device "Mouse0"
[     3.716] (==) Automatically adding devices
[     3.716] (==) Automatically enabling devices
[     3.716] (==) Automatically adding GPU devices
[     3.716] (==) Automatically binding GPU devices
[     3.716] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.718] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     3.718] 	Entry deleted from font path.
[     3.718] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     3.718] 	Entry deleted from font path.
[     3.718] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     3.718] 	Entry deleted from font path.
[     3.721] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     3.721] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.721] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     3.721] (WW) Disabling Keyboard0
[     3.721] (WW) Disabling Mouse0
[     3.721] (II) Module ABI versions:
[     3.721] 	X.Org ANSI C Emulation: 0.4
[     3.721] 	X.Org Video Driver: 24.1
[     3.721] 	X.Org XInput driver : 24.1
[     3.721] 	X.Org Server Extension : 10.0
[     3.722] (++) using VT number 1

[     3.722] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.725] (--) PCI:*(38@0:0:0) 10de:1f08:1462:3755 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     3.725] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.725] (II) LoadModule: "glx"
[     3.731] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.739] (II) Module glx: vendor="X.Org Foundation"
[     3.739] 	compiled for 1.20.13, module version = 1.0.0
[     3.739] 	ABI class: X.Org Server Extension, version 10.0
[     3.739] (II) LoadModule: "nvidia"
[     3.739] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.744] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.744] 	compiled for 1.6.99.901, module version = 1.0.0
[     3.744] 	Module class: X.Org Video Driver
[     3.744] (II) NVIDIA dlloader X Driver  470.74  Mon Sep 13 23:05:04 UTC 2021
[     3.744] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.745] (II) Loading sub module "fb"
[     3.745] (II) LoadModule: "fb"
[     3.745] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.746] (II) Module fb: vendor="X.Org Foundation"
[     3.746] 	compiled for 1.20.13, module version = 1.0.0
[     3.746] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.746] (II) Loading sub module "wfb"
[     3.746] (II) LoadModule: "wfb"
[     3.746] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.747] (II) Module wfb: vendor="X.Org Foundation"
[     3.747] 	compiled for 1.20.13, module version = 1.0.0
[     3.747] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.747] (II) Loading sub module "ramdac"
[     3.747] (II) LoadModule: "ramdac"
[     3.747] (II) Module "ramdac" already built-in
[     5.180] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.180] (==) NVIDIA(0): RGB weight 888
[     5.180] (==) NVIDIA(0): Default visual is TrueColor
[     5.180] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.183] (**) NVIDIA(0): Enabling 2D acceleration
[     5.183] (II) Loading sub module "glxserver_nvidia"
[     5.183] (II) LoadModule: "glxserver_nvidia"
[     5.183] (WW) Warning, couldn't open module glxserver_nvidia
[     5.183] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     5.183] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     5.183] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     5.183] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     5.183] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     5.183] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[     5.183] (II) NVIDIA: The X server does not support PRIME Render Offload.
[     5.321] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:38:0:0
[     5.321] (--) NVIDIA(0):     DFP-0 (boot)
[     5.321] (--) NVIDIA(0):     DFP-1
[     5.321] (--) NVIDIA(0):     DFP-2
[     5.321] (--) NVIDIA(0):     DFP-3
[     5.321] (--) NVIDIA(0):     DFP-4
[     5.321] (--) NVIDIA(0):     DFP-5
[     5.321] (--) NVIDIA(0):     DFP-6
[     5.370] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 2060 (TU106-A) at PCI:38:0:0
[     5.370] (II) NVIDIA(0):     (GPU-0)
[     5.370] (--) NVIDIA(0): Memory: 6291456 kBytes
[     5.370] (--) NVIDIA(0): VideoBIOS: 90.06.2e.40.1f
[     5.370] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     5.414] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[     5.414] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[     5.414] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[     5.414] (--) NVIDIA(GPU-0): 
[     5.414] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     5.414] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     5.414] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[     5.414] (--) NVIDIA(GPU-0): 
[     5.414] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     5.414] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     5.414] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     5.414] (--) NVIDIA(GPU-0): 
[     5.414] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     5.414] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[     5.414] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[     5.414] (--) NVIDIA(GPU-0): 
[     5.414] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     5.414] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     5.414] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     5.414] (--) NVIDIA(GPU-0): 
[     5.414] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     5.414] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     5.414] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[     5.414] (--) NVIDIA(GPU-0): 
[     5.415] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     5.415] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     5.415] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     5.415] (--) NVIDIA(GPU-0): 
[     5.460] (==) NVIDIA(0): 
[     5.460] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     5.460] (==) NVIDIA(0):     will be used as the requested mode.
[     5.461] (==) NVIDIA(0): 
[     5.461] (II) NVIDIA(0): Validated MetaModes:
[     5.461] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     5.461] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     5.510] (--) NVIDIA(0): DPI set to (90, 91); computed from "UseEdidDpi" X config
[     5.510] (--) NVIDIA(0):     option
[     5.513] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     5.513] (II) NVIDIA:     access.
[     5.516] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.516] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     5.516] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     5.516] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.516] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     5.516] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     5.516] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.516] (II) NVIDIA(0):     Config Options in the README.
[     6.006] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     6.097] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.098] (==) NVIDIA(0): Backing store enabled
[     6.098] (==) NVIDIA(0): Silken mouse disabled
[     6.098] (**) NVIDIA(0): DPMS enabled
[     6.098] (II) Loading sub module "dri2"
[     6.098] (II) LoadModule: "dri2"
[     6.098] (II) Module "dri2" already built-in
[     6.098] (II) NVIDIA(0): [DRI2] Setup complete
[     6.098] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.099] (II) Initializing extension Generic Event Extension
[     6.099] (II) Initializing extension SHAPE
[     6.099] (II) Initializing extension MIT-SHM
[     6.099] (II) Initializing extension XInputExtension
[     6.099] (II) Initializing extension XTEST
[     6.099] (II) Initializing extension BIG-REQUESTS
[     6.099] (II) Initializing extension SYNC
[     6.099] (II) Initializing extension XKEYBOARD
[     6.100] (II) Initializing extension XC-MISC
[     6.100] (II) Initializing extension SECURITY
[     6.100] (II) Initializing extension XFIXES
[     6.100] (II) Initializing extension RENDER
[     6.100] (II) Initializing extension RANDR
[     6.100] (II) Initializing extension COMPOSITE
[     6.100] (II) Initializing extension DAMAGE
[     6.100] (II) Initializing extension MIT-SCREEN-SAVER
[     6.100] (II) Initializing extension DOUBLE-BUFFER
[     6.100] (II) Initializing extension RECORD
[     6.100] (II) Initializing extension DPMS
[     6.100] (II) Initializing extension Present
[     6.100] (II) Initializing extension DRI3
[     6.100] (II) Initializing extension X-Resource
[     6.100] (II) Initializing extension XVideo
[     6.100] (II) Initializing extension XVideo-MotionCompensation
[     6.100] (II) Initializing extension GLX
[     6.100] (II) AIGLX: Screen 0 is not DRI2 capable
[     6.230] (II) IGLX: Loaded and initialized swrast
[     6.230] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.230] (II) Initializing extension XFree86-VidModeExtension
[     6.230] (II) Initializing extension XFree86-DGA
[     6.230] (II) Initializing extension XFree86-DRI
[     6.230] (II) Initializing extension DRI2
[     6.231] (II) Initializing extension NV-GLX
[     6.231] (II) Initializing extension NV-CONTROL
[     6.231] (II) Initializing extension XINERAMA
[     6.343] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.343] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.343] (II) LoadModule: "libinput"
[     6.343] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.346] (II) Module libinput: vendor="X.Org Foundation"
[     6.346] 	compiled for 1.20.13, module version = 1.2.0
[     6.346] 	Module class: X.Org XInput Driver
[     6.346] 	ABI class: X.Org XInput driver, version 24.1
[     6.346] (II) Using input driver 'libinput' for 'Power Button'
[     6.346] (**) Power Button: always reports core events
[     6.346] (**) Option "Device" "/dev/input/event1"
[     6.346] (**) Option "_source" "server/udev"
[     6.353] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.353] (II) event1  - Power Button: device is a keyboard
[     6.353] (II) event1  - Power Button: device removed
[     6.396] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     6.396] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.398] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.398] (II) event1  - Power Button: device is a keyboard
[     6.399] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.399] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.399] (II) Using input driver 'libinput' for 'Power Button'
[     6.399] (**) Power Button: always reports core events
[     6.399] (**) Option "Device" "/dev/input/event0"
[     6.399] (**) Option "_source" "server/udev"
[     6.400] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.400] (II) event0  - Power Button: device is a keyboard
[     6.400] (II) event0  - Power Button: device removed
[     6.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     6.438] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.438] (II) event0  - Power Button: device is a keyboard
[     6.439] (II) config/udev: Adding input device USB Keyboard (/dev/input/event2)
[     6.439] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.439] (II) Using input driver 'libinput' for 'USB Keyboard'
[     6.439] (**) USB Keyboard: always reports core events
[     6.439] (**) Option "Device" "/dev/input/event2"
[     6.439] (**) Option "_source" "server/udev"
[     6.441] (II) event2  - USB Keyboard: is tagged by udev as: Keyboard
[     6.442] (II) event2  - USB Keyboard: device is a keyboard
[     6.442] (II) event2  - USB Keyboard: device removed
[     6.476] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.0/0003:0C45:7603.0001/input/input2/event2"
[     6.476] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 8)
[     6.479] (II) event2  - USB Keyboard: is tagged by udev as: Keyboard
[     6.479] (II) event2  - USB Keyboard: device is a keyboard
[     6.480] (II) config/udev: Adding input device USB Keyboard Consumer Control (/dev/input/event3)
[     6.480] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.480] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[     6.480] (**) USB Keyboard Consumer Control: always reports core events
[     6.481] (**) Option "Device" "/dev/input/event3"
[     6.481] (**) Option "_source" "server/udev"
[     6.483] (II) event3  - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.483] (II) event3  - USB Keyboard Consumer Control: device is a keyboard
[     6.483] (II) event3  - USB Keyboard Consumer Control: device removed
[     6.516] (II) libinput: USB Keyboard Consumer Control: needs a virtual subdevice
[     6.516] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0002/input/input3/event3"
[     6.516] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: MOUSE, id 9)
[     6.516] (**) Option "AccelerationScheme" "none"
[     6.516] (**) USB Keyboard Consumer Control: (accel) selected scheme none/0
[     6.516] (**) USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     6.516] (**) USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[     6.519] (II) event3  - USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.519] (II) event3  - USB Keyboard Consumer Control: device is a keyboard
[     6.520] (II) config/udev: Adding input device USB Keyboard System Control (/dev/input/event4)
[     6.520] (**) USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     6.520] (II) Using input driver 'libinput' for 'USB Keyboard System Control'
[     6.520] (**) USB Keyboard System Control: always reports core events
[     6.520] (**) Option "Device" "/dev/input/event4"
[     6.520] (**) Option "_source" "server/udev"
[     6.522] (II) event4  - USB Keyboard System Control: is tagged by udev as: Keyboard
[     6.523] (II) event4  - USB Keyboard System Control: device is a keyboard
[     6.523] (II) event4  - USB Keyboard System Control: device removed
[     6.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0002/input/input4/event4"
[     6.570] (II) XINPUT: Adding extended input device "USB Keyboard System Control" (type: KEYBOARD, id 10)
[     6.572] (II) event4  - USB Keyboard System Control: is tagged by udev as: Keyboard
[     6.572] (II) event4  - USB Keyboard System Control: device is a keyboard
[     6.574] (II) config/udev: Adding input device USB Keyboard (/dev/input/event5)
[     6.574] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.574] (II) Using input driver 'libinput' for 'USB Keyboard'
[     6.574] (**) USB Keyboard: always reports core events
[     6.574] (**) Option "Device" "/dev/input/event5"
[     6.574] (**) Option "_source" "server/udev"
[     6.576] (II) event5  - USB Keyboard: is tagged by udev as: Keyboard
[     6.576] (II) event5  - USB Keyboard: device is a keyboard
[     6.576] (II) event5  - USB Keyboard: device removed
[     6.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0002/input/input6/event5"
[     6.610] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 11)
[     6.612] (II) event5  - USB Keyboard: is tagged by udev as: Keyboard
[     6.612] (II) event5  - USB Keyboard: device is a keyboard
[     6.614] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/event7)
[     6.614] (**) USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     6.614] (II) Using input driver 'libinput' for 'USB Gaming Mouse'
[     6.614] (**) USB Gaming Mouse: always reports core events
[     6.614] (**) Option "Device" "/dev/input/event7"
[     6.614] (**) Option "_source" "server/udev"
[     6.671] (II) event7  - USB Gaming Mouse: is tagged by udev as: Mouse
[     6.671] (II) event7  - USB Gaming Mouse: device is a pointer
[     6.672] (II) event7  - USB Gaming Mouse: device removed
[     6.743] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.0/0003:04D9:F503.0003/input/input8/event7"
[     6.743] (II) XINPUT: Adding extended input device "USB Gaming Mouse" (type: MOUSE, id 12)
[     6.743] (**) Option "AccelerationScheme" "none"
[     6.743] (**) USB Gaming Mouse: (accel) selected scheme none/0
[     6.743] (**) USB Gaming Mouse: (accel) acceleration factor: 2.000
[     6.743] (**) USB Gaming Mouse: (accel) acceleration threshold: 4
[     6.801] (II) event7  - USB Gaming Mouse: is tagged by udev as: Mouse
[     6.802] (II) event7  - USB Gaming Mouse: device is a pointer
[     6.803] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/mouse0)
[     6.803] (II) No input driver specified, ignoring this device.
[     6.803] (II) This device may have been added with another device file.
[     6.804] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/event8)
[     6.804] (**) USB Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[     6.804] (II) Using input driver 'libinput' for 'USB Gaming Mouse'
[     6.804] (**) USB Gaming Mouse: always reports core events
[     6.804] (**) Option "Device" "/dev/input/event8"
[     6.804] (**) Option "_source" "server/udev"
[     6.806] (II) event8  - USB Gaming Mouse: is tagged by udev as: Keyboard
[     6.806] (II) event8  - USB Gaming Mouse: device is a keyboard
[     6.806] (II) event8  - USB Gaming Mouse: device removed
[     6.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:04D9:F503.0004/input/input9/event8"
[     6.836] (II) XINPUT: Adding extended input device "USB Gaming Mouse" (type: KEYBOARD, id 13)
[     6.838] (II) event8  - USB Gaming Mouse: is tagged by udev as: Keyboard
[     6.838] (II) event8  - USB Gaming Mouse: device is a keyboard
[     6.840] (II) config/udev: Adding input device USB Gaming Mouse Consumer Control (/dev/input/event9)
[     6.840] (**) USB Gaming Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.840] (II) Using input driver 'libinput' for 'USB Gaming Mouse Consumer Control'
[     6.840] (**) USB Gaming Mouse Consumer Control: always reports core events
[     6.840] (**) Option "Device" "/dev/input/event9"
[     6.840] (**) Option "_source" "server/udev"
[     6.842] (II) event9  - USB Gaming Mouse Consumer Control: is tagged by udev as: Keyboard
[     6.842] (II) event9  - USB Gaming Mouse Consumer Control: device is a keyboard
[     6.842] (II) event9  - USB Gaming Mouse Consumer Control: device removed
[     6.876] (II) libinput: USB Gaming Mouse Consumer Control: needs a virtual subdevice
[     6.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.2/0003:04D9:F503.0005/input/input10/event9"
[     6.876] (II) XINPUT: Adding extended input device "USB Gaming Mouse Consumer Control" (type: MOUSE, id 14)
[     6.876] (**) Option "AccelerationScheme" "none"
[     6.876] (**) USB Gaming Mouse Consumer Control: (accel) selected scheme none/0
[     6.876] (**) USB Gaming Mouse Consumer Control: (accel) acceleration factor: 2.000
[     6.876] (**) USB Gaming Mouse Consumer Control: (accel) acceleration threshold: 4
[     6.878] (II) event9  - USB Gaming Mouse Consumer Control: is tagged by udev as: Keyboard
[     6.878] (II) event9  - USB Gaming Mouse Consumer Control: device is a keyboard
[     6.880] (II) config/udev: Adding input device USB Gaming Mouse (/dev/input/event10)
[     6.880] (II) No input driver specified, ignoring this device.
[     6.880] (II) This device may have been added with another device file.
[     6.880] (II) config/udev: Adding drm device (/dev/dri/card0)
[     6.880] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.881] (II) LoadModule: "modesetting"
[     6.881] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.886] (II) Module modesetting: vendor="X.Org Foundation"
[     6.886] 	compiled for 1.20.13, module version = 1.20.13
[     6.886] 	Module class: X.Org Video Driver
[     6.886] 	ABI class: X.Org Video Driver, version 24.1
[     6.887] (II) modeset(G0): using drv /dev/dri/card0
[     6.888] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[     6.888] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.888] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     6.888] (==) modeset(G0): RGB weight 888
[     6.888] (==) modeset(G0): Default visual is TrueColor
[     6.888] (II) Loading sub module "glamoregl"
[     6.888] (II) LoadModule: "glamoregl"
[     6.889] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.895] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.895] 	compiled for 1.20.13, module version = 1.0.1
[     6.895] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.950] (II) modeset(G0): Refusing to try glamor on llvmpipe
[     6.951] (EE) modeset(G0): glamor initialization failed
[     6.951] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[     6.951] (II) modeset(G0): Double-buffered shadow updates: off
[     7.062] (II) modeset(G0): Output HDMI-1-1 using monitor section Monitor0
[     7.062] (II) modeset(G0): Output DP-1-1 has no monitor section
[     7.062] (II) modeset(G0): Output DP-1-2 has no monitor section
[     7.062] (II) modeset(G0): Output DP-1-3 has no monitor section
[     7.179] (--) modeset(G0): HDMI max TMDS frequency 340000KHz
[     7.179] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     7.179] (==) modeset(G0): DPI set to (96, 96)
[     7.179] (II) Loading sub module "fb"
[     7.179] (II) LoadModule: "fb"
[     7.179] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.179] (II) Module fb: vendor="X.Org Foundation"
[     7.179] 	compiled for 1.20.13, module version = 1.0.0
[     7.179] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.179] (II) Loading sub module "shadow"
[     7.179] (II) LoadModule: "shadow"
[     7.179] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     7.191] (II) Module shadow: vendor="X.Org Foundation"
[     7.191] 	compiled for 1.20.13, module version = 1.1.0
[     7.191] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.191] (==) modeset(G0): Backing store enabled
[     7.191] (==) modeset(G0): Silken mouse disabled
[     7.191] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     7.191] (**) modeset(G0): DPMS enabled
[     7.191] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[     7.191] (WW) modeset(G0): Option "PrimaryGPU" is not used
[     7.192] (II) modeset(G0): Damage tracking initialized
[     7.193] xf86: found device 1
[     7.193] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[     7.193] (II) No input driver specified, ignoring this device.
[     7.193] (II) This device may have been added with another device file.
[     7.193] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[     7.193] (II) No input driver specified, ignoring this device.
[     7.193] (II) This device may have been added with another device file.
[     7.193] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[     7.193] (II) No input driver specified, ignoring this device.
[     7.193] (II) This device may have been added with another device file.
[     7.194] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[     7.194] (II) No input driver specified, ignoring this device.
[     7.194] (II) This device may have been added with another device file.
[     7.194] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event15)
[     7.194] (II) No input driver specified, ignoring this device.
[     7.194] (II) This device may have been added with another device file.
[     7.194] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event16)
[     7.194] (II) No input driver specified, ignoring this device.
[     7.194] (II) This device may have been added with another device file.
[     7.194] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event17)
[     7.194] (II) No input driver specified, ignoring this device.
[     7.194] (II) This device may have been added with another device file.
[     7.195] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event18)
[     7.195] (II) No input driver specified, ignoring this device.
[     7.195] (II) This device may have been added with another device file.
[     7.195] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event19)
[     7.195] (II) No input driver specified, ignoring this device.
[     7.195] (II) This device may have been added with another device file.
[     7.195] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event20)
[     7.195] (II) No input driver specified, ignoring this device.
[     7.195] (II) This device may have been added with another device file.
[     7.195] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event21)
[     7.195] (II) No input driver specified, ignoring this device.
[     7.195] (II) This device may have been added with another device file.
[     7.195] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event22)
[     7.195] (II) No input driver specified, ignoring this device.
[     7.195] (II) This device may have been added with another device file.
[     7.196] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event23)
[     7.196] (II) No input driver specified, ignoring this device.
[     7.196] (II) This device may have been added with another device file.
[     7.196] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event24)
[     7.196] (II) No input driver specified, ignoring this device.
[     7.196] (II) This device may have been added with another device file.
[     7.196] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event25)
[     7.196] (II) No input driver specified, ignoring this device.
[     7.196] (II) This device may have been added with another device file.
[     7.196] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.196] (II) No input driver specified, ignoring this device.
[     7.196] (II) This device may have been added with another device file.
[     7.200] (**) USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.200] (II) Using input driver 'libinput' for 'USB Keyboard Consumer Control'
[     7.200] (**) USB Keyboard Consumer Control: always reports core events
[     7.200] (**) Option "Device" "/dev/input/event3"
[     7.200] (**) Option "_source" "_driver/libinput"
[     7.200] (II) libinput: USB Keyboard Consumer Control: is a virtual subdevice
[     7.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0002/input/input3/event3"
[     7.200] (II) XINPUT: Adding extended input device "USB Keyboard Consumer Control" (type: KEYBOARD, id 15)
[     7.200] (**) USB Gaming Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.200] (II) Using input driver 'libinput' for 'USB Gaming Mouse Consumer Control'
[     7.200] (**) USB Gaming Mouse Consumer Control: always reports core events
[     7.200] (**) Option "Device" "/dev/input/event9"
[     7.200] (**) Option "_source" "_driver/libinput"
[     7.200] (II) libinput: USB Gaming Mouse Consumer Control: is a virtual subdevice
[     7.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.2/0003:04D9:F503.0005/input/input10/event9"
[     7.200] (II) XINPUT: Adding extended input device "USB Gaming Mouse Consumer Control" (type: KEYBOARD, id 16)
[     7.200] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:03.1/0000:26:00.0/drm/card0 /dev/dri/card0
[     7.200] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:03.1/0000:26:00.0/drm/card0
[     7.201] (II) UnloadModule: "modesetting"
[     7.201] (II) UnloadSubModule: "shadow"
[     7.201] (II) Unloading shadow
[     7.201] (II) UnloadSubModule: "fb"
[     7.201] (II) Unloading fb
[     7.201] (II) UnloadSubModule: "glamoregl"
[     7.201] (II) Unloading glamoregl
[     7.201] (II) config/udev: Adding drm device (/dev/dri/card0)
[     7.201] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.201] (II) LoadModule: "modesetting"
[     7.201] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.201] (II) Module modesetting: vendor="X.Org Foundation"
[     7.201] 	compiled for 1.20.13, module version = 1.20.13
[     7.201] 	Module class: X.Org Video Driver
[     7.201] 	ABI class: X.Org Video Driver, version 24.1
[     7.201] (II) UnloadModule: "modesetting"
[     7.201] (II) Unloading modesetting
[     7.201] (II) Failed to load module "modesetting" (already loaded, 0)
[     7.201] (II) modeset(G0): using drv /dev/dri/card0
[     7.202] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[     7.202] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     7.202] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     7.202] (==) modeset(G0): RGB weight 888
[     7.202] (==) modeset(G0): Default visual is TrueColor
[     7.202] (II) Loading sub module "glamoregl"
[     7.202] (II) LoadModule: "glamoregl"
[     7.202] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     7.202] (II) Module glamoregl: vendor="X.Org Foundation"
[     7.202] 	compiled for 1.20.13, module version = 1.0.1
[     7.202] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.208] (II) modeset(G0): Refusing to try glamor on llvmpipe
[     7.209] (EE) modeset(G0): glamor initialization failed
[     7.209] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[     7.209] (II) modeset(G0): Double-buffered shadow updates: off
[     7.322] (II) modeset(G0): Output HDMI-1-1 using monitor section Monitor0
[     7.322] (II) modeset(G0): Output DP-1-1 has no monitor section
[     7.322] (II) modeset(G0): Output DP-1-2 has no monitor section
[     7.322] (II) modeset(G0): Output DP-1-3 has no monitor section
[     7.431] (--) modeset(G0): HDMI max TMDS frequency 340000KHz
[     7.431] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     7.431] (==) modeset(G0): DPI set to (96, 96)
[     7.431] (II) Loading sub module "fb"
[     7.431] (II) LoadModule: "fb"
[     7.431] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.431] (II) Module fb: vendor="X.Org Foundation"
[     7.431] 	compiled for 1.20.13, module version = 1.0.0
[     7.431] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.431] (II) Loading sub module "shadow"
[     7.431] (II) LoadModule: "shadow"
[     7.431] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     7.431] (II) Module shadow: vendor="X.Org Foundation"
[     7.431] 	compiled for 1.20.13, module version = 1.1.0
[     7.431] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.432] (==) modeset(G0): Backing store enabled
[     7.432] (==) modeset(G0): Silken mouse disabled
[     7.433] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     7.433] (**) modeset(G0): DPMS enabled
[     7.433] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[     7.433] (WW) modeset(G0): Option "PrimaryGPU" is not used
[     7.433] (II) modeset(G0): Damage tracking initialized
[     7.433] xf86: found device 1
[    11.640] (II) NVIDIA(0): Setting mode "HDMI-0: 1920x1080_144 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   166.302] (EE) event7  - USB Gaming Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   185.604] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[   185.604] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[   185.604] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[   185.604] (--) NVIDIA(GPU-0): 
[   185.604] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   185.605] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   185.605] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   185.605] (--) NVIDIA(GPU-0): 
[   185.605] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   185.605] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   185.605] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   185.605] (--) NVIDIA(GPU-0): 
[   185.605] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   185.605] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   185.605] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   185.605] (--) NVIDIA(GPU-0): 
[   185.605] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   185.605] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   185.605] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   185.605] (--) NVIDIA(GPU-0): 
[   185.605] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   185.605] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   185.605] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   185.605] (--) NVIDIA(GPU-0): 
[   185.605] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   185.605] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   185.605] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   185.605] (--) NVIDIA(GPU-0): 
[   185.648] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[   185.648] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[   185.648] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[   185.648] (--) NVIDIA(GPU-0): 
[   185.648] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   185.648] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   185.648] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   185.648] (--) NVIDIA(GPU-0): 
[   185.649] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   185.649] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   185.649] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   185.649] (--) NVIDIA(GPU-0): 
[   185.649] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   185.649] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   185.649] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   185.649] (--) NVIDIA(GPU-0): 
[   185.649] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   185.649] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   185.649] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   185.649] (--) NVIDIA(GPU-0): 
[   185.649] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   185.649] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   185.649] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   185.649] (--) NVIDIA(GPU-0): 
[   185.649] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   185.649] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   185.649] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   185.649] (--) NVIDIA(GPU-0): 
[   185.746] (--) modeset(G0): HDMI max TMDS frequency 340000KHz
[   189.937] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[   189.937] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[   189.938] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.938] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   189.938] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   189.938] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.938] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   189.938] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   189.938] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.938] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   189.938] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   189.938] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.938] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   189.938] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   189.938] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.938] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   189.938] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   189.938] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.938] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   189.938] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   189.938] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   189.938] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[   189.983] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[   189.983] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   189.983] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   189.983] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   189.983] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   189.983] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   189.983] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   189.983] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   189.983] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   189.983] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   189.983] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   189.983] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   189.983] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   189.983] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   189.983] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   189.983] (--) NVIDIA(GPU-0): 
[   190.094] (--) modeset(G0): HDMI max TMDS frequency 340000KHz
[   191.513] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[   191.513] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[   191.513] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[   191.513] (--) NVIDIA(GPU-0): 
[   191.513] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   191.513] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   191.513] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   191.513] (--) NVIDIA(GPU-0): 
[   191.513] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   191.513] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   191.513] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   191.513] (--) NVIDIA(GPU-0): 
[   191.513] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   191.513] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   191.513] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   191.513] (--) NVIDIA(GPU-0): 
[   191.513] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   191.513] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   191.513] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   191.513] (--) NVIDIA(GPU-0): 
[   191.513] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   191.513] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   191.513] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   191.513] (--) NVIDIA(GPU-0): 
[   191.513] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   191.514] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   191.514] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   191.514] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): connected
[   191.557] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): Internal TMDS
[   191.557] (--) NVIDIA(GPU-0): Idek Iiyama PL2560H (DFP-0): 600.0 MHz maximum pixel clock
[   191.557] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   191.557] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   191.557] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[   191.557] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   191.557] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   191.557] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   191.557] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   191.557] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   191.557] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[   191.557] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   191.557] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   191.557] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   191.557] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   191.557] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   191.557] (--) NVIDIA(GPU-0): DFP-5: 2660.0 MHz maximum pixel clock
[   191.557] (--) NVIDIA(GPU-0): 
[   191.557] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   191.558] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   191.558] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   191.558] (--) NVIDIA(GPU-0): 
[   191.652] (--) modeset(G0): HDMI max TMDS frequency 340000KHz
[   197.137] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[   229.718] (EE) event7  - USB Gaming Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   234.494] (EE) event7  - USB Gaming Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   236.273] (EE) event7  - USB Gaming Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   238.890] (EE) event2  - USB Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[   250.517] (EE) event7  - USB Gaming Mouse: client bug: event processing lagging behind by 12ms, your system is too slow
[   250.517] (EE) event7  - USB Gaming Mouse: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[   732.450] (EE) event2  - USB Keyboard: client bug: event processing lagging behind by 30ms, your system is too slow
[   843.383] (EE) event2  - USB Keyboard: client bug: event processing lagging behind by 23ms, your system is too slow
[  1325.073] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[  1565.724] (EE) event2  - USB Keyboard: client bug: event processing lagging behind by 21ms, your system is too slow
[  1640.285] (EE) event2  - USB Keyboard: client bug: event processing lagging behind by 18ms, your system is too slow
[  1640.285] (EE) event2  - USB Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  2880.785] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[  3129.443] (EE) client bug: timer event7 debounce short: scheduled expiry is in the past (-0ms), your system is too slow

Offline

#4 2021-10-15 12:49:45

seth
Member
Registered: 2012-09-03
Posts: 51,229

Re: [SOLVED]32-bit games vastly lagging with 32-bit nvidia libs installed.

[     5.183] (II) LoadModule: "glxserver_nvidia"
[     5.183] (WW) Warning, couldn't open module glxserver_nvidia
[     5.183] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     5.183] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     5.183] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     5.183] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     5.183] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     5.183] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.

Remove the static /etc/X11/xorg.conf and see https://wiki.archlinux.org/title/NVIDIA#Early_loading

Offline

#5 2021-10-15 13:26:02

DrSTAHP
Member
Registered: 2021-10-15
Posts: 5

Re: [SOLVED]32-bit games vastly lagging with 32-bit nvidia libs installed.

seth wrote:
[     5.183] (II) LoadModule: "glxserver_nvidia"
[     5.183] (WW) Warning, couldn't open module glxserver_nvidia
[     5.183] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     5.183] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     5.183] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     5.183] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     5.183] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     5.183] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.

Remove the static /etc/X11/xorg.conf and see https://wiki.archlinux.org/title/NVIDIA#Early_loading

That fixed it! Thanks for help.

Offline

#6 2021-10-15 13:40:09

seth
Member
Registered: 2012-09-03
Posts: 51,229

Re: [SOLVED]32-bit games vastly lagging with 32-bit nvidia libs installed.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB