You are not logged in.

#1 2022-05-09 10:00:13

Neon095
Member
Registered: 2022-05-09
Posts: 9

165hz option not appearing on lower resolutions

I have a 2k165hz monitor connected from display port to my NVIDIA 1050 graphics card. I'm using NVIDIA proprietary drivers and the high refresh rate option only appears on the max resolution, while in windows i can set the 165hz option in every res. I tried adding 165hz resolutions by using xrandr but i get this error:

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  18 (RRAddOutputMode)
  Serial number of failed request:  35
  Current serial number in output stream:  36

I tried adding options to my xorg config file, but it doesn't work. This is my xorg config file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 510.68.02


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "NSL RGB-27QHD"
    HorizSync       223.0 - 223.0
    VertRefresh     48.0 - 165.0
    Option         "DPMS"
    Option         "UseEDIDFreqs" "False"
    Option         "IncludeImplicitMetaModes" "DisplayDevice = DP-0, Mode = 2560x1440, Scaling = Aspect-Scaled, UseModePool=false, ExtraResolutions=(2560x1440, 1920x1080, 1680x1050, 1440x900, 1400x1050, 1360x768, 1280x800, 1280x768, 1152x864, 960x720, 720x576, 720x480, 720x400, 700x525, 640x480, 640x400, 640x350, 512x384, 400x300, 320x240, 320x200)"
    Modeline "1920x1080_165.00"  525.00  1920 2088 2296 2672  1080 1083 1088 1192 -hsync +vsync
    Modeline "1600x900_165.00"  364.25  1600 1736 1912 2224  900 903 908 994 -hsync +vsync
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GTX 1050"
    Option         "ModeValidation" "AllowNonEdidModes, NoHorizSyncCheck"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "metamodes" "2560x1440_165 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Also, this is my xrandr -q output:

Screen 0: minimum 8 x 8, current 2560 x 1440, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 368mm x 207mm
   2560x1440     59.95 + 165.00*  144.00   119.99    75.00  
   1920x1080     60.00    59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1400x1050     59.98  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1152x864      59.96  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
  1920x1080_165.00 (0x1fe) 525.000MHz -HSync +VSync
        h: width  1920 start 2088 end 2296 total 2672 skew    0 clock 196.48KHz
        v: height 1080 start 1083 end 1088 total 1192           clock 164.83Hz

Offline

#2 2022-05-09 13:23:52

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: 165hz option not appearing on lower resolutions

Are you https://bbs.archlinux.org/viewtopic.php?id=276242 ?
Please post your xorg log, and also

Option         "ModeValidation" "AllowNonEdidModes, NoHorizSyncCheck"

see the section again, the relevant bit should be "NoVertRefreshCheck"?

Last resort

% cvt12 1920 1080 165 -b
# 1920x1080 @ 165.000 Hz Reduced Blank (CVT) field rate 165.000 Hz; hsync: 192.885 kHz; pclk: 385.77 MHz
Modeline "1920x1080_165.00_rb2"  385.77  1920 1928 1960 2000  1080 1155 1163 1169 +hsync -vsync

Though since you can do 1440p@165Hz that should be no problem since the latter is at least 679.10MHz

Offline

#3 2022-05-09 17:48:01

Neon095
Member
Registered: 2022-05-09
Posts: 9

Re: 165hz option not appearing on lower resolutions

I just tried the NoVertRefreshCheck option and it still doesn't work. I also changed the 

Option         "UseEDIDFreqs" "False"

to 

Option         "UseEDIDFreqs" "False"

, but it still doesn't work. Here is my Xorg.0.log:

[     4.611] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     4.612] Current Operating System: Linux sergio-arcolinux 5.15.37-1-lts #1 SMP Sun, 01 May 2022 15:44:53 +0000 x86_64
[     4.612] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=6f39ea3a-abb1-4f41-a41b-ca34fce26f93 rw nvidia-drm.modeset=1 quiet loglevel=3 audit=0 nvme_load=yes
[     4.612]  
[     4.612] Current version of pixman: 0.40.0
[     4.612] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.612] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.612] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May  9 19:41:01 2022
[     4.616] (==) Using config file: "/etc/X11/xorg.conf"
[     4.616] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.616] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.623] (==) ServerLayout "Layout0"
[     4.623] (**) |-->Screen "Screen0" (0)
[     4.623] (**) |   |-->Monitor "Monitor0"
[     4.623] (**) |   |-->Device "Device0"
[     4.623] (**) |   |-->GPUDevice "Device0"
[     4.623] (**) |-->Input Device "Keyboard0"
[     4.623] (**) |-->Input Device "Mouse0"
[     4.623] (**) Option "DontZap" "false"
[     4.623] (**) Option "Xinerama" "0"
[     4.623] (==) Automatically adding devices
[     4.623] (==) Automatically enabling devices
[     4.623] (==) Automatically adding GPU devices
[     4.623] (==) Automatically binding GPU devices
[     4.623] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.627] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.628] 	Entry deleted from font path.
[     4.631] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.631] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.631] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.631] (WW) Disabling Keyboard0
[     4.631] (WW) Disabling Mouse0
[     4.631] (II) Module ABI versions:
[     4.631] 	X.Org ANSI C Emulation: 0.4
[     4.631] 	X.Org Video Driver: 25.2
[     4.631] 	X.Org XInput driver : 24.4
[     4.631] 	X.Org Server Extension : 10.0
[     4.632] (++) using VT number 7

[     4.632] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.632] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.632] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:07:00.0/drm/card0
[     4.635] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     4.637] (--) PCI:*(7@0:0:0) 10de:1c81:1458:3765 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.637] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.637] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     4.637] (II) LoadModule: "dbe"
[     4.637] (II) Module "dbe" already built-in
[     4.637] (II) LoadModule: "extmod"
[     4.637] (II) Module "extmod" already built-in
[     4.637] (II) LoadModule: "glx"
[     4.638] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.657] (II) Module glx: vendor="X.Org Foundation"
[     4.657] 	compiled for 1.21.1.3, module version = 1.0.0
[     4.657] 	ABI class: X.Org Server Extension, version 10.0
[     4.657] (II) LoadModule: "nvidia"
[     4.659] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     4.669] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.669] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.669] 	Module class: X.Org Video Driver
[     4.670] (II) NVIDIA dlloader X Driver  510.68.02  Wed Apr 20 21:10:16 UTC 2022
[     4.670] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.672] (II) Loading sub module "fb"
[     4.672] (II) LoadModule: "fb"
[     4.672] (II) Module "fb" already built-in
[     4.672] (II) Loading sub module "wfb"
[     4.672] (II) LoadModule: "wfb"
[     4.672] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     4.674] (II) Module wfb: vendor="X.Org Foundation"
[     4.674] 	compiled for 1.21.1.3, module version = 1.0.0
[     4.674] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.674] (II) Loading sub module "ramdac"
[     4.674] (II) LoadModule: "ramdac"
[     4.674] (II) Module "ramdac" already built-in
[     4.675] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     4.675] (==) NVIDIA(0): RGB weight 888
[     4.675] (==) NVIDIA(0): Default visual is TrueColor
[     4.675] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.675] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     4.675] (**) NVIDIA(0): Option "Stereo" "0"
[     4.675] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2"
[     4.675] (**) NVIDIA(0): Option "SLI" "Off"
[     4.675] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     4.675] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     4.675] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     4.675] (**) NVIDIA(0): Stereo disabled by request
[     4.675] (**) NVIDIA(0): NVIDIA SLI disabled.
[     4.675] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     4.675] (**) NVIDIA(0): Option "MetaModes" "2560x1440_165 +0+0"
[     4.675] (**) NVIDIA(0): Enabling 2D acceleration
[     4.675] (II) Loading sub module "glxserver_nvidia"
[     4.675] (II) LoadModule: "glxserver_nvidia"
[     4.675] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     4.759] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     4.759] 	compiled for 1.6.99.901, module version = 1.0.0
[     4.759] 	Module class: X.Org Server Extension
[     4.759] (II) NVIDIA GLX Module  510.68.02  Wed Apr 20 21:06:55 UTC 2022
[     4.761] (II) NVIDIA: The X server supports PRIME Render Offload.
[     4.842] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:7:0:0
[     4.842] (--) NVIDIA(0):     DFP-0
[     4.842] (--) NVIDIA(0):     DFP-1
[     4.842] (--) NVIDIA(0):     DFP-2 (boot)
[     4.842] (--) NVIDIA(0):     DFP-3
[     4.842] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 (GP107-A) at PCI:7:0:0
[     4.843] (II) NVIDIA(0):     (GPU-0)
[     4.843] (--) NVIDIA(0): Memory: 2097152 kBytes
[     4.843] (--) NVIDIA(0): VideoBIOS: 86.07.39.80.5e
[     4.843] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     4.843] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     4.843] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     4.843] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     4.843] (--) NVIDIA(GPU-0): 
[     4.843] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     4.843] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     4.843] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     4.843] (--) NVIDIA(GPU-0): 
[     4.843] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): connected
[     4.843] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): Internal DisplayPort
[     4.843] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): 1440.0 MHz maximum pixel clock
[     4.843] (--) NVIDIA(GPU-0): 
[     4.847] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     4.847] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     4.847] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     4.847] (--) NVIDIA(GPU-0): 
[     4.850] (II) NVIDIA(0): Validated MetaModes:
[     4.850] (II) NVIDIA(0):     "2560x1440_165+0+0"
[     4.850] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[     4.856] (--) NVIDIA(0): DPI set to (108, 110); computed from "UseEdidDpi" X config
[     4.856] (--) NVIDIA(0):     option
[     4.856] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     4.856] (II) NVIDIA:     access.
[     4.858] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     4.858] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     4.858] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     4.858] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     4.858] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     4.858] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     4.858] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     4.858] (II) NVIDIA(0):     Config Options in the README.
[     4.877] (II) NVIDIA(0): Setting mode "2560x1440_165+0+0"
[     4.926] (==) NVIDIA(0): Disabling shared memory pixmaps
[     4.926] (==) NVIDIA(0): Backing store enabled
[     4.926] (==) NVIDIA(0): Silken mouse enabled
[     4.926] (**) NVIDIA(0): DPMS enabled
[     4.926] (II) Loading sub module "dri2"
[     4.926] (II) LoadModule: "dri2"
[     4.926] (II) Module "dri2" already built-in
[     4.926] (II) NVIDIA(0): [DRI2] Setup complete
[     4.926] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.927] (II) Initializing extension Generic Event Extension
[     4.927] (II) Initializing extension SHAPE
[     4.927] (II) Initializing extension MIT-SHM
[     4.927] (II) Initializing extension XInputExtension
[     4.927] (II) Initializing extension XTEST
[     4.927] (II) Initializing extension BIG-REQUESTS
[     4.928] (II) Initializing extension SYNC
[     4.928] (II) Initializing extension XKEYBOARD
[     4.928] (II) Initializing extension XC-MISC
[     4.928] (II) Initializing extension SECURITY
[     4.928] (II) Initializing extension XFIXES
[     4.928] (II) Initializing extension RENDER
[     4.928] (II) Initializing extension RANDR
[     4.928] (II) Initializing extension COMPOSITE
[     4.928] (II) Initializing extension DAMAGE
[     4.928] (II) Initializing extension MIT-SCREEN-SAVER
[     4.928] (II) Initializing extension DOUBLE-BUFFER
[     4.928] (II) Initializing extension RECORD
[     4.928] (II) Initializing extension DPMS
[     4.928] (II) Initializing extension Present
[     4.928] (II) Initializing extension DRI3
[     4.929] (II) Initializing extension X-Resource
[     4.929] (II) Initializing extension XVideo
[     4.929] (II) Initializing extension XVideo-MotionCompensation
[     4.929] (II) Initializing extension GLX
[     4.929] (II) Initializing extension GLX
[     4.929] (II) Indirect GLX disabled.
[     4.929] (II) GLX: Another vendor is already registered for screen 0
[     4.929] (II) Initializing extension XFree86-VidModeExtension
[     4.929] (II) Initializing extension XFree86-DGA
[     4.929] (II) Initializing extension XFree86-DRI
[     4.929] (II) Initializing extension DRI2
[     4.929] (II) Initializing extension NV-GLX
[     4.929] (II) Initializing extension NV-CONTROL
[     4.929] (II) Initializing extension XINERAMA
[     5.182] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.182] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.182] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.182] (**) Power Button: Applying InputClass "system-keyboard"
[     5.182] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     5.182] (II) LoadModule: "libinput"
[     5.182] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.186] (II) Module libinput: vendor="X.Org Foundation"
[     5.186] 	compiled for 1.21.1.3, module version = 1.2.1
[     5.186] 	Module class: X.Org XInput Driver
[     5.186] 	ABI class: X.Org XInput driver, version 24.4
[     5.186] (II) Using input driver 'libinput' for 'Power Button'
[     5.186] (**) Power Button: always reports core events
[     5.186] (**) Option "Device" "/dev/input/event1"
[     5.195] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.196] (II) event1  - Power Button: device is a keyboard
[     5.196] (II) event1  - Power Button: device removed
[     5.292] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.292] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.292] (**) Option "xkb_layout" "us"
[     5.292] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.306] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.306] (II) event1  - Power Button: device is a keyboard
[     5.307] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.307] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.307] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.307] (**) Power Button: Applying InputClass "system-keyboard"
[     5.307] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     5.307] (II) Using input driver 'libinput' for 'Power Button'
[     5.307] (**) Power Button: always reports core events
[     5.307] (**) Option "Device" "/dev/input/event0"
[     5.307] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.307] (II) event0  - Power Button: device is a keyboard
[     5.307] (II) event0  - Power Button: device removed
[     5.382] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.382] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.382] (**) Option "xkb_layout" "us"
[     5.382] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.383] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.383] (II) event0  - Power Button: device is a keyboard
[     5.384] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event2)
[     5.384] (II) No input driver specified, ignoring this device.
[     5.384] (II) This device may have been added with another device file.
[     5.384] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event3)
[     5.384] (II) No input driver specified, ignoring this device.
[     5.384] (II) This device may have been added with another device file.
[     5.384] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event4)
[     5.384] (II) No input driver specified, ignoring this device.
[     5.384] (II) This device may have been added with another device file.
[     5.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event5)
[     5.385] (II) No input driver specified, ignoring this device.
[     5.385] (II) This device may have been added with another device file.
[     5.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event6)
[     5.385] (II) No input driver specified, ignoring this device.
[     5.385] (II) This device may have been added with another device file.
[     5.385] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event7)
[     5.385] (II) No input driver specified, ignoring this device.
[     5.385] (II) This device may have been added with another device file.
[     5.386] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[     5.386] (II) No input driver specified, ignoring this device.
[     5.386] (II) This device may have been added with another device file.
[     5.386] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event11)
[     5.386] (II) No input driver specified, ignoring this device.
[     5.386] (II) This device may have been added with another device file.
[     5.386] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[     5.386] (II) No input driver specified, ignoring this device.
[     5.386] (II) This device may have been added with another device file.
[     5.387] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[     5.387] (II) No input driver specified, ignoring this device.
[     5.387] (II) This device may have been added with another device file.
[     5.387] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[     5.387] (II) No input driver specified, ignoring this device.
[     5.387] (II) This device may have been added with another device file.
[     5.388] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event13)
[     5.388] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     5.388] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.388] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[     5.388] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     5.388] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     5.388] (**) Eee PC WMI hotkeys: always reports core events
[     5.388] (**) Option "Device" "/dev/input/event13"
[     5.388] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     5.388] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[     5.389] (II) event13 - Eee PC WMI hotkeys: device removed
[     5.541] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input13/event13"
[     5.541] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 8)
[     5.541] (**) Option "xkb_layout" "us"
[     5.541] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.542] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     5.542] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[     5.546] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event7)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event6)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[     5.548] (II) No input driver specified, ignoring this device.
[     5.548] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event11)
[     5.548] (II) No input driver specified, ignoring this device.
[     5.548] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: removing device Eee PC WMI hotkeys
[     5.548] (II) event13 - Eee PC WMI hotkeys: device removed
[     5.701] (II) UnloadModule: "libinput"
[     5.702] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event13)
[     5.702] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     5.702] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.702] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[     5.702] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
[     5.702] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     5.702] (**) Eee PC WMI hotkeys: always reports core events
[     5.702] (**) Option "Device" "/dev/input/event13"
[     5.702] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     5.702] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[     5.702] (II) event13 - Eee PC WMI hotkeys: device removed
[     5.831] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input13/event13"
[     5.831] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 8)
[     5.831] (**) Option "xkb_layout" "us"
[     5.831] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.832] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[     5.832] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[     6.655] (II) config/udev: Adding input device Gaming KB  Gaming KB  Keyboard (/dev/input/event21)
[     6.655] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.655] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.655] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "system-keyboard"
[     6.655] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "Keyboard Defaults"
[     6.655] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  Keyboard'
[     6.655] (**) Gaming KB  Gaming KB  Keyboard: always reports core events
[     6.655] (**) Option "Device" "/dev/input/event21"
[     6.656] (II) event21 - Gaming KB  Gaming KB  Keyboard: is tagged by udev as: Keyboard
[     6.656] (II) event21 - Gaming KB  Gaming KB  Keyboard: device is a keyboard
[     6.656] (II) event21 - Gaming KB  Gaming KB  Keyboard: device removed
[     6.751] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input22/event21"
[     6.751] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  Keyboard" (type: KEYBOARD, id 9)
[     6.751] (**) Option "xkb_layout" "us"
[     6.752] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.753] (II) event21 - Gaming KB  Gaming KB  Keyboard: is tagged by udev as: Keyboard
[     6.753] (II) event21 - Gaming KB  Gaming KB  Keyboard: device is a keyboard
[     6.753] (II) config/udev: Adding input device Gaming KB  Gaming KB  (/dev/input/event18)
[     6.753] (**) Gaming KB  Gaming KB : Applying InputClass "evdev keyboard catchall"
[     6.753] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[     6.753] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[     6.753] (**) Gaming KB  Gaming KB : Applying InputClass "Keyboard Defaults"
[     6.753] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[     6.753] (**) Gaming KB  Gaming KB : always reports core events
[     6.753] (**) Option "Device" "/dev/input/event18"
[     6.754] (II) event18 - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[     6.754] (II) event18 - Gaming KB  Gaming KB : device is a keyboard
[     6.754] (II) event18 - Gaming KB  Gaming KB : device removed
[     6.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:258A:1006.0004/input/input19/event18"
[     6.842] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: KEYBOARD, id 10)
[     6.842] (**) Option "xkb_layout" "us"
[     6.842] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.843] (II) event18 - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[     6.843] (II) event18 - Gaming KB  Gaming KB : device is a keyboard
[     6.843] (II) config/udev: Adding input device Gaming KB  Gaming KB  System Control (/dev/input/event19)
[     6.843] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "evdev keyboard catchall"
[     6.843] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "libinput keyboard catchall"
[     6.843] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "system-keyboard"
[     6.843] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "Keyboard Defaults"
[     6.843] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  System Control'
[     6.843] (**) Gaming KB  Gaming KB  System Control: always reports core events
[     6.843] (**) Option "Device" "/dev/input/event19"
[     6.844] (II) event19 - Gaming KB  Gaming KB  System Control: is tagged by udev as: Keyboard
[     6.844] (II) event19 - Gaming KB  Gaming KB  System Control: device is a keyboard
[     6.844] (II) event19 - Gaming KB  Gaming KB  System Control: device removed
[     6.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input20/event19"
[     6.901] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  System Control" (type: KEYBOARD, id 11)
[     6.901] (**) Option "xkb_layout" "us"
[     6.902] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     6.902] (II) event19 - Gaming KB  Gaming KB  System Control: is tagged by udev as: Keyboard
[     6.903] (II) event19 - Gaming KB  Gaming KB  System Control: device is a keyboard
[     7.035] (II) config/udev: Adding input device Gaming KB  Gaming KB  Consumer Control (/dev/input/event20)
[     7.035] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "evdev keyboard catchall"
[     7.035] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.035] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "system-keyboard"
[     7.035] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "Keyboard Defaults"
[     7.035] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  Consumer Control'
[     7.035] (**) Gaming KB  Gaming KB  Consumer Control: always reports core events
[     7.035] (**) Option "Device" "/dev/input/event20"
[     7.036] (II) event20 - Gaming KB  Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[     7.036] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device is a keyboard
[     7.036] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device removed
[     7.151] (II) libinput: Gaming KB  Gaming KB  Consumer Control: needs a virtual subdevice
[     7.151] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input21/event20"
[     7.152] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  Consumer Control" (type: MOUSE, id 12)
[     7.152] (**) Option "AccelerationScheme" "none"
[     7.152] (**) Gaming KB  Gaming KB  Consumer Control: (accel) selected scheme none/0
[     7.152] (**) Gaming KB  Gaming KB  Consumer Control: (accel) acceleration factor: 2.000
[     7.152] (**) Gaming KB  Gaming KB  Consumer Control: (accel) acceleration threshold: 4
[     7.152] (II) event20 - Gaming KB  Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[     7.153] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device is a keyboard
[     7.153] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "evdev keyboard catchall"
[     7.153] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.153] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "system-keyboard"
[     7.153] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "Keyboard Defaults"
[     7.153] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  Consumer Control'
[     7.153] (**) Gaming KB  Gaming KB  Consumer Control: always reports core events
[     7.153] (**) Option "Device" "/dev/input/event20"
[     7.153] (II) libinput: Gaming KB  Gaming KB  Consumer Control: is a virtual subdevice
[     7.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input21/event20"
[     7.153] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  Consumer Control" (type: KEYBOARD, id 13)
[     7.153] (**) Option "xkb_layout" "us"
[     7.153] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.153] (II) config/udev: Adding input device XP-PEN G430S Mouse (/dev/input/event22)
[     7.153] (**) XP-PEN G430S Mouse: Applying InputClass "evdev pointer catchall"
[     7.153] (**) XP-PEN G430S Mouse: Applying InputClass "evdev tablet catchall"
[     7.153] (**) XP-PEN G430S Mouse: Applying InputClass "libinput pointer catchall"
[     7.153] (**) XP-PEN G430S Mouse: Applying InputClass "libinput tablet catchall"
[     7.153] (**) XP-PEN G430S Mouse: Applying InputClass "My Mouse"
[     7.153] (II) Using input driver 'libinput' for 'XP-PEN G430S Mouse'
[     7.153] (**) XP-PEN G430S Mouse: always reports core events
[     7.153] (**) Option "Device" "/dev/input/event22"
[     7.153] (II) event22 - failed to create input device '/dev/input/event22'.
[     7.153] (EE) libinput: XP-PEN G430S Mouse: Failed to create a device for /dev/input/event22
[     7.153] (EE) PreInit returned 2 for "XP-PEN G430S Mouse"
[     7.154] (II) UnloadModule: "libinput"
[     7.154] (II) config/udev: Adding input device XP-PEN G430S Mouse (/dev/input/mouse1)
[     7.154] (**) XP-PEN G430S Mouse: Applying InputClass "My Mouse"
[     7.154] (II) No input driver specified, ignoring this device.
[     7.154] (II) This device may have been added with another device file.
[     8.198] (II) config/udev: Adding input device Logitech G305 (/dev/input/mouse0)
[     8.198] (**) Logitech G305: Applying InputClass "system-keyboard"
[     8.198] (**) Logitech G305: Applying InputClass "My Mouse"
[     8.198] (**) Logitech G305: Applying InputClass "Keyboard Defaults"
[     8.198] (II) No input driver specified, ignoring this device.
[     8.198] (II) This device may have been added with another device file.
[     8.369] (II) config/udev: Adding input device Logitech G305 (/dev/input/event14)
[     8.369] (**) Logitech G305: Applying InputClass "evdev pointer catchall"
[     8.369] (**) Logitech G305: Applying InputClass "evdev keyboard catchall"
[     8.369] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[     8.370] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[     8.370] (**) Logitech G305: Applying InputClass "system-keyboard"
[     8.370] (**) Logitech G305: Applying InputClass "My Mouse"
[     8.370] (**) Logitech G305: Applying InputClass "Keyboard Defaults"
[     8.370] (II) Using input driver 'libinput' for 'Logitech G305'
[     8.370] (**) Logitech G305: always reports core events
[     8.370] (**) Option "Device" "/dev/input/event14"
[     8.372] (II) event14 - Logitech G305: is tagged by udev as: Keyboard Mouse
[     8.372] (II) event14 - Logitech G305: device is a pointer
[     8.372] (II) event14 - Logitech G305: device is a keyboard
[     8.373] (II) event14 - Logitech G305: device removed
[     8.431] (**) Option "AccelSpeed" "-1"
[     8.432] (II) libinput: Logitech G305: needs a virtual subdevice
[     8.432] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.2/0003:046D:C53F.0003/0003:046D:4074.0009/input/input29/event14"
[     8.432] (II) XINPUT: Adding extended input device "Logitech G305" (type: MOUSE, id 14)
[     8.432] (**) Option "AccelerationScheme" "none"
[     8.432] (**) Logitech G305: (accel) selected scheme none/0
[     8.432] (**) Logitech G305: (accel) acceleration factor: 2.000
[     8.432] (**) Logitech G305: (accel) acceleration threshold: 4
[     8.434] (II) event14 - Logitech G305: is tagged by udev as: Keyboard Mouse
[     8.434] (II) event14 - Logitech G305: device is a pointer
[     8.434] (II) event14 - Logitech G305: device is a keyboard
[     8.435] (**) Logitech G305: Applying InputClass "evdev pointer catchall"
[     8.435] (**) Logitech G305: Applying InputClass "evdev keyboard catchall"
[     8.435] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[     8.435] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[     8.435] (**) Logitech G305: Applying InputClass "system-keyboard"
[     8.435] (**) Logitech G305: Applying InputClass "My Mouse"
[     8.435] (**) Logitech G305: Applying InputClass "Keyboard Defaults"
[     8.435] (II) Using input driver 'libinput' for 'Logitech G305'
[     8.435] (**) Logitech G305: always reports core events
[     8.435] (**) Option "Device" "/dev/input/event14"
[     8.435] (II) libinput: Logitech G305: is a virtual subdevice
[     8.435] (**) Option "AccelSpeed" "-1"
[     8.435] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.2/0003:046D:C53F.0003/0003:046D:4074.0009/input/input29/event14"
[     8.435] (II) XINPUT: Adding extended input device "Logitech G305" (type: KEYBOARD, id 15)
[     8.435] (**) Option "xkb_layout" "us"
[     8.435] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.252] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    10.252] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    10.252] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    10.252] (--) NVIDIA(GPU-0): 
[    10.252] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    10.252] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    10.252] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    10.252] (--) NVIDIA(GPU-0): 
[    10.252] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): connected
[    10.252] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): Internal DisplayPort
[    10.252] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): 1440.0 MHz maximum pixel clock
[    10.252] (--) NVIDIA(GPU-0): 
[    10.256] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    10.256] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    10.256] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    10.256] (--) NVIDIA(GPU-0): 
[    10.407] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    10.407] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    10.407] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    10.407] (--) NVIDIA(GPU-0): 
[    10.407] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    10.407] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    10.407] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    10.407] (--) NVIDIA(GPU-0): 
[    10.407] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): connected
[    10.407] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): Internal DisplayPort
[    10.407] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): 1440.0 MHz maximum pixel clock
[    10.407] (--) NVIDIA(GPU-0): 
[    10.411] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    10.411] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    10.411] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    10.411] (--) NVIDIA(GPU-0): 
[    13.213] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.213] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.213] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    13.213] (--) NVIDIA(GPU-0): 
[    13.213] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.213] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.213] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.213] (--) NVIDIA(GPU-0): 
[    13.213] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): connected
[    13.213] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): Internal DisplayPort
[    13.213] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): 1440.0 MHz maximum pixel clock
[    13.214] (--) NVIDIA(GPU-0): 
[    13.217] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.217] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    13.217] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    13.217] (--) NVIDIA(GPU-0): 
[    18.862] (II) config/udev: Adding input device OpenTabletDriver Virtual Tablet (/dev/input/mouse2)
[    18.862] (**) OpenTabletDriver Virtual Tablet: Applying InputClass "My Mouse"
[    18.862] (II) No input driver specified, ignoring this device.
[    18.862] (II) This device may have been added with another device file.
[    18.863] (II) config/udev: Adding input device OpenTabletDriver Virtual Tablet (/dev/input/js0)
[    18.863] (**) OpenTabletDriver Virtual Tablet: Applying InputClass "My Mouse"
[    18.863] (II) No input driver specified, ignoring this device.
[    18.863] (II) This device may have been added with another device file.
[    19.044] (II) config/udev: Adding input device OpenTabletDriver Virtual Tablet (/dev/input/event15)
[    19.044] (**) OpenTabletDriver Virtual Tablet: Applying InputClass "evdev pointer catchall"
[    19.044] (**) OpenTabletDriver Virtual Tablet: Applying InputClass "libinput pointer catchall"
[    19.044] (**) OpenTabletDriver Virtual Tablet: Applying InputClass "My Mouse"
[    19.044] (II) Using input driver 'libinput' for 'OpenTabletDriver Virtual Tablet'
[    19.044] (**) OpenTabletDriver Virtual Tablet: always reports core events
[    19.044] (**) Option "Device" "/dev/input/event15"
[    19.045] (II) event15 - OpenTabletDriver Virtual Tablet: is tagged by udev as: Mouse
[    19.045] (II) event15 - OpenTabletDriver Virtual Tablet: device is a pointer
[    19.046] (II) event15 - OpenTabletDriver Virtual Tablet: device removed
[    19.161] (**) Option "config_info" "udev:/sys/devices/virtual/input/input30/event15"
[    19.161] (II) XINPUT: Adding extended input device "OpenTabletDriver Virtual Tablet" (type: MOUSE, id 16)
[    19.162] (**) Option "AccelerationScheme" "none"
[    19.162] (**) OpenTabletDriver Virtual Tablet: (accel) selected scheme none/0
[    19.162] (**) OpenTabletDriver Virtual Tablet: (accel) acceleration factor: 2.000
[    19.162] (**) OpenTabletDriver Virtual Tablet: (accel) acceleration threshold: 4
[    19.163] (II) event15 - OpenTabletDriver Virtual Tablet: is tagged by udev as: Mouse
[    19.163] (II) event15 - OpenTabletDriver Virtual Tablet: device is a pointer
[    68.650] (EE) client bug: timer event14 debounce short: scheduled expiry is in the past (-26ms), your system is too slow
[   106.409] (EE) client bug: timer event14 debounce short: scheduled expiry is in the past (-25ms), your system is too slow
[   280.888] (EE) event18 - Gaming KB  Gaming KB : client bug: event processing lagging behind by 46ms, your system is too slow
[   281.912] (EE) event18 - Gaming KB  Gaming KB : client bug: event processing lagging behind by 30ms, your system is too slow
[   298.160] (EE) event14 - Logitech G305: client bug: event processing lagging behind by 38ms, your system is too slow

And my Xorg.1.log:

[  1106.576] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[  1106.576] Current Operating System: Linux sergio-arcolinux 5.15.37-1-lts #1 SMP Sun, 01 May 2022 15:44:53 +0000 x86_64
[  1106.576] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=6f39ea3a-abb1-4f41-a41b-ca34fce26f93 rw quiet loglevel=3 audit=0 nvme_load=yes
[  1106.576]  
[  1106.576] Current version of pixman: 0.40.0
[  1106.576] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1106.576] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1106.576] (==) Log file: "/var/log/Xorg.1.log", Time: Thu May  5 16:51:22 2022
[  1106.576] (==) Using config file: "/etc/X11/xorg.conf"
[  1106.576] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1106.576] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1106.577] (==) ServerLayout "Layout0"
[  1106.577] (**) |-->Screen "Screen0" (0)
[  1106.577] (**) |   |-->Monitor "Monitor0"
[  1106.577] (**) |   |-->Device "Device0"
[  1106.577] (**) |   |-->GPUDevice "Device0"
[  1106.577] (**) |-->Input Device "Keyboard0"
[  1106.577] (**) |-->Input Device "Mouse0"
[  1106.577] (**) Option "DontZap" "false"
[  1106.577] (**) Option "Xinerama" "0"
[  1106.577] (==) Automatically adding devices
[  1106.577] (==) Automatically enabling devices
[  1106.578] (==) Automatically adding GPU devices
[  1106.578] (==) Automatically binding GPU devices
[  1106.578] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1106.578] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1106.578] 	Entry deleted from font path.
[  1106.578] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1106.578] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1106.578] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1106.578] (WW) Disabling Keyboard0
[  1106.578] (WW) Disabling Mouse0
[  1106.578] (II) Module ABI versions:
[  1106.578] 	X.Org ANSI C Emulation: 0.4
[  1106.578] 	X.Org Video Driver: 25.2
[  1106.578] 	X.Org XInput driver : 24.4
[  1106.578] 	X.Org Server Extension : 10.0
[  1106.578] (++) using VT number 9

[  1106.578] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1106.579] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1106.579] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:07:00.0/drm/card0
[  1106.582] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1106.585] (--) PCI:*(7@0:0:0) 10de:1c81:1458:3765 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  1106.586] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1106.586] (II) LoadModule: "glx"
[  1106.586] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1106.588] (II) Module glx: vendor="X.Org Foundation"
[  1106.588] 	compiled for 1.21.1.3, module version = 1.0.0
[  1106.588] 	ABI class: X.Org Server Extension, version 10.0
[  1106.588] (II) LoadModule: "nvidia"
[  1106.588] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1106.588] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1106.588] 	compiled for 1.6.99.901, module version = 1.0.0
[  1106.588] 	Module class: X.Org Video Driver
[  1106.589] (II) NVIDIA dlloader X Driver  510.68.02  Wed Apr 20 21:10:16 UTC 2022
[  1106.589] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1106.593] (II) Loading sub module "fb"
[  1106.593] (II) LoadModule: "fb"
[  1106.593] (II) Module "fb" already built-in
[  1106.593] (II) Loading sub module "wfb"
[  1106.593] (II) LoadModule: "wfb"
[  1106.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1106.593] (II) Module wfb: vendor="X.Org Foundation"
[  1106.593] 	compiled for 1.21.1.3, module version = 1.0.0
[  1106.593] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1106.593] (II) Loading sub module "ramdac"
[  1106.593] (II) LoadModule: "ramdac"
[  1106.593] (II) Module "ramdac" already built-in
[  1106.617] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1106.617] (==) NVIDIA(0): RGB weight 888
[  1106.617] (==) NVIDIA(0): Default visual is TrueColor
[  1106.617] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1106.617] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1106.617] (**) NVIDIA(0): Option "Stereo" "0"
[  1106.617] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2"
[  1106.617] (**) NVIDIA(0): Option "SLI" "Off"
[  1106.617] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  1106.617] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  1106.617] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1106.617] (**) NVIDIA(0): Stereo disabled by request
[  1106.617] (**) NVIDIA(0): NVIDIA SLI disabled.
[  1106.617] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  1106.617] (**) NVIDIA(0): Option "MetaModes" "2560x1440_165 +0+0"
[  1106.618] (**) NVIDIA(0): Enabling 2D acceleration
[  1106.618] (II) Loading sub module "glxserver_nvidia"
[  1106.618] (II) LoadModule: "glxserver_nvidia"
[  1106.618] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1106.626] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1106.626] 	compiled for 1.6.99.901, module version = 1.0.0
[  1106.627] 	Module class: X.Org Server Extension
[  1106.627] (II) NVIDIA GLX Module  510.68.02  Wed Apr 20 21:06:55 UTC 2022
[  1106.627] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1106.906] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:7:0:0
[  1106.906] (--) NVIDIA(0):     DFP-0
[  1106.906] (--) NVIDIA(0):     DFP-1
[  1106.906] (--) NVIDIA(0):     DFP-2 (boot)
[  1106.906] (--) NVIDIA(0):     DFP-3
[  1106.907] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 (GP107-A) at PCI:7:0:0
[  1106.907] (II) NVIDIA(0):     (GPU-0)
[  1106.907] (--) NVIDIA(0): Memory: 2097152 kBytes
[  1106.907] (--) NVIDIA(0): VideoBIOS: 86.07.39.80.5e
[  1106.907] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1106.907] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1106.907] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1106.907] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1106.907] (--) NVIDIA(GPU-0): 
[  1106.907] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1106.907] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1106.907] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1106.907] (--) NVIDIA(GPU-0): 
[  1106.907] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): connected
[  1106.907] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): Internal DisplayPort
[  1106.907] (--) NVIDIA(GPU-0): NSL RGB-27QHD (DFP-2): 1440.0 MHz maximum pixel clock
[  1106.907] (--) NVIDIA(GPU-0): 
[  1106.911] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1106.911] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1106.911] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1106.911] (--) NVIDIA(GPU-0): 
[  1106.915] (II) NVIDIA(0): Validated MetaModes:
[  1106.915] (II) NVIDIA(0):     "2560x1440_165+0+0"
[  1106.915] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[  1106.920] (--) NVIDIA(0): DPI set to (108, 110); computed from "UseEdidDpi" X config
[  1106.920] (--) NVIDIA(0):     option
[  1106.920] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  1106.920] (II) NVIDIA:     access.
[  1106.922] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1106.922] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1106.922] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1106.922] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1106.922] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1106.922] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1106.922] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1106.922] (II) NVIDIA(0):     Config Options in the README.
[  1106.939] (II) NVIDIA(0): Setting mode "2560x1440_165+0+0"
[  1107.000] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1107.000] (==) NVIDIA(0): Backing store enabled
[  1107.000] (==) NVIDIA(0): Silken mouse enabled
[  1107.001] (**) NVIDIA(0): DPMS enabled
[  1107.001] (II) Loading sub module "dri2"
[  1107.001] (II) LoadModule: "dri2"
[  1107.001] (II) Module "dri2" already built-in
[  1107.001] (II) NVIDIA(0): [DRI2] Setup complete
[  1107.001] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1107.001] (II) Initializing extension Generic Event Extension
[  1107.001] (II) Initializing extension SHAPE
[  1107.001] (II) Initializing extension MIT-SHM
[  1107.001] (II) Initializing extension XInputExtension
[  1107.001] (II) Initializing extension XTEST
[  1107.001] (II) Initializing extension BIG-REQUESTS
[  1107.001] (II) Initializing extension SYNC
[  1107.001] (II) Initializing extension XKEYBOARD
[  1107.001] (II) Initializing extension XC-MISC
[  1107.002] (II) Initializing extension SECURITY
[  1107.002] (II) Initializing extension XFIXES
[  1107.002] (II) Initializing extension RENDER
[  1107.002] (II) Initializing extension RANDR
[  1107.002] (II) Initializing extension COMPOSITE
[  1107.002] (II) Initializing extension DAMAGE
[  1107.002] (II) Initializing extension MIT-SCREEN-SAVER
[  1107.002] (II) Initializing extension DOUBLE-BUFFER
[  1107.002] (II) Initializing extension RECORD
[  1107.002] (II) Initializing extension DPMS
[  1107.002] (II) Initializing extension Present
[  1107.002] (II) Initializing extension DRI3
[  1107.002] (II) Initializing extension X-Resource
[  1107.002] (II) Initializing extension XVideo
[  1107.002] (II) Initializing extension XVideo-MotionCompensation
[  1107.002] (II) Initializing extension GLX
[  1107.003] (II) Initializing extension GLX
[  1107.003] (II) Indirect GLX disabled.
[  1107.003] (II) GLX: Another vendor is already registered for screen 0
[  1107.003] (II) Initializing extension XFree86-VidModeExtension
[  1107.003] (II) Initializing extension XFree86-DGA
[  1107.003] (II) Initializing extension XFree86-DRI
[  1107.003] (II) Initializing extension DRI2
[  1107.003] (II) Initializing extension NV-GLX
[  1107.003] (II) Initializing extension NV-CONTROL
[  1107.003] (II) Initializing extension XINERAMA
[  1107.086] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1107.086] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1107.086] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1107.086] (**) Power Button: Applying InputClass "system-keyboard"
[  1107.086] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  1107.086] (II) LoadModule: "libinput"
[  1107.086] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1107.087] (II) Module libinput: vendor="X.Org Foundation"
[  1107.087] 	compiled for 1.21.1.3, module version = 1.2.1
[  1107.087] 	Module class: X.Org XInput Driver
[  1107.087] 	ABI class: X.Org XInput driver, version 24.4
[  1107.087] (II) Using input driver 'libinput' for 'Power Button'
[  1107.087] (**) Power Button: always reports core events
[  1107.087] (**) Option "Device" "/dev/input/event1"
[  1107.089] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1107.089] (II) event1  - Power Button: device is a keyboard
[  1107.089] (II) event1  - Power Button: device removed
[  1107.152] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1107.152] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1107.152] (**) Option "xkb_layout" "us"
[  1107.152] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.186] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1107.186] (II) event1  - Power Button: device is a keyboard
[  1107.186] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1107.186] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1107.186] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1107.186] (**) Power Button: Applying InputClass "system-keyboard"
[  1107.186] (**) Power Button: Applying InputClass "Keyboard Defaults"
[  1107.186] (II) Using input driver 'libinput' for 'Power Button'
[  1107.186] (**) Power Button: always reports core events
[  1107.186] (**) Option "Device" "/dev/input/event0"
[  1107.187] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1107.187] (II) event0  - Power Button: device is a keyboard
[  1107.187] (II) event0  - Power Button: device removed
[  1107.252] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1107.252] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1107.252] (**) Option "xkb_layout" "us"
[  1107.252] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.252] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1107.252] (II) event0  - Power Button: device is a keyboard
[  1107.253] (II) config/udev: Adding input device Logitech G305 (/dev/input/event15)
[  1107.253] (**) Logitech G305: Applying InputClass "evdev pointer catchall"
[  1107.253] (**) Logitech G305: Applying InputClass "evdev keyboard catchall"
[  1107.253] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[  1107.253] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[  1107.253] (**) Logitech G305: Applying InputClass "system-keyboard"
[  1107.253] (**) Logitech G305: Applying InputClass "My Mouse"
[  1107.253] (**) Logitech G305: Applying InputClass "Keyboard Defaults"
[  1107.253] (II) Using input driver 'libinput' for 'Logitech G305'
[  1107.253] (**) Logitech G305: always reports core events
[  1107.253] (**) Option "Device" "/dev/input/event15"
[  1107.254] (II) event15 - Logitech G305: is tagged by udev as: Keyboard Mouse
[  1107.254] (II) event15 - Logitech G305: device is a pointer
[  1107.254] (II) event15 - Logitech G305: device is a keyboard
[  1107.254] (II) event15 - Logitech G305: device removed
[  1107.302] (**) Option "AccelSpeed" "-1"
[  1107.302] (II) libinput: Logitech G305: needs a virtual subdevice
[  1107.302] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.2/0003:046D:C53F.000B/0003:046D:4074.000C/input/input30/event15"
[  1107.302] (II) XINPUT: Adding extended input device "Logitech G305" (type: MOUSE, id 8)
[  1107.302] (**) Option "AccelerationScheme" "none"
[  1107.302] (**) Logitech G305: (accel) selected scheme none/0
[  1107.302] (**) Logitech G305: (accel) acceleration factor: 2.000
[  1107.302] (**) Logitech G305: (accel) acceleration threshold: 4
[  1107.303] (II) event15 - Logitech G305: is tagged by udev as: Keyboard Mouse
[  1107.303] (II) event15 - Logitech G305: device is a pointer
[  1107.303] (II) event15 - Logitech G305: device is a keyboard
[  1107.304] (II) config/udev: Adding input device Logitech G305 (/dev/input/mouse2)
[  1107.304] (**) Logitech G305: Applying InputClass "system-keyboard"
[  1107.304] (**) Logitech G305: Applying InputClass "My Mouse"
[  1107.304] (**) Logitech G305: Applying InputClass "Keyboard Defaults"
[  1107.304] (II) No input driver specified, ignoring this device.
[  1107.304] (II) This device may have been added with another device file.
[  1107.304] (II) config/udev: Adding input device Gaming KB  Gaming KB  (/dev/input/event18)
[  1107.304] (**) Gaming KB  Gaming KB : Applying InputClass "evdev keyboard catchall"
[  1107.304] (**) Gaming KB  Gaming KB : Applying InputClass "libinput keyboard catchall"
[  1107.304] (**) Gaming KB  Gaming KB : Applying InputClass "system-keyboard"
[  1107.304] (**) Gaming KB  Gaming KB : Applying InputClass "Keyboard Defaults"
[  1107.304] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB '
[  1107.304] (**) Gaming KB  Gaming KB : always reports core events
[  1107.304] (**) Option "Device" "/dev/input/event18"
[  1107.305] (II) event18 - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[  1107.305] (II) event18 - Gaming KB  Gaming KB : device is a keyboard
[  1107.305] (II) event18 - Gaming KB  Gaming KB : device removed
[  1107.342] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:258A:1006.0004/input/input19/event18"
[  1107.342] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB " (type: KEYBOARD, id 9)
[  1107.342] (**) Option "xkb_layout" "us"
[  1107.342] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.343] (II) event18 - Gaming KB  Gaming KB : is tagged by udev as: Keyboard
[  1107.343] (II) event18 - Gaming KB  Gaming KB : device is a keyboard
[  1107.343] (II) config/udev: Adding input device Gaming KB  Gaming KB  System Control (/dev/input/event19)
[  1107.343] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "evdev keyboard catchall"
[  1107.343] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "libinput keyboard catchall"
[  1107.343] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "system-keyboard"
[  1107.343] (**) Gaming KB  Gaming KB  System Control: Applying InputClass "Keyboard Defaults"
[  1107.343] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  System Control'
[  1107.343] (**) Gaming KB  Gaming KB  System Control: always reports core events
[  1107.343] (**) Option "Device" "/dev/input/event19"
[  1107.344] (II) event19 - Gaming KB  Gaming KB  System Control: is tagged by udev as: Keyboard
[  1107.344] (II) event19 - Gaming KB  Gaming KB  System Control: device is a keyboard
[  1107.344] (II) event19 - Gaming KB  Gaming KB  System Control: device removed
[  1107.402] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input20/event19"
[  1107.402] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  System Control" (type: KEYBOARD, id 10)
[  1107.402] (**) Option "xkb_layout" "us"
[  1107.402] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.403] (II) event19 - Gaming KB  Gaming KB  System Control: is tagged by udev as: Keyboard
[  1107.403] (II) event19 - Gaming KB  Gaming KB  System Control: device is a keyboard
[  1107.403] (II) config/udev: Adding input device Gaming KB  Gaming KB  Consumer Control (/dev/input/event20)
[  1107.403] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1107.403] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1107.403] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "system-keyboard"
[  1107.403] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "Keyboard Defaults"
[  1107.403] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  Consumer Control'
[  1107.403] (**) Gaming KB  Gaming KB  Consumer Control: always reports core events
[  1107.403] (**) Option "Device" "/dev/input/event20"
[  1107.404] (II) event20 - Gaming KB  Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[  1107.404] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device is a keyboard
[  1107.404] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device removed
[  1107.442] (II) libinput: Gaming KB  Gaming KB  Consumer Control: needs a virtual subdevice
[  1107.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input21/event20"
[  1107.442] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  Consumer Control" (type: MOUSE, id 11)
[  1107.442] (**) Option "AccelerationScheme" "none"
[  1107.442] (**) Gaming KB  Gaming KB  Consumer Control: (accel) selected scheme none/0
[  1107.442] (**) Gaming KB  Gaming KB  Consumer Control: (accel) acceleration factor: 2.000
[  1107.442] (**) Gaming KB  Gaming KB  Consumer Control: (accel) acceleration threshold: 4
[  1107.443] (II) event20 - Gaming KB  Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[  1107.443] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device is a keyboard
[  1107.443] (II) config/udev: Adding input device Gaming KB  Gaming KB  Keyboard (/dev/input/event21)
[  1107.443] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "evdev keyboard catchall"
[  1107.443] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "libinput keyboard catchall"
[  1107.443] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "system-keyboard"
[  1107.443] (**) Gaming KB  Gaming KB  Keyboard: Applying InputClass "Keyboard Defaults"
[  1107.443] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  Keyboard'
[  1107.443] (**) Gaming KB  Gaming KB  Keyboard: always reports core events
[  1107.443] (**) Option "Device" "/dev/input/event21"
[  1107.444] (II) event21 - Gaming KB  Gaming KB  Keyboard: is tagged by udev as: Keyboard
[  1107.444] (II) event21 - Gaming KB  Gaming KB  Keyboard: device is a keyboard
[  1107.444] (II) event21 - Gaming KB  Gaming KB  Keyboard: device removed
[  1107.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input22/event21"
[  1107.482] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  Keyboard" (type: KEYBOARD, id 12)
[  1107.482] (**) Option "xkb_layout" "us"
[  1107.482] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.483] (II) event21 - Gaming KB  Gaming KB  Keyboard: is tagged by udev as: Keyboard
[  1107.483] (II) event21 - Gaming KB  Gaming KB  Keyboard: device is a keyboard
[  1107.483] (II) config/udev: Adding input device XP-PEN G430S Mouse (/dev/input/event22)
[  1107.483] (**) XP-PEN G430S Mouse: Applying InputClass "evdev pointer catchall"
[  1107.483] (**) XP-PEN G430S Mouse: Applying InputClass "evdev tablet catchall"
[  1107.483] (**) XP-PEN G430S Mouse: Applying InputClass "libinput pointer catchall"
[  1107.483] (**) XP-PEN G430S Mouse: Applying InputClass "libinput tablet catchall"
[  1107.483] (**) XP-PEN G430S Mouse: Applying InputClass "My Mouse"
[  1107.483] (II) Using input driver 'libinput' for 'XP-PEN G430S Mouse'
[  1107.483] (**) XP-PEN G430S Mouse: always reports core events
[  1107.483] (**) Option "Device" "/dev/input/event22"
[  1107.483] (II) event22 - failed to create input device '/dev/input/event22'.
[  1107.484] (EE) libinput: XP-PEN G430S Mouse: Failed to create a device for /dev/input/event22
[  1107.484] (EE) PreInit returned 2 for "XP-PEN G430S Mouse"
[  1107.484] (II) UnloadModule: "libinput"
[  1107.484] (II) config/udev: Adding input device XP-PEN G430S Mouse (/dev/input/mouse1)
[  1107.484] (**) XP-PEN G430S Mouse: Applying InputClass "My Mouse"
[  1107.484] (II) No input driver specified, ignoring this device.
[  1107.484] (II) This device may have been added with another device file.
[  1107.484] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[  1107.484] (II) No input driver specified, ignoring this device.
[  1107.484] (II) This device may have been added with another device file.
[  1107.484] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[  1107.484] (II) No input driver specified, ignoring this device.
[  1107.484] (II) This device may have been added with another device file.
[  1107.485] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[  1107.485] (II) No input driver specified, ignoring this device.
[  1107.485] (II) This device may have been added with another device file.
[  1107.485] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[  1107.485] (II) No input driver specified, ignoring this device.
[  1107.485] (II) This device may have been added with another device file.
[  1107.485] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event12)
[  1107.485] (II) No input driver specified, ignoring this device.
[  1107.485] (II) This device may have been added with another device file.
[  1107.485] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event13)
[  1107.485] (II) No input driver specified, ignoring this device.
[  1107.485] (II) This device may have been added with another device file.
[  1107.486] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event4)
[  1107.486] (II) No input driver specified, ignoring this device.
[  1107.486] (II) This device may have been added with another device file.
[  1107.486] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event5)
[  1107.486] (II) No input driver specified, ignoring this device.
[  1107.486] (II) This device may have been added with another device file.
[  1107.486] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event6)
[  1107.486] (II) No input driver specified, ignoring this device.
[  1107.486] (II) This device may have been added with another device file.
[  1107.486] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event7)
[  1107.486] (II) No input driver specified, ignoring this device.
[  1107.486] (II) This device may have been added with another device file.
[  1107.486] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event3)
[  1107.486] (II) No input driver specified, ignoring this device.
[  1107.487] (II) This device may have been added with another device file.
[  1107.487] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
[  1107.487] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  1107.487] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1107.487] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[  1107.487] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Defaults"
[  1107.487] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1107.487] (**) Eee PC WMI hotkeys: always reports core events
[  1107.487] (**) Option "Device" "/dev/input/event2"
[  1107.487] (II) event2  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1107.487] (II) event2  - Eee PC WMI hotkeys: device is a keyboard
[  1107.487] (II) event2  - Eee PC WMI hotkeys: device removed
[  1107.562] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event2"
[  1107.562] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[  1107.562] (**) Option "xkb_layout" "us"
[  1107.562] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.562] (II) event2  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1107.562] (II) event2  - Eee PC WMI hotkeys: device is a keyboard
[  1107.566] (**) Logitech G305: Applying InputClass "evdev pointer catchall"
[  1107.566] (**) Logitech G305: Applying InputClass "evdev keyboard catchall"
[  1107.566] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[  1107.566] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[  1107.566] (**) Logitech G305: Applying InputClass "system-keyboard"
[  1107.566] (**) Logitech G305: Applying InputClass "My Mouse"
[  1107.566] (**) Logitech G305: Applying InputClass "Keyboard Defaults"
[  1107.566] (II) Using input driver 'libinput' for 'Logitech G305'
[  1107.566] (**) Logitech G305: always reports core events
[  1107.566] (**) Option "Device" "/dev/input/event15"
[  1107.566] (II) libinput: Logitech G305: is a virtual subdevice
[  1107.566] (**) Option "AccelSpeed" "-1"
[  1107.566] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-6/1-6:1.2/0003:046D:C53F.000B/0003:046D:4074.000C/input/input30/event15"
[  1107.566] (II) XINPUT: Adding extended input device "Logitech G305" (type: KEYBOARD, id 14)
[  1107.566] (**) Option "xkb_layout" "us"
[  1107.566] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1107.567] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1107.567] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1107.567] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "system-keyboard"
[  1107.567] (**) Gaming KB  Gaming KB  Consumer Control: Applying InputClass "Keyboard Defaults"
[  1107.567] (II) Using input driver 'libinput' for 'Gaming KB  Gaming KB  Consumer Control'
[  1107.567] (**) Gaming KB  Gaming KB  Consumer Control: always reports core events
[  1107.567] (**) Option "Device" "/dev/input/event20"
[  1107.567] (II) libinput: Gaming KB  Gaming KB  Consumer Control: is a virtual subdevice
[  1107.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:258A:1006.0005/input/input21/event20"
[  1107.567] (II) XINPUT: Adding extended input device "Gaming KB  Gaming KB  Consumer Control" (type: KEYBOARD, id 15)
[  1107.567] (**) Option "xkb_layout" "us"
[  1107.567] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  1133.028] (II) event1  - Power Button: device removed
[  1133.102] (II) event0  - Power Button: device removed
[  1133.172] (II) event18 - Gaming KB  Gaming KB : device removed
[  1133.252] (II) event19 - Gaming KB  Gaming KB  System Control: device removed
[  1133.342] (II) event21 - Gaming KB  Gaming KB  Keyboard: device removed
[  1133.402] (II) event2  - Eee PC WMI hotkeys: device removed
[  1133.522] (II) event15 - Logitech G305: device removed
[  1133.602] (II) event20 - Gaming KB  Gaming KB  Consumer Control: device removed
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.693] (II) UnloadModule: "libinput"
[  1133.773] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1133.776] (II) Server terminated successfully (0). Closing log file.

Offline

#4 2022-05-09 17:49:24

Neon095
Member
Registered: 2022-05-09
Posts: 9

Re: 165hz option not appearing on lower resolutions

Also. i can't do

cvt12 1920 1080 165 -b

, it says

bash: cvt12: command not found

Offline

#5 2022-05-09 20:23:42

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: 165hz option not appearing on lower resolutions

https://aur.archlinux.org/packages/cvt12-git but I've provided the resulting modeline already - you don't have to run the program yourself.
There's no edid listed in the xorg log

for card in /dev/dri/card0-*; do
echo $card
cat $card/edid | edid-decode # https://aur.archlinux.org/packages/edid-decode-git

Offline

#6 2022-05-10 11:46:18

Neon095
Member
Registered: 2022-05-09
Posts: 9

Re: 165hz option not appearing on lower resolutions

Thank you for replying.
I tried to add the cvt12 resolution but it doesn't work. Also, i don't know what i should do with

for card in /dev/dri/card0-*; do
echo $card
cat $card/edid | edid-decode # https://aur.archlinux.org/packages/edid-decode-git

. If you want the edid, here it is:
https://www.mediafire.com/file/rndcaiol … d.bin/file
Also, is there any easy form to modify the edid resolutions so i can change the hz on there?

Offline

#7 2022-05-10 12:33:01

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: 165hz option not appearing on lower resolutions

https://wiki.archlinux.org/title/Kernel … s_and_EDID
https://github.com/akatrevorjay/edid-generator


in windows i can set the 165hz option in every res

Did you validate the impact w/ the monitors OSD? (Ie. does the monitor think it's running 1080p@165Hz or is that what some windows gadget tells you?)

Offline

#8 2022-05-13 08:58:25

Neon095
Member
Registered: 2022-05-09
Posts: 9

Re: 165hz option not appearing on lower resolutions

No idk

Offline

#9 2022-05-13 15:12:46

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: 165hz option not appearing on lower resolutions

Neon095 wrote:

No idk

This is something we cannot figure out without being there.  Does your monitor have some sort of menu button to pull up an on-screen menu?  If it does, there is often something in the layers of menus that will tell you the current format and refresh rate.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#10 2022-05-14 18:35:17

Neon095
Member
Registered: 2022-05-09
Posts: 9

Re: 165hz option not appearing on lower resolutions

Oh ok sry. I changed my resolution to 1080p 60hz and the monitor says that. In windows if i choose 1080p60 it says 1080p60 too and if i choose 1080p165 it says 1080p165 too.

Offline

#11 2022-05-14 20:13:46

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: 165hz option not appearing on lower resolutions

Does is say more about the modeline in use? (horizontal frequency, polarisation, …)

Offline

#12 2022-05-28 12:30:08

Neon095
Member
Registered: 2022-05-09
Posts: 9

Re: 165hz option not appearing on lower resolutions

No it only puts 165hz

Offline

Board footer

Powered by FluxBB