You are not logged in.
Hello all, I've been using arch and gnome for about 10 years now. In the past, sometimes I would randomly have a monitor not be properly detected or not have the correct resolution. The solution to this has been updating drivers, power cycling, or xrandr newmode/addmode. I recently took my newer monitor, my old monitor and my flatmate's old monitor to setup a 3 monitor workflow. My old monitor is an Asus VS247H-P. My flatmate's old monitor is exactly the same model, just made the year before. My monitor is recognised and the resolutions are correct. My flatmate's old monitor shows up as an "Unknown Display" without an EDID and the resolutions are incorrect. I have tried updating drivers, power cycling, and newmode/addmode. Nothing worked. newmode/addmode errors out and I don't know what to do from here. I have exchanged the cords and graphics card ports between the monitors to no avail. What can I do to fix the resolution on my flatmate's old manitor OR have it detected properly?
Driver: nvidia
New Monitor: DP-0
My Old Monitor: HDMI-0
Flatmate's Old Monitor: HDMI-1
$cvt -r 1920 1080
# 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz
Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync$ xrandr --newmode "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
$xrandr --addmode HDMI-1 "1920x1080R"
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: 47
Current serial number in output stream: 48$ xrandr
Screen 0: minimum 8 x 8, current 4096 x 2060, maximum 32767 x 32767
DP-0 connected primary 2560x1440+768+0 (normal left inverted right x axis y axis) 596mm x 335mm
2560x1440 59.94*+ 169.83 164.83 143.86 119.88
1920x1080 143.85 119.88 60.00 59.94
1680x1050 59.95
1440x900 59.89
1280x1024 75.02 60.02
1280x720 119.88 59.94
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x576 50.00
720x480 59.94
640x480 75.00 72.81 59.94
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 768x1366+3328+692 left (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.00*+ 59.94 50.00
1680x1050 59.95
1440x900 59.89
1440x576 50.00
1440x480 59.94
1280x1024 75.02 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x576 50.00
720x480 59.94
640x480 75.00 59.94 59.93
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 768x1368+0+692 right (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00 +
1600x900 59.82
1400x900 59.88
1368x768 59.88* 59.85
1280x800 59.91 59.81
1280x720 59.86 59.74
1024x576 59.90 59.82
960x540 59.82 59.63
864x486 59.92 59.57
800x600 72.19 60.32 56.25
800x450 59.82
700x450 59.88
684x384 59.88 59.85
640x480 59.94
640x400 59.98 59.88
640x360 59.86 59.83
512x384 60.00
512x288 60.00 59.92
480x270 59.82 59.63
432x243 59.92 59.57
400x300 72.19 60.32 56.34
320x240 60.05
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)Last edited by ElegantConsulting (2022-02-23 23:28:47)
Offline
I have exchanged the cords and graphics card ports between the monitors to no avail.
What happens if you *only* connect the problematic monitor (to the first HDMI port)?
You could try to obtain the edid from the good output and inject it into the bad one, https://wiki.archlinux.org/title/Kernel … s_and_EDID
Edit: please also edid you port and wrap the shell outputs in code tags, https://bbs.archlinux.org/help.php#bbcode
Last edited by seth (2022-02-23 08:05:31)
Offline
So when I unplugged the other monitors, my flatmate's manitor was still messed up and didn't have the option for 1920x1080. When I rebooted, grub seemed to display 1920x1080 on my flatmate's monitory, but once GDM loaded it was messed up.
Using nvidia-settings I exported the 2560x1440.bin and 1920x1080.bin EDID files. I moved those files to /usr/lib/firmware/edid/. I added
drm.edid_firmware=DP-0:edid/2560x1440.bin drm.edid_firmware=HDMI-0:edid/1920x1080.bin drm.edid_firmware=HDMI-1:edid/1920x1080.binto GRUB_CMDLINE_LINUX and rebooted. The monitor is still messed up.
Did I misunderstand the instructions?
Offline
Please post the xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Before grabbing the xorg logs, I tried to add /usr/lib/firmware/edid/1920x1080.bin and /usr/lib/firmware/edid/2560x1440.bin to FILES in mkinitcpio.conf. I know the article said you only needed to do that if you were doing early KMS, but I thought I'd try anyway.
I cleared the log files, rebooted, and grabbed them here. (I have posted them below)
Then I tried
cat /usr/lib/firmware/edid/1920x1080.bin > /sys/module/drm/parameters/edid_firmwareand replugged the monitors, to have both ASUS monitors messed up. The resolution options did not include 1920x1080 for either ASUS. I checked in Gnome Settings and Nvidia Settings. Interestingly enough, my monitor's edid was still available via Nvidia Settings. I tried the xrandr process listed in the OP to the exact same failing effect. I tried to reset the firmware with:
echo -n reset > /sys/module/drm/parameters/edid_firmwareand replug but that didn't work. Both ASUS monitors were still messed up. I power cycled and that seemed to reset and bring me back to the original issue: My monitor works fine, Flatmate's monitors doesn't display the correct resolution.
Xorg.0.log
[ 15.303] (--) Log file renamed from "/var/log/Xorg.pid-1738.log" to "/var/log/Xorg.0.log"
[ 15.304]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 15.304] Current Operating System: Linux Juliet 5.16.10-arch1-1 #1 SMP PREEMPT Wed, 16 Feb 2022 19:35:18 +0000 x86_64
[ 15.304] Kernel command line: BOOT_IMAGE=/Juliet/vmlinuz-linux rw drm.edid_firmware=DP-0:edid/2560x1440.bin drm.edid_firmware=HDMI-0:edid/1920x1080.bin drm.edid_firmware=HDMI-1:edid/1920x1080.bin loglevel=3 quiet
[ 15.304]
[ 15.304] Current version of pixman: 0.40.0
[ 15.304] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 15.304] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15.304] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 28 19:32:17 2022
[ 15.305] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 15.305] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15.306] (==) No Layout section. Using the first Screen section.
[ 15.306] (==) No screen section available. Using defaults.
[ 15.306] (**) |-->Screen "Default Screen Section" (0)
[ 15.306] (**) | |-->Monitor "<default monitor>"
[ 15.306] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 15.306] (==) Automatically adding devices
[ 15.306] (==) Automatically enabling devices
[ 15.306] (==) Automatically adding GPU devices
[ 15.306] (==) Automatically binding GPU devices
[ 15.306] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 15.307] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 15.307] Entry deleted from font path.
[ 15.307] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 15.307] Entry deleted from font path.
[ 15.307] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 15.307] Entry deleted from font path.
[ 15.307] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 15.307] Entry deleted from font path.
[ 15.307] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 15.307] Entry deleted from font path.
[ 15.307] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 15.307] Entry deleted from font path.
[ 15.307] (==) FontPath set to:
[ 15.307] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15.307] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15.307] (II) Module ABI versions:
[ 15.307] X.Org ANSI C Emulation: 0.4
[ 15.307] X.Org Video Driver: 25.2
[ 15.307] X.Org XInput driver : 24.4
[ 15.307] X.Org Server Extension : 10.0
[ 15.307] (++) using VT number 1
[ 15.307] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 15.308] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 15.308] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.2/0000:03:00.0/0000:04:00.0/drm/card0
[ 15.308] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 15.309] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 15.310] (--) PCI:*(4@0:0:0) 10de:2486:1043:87ba rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 15.310] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 15.310] (II) LoadModule: "glx"
[ 15.312] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15.319] (II) Module glx: vendor="X.Org Foundation"
[ 15.319] compiled for 1.21.1.3, module version = 1.0.0
[ 15.319] ABI class: X.Org Server Extension, version 10.0
[ 15.319] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 15.319] loading driver: nvidia
[ 15.319] (==) Matched nvidia as autoconfigured driver 0
[ 15.319] (==) Matched nouveau as autoconfigured driver 1
[ 15.319] (==) Matched nv as autoconfigured driver 2
[ 15.319] (==) Matched modesetting as autoconfigured driver 3
[ 15.319] (==) Matched fbdev as autoconfigured driver 4
[ 15.319] (==) Matched vesa as autoconfigured driver 5
[ 15.319] (==) Assigned the driver to the xf86ConfigLayout
[ 15.319] (II) LoadModule: "nvidia"
[ 15.319] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 15.323] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 15.323] compiled for 1.6.99.901, module version = 1.0.0
[ 15.323] Module class: X.Org Video Driver
[ 15.324] (II) LoadModule: "nouveau"
[ 15.324] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 15.325] (II) Module nouveau: vendor="X.Org Foundation"
[ 15.325] compiled for 1.21.1.1, module version = 1.0.17
[ 15.325] Module class: X.Org Video Driver
[ 15.325] ABI class: X.Org Video Driver, version 25.2
[ 15.325] (II) LoadModule: "nv"
[ 15.325] (WW) Warning, couldn't open module nv
[ 15.326] (EE) Failed to load module "nv" (module does not exist, 0)
[ 15.326] (II) LoadModule: "modesetting"
[ 15.326] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 15.328] (II) Module modesetting: vendor="X.Org Foundation"
[ 15.328] compiled for 1.21.1.3, module version = 1.21.1
[ 15.328] Module class: X.Org Video Driver
[ 15.328] ABI class: X.Org Video Driver, version 25.2
[ 15.328] (II) LoadModule: "fbdev"
[ 15.329] (WW) Warning, couldn't open module fbdev
[ 15.329] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 15.329] (II) LoadModule: "vesa"
[ 15.329] (WW) Warning, couldn't open module vesa
[ 15.329] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 15.329] (II) NVIDIA dlloader X Driver 510.54 Tue Feb 8 04:38:00 UTC 2022
[ 15.329] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 15.329] (II) NOUVEAU driver
[ 15.329] (II) NOUVEAU driver for NVIDIA chipset families :
[ 15.329] RIVA TNT (NV04)
[ 15.329] RIVA TNT2 (NV05)
[ 15.329] GeForce 256 (NV10)
[ 15.329] GeForce 2 (NV11, NV15)
[ 15.329] GeForce 4MX (NV17, NV18)
[ 15.329] GeForce 3 (NV20)
[ 15.329] GeForce 4Ti (NV25, NV28)
[ 15.329] GeForce FX (NV3x)
[ 15.329] GeForce 6 (NV4x)
[ 15.329] GeForce 7 (G7x)
[ 15.329] GeForce 8 (G8x)
[ 15.329] GeForce 9 (G9x)
[ 15.329] GeForce GTX 2xx/3xx (GT2xx)
[ 15.329] GeForce GTX 4xx/5xx (GFxxx)
[ 15.329] GeForce GTX 6xx/7xx (GKxxx)
[ 15.329] GeForce GTX 9xx (GMxxx)
[ 15.329] GeForce GTX 10xx (GPxxx)
[ 15.329] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 15.329] (II) systemd-logind: releasing fd for 226:0
[ 15.330] (II) Loading sub module "fb"
[ 15.330] (II) LoadModule: "fb"
[ 15.330] (II) Module "fb" already built-in
[ 15.330] (II) Loading sub module "wfb"
[ 15.330] (II) LoadModule: "wfb"
[ 15.330] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 15.330] (II) Module wfb: vendor="X.Org Foundation"
[ 15.330] compiled for 1.21.1.3, module version = 1.0.0
[ 15.330] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.330] (II) Loading sub module "ramdac"
[ 15.330] (II) LoadModule: "ramdac"
[ 15.330] (II) Module "ramdac" already built-in
[ 15.352] (WW) Falling back to old probe method for modesetting
[ 15.352] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 15.352] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 15.352] (==) NVIDIA(0): RGB weight 888
[ 15.352] (==) NVIDIA(0): Default visual is TrueColor
[ 15.352] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15.352] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 15.352] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 15.352] (**) NVIDIA(0): Enabling 2D acceleration
[ 15.352] (II) Loading sub module "glxserver_nvidia"
[ 15.352] (II) LoadModule: "glxserver_nvidia"
[ 15.352] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 15.389] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 15.389] compiled for 1.6.99.901, module version = 1.0.0
[ 15.389] Module class: X.Org Server Extension
[ 15.389] (II) NVIDIA GLX Module 510.54 Tue Feb 8 04:36:31 UTC 2022
[ 15.391] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 17.072] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:4:0:0
[ 17.072] (--) NVIDIA(0): DFP-0 (boot)
[ 17.072] (--) NVIDIA(0): DFP-1
[ 17.072] (--) NVIDIA(0): DFP-2
[ 17.072] (--) NVIDIA(0): DFP-3
[ 17.072] (--) NVIDIA(0): DFP-4
[ 17.072] (--) NVIDIA(0): DFP-5
[ 17.072] (--) NVIDIA(0): DFP-6
[ 17.072] (--) NVIDIA(0): DFP-7
[ 17.072] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Ti (GA104-A) at PCI:4:0:0
[ 17.072] (II) NVIDIA(0): (GPU-0)
[ 17.072] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 17.072] (--) NVIDIA(0): VideoBIOS: 94.04.38.00.e7
[ 17.073] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 17.073] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 17.073] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 17.073] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 17.073] (--) NVIDIA(GPU-0):
[ 17.075] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17.075] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 17.075] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 17.075] (--) NVIDIA(GPU-0):
[ 17.120] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 17.120] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 17.120] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 17.120] (--) NVIDIA(GPU-0):
[ 17.120] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 17.120] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 17.120] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 17.120] (--) NVIDIA(GPU-0):
[ 17.120] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 17.120] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 17.120] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 17.120] (--) NVIDIA(GPU-0):
[ 17.179] (--) NVIDIA(GPU-0): DFP-5: connected
[ 17.180] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 17.180] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 17.180] (--) NVIDIA(GPU-0):
[ 17.180] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 17.180] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 17.180] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 17.180] (--) NVIDIA(GPU-0):
[ 17.180] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 17.180] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 17.180] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 17.180] (--) NVIDIA(GPU-0):
[ 17.371] (==) NVIDIA(0):
[ 17.371] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 17.371] (==) NVIDIA(0): will be used as the requested mode.
[ 17.371] (==) NVIDIA(0):
[ 17.378] (II) NVIDIA(0): Validated MetaModes:
[ 17.378] (II) NVIDIA(0):
[ 17.378] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-5:nvidia-auto-select"
[ 17.378] (II) NVIDIA(0): Virtual screen size determined to be 5504 x 1440
[ 17.434] (--) NVIDIA(0): DPI set to (92, 93); computed from "UseEdidDpi" X config
[ 17.434] (--) NVIDIA(0): option
[ 17.434] (II) UnloadModule: "nouveau"
[ 17.434] (II) Unloading nouveau
[ 17.434] (II) UnloadModule: "modesetting"
[ 17.434] (II) Unloading modesetting
[ 17.434] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 17.434] (II) NVIDIA: access.
[ 17.437] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 17.437] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 17.437] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 17.437] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 17.437] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 17.437] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 17.437] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 17.437] (II) NVIDIA(0): Config Options in the README.
[ 17.450] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-5:nvidia-auto-select"
[ 17.580] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 17.580] (==) NVIDIA(0): Backing store enabled
[ 17.580] (==) NVIDIA(0): Silken mouse enabled
[ 17.580] (==) NVIDIA(0): DPMS enabled
[ 17.580] (II) Loading sub module "dri2"
[ 17.580] (II) LoadModule: "dri2"
[ 17.580] (II) Module "dri2" already built-in
[ 17.580] (II) NVIDIA(0): [DRI2] Setup complete
[ 17.580] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 17.580] (II) Initializing extension Generic Event Extension
[ 17.581] (II) Initializing extension SHAPE
[ 17.581] (II) Initializing extension MIT-SHM
[ 17.581] (II) Initializing extension XInputExtension
[ 17.581] (II) Initializing extension XTEST
[ 17.581] (II) Initializing extension BIG-REQUESTS
[ 17.581] (II) Initializing extension SYNC
[ 17.581] (II) Initializing extension XKEYBOARD
[ 17.581] (II) Initializing extension XC-MISC
[ 17.581] (II) Initializing extension SECURITY
[ 17.581] (II) Initializing extension XFIXES
[ 17.581] (II) Initializing extension RENDER
[ 17.581] (II) Initializing extension RANDR
[ 17.581] (II) Initializing extension COMPOSITE
[ 17.581] (II) Initializing extension DAMAGE
[ 17.581] (II) Initializing extension MIT-SCREEN-SAVER
[ 17.581] (II) Initializing extension DOUBLE-BUFFER
[ 17.581] (II) Initializing extension RECORD
[ 17.581] (II) Initializing extension DPMS
[ 17.581] (II) Initializing extension Present
[ 17.582] (II) Initializing extension DRI3
[ 17.582] (II) Initializing extension X-Resource
[ 17.582] (II) Initializing extension XVideo
[ 17.582] (II) Initializing extension XVideo-MotionCompensation
[ 17.582] (II) Initializing extension GLX
[ 17.582] (II) Initializing extension GLX
[ 17.582] (II) Indirect GLX disabled.
[ 17.582] (II) GLX: Another vendor is already registered for screen 0
[ 17.582] (II) Initializing extension XFree86-VidModeExtension
[ 17.582] (II) Initializing extension XFree86-DGA
[ 17.582] (II) Initializing extension XFree86-DRI
[ 17.582] (II) Initializing extension DRI2
[ 17.582] (II) Initializing extension NV-GLX
[ 17.582] (II) Initializing extension NV-CONTROL
[ 17.582] (II) Initializing extension XINERAMA
[ 17.675] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 17.675] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 17.675] (**) Power Button: Applying InputClass "system-keyboard"
[ 17.675] (II) LoadModule: "libinput"
[ 17.675] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 17.678] (II) Module libinput: vendor="X.Org Foundation"
[ 17.678] compiled for 1.21.1.3, module version = 1.2.1
[ 17.678] Module class: X.Org XInput Driver
[ 17.678] ABI class: X.Org XInput driver, version 24.4
[ 17.678] (II) Using input driver 'libinput' for 'Power Button'
[ 17.678] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
[ 17.678] (**) Power Button: always reports core events
[ 17.678] (**) Option "Device" "/dev/input/event1"
[ 17.682] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 17.682] (II) event1 - Power Button: device is a keyboard
[ 17.682] (II) event1 - Power Button: device removed
[ 17.682] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 17.682] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 17.682] (**) Option "xkb_layout" "us"
[ 17.682] (**) Option "xkb_variant" "dvorak"
[ 17.691] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 17.691] (II) event1 - Power Button: device is a keyboard
[ 17.692] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 17.692] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 17.692] (**) Power Button: Applying InputClass "system-keyboard"
[ 17.692] (II) Using input driver 'libinput' for 'Power Button'
[ 17.692] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
[ 17.692] (**) Power Button: always reports core events
[ 17.692] (**) Option "Device" "/dev/input/event0"
[ 17.692] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 17.692] (II) event0 - Power Button: device is a keyboard
[ 17.693] (II) event0 - Power Button: device removed
[ 17.693] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 17.693] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 17.693] (**) Option "xkb_layout" "us"
[ 17.693] (**) Option "xkb_variant" "dvorak"
[ 17.693] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 17.693] (II) event0 - Power Button: device is a keyboard
[ 17.693] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event5)
[ 17.693] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 17.693] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse'
[ 17.748] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[ 17.748] (**) Logitech G502 HERO Gaming Mouse: always reports core events
[ 17.748] (**) Option "Device" "/dev/input/event5"
[ 17.749] (II) event5 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[ 17.750] (II) event5 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[ 17.750] (II) event5 - Logitech G502 HERO Gaming Mouse: device is a pointer
[ 17.750] (II) event5 - Logitech G502 HERO Gaming Mouse: device removed
[ 17.750] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C08B.0003/input/input6/event5"
[ 17.750] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse" (type: MOUSE, id 8)
[ 17.750] (**) Option "AccelerationScheme" "none"
[ 17.750] (**) Logitech G502 HERO Gaming Mouse: (accel) selected scheme none/0
[ 17.750] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration factor: 2.000
[ 17.750] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration threshold: 4
[ 17.751] (II) event5 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[ 17.751] (II) event5 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[ 17.751] (II) event5 - Logitech G502 HERO Gaming Mouse: device is a pointer
[ 17.752] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse0)
[ 17.752] (II) No input driver specified, ignoring this device.
[ 17.752] (II) This device may have been added with another device file.
[ 17.753] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event6)
[ 17.753] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 17.753] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[ 17.753] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[ 17.753] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 45 paused 0
[ 17.753] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[ 17.753] (**) Option "Device" "/dev/input/event6"
[ 17.754] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 17.755] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[ 17.755] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[ 17.755] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: needs a virtual subdevice
[ 17.755] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C08B.0004/input/input7/event6"
[ 17.755] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: MOUSE, id 9)
[ 17.755] (**) Option "AccelerationScheme" "none"
[ 17.755] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) selected scheme none/0
[ 17.755] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[ 17.755] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[ 17.756] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 17.756] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[ 17.757] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard (/dev/input/event7)
[ 17.757] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 17.757] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
[ 17.757] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard'
[ 17.757] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 46 paused 0
[ 17.757] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: always reports core events
[ 17.757] (**) Option "Device" "/dev/input/event7"
[ 17.757] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 17.757] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device is a keyboard
[ 17.758] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device removed
[ 17.758] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C343.0005/input/input10/event7"
[ 17.758] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard" (type: KEYBOARD, id 10)
[ 17.758] (**) Option "xkb_layout" "us"
[ 17.758] (**) Option "xkb_variant" "dvorak"
[ 17.758] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 17.758] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device is a keyboard
[ 17.759] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse (/dev/input/event8)
[ 17.759] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 17.759] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse'
[ 17.759] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[ 17.759] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: always reports core events
[ 17.759] (**) Option "Device" "/dev/input/event8"
[ 17.760] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 17.760] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device is a pointer
[ 17.760] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device removed
[ 17.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input11/event8"
[ 17.760] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse" (type: MOUSE, id 11)
[ 17.760] (**) Option "AccelerationScheme" "none"
[ 17.760] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 17.760] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 17.760] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 17.760] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 17.760] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device is a pointer
[ 17.761] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse (/dev/input/mouse1)
[ 17.761] (II) No input driver specified, ignoring this device.
[ 17.761] (II) This device may have been added with another device file.
[ 17.761] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control (/dev/input/event9)
[ 17.761] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 17.761] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 17.761] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control'
[ 17.761] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 48 paused 0
[ 17.761] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 17.761] (**) Option "Device" "/dev/input/event9"
[ 17.762] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 17.762] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 17.762] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device removed
[ 17.762] (II) libinput: Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 17.762] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input12/event9"
[ 17.762] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control" (type: MOUSE, id 12)
[ 17.762] (**) Option "AccelerationScheme" "none"
[ 17.762] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 17.762] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 17.762] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 17.763] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 17.763] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 17.764] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control (/dev/input/event10)
[ 17.764] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 17.764] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[ 17.764] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control'
[ 17.764] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 49 paused 0
[ 17.764] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: always reports core events
[ 17.764] (**) Option "Device" "/dev/input/event10"
[ 17.765] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 17.765] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device is a keyboard
[ 17.765] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device removed
[ 17.765] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input13/event10"
[ 17.765] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control" (type: KEYBOARD, id 13)
[ 17.765] (**) Option "xkb_layout" "us"
[ 17.765] (**) Option "xkb_variant" "dvorak"
[ 17.766] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 17.766] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device is a keyboard
[ 17.767] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 17.767] (II) No input driver specified, ignoring this device.
[ 17.767] (II) This device may have been added with another device file.
[ 17.767] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 17.767] (II) No input driver specified, ignoring this device.
[ 17.767] (II) This device may have been added with another device file.
[ 17.767] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 17.767] (II) No input driver specified, ignoring this device.
[ 17.767] (II) This device may have been added with another device file.
[ 17.768] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 17.768] (II) No input driver specified, ignoring this device.
[ 17.768] (II) This device may have been added with another device file.
[ 17.768] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[ 17.768] (II) No input driver specified, ignoring this device.
[ 17.768] (II) This device may have been added with another device file.
[ 17.768] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[ 17.768] (II) No input driver specified, ignoring this device.
[ 17.768] (II) This device may have been added with another device file.
[ 17.768] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event18)
[ 17.768] (II) No input driver specified, ignoring this device.
[ 17.768] (II) This device may have been added with another device file.
[ 17.769] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset Consumer Control (/dev/input/event2)
[ 17.769] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 17.769] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "system-keyboard"
[ 17.769] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset Consumer Control'
[ 17.769] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 50 paused 0
[ 17.769] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: always reports core events
[ 17.769] (**) Option "Device" "/dev/input/event2"
[ 17.770] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[ 17.770] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[ 17.770] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device removed
[ 17.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb3/3-4/3-4:1.3/0003:046D:0A5B.0001/input/input2/event2"
[ 17.770] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset Consumer Control" (type: KEYBOARD, id 14)
[ 17.770] (**) Option "xkb_layout" "us"
[ 17.770] (**) Option "xkb_variant" "dvorak"
[ 17.770] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[ 17.770] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[ 17.771] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event3)
[ 17.771] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "libinput keyboard catchall"
[ 17.771] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "system-keyboard"
[ 17.771] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset'
[ 17.771] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[ 17.771] (**) Logitech Logitech G933 Gaming Wireless Headset: always reports core events
[ 17.771] (**) Option "Device" "/dev/input/event3"
[ 17.771] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[ 17.772] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[ 17.772] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device removed
[ 17.772] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb3/3-4/3-4:1.3/0003:046D:0A5B.0001/input/input3/event3"
[ 17.772] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset" (type: KEYBOARD, id 15)
[ 17.772] (**) Option "xkb_layout" "us"
[ 17.772] (**) Option "xkb_variant" "dvorak"
[ 17.772] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[ 17.772] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[ 17.773] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event4)
[ 17.773] (II) No input driver specified, ignoring this device.
[ 17.773] (II) This device may have been added with another device file.
[ 17.773] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event19)
[ 17.773] (II) No input driver specified, ignoring this device.
[ 17.773] (II) This device may have been added with another device file.
[ 17.773] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event20)
[ 17.773] (II) No input driver specified, ignoring this device.
[ 17.773] (II) This device may have been added with another device file.
[ 17.774] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event21)
[ 17.774] (II) No input driver specified, ignoring this device.
[ 17.774] (II) This device may have been added with another device file.
[ 17.774] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event22)
[ 17.774] (II) No input driver specified, ignoring this device.
[ 17.774] (II) This device may have been added with another device file.
[ 17.774] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event23)
[ 17.774] (II) No input driver specified, ignoring this device.
[ 17.774] (II) This device may have been added with another device file.
[ 17.774] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event24)
[ 17.774] (II) No input driver specified, ignoring this device.
[ 17.774] (II) This device may have been added with another device file.
[ 17.774] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event25)
[ 17.774] (II) No input driver specified, ignoring this device.
[ 17.774] (II) This device may have been added with another device file.
[ 17.775] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 17.775] (II) No input driver specified, ignoring this device.
[ 17.775] (II) This device may have been added with another device file.
[ 17.778] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 17.778] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[ 17.778] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[ 17.778] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 17.778] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[ 17.778] (**) Option "Device" "/dev/input/event6"
[ 17.778] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: is a virtual subdevice
[ 17.778] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C08B.0004/input/input7/event6"
[ 17.778] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[ 17.778] (**) Option "xkb_layout" "us"
[ 17.778] (**) Option "xkb_variant" "dvorak"
[ 17.778] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 17.778] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 17.778] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control'
[ 17.778] (II) systemd-logind: returning pre-existing fd for /dev/input/event9 13:73
[ 17.778] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 17.778] (**) Option "Device" "/dev/input/event9"
[ 17.778] (II) libinput: Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: is a virtual subdevice
[ 17.778] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input12/event9"
[ 17.778] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 17)
[ 17.778] (**) Option "xkb_layout" "us"
[ 17.778] (**) Option "xkb_variant" "dvorak"
[ 18.099] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 18.099] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 18.099] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 18.099] (--) NVIDIA(GPU-0):
[ 18.102] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 18.102] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 18.102] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 18.102] (--) NVIDIA(GPU-0):
[ 18.147] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 18.147] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 18.147] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 18.147] (--) NVIDIA(GPU-0):
[ 18.147] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 18.147] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 18.147] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 18.147] (--) NVIDIA(GPU-0):
[ 18.147] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 18.147] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 18.147] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 18.147] (--) NVIDIA(GPU-0):
[ 18.324] (--) NVIDIA(GPU-0): DFP-5: connected
[ 18.324] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 18.324] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 18.324] (--) NVIDIA(GPU-0):
[ 18.324] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 18.324] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 18.324] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 18.324] (--) NVIDIA(GPU-0):
[ 18.324] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 18.324] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 18.324] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 18.324] (--) NVIDIA(GPU-0):
[ 18.623] (--) NVIDIA(GPU-0): DFP-5: connected
[ 18.623] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 18.623] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 18.623] (--) NVIDIA(GPU-0):
[ 18.682] (--) NVIDIA(GPU-0): DFP-5: connected
[ 18.682] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 18.682] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 18.682] (--) NVIDIA(GPU-0):
[ 19.175] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 19.175] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 19.175] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 19.175] (--) NVIDIA(GPU-0):
[ 19.177] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 19.177] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 19.177] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 19.177] (--) NVIDIA(GPU-0):
[ 19.222] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 19.222] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 19.222] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 19.222] (--) NVIDIA(GPU-0):
[ 19.222] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 19.222] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 19.222] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 19.222] (--) NVIDIA(GPU-0):
[ 19.222] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 19.222] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 19.222] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 19.222] (--) NVIDIA(GPU-0):
[ 19.281] (--) NVIDIA(GPU-0): DFP-5: connected
[ 19.281] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 19.281] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 19.281] (--) NVIDIA(GPU-0):
[ 19.281] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 19.281] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 19.281] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 19.281] (--) NVIDIA(GPU-0):
[ 19.281] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 19.281] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 19.281] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 19.281] (--) NVIDIA(GPU-0):
[ 19.352] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 19.352] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 19.352] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 19.352] (--) NVIDIA(GPU-0):
[ 19.355] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 19.355] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 19.355] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 19.355] (--) NVIDIA(GPU-0):
[ 19.399] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 19.399] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 19.399] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 19.399] (--) NVIDIA(GPU-0):
[ 19.399] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 19.399] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 19.399] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 19.399] (--) NVIDIA(GPU-0):
[ 19.399] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 19.399] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 19.399] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 19.399] (--) NVIDIA(GPU-0):
[ 19.458] (--) NVIDIA(GPU-0): DFP-5: connected
[ 19.458] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 19.458] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 19.458] (--) NVIDIA(GPU-0):
[ 19.458] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 19.458] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 19.458] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 19.458] (--) NVIDIA(GPU-0):
[ 19.458] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 19.458] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 19.458] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 19.458] (--) NVIDIA(GPU-0):
[ 40.189] (**) Option "fd" "40"
[ 40.189] (II) event1 - Power Button: device removed
[ 40.189] (**) Option "fd" "43"
[ 40.189] (II) event0 - Power Button: device removed
[ 40.189] (**) Option "fd" "44"
[ 40.189] (II) event5 - Logitech G502 HERO Gaming Mouse: device removed
[ 40.189] (**) Option "fd" "45"
[ 40.189] (**) Option "fd" "46"
[ 40.189] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device removed
[ 40.189] (**) Option "fd" "47"
[ 40.189] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device removed
[ 40.190] (**) Option "fd" "48"
[ 40.190] (**) Option "fd" "49"
[ 40.190] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device removed
[ 40.190] (**) Option "fd" "50"
[ 40.190] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device removed
[ 40.190] (**) Option "fd" "51"
[ 40.190] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device removed
[ 40.190] (**) Option "fd" "45"
[ 40.190] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[ 40.190] (**) Option "fd" "48"
[ 40.190] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device removed
[ 40.511] (II) systemd-logind: got pause for 13:67
[ 40.511] (II) systemd-logind: got pause for 13:69
[ 40.511] (II) systemd-logind: got pause for 13:72
[ 40.511] (II) systemd-logind: got pause for 13:71
[ 40.511] (II) systemd-logind: got pause for 13:66
[ 40.511] (II) systemd-logind: got pause for 13:70
[ 40.511] (II) systemd-logind: got pause for 13:64
[ 40.511] (II) systemd-logind: got pause for 13:74
[ 40.511] (II) systemd-logind: got pause for 13:65
[ 40.511] (II) systemd-logind: got pause for 13:73
[ 44.333] (II) UnloadModule: "libinput"
[ 44.333] (II) systemd-logind: not releasing fd for 13:73, still in use
[ 44.333] (II) UnloadModule: "libinput"
[ 44.333] (II) systemd-logind: not releasing fd for 13:70, still in use
[ 44.333] (II) UnloadModule: "libinput"
[ 44.333] (II) systemd-logind: releasing fd for 13:67
[ 44.365] (II) UnloadModule: "libinput"
[ 44.365] (II) systemd-logind: releasing fd for 13:66
[ 44.392] (II) UnloadModule: "libinput"
[ 44.392] (II) systemd-logind: releasing fd for 13:74
[ 44.418] (II) UnloadModule: "libinput"
[ 44.418] (II) systemd-logind: releasing fd for 13:73
[ 44.458] (II) UnloadModule: "libinput"
[ 44.458] (II) systemd-logind: releasing fd for 13:72
[ 44.498] (II) UnloadModule: "libinput"
[ 44.498] (II) systemd-logind: releasing fd for 13:71
[ 44.531] (II) UnloadModule: "libinput"
[ 44.532] (II) systemd-logind: releasing fd for 13:70
[ 44.552] (II) UnloadModule: "libinput"
[ 44.552] (II) systemd-logind: releasing fd for 13:69
[ 44.592] (II) UnloadModule: "libinput"
[ 44.592] (II) systemd-logind: releasing fd for 13:64
[ 44.632] (II) UnloadModule: "libinput"
[ 44.632] (II) systemd-logind: releasing fd for 13:65
[ 44.659] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 44.660] (II) Server terminated successfully (0). Closing log file.Xorg.1.log
[ 40.527] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[ 40.527] _XSERVTransMakeAllCOTSServerListeners: server already running
[ 40.527] (--) Log file renamed from "/var/log/Xorg.pid-2118.log" to "/var/log/Xorg.1.log"
[ 40.528]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 40.528] Current Operating System: Linux Juliet 5.16.10-arch1-1 #1 SMP PREEMPT Wed, 16 Feb 2022 19:35:18 +0000 x86_64
[ 40.528] Kernel command line: BOOT_IMAGE=/Juliet/vmlinuz-linux drm.edid_firmware=DP-0:edid/2560x1440.bin drm.edid_firmware=HDMI-0:edid/1920x1080.bin drm.edid_firmware=HDMI-1:edid/1920x1080.bin loglevel=3 quiet
[ 40.528]
[ 40.528] Current version of pixman: 0.40.0
[ 40.528] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 40.528] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 40.528] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Feb 28 19:32:42 2022
[ 40.528] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 40.528] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 40.528] (==) No Layout section. Using the first Screen section.
[ 40.528] (==) No screen section available. Using defaults.
[ 40.528] (**) |-->Screen "Default Screen Section" (0)
[ 40.528] (**) | |-->Monitor "<default monitor>"
[ 40.528] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 40.528] (==) Automatically adding devices
[ 40.528] (==) Automatically enabling devices
[ 40.528] (==) Automatically adding GPU devices
[ 40.528] (==) Automatically binding GPU devices
[ 40.528] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 40.528] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 40.528] Entry deleted from font path.
[ 40.528] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 40.528] Entry deleted from font path.
[ 40.528] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 40.528] Entry deleted from font path.
[ 40.528] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 40.528] Entry deleted from font path.
[ 40.528] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 40.528] Entry deleted from font path.
[ 40.528] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 40.528] Entry deleted from font path.
[ 40.528] (==) FontPath set to:
[ 40.528] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 40.528] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 40.528] (II) Module ABI versions:
[ 40.528] X.Org ANSI C Emulation: 0.4
[ 40.528] X.Org Video Driver: 25.2
[ 40.528] X.Org XInput driver : 24.4
[ 40.528] X.Org Server Extension : 10.0
[ 40.528] (++) using VT number 2
[ 40.529] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 40.529] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 40.529] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.2/0000:03:00.0/0000:04:00.0/drm/card0
[ 40.529] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 40.530] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 40.531] (--) PCI:*(4@0:0:0) 10de:2486:1043:87ba rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 40.531] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 40.531] (II) LoadModule: "glx"
[ 40.531] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 40.532] (II) Module glx: vendor="X.Org Foundation"
[ 40.532] compiled for 1.21.1.3, module version = 1.0.0
[ 40.532] ABI class: X.Org Server Extension, version 10.0
[ 40.532] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 40.532] loading driver: nvidia
[ 40.532] (==) Matched nvidia as autoconfigured driver 0
[ 40.532] (==) Matched nouveau as autoconfigured driver 1
[ 40.532] (==) Matched nv as autoconfigured driver 2
[ 40.532] (==) Matched modesetting as autoconfigured driver 3
[ 40.532] (==) Matched fbdev as autoconfigured driver 4
[ 40.532] (==) Matched vesa as autoconfigured driver 5
[ 40.532] (==) Assigned the driver to the xf86ConfigLayout
[ 40.532] (II) LoadModule: "nvidia"
[ 40.532] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 40.532] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 40.532] compiled for 1.6.99.901, module version = 1.0.0
[ 40.532] Module class: X.Org Video Driver
[ 40.532] (II) LoadModule: "nouveau"
[ 40.532] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 40.532] (II) Module nouveau: vendor="X.Org Foundation"
[ 40.532] compiled for 1.21.1.1, module version = 1.0.17
[ 40.532] Module class: X.Org Video Driver
[ 40.532] ABI class: X.Org Video Driver, version 25.2
[ 40.532] (II) LoadModule: "nv"
[ 40.532] (WW) Warning, couldn't open module nv
[ 40.532] (EE) Failed to load module "nv" (module does not exist, 0)
[ 40.532] (II) LoadModule: "modesetting"
[ 40.532] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 40.534] (II) Module modesetting: vendor="X.Org Foundation"
[ 40.534] compiled for 1.21.1.3, module version = 1.21.1
[ 40.534] Module class: X.Org Video Driver
[ 40.534] ABI class: X.Org Video Driver, version 25.2
[ 40.534] (II) LoadModule: "fbdev"
[ 40.534] (WW) Warning, couldn't open module fbdev
[ 40.534] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 40.534] (II) LoadModule: "vesa"
[ 40.534] (WW) Warning, couldn't open module vesa
[ 40.534] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 40.534] (II) NVIDIA dlloader X Driver 510.54 Tue Feb 8 04:38:00 UTC 2022
[ 40.534] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 40.534] (II) NOUVEAU driver
[ 40.534] (II) NOUVEAU driver for NVIDIA chipset families :
[ 40.534] RIVA TNT (NV04)
[ 40.534] RIVA TNT2 (NV05)
[ 40.534] GeForce 256 (NV10)
[ 40.534] GeForce 2 (NV11, NV15)
[ 40.534] GeForce 4MX (NV17, NV18)
[ 40.534] GeForce 3 (NV20)
[ 40.534] GeForce 4Ti (NV25, NV28)
[ 40.534] GeForce FX (NV3x)
[ 40.534] GeForce 6 (NV4x)
[ 40.534] GeForce 7 (G7x)
[ 40.534] GeForce 8 (G8x)
[ 40.534] GeForce 9 (G9x)
[ 40.534] GeForce GTX 2xx/3xx (GT2xx)
[ 40.534] GeForce GTX 4xx/5xx (GFxxx)
[ 40.534] GeForce GTX 6xx/7xx (GKxxx)
[ 40.534] GeForce GTX 9xx (GMxxx)
[ 40.534] GeForce GTX 10xx (GPxxx)
[ 40.534] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 40.534] (II) systemd-logind: releasing fd for 226:0
[ 40.535] (II) Loading sub module "fb"
[ 40.535] (II) LoadModule: "fb"
[ 40.535] (II) Module "fb" already built-in
[ 40.535] (II) Loading sub module "wfb"
[ 40.535] (II) LoadModule: "wfb"
[ 40.535] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 40.535] (II) Module wfb: vendor="X.Org Foundation"
[ 40.535] compiled for 1.21.1.3, module version = 1.0.0
[ 40.535] ABI class: X.Org ANSI C Emulation, version 0.4
[ 40.535] (II) Loading sub module "ramdac"
[ 40.535] (II) LoadModule: "ramdac"
[ 40.535] (II) Module "ramdac" already built-in
[ 40.535] (WW) Falling back to old probe method for modesetting
[ 40.535] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 40.535] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 40.535] (==) NVIDIA(0): RGB weight 888
[ 40.535] (==) NVIDIA(0): Default visual is TrueColor
[ 40.535] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 40.535] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 40.535] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 40.535] (**) NVIDIA(0): Enabling 2D acceleration
[ 40.535] (II) Loading sub module "glxserver_nvidia"
[ 40.535] (II) LoadModule: "glxserver_nvidia"
[ 40.535] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 40.538] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 40.538] compiled for 1.6.99.901, module version = 1.0.0
[ 40.538] Module class: X.Org Server Extension
[ 40.538] (II) NVIDIA GLX Module 510.54 Tue Feb 8 04:36:31 UTC 2022
[ 40.538] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 40.538] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:4:0:0
[ 40.538] (--) NVIDIA(0): DFP-0 (boot)
[ 40.538] (--) NVIDIA(0): DFP-1
[ 40.538] (--) NVIDIA(0): DFP-2
[ 40.538] (--) NVIDIA(0): DFP-3
[ 40.539] (--) NVIDIA(0): DFP-4
[ 40.539] (--) NVIDIA(0): DFP-5
[ 40.539] (--) NVIDIA(0): DFP-6
[ 40.539] (--) NVIDIA(0): DFP-7
[ 40.539] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Ti (GA104-A) at PCI:4:0:0
[ 40.539] (II) NVIDIA(0): (GPU-0)
[ 40.539] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 40.539] (--) NVIDIA(0): VideoBIOS: 94.04.38.00.e7
[ 40.539] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 40.539] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 40.539] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 40.539] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 40.539] (--) NVIDIA(GPU-0):
[ 40.542] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 40.542] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 40.542] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 40.542] (--) NVIDIA(GPU-0):
[ 40.587] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 40.587] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 40.587] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 40.587] (--) NVIDIA(GPU-0):
[ 40.587] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 40.587] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 40.587] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 40.587] (--) NVIDIA(GPU-0):
[ 40.587] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 40.587] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 40.587] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 40.587] (--) NVIDIA(GPU-0):
[ 40.645] (--) NVIDIA(GPU-0): DFP-5: connected
[ 40.645] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 40.645] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 40.645] (--) NVIDIA(GPU-0):
[ 40.645] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 40.645] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 40.645] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 40.645] (--) NVIDIA(GPU-0):
[ 40.645] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 40.645] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 40.645] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 40.645] (--) NVIDIA(GPU-0):
[ 40.772] (==) NVIDIA(0):
[ 40.772] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 40.772] (==) NVIDIA(0): will be used as the requested mode.
[ 40.772] (==) NVIDIA(0):
[ 40.773] (II) NVIDIA(0): Validated MetaModes:
[ 40.773] (II) NVIDIA(0):
[ 40.773] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-5:nvidia-auto-select"
[ 40.773] (II) NVIDIA(0): Virtual screen size determined to be 5504 x 1440
[ 40.815] (--) NVIDIA(0): DPI set to (92, 93); computed from "UseEdidDpi" X config
[ 40.815] (--) NVIDIA(0): option
[ 40.815] (II) UnloadModule: "nouveau"
[ 40.815] (II) Unloading nouveau
[ 40.815] (II) UnloadModule: "modesetting"
[ 40.816] (II) Unloading modesetting
[ 40.816] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 40.816] (II) NVIDIA: access.
[ 40.820] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 40.820] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 40.820] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 40.820] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 40.820] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 40.820] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 40.820] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 40.820] (II) NVIDIA(0): Config Options in the README.
[ 40.838] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-5:nvidia-auto-select"
[ 40.985] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 40.985] (==) NVIDIA(0): Backing store enabled
[ 40.985] (==) NVIDIA(0): Silken mouse enabled
[ 40.985] (==) NVIDIA(0): DPMS enabled
[ 40.985] (II) Loading sub module "dri2"
[ 40.985] (II) LoadModule: "dri2"
[ 40.985] (II) Module "dri2" already built-in
[ 40.985] (II) NVIDIA(0): [DRI2] Setup complete
[ 40.985] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 40.985] (II) Initializing extension Generic Event Extension
[ 40.985] (II) Initializing extension SHAPE
[ 40.985] (II) Initializing extension MIT-SHM
[ 40.986] (II) Initializing extension XInputExtension
[ 40.986] (II) Initializing extension XTEST
[ 40.986] (II) Initializing extension BIG-REQUESTS
[ 40.986] (II) Initializing extension SYNC
[ 40.986] (II) Initializing extension XKEYBOARD
[ 40.986] (II) Initializing extension XC-MISC
[ 40.986] (II) Initializing extension SECURITY
[ 40.986] (II) Initializing extension XFIXES
[ 40.986] (II) Initializing extension RENDER
[ 40.986] (II) Initializing extension RANDR
[ 40.986] (II) Initializing extension COMPOSITE
[ 40.986] (II) Initializing extension DAMAGE
[ 40.986] (II) Initializing extension MIT-SCREEN-SAVER
[ 40.986] (II) Initializing extension DOUBLE-BUFFER
[ 40.986] (II) Initializing extension RECORD
[ 40.986] (II) Initializing extension DPMS
[ 40.986] (II) Initializing extension Present
[ 40.986] (II) Initializing extension DRI3
[ 40.986] (II) Initializing extension X-Resource
[ 40.987] (II) Initializing extension XVideo
[ 40.987] (II) Initializing extension XVideo-MotionCompensation
[ 40.987] (II) Initializing extension GLX
[ 40.987] (II) Initializing extension GLX
[ 40.987] (II) Indirect GLX disabled.
[ 40.987] (II) GLX: Another vendor is already registered for screen 0
[ 40.987] (II) Initializing extension XFree86-VidModeExtension
[ 40.987] (II) Initializing extension XFree86-DGA
[ 40.987] (II) Initializing extension XFree86-DRI
[ 40.987] (II) Initializing extension DRI2
[ 40.987] (II) Initializing extension NV-GLX
[ 40.987] (II) Initializing extension NV-CONTROL
[ 40.987] (II) Initializing extension XINERAMA
[ 41.005] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 41.005] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 41.005] (**) Power Button: Applying InputClass "system-keyboard"
[ 41.005] (II) LoadModule: "libinput"
[ 41.005] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 41.006] (II) Module libinput: vendor="X.Org Foundation"
[ 41.006] compiled for 1.21.1.3, module version = 1.2.1
[ 41.006] Module class: X.Org XInput Driver
[ 41.006] ABI class: X.Org XInput driver, version 24.4
[ 41.006] (II) Using input driver 'libinput' for 'Power Button'
[ 41.006] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[ 41.007] (**) Power Button: always reports core events
[ 41.007] (**) Option "Device" "/dev/input/event1"
[ 41.008] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 41.008] (II) event1 - Power Button: device is a keyboard
[ 41.008] (II) event1 - Power Button: device removed
[ 41.008] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 41.008] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 41.008] (**) Option "xkb_layout" "us"
[ 41.008] (**) Option "xkb_variant" "dvorak"
[ 41.018] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 41.018] (II) event1 - Power Button: device is a keyboard
[ 41.018] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 41.018] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 41.018] (**) Power Button: Applying InputClass "system-keyboard"
[ 41.018] (II) Using input driver 'libinput' for 'Power Button'
[ 41.018] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[ 41.018] (**) Power Button: always reports core events
[ 41.018] (**) Option "Device" "/dev/input/event0"
[ 41.019] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 41.019] (II) event0 - Power Button: device is a keyboard
[ 41.019] (II) event0 - Power Button: device removed
[ 41.019] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 41.019] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 41.019] (**) Option "xkb_layout" "us"
[ 41.019] (**) Option "xkb_variant" "dvorak"
[ 41.019] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 41.019] (II) event0 - Power Button: device is a keyboard
[ 41.020] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/event5)
[ 41.020] (**) Logitech G502 HERO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 41.020] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse'
[ 41.020] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 45 paused 0
[ 41.020] (**) Logitech G502 HERO Gaming Mouse: always reports core events
[ 41.020] (**) Option "Device" "/dev/input/event5"
[ 41.020] (II) event5 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[ 41.020] (II) event5 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[ 41.021] (II) event5 - Logitech G502 HERO Gaming Mouse: device is a pointer
[ 41.021] (II) event5 - Logitech G502 HERO Gaming Mouse: device removed
[ 41.021] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C08B.0003/input/input6/event5"
[ 41.021] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse" (type: MOUSE, id 8)
[ 41.021] (**) Option "AccelerationScheme" "none"
[ 41.021] (**) Logitech G502 HERO Gaming Mouse: (accel) selected scheme none/0
[ 41.021] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration factor: 2.000
[ 41.021] (**) Logitech G502 HERO Gaming Mouse: (accel) acceleration threshold: 4
[ 41.021] (II) event5 - Logitech G502 HERO Gaming Mouse: is tagged by udev as: Mouse
[ 41.021] (II) event5 - Logitech G502 HERO Gaming Mouse: device set to 2400 DPI
[ 41.021] (II) event5 - Logitech G502 HERO Gaming Mouse: device is a pointer
[ 41.022] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse (/dev/input/mouse0)
[ 41.022] (II) No input driver specified, ignoring this device.
[ 41.022] (II) This device may have been added with another device file.
[ 41.022] (II) config/udev: Adding input device Logitech G502 HERO Gaming Mouse Keyboard (/dev/input/event6)
[ 41.022] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 41.022] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[ 41.022] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[ 41.022] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[ 41.022] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[ 41.022] (**) Option "Device" "/dev/input/event6"
[ 41.023] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 41.023] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[ 41.023] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device removed
[ 41.023] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: needs a virtual subdevice
[ 41.023] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C08B.0004/input/input7/event6"
[ 41.023] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: MOUSE, id 9)
[ 41.023] (**) Option "AccelerationScheme" "none"
[ 41.023] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) selected scheme none/0
[ 41.023] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[ 41.023] (**) Logitech G502 HERO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[ 41.024] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 41.024] (II) event6 - Logitech G502 HERO Gaming Mouse Keyboard: device is a keyboard
[ 41.024] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard (/dev/input/event7)
[ 41.024] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 41.024] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
[ 41.024] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard'
[ 41.025] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[ 41.025] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: always reports core events
[ 41.025] (**) Option "Device" "/dev/input/event7"
[ 41.025] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 41.025] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device is a keyboard
[ 41.026] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device removed
[ 41.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C343.0005/input/input10/event7"
[ 41.026] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard" (type: KEYBOARD, id 10)
[ 41.026] (**) Option "xkb_layout" "us"
[ 41.026] (**) Option "xkb_variant" "dvorak"
[ 41.026] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 41.026] (II) event7 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard: device is a keyboard
[ 41.027] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse (/dev/input/event8)
[ 41.027] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 41.027] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse'
[ 41.027] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 48 paused 0
[ 41.027] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: always reports core events
[ 41.027] (**) Option "Device" "/dev/input/event8"
[ 41.028] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 41.028] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device is a pointer
[ 41.028] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device removed
[ 41.028] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input11/event8"
[ 41.028] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse" (type: MOUSE, id 11)
[ 41.028] (**) Option "AccelerationScheme" "none"
[ 41.028] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 41.028] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 41.028] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 41.028] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 41.028] (II) event8 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse: device is a pointer
[ 41.029] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Mouse (/dev/input/mouse1)
[ 41.029] (II) No input driver specified, ignoring this device.
[ 41.029] (II) This device may have been added with another device file.
[ 41.029] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control (/dev/input/event9)
[ 41.029] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 41.029] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 41.029] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control'
[ 41.029] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 49 paused 0
[ 41.029] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 41.029] (**) Option "Device" "/dev/input/event9"
[ 41.030] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 41.030] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 41.030] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device removed
[ 41.030] (II) libinput: Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 41.030] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input12/event9"
[ 41.030] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control" (type: MOUSE, id 12)
[ 41.030] (**) Option "AccelerationScheme" "none"
[ 41.030] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 41.030] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 41.030] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 41.031] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 41.031] (II) event9 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 41.031] (II) config/udev: Adding input device Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control (/dev/input/event10)
[ 41.031] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 41.031] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[ 41.031] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control'
[ 41.031] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 50 paused 0
[ 41.031] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: always reports core events
[ 41.031] (**) Option "Device" "/dev/input/event10"
[ 41.032] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 41.032] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device is a keyboard
[ 41.032] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device removed
[ 41.032] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input13/event10"
[ 41.032] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control" (type: KEYBOARD, id 13)
[ 41.032] (**) Option "xkb_layout" "us"
[ 41.032] (**) Option "xkb_variant" "dvorak"
[ 41.033] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 41.033] (II) event10 - Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard System Control: device is a keyboard
[ 41.033] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 41.033] (II) No input driver specified, ignoring this device.
[ 41.033] (II) This device may have been added with another device file.
[ 41.033] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 41.033] (II) No input driver specified, ignoring this device.
[ 41.033] (II) This device may have been added with another device file.
[ 41.033] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 41.033] (II) No input driver specified, ignoring this device.
[ 41.033] (II) This device may have been added with another device file.
[ 41.033] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 41.033] (II) No input driver specified, ignoring this device.
[ 41.033] (II) This device may have been added with another device file.
[ 41.034] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[ 41.034] (II) No input driver specified, ignoring this device.
[ 41.034] (II) This device may have been added with another device file.
[ 41.034] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[ 41.034] (II) No input driver specified, ignoring this device.
[ 41.034] (II) This device may have been added with another device file.
[ 41.034] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event18)
[ 41.034] (II) No input driver specified, ignoring this device.
[ 41.034] (II) This device may have been added with another device file.
[ 41.034] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset Consumer Control (/dev/input/event2)
[ 41.034] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 41.034] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: Applying InputClass "system-keyboard"
[ 41.034] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset Consumer Control'
[ 41.034] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 51 paused 0
[ 41.034] (**) Logitech Logitech G933 Gaming Wireless Headset Consumer Control: always reports core events
[ 41.034] (**) Option "Device" "/dev/input/event2"
[ 41.035] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[ 41.035] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[ 41.035] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device removed
[ 41.035] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb3/3-4/3-4:1.3/0003:046D:0A5B.0001/input/input2/event2"
[ 41.035] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset Consumer Control" (type: KEYBOARD, id 14)
[ 41.035] (**) Option "xkb_layout" "us"
[ 41.035] (**) Option "xkb_variant" "dvorak"
[ 41.036] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: is tagged by udev as: Keyboard
[ 41.036] (II) event2 - Logitech Logitech G933 Gaming Wireless Headset Consumer Control: device is a keyboard
[ 41.036] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event3)
[ 41.036] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "libinput keyboard catchall"
[ 41.036] (**) Logitech Logitech G933 Gaming Wireless Headset: Applying InputClass "system-keyboard"
[ 41.036] (II) Using input driver 'libinput' for 'Logitech Logitech G933 Gaming Wireless Headset'
[ 41.036] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 52 paused 0
[ 41.036] (**) Logitech Logitech G933 Gaming Wireless Headset: always reports core events
[ 41.036] (**) Option "Device" "/dev/input/event3"
[ 41.037] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[ 41.037] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[ 41.037] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device removed
[ 41.037] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:09:00.3/usb3/3-4/3-4:1.3/0003:046D:0A5B.0001/input/input3/event3"
[ 41.037] (II) XINPUT: Adding extended input device "Logitech Logitech G933 Gaming Wireless Headset" (type: KEYBOARD, id 15)
[ 41.037] (**) Option "xkb_layout" "us"
[ 41.037] (**) Option "xkb_variant" "dvorak"
[ 41.037] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: is tagged by udev as: Keyboard
[ 41.037] (II) event3 - Logitech Logitech G933 Gaming Wireless Headset: device is a keyboard
[ 41.038] (II) config/udev: Adding input device Logitech Logitech G933 Gaming Wireless Headset (/dev/input/event4)
[ 41.038] (II) No input driver specified, ignoring this device.
[ 41.038] (II) This device may have been added with another device file.
[ 41.038] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event19)
[ 41.038] (II) No input driver specified, ignoring this device.
[ 41.038] (II) This device may have been added with another device file.
[ 41.038] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event20)
[ 41.038] (II) No input driver specified, ignoring this device.
[ 41.038] (II) This device may have been added with another device file.
[ 41.038] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event21)
[ 41.038] (II) No input driver specified, ignoring this device.
[ 41.038] (II) This device may have been added with another device file.
[ 41.038] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event22)
[ 41.038] (II) No input driver specified, ignoring this device.
[ 41.038] (II) This device may have been added with another device file.
[ 41.038] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event23)
[ 41.038] (II) No input driver specified, ignoring this device.
[ 41.038] (II) This device may have been added with another device file.
[ 41.039] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event24)
[ 41.039] (II) No input driver specified, ignoring this device.
[ 41.039] (II) This device may have been added with another device file.
[ 41.039] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event25)
[ 41.039] (II) No input driver specified, ignoring this device.
[ 41.039] (II) This device may have been added with another device file.
[ 41.039] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[ 41.039] (II) No input driver specified, ignoring this device.
[ 41.039] (II) This device may have been added with another device file.
[ 41.041] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 41.041] (**) Logitech G502 HERO Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[ 41.041] (II) Using input driver 'libinput' for 'Logitech G502 HERO Gaming Mouse Keyboard'
[ 41.041] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 41.041] (**) Logitech G502 HERO Gaming Mouse Keyboard: always reports core events
[ 41.041] (**) Option "Device" "/dev/input/event6"
[ 41.041] (II) libinput: Logitech G502 HERO Gaming Mouse Keyboard: is a virtual subdevice
[ 41.041] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C08B.0004/input/input7/event6"
[ 41.041] (II) XINPUT: Adding extended input device "Logitech G502 HERO Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[ 41.041] (**) Option "xkb_layout" "us"
[ 41.041] (**) Option "xkb_variant" "dvorak"
[ 41.041] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 41.041] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 41.041] (II) Using input driver 'libinput' for 'Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control'
[ 41.041] (II) systemd-logind: returning pre-existing fd for /dev/input/event9 13:73
[ 41.041] (**) Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 41.041] (**) Option "Device" "/dev/input/event9"
[ 41.041] (II) libinput: Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control: is a virtual subdevice
[ 41.041] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C343.0006/input/input12/event9"
[ 41.041] (II) XINPUT: Adding extended input device "Logitech G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 17)
[ 41.041] (**) Option "xkb_layout" "us"
[ 41.041] (**) Option "xkb_variant" "dvorak"
[ 41.230] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 41.230] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 41.230] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 41.230] (--) NVIDIA(GPU-0):
[ 41.233] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 41.233] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 41.233] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 41.233] (--) NVIDIA(GPU-0):
[ 41.278] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 41.278] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 41.278] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 41.278] (--) NVIDIA(GPU-0):
[ 41.278] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 41.278] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 41.278] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 41.278] (--) NVIDIA(GPU-0):
[ 41.279] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 41.279] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 41.279] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 41.279] (--) NVIDIA(GPU-0):
[ 41.338] (--) NVIDIA(GPU-0): DFP-5: connected
[ 41.338] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 41.338] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 41.338] (--) NVIDIA(GPU-0):
[ 41.338] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 41.338] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 41.338] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 41.338] (--) NVIDIA(GPU-0):
[ 41.338] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 41.338] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 41.338] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 41.338] (--) NVIDIA(GPU-0):
[ 41.436] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, HDMI-0: nvidia-auto-select @1920x1080 +2560+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 41.598] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[ 41.731] (II) event5 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[ 41.748] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, HDMI-1: nvidia-auto-select @768x1024 +0+0 {ViewPortIn=768x1024, ViewPortOut=1024x768+0+0, Rotation=270}"
[ 41.867] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @2560x1440 +768+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, HDMI-1: nvidia-auto-select @768x1024 +0+0 {ViewPortIn=768x1024, ViewPortOut=1024x768+0+0, Rotation=270}"
[ 41.998] (EE) event5 - Logitech G502 HERO Gaming Mouse: client bug: event processing lagging behind by 121ms, your system is too slow
[ 42.030] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @2560x1440 +768+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, HDMI-0: nvidia-auto-select @1080x1920 +3328+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=90}, HDMI-1: nvidia-auto-select @768x1024 +0+0 {ViewPortIn=768x1024, ViewPortOut=1024x768+0+0, Rotation=270}"
[ 42.601] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 42.601] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 42.601] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 42.601] (--) NVIDIA(GPU-0):
[ 42.603] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 42.603] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 42.603] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 42.603] (--) NVIDIA(GPU-0):
[ 42.648] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 42.648] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 42.648] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 42.648] (--) NVIDIA(GPU-0):
[ 42.648] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 42.648] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 42.648] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 42.648] (--) NVIDIA(GPU-0):
[ 42.649] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 42.649] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 42.649] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 42.649] (--) NVIDIA(GPU-0):
[ 42.708] (--) NVIDIA(GPU-0): DFP-5: connected
[ 42.708] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 42.708] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 42.708] (--) NVIDIA(GPU-0):
[ 42.708] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 42.708] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 42.708] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 42.708] (--) NVIDIA(GPU-0):
[ 42.708] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 42.708] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 42.708] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 42.708] (--) NVIDIA(GPU-0):
[ 43.164] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 43.164] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 43.164] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 43.164] (--) NVIDIA(GPU-0):
[ 43.167] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 43.167] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 43.167] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 43.167] (--) NVIDIA(GPU-0):
[ 43.211] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 43.211] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 43.211] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 43.211] (--) NVIDIA(GPU-0):
[ 43.211] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 43.211] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 43.211] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 43.211] (--) NVIDIA(GPU-0):
[ 43.211] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 43.211] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 43.211] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 43.211] (--) NVIDIA(GPU-0):
[ 43.271] (--) NVIDIA(GPU-0): DFP-5: connected
[ 43.271] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 43.272] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 43.272] (--) NVIDIA(GPU-0):
[ 43.272] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 43.272] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 43.272] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 43.272] (--) NVIDIA(GPU-0):
[ 43.272] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 43.272] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 43.272] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 43.272] (--) NVIDIA(GPU-0):
[ 43.389] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 43.389] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 43.389] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 43.389] (--) NVIDIA(GPU-0):
[ 43.392] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 43.392] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 43.392] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 43.392] (--) NVIDIA(GPU-0):
[ 43.436] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 43.436] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 43.436] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 43.436] (--) NVIDIA(GPU-0):
[ 43.436] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 43.436] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 43.436] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 43.436] (--) NVIDIA(GPU-0):
[ 43.437] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 43.437] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 43.437] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 43.437] (--) NVIDIA(GPU-0):
[ 43.496] (--) NVIDIA(GPU-0): DFP-5: connected
[ 43.496] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 43.496] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 43.496] (--) NVIDIA(GPU-0):
[ 43.497] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 43.497] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 43.497] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 43.497] (--) NVIDIA(GPU-0):
[ 43.497] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 43.497] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 43.497] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 43.497] (--) NVIDIA(GPU-0):
[ 51.950] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 51.950] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 51.950] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
[ 51.950] (--) NVIDIA(GPU-0):
[ 51.952] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 51.952] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 51.952] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 51.952] (--) NVIDIA(GPU-0):
[ 51.999] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 51.999] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 51.999] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
[ 51.999] (--) NVIDIA(GPU-0):
[ 51.999] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 51.999] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 51.999] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 51.999] (--) NVIDIA(GPU-0):
[ 51.999] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 51.999] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 51.999] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 51.999] (--) NVIDIA(GPU-0):
[ 51.999] (II) event5 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[ 52.060] (--) NVIDIA(GPU-0): DFP-5: connected
[ 52.060] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 52.060] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 52.060] (--) NVIDIA(GPU-0):
[ 52.060] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 52.060] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 52.060] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 52.060] (--) NVIDIA(GPU-0):
[ 52.061] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 52.061] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 52.061] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 52.061] (--) NVIDIA(GPU-0):
[ 52.061] (II) event5 - Logitech G502 HERO Gaming Mouse: SYN_DROPPED event - some input events have been lost.Offline
Oh, and for the record. Even though I have 3 monitors, there was no Xorg.2.log ... I don't know if that is relevant.
Offline
The log version relates top the server display (GDM runs the session on an extra server) - not the outputs.
[ 18.099] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): connected
[ 18.099] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): Internal DisplayPort
[ 18.099] (--) NVIDIA(GPU-0): GBT M27Q (DFP-0): 2670.0 MHz maximum pixel clock
…
[ 18.147] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): connected
[ 18.147] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): Internal TMDS
[ 18.147] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS247 (DFP-2): 600.0 MHz maximum pixel clock
…
[ 18.324] (--) NVIDIA(GPU-0): DFP-5: connected <==== undetected output
[ 18.324] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 18.324] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock <<=== problemAs you cn see, the undetected output results in a limited pixel clock.
Try /etc/X11/xorg.conf.d/20-nvidia.conf
Section "Device"
Identifier "GeForce RTX 3060 Ti"
Driver "nvidia"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "AllowNonEdidModes,NoEdidMaxPClkCheck,NoMaxPClkCheck"
EndSectionand then to add the desired resolution, https://wiki.archlinux.org/title/Xrandr … esolutions
Offline