You are not logged in.
I have two GTX 1060 cards with one monitor connected to one card and two other monitors connected to the second card.
Only one monitor displays the desktop environment properly.
With the following xorg.conf I can move the mouse to the monitors connected to the second card, a black X mouse pointer appears, I can run some apps on those monitors, for example DISPLAY=:1.1 glxgears, but not all work, DISPLAY=:1.1 brave launches brave on the first monitor, the one connected to the 1st card.
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 515.65.01
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG Electronics LG Ultra HD"
HorizSync 30.0 - 135.0
VertRefresh 56.0 - 61.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "LG Electronics LG ULTRAWIDE"
HorizSync 30.0 - 90.0
VertRefresh 56.0 - 61.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 1060 6GB"
BusID "PCI:45:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 1060 6GB"
BusID "PCI:35:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-6"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "DP-1-2: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSectionI googled around for answers, but didn't find anything that worked, xinerama doesn't work, if enabled, all the screens go black with only the cursor showing
I would like to run gnome on all the monitors if possible?
Anyone got a similar setup that works?
Thanks!
Offline
DISPLAY=:1.1 brave launches brave on the first monitor, the one connected to the 1st card.
There's probably a brave instance already running on that DISPLAY and the new one simply attached there.
You most likely are elegible for basemosaic, otherwise, absent actual SLI, you'd have to use xinerama (what defies xrandr that most clients rely on these days, so not a good plan)
https://wiki.archlinux.org/title/NVIDIA#Base_Mosaic
Please review the config and remove the cruft nvidia-xconfig puts in there (eg. "mouse" and "kbd" drivers have died more than a decade ago and such input devices aren't necessary and will only cause errors in the log)
Currently you're running https://wiki.archlinux.org/title/Multih … te_screens what has the implications you noticed.
Offline
Thanks for pointing me towards basic mosaic.
After trying to enable base mosaic, my xorg.conf looks like this now:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 515.65.01
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Option "Xinerama" "0"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG Electronics LG Ultra HD"
HorizSync 30.0 - 135.0
VertRefresh 56.0 - 61.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: unknown, VertRefresh source: unknown
Identifier "Monitor1"
VendorName "Unknown"
ModelName "LG Electronics LG ULTRAWIDE"
HorizSync 0.0 - 0.0
VertRefresh 0.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 1060 6GB"
BusID "PCI:45:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 1060 6GB"
BusID "PCI:35:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-6"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "True"
Option "MetaModes" "GPU-0.DFP-0: 3840x2160+0+0, GPU-1.DFP-0: 3440x1440+0+1440, GPU-1.DFP-1: 3440x1440+3440+1440"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "Stereo" "0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "True"
Option "MetaModes" "GPU-0.DFP-0: 3840x2160+0+0, GPU-1.DFP-0: 3440x1440+0+1440, GPU-1.DFP-1: 3440x1440+3440+1440"
SubSection "Display"
Depth 24
EndSubSection
EndSectionNow the two monitors connected to GPU-1 get no signal at all.
Could anyone help me with setting up base mosaic? Everything Xorg related looks like forbidden blood demon magic incantations to me...
Offline
Please post your xorg log and the output of "xrandr -q", https://wiki.archlinux.org/title/Xorg#General
Offline
Xorg log:
[ 328.664] (--) Log file renamed from "/var/log/Xorg.pid-4794.log" to "/var/log/Xorg.0.log"
[ 328.664]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 328.664] Current Operating System: Linux bigboy 5.19.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 29 Aug 2022 15:51:05 +0000 x86_64
[ 328.664] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=PARTUUID=af9e5a68-3d35-415c-984d-5cbe2db42d94:luksdev root=/dev/mapper/luksdev rw intel_pstate=no_hwp rootfstype=btrfs
[ 328.664]
[ 328.664] Current version of pixman: 0.40.0
[ 328.664] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 328.664] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 328.664] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 2 10:43:47 2022
[ 328.664] (==) Using config file: "/etc/X11/xorg.conf"
[ 328.664] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 328.664] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 328.664] (==) ServerLayout "Layout0"
[ 328.664] (**) |-->Screen "Screen0" (0)
[ 328.664] (**) | |-->Monitor "Monitor0"
[ 328.664] (**) | |-->Device "Device0"
[ 328.664] (**) |-->Screen "Screen1" (1)
[ 328.664] (**) | |-->Monitor "Monitor1"
[ 328.665] (**) | |-->Device "Device1"
[ 328.665] (**) |-->Input Device "Keyboard0"
[ 328.665] (**) |-->Input Device "Mouse0"
[ 328.665] (**) Option "Xinerama" "0"
[ 328.665] (==) Automatically adding devices
[ 328.665] (==) Automatically enabling devices
[ 328.665] (==) Automatically adding GPU devices
[ 328.665] (==) Automatically binding GPU devices
[ 328.665] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 328.665] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 328.665] Entry deleted from font path.
[ 328.665] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 328.665] Entry deleted from font path.
[ 328.665] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 328.665] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 328.665] Entry deleted from font path.
[ 328.665] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 328.665] Entry deleted from font path.
[ 328.665] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 328.665] Entry deleted from font path.
[ 328.665] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 328.665] Entry deleted from font path.
[ 328.665] (==) FontPath set to:
[ 328.665] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 328.665] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 328.665] (WW) Disabling Keyboard0
[ 328.665] (WW) Disabling Mouse0
[ 328.665] (II) Module ABI versions:
[ 328.665] X.Org ANSI C Emulation: 0.4
[ 328.665] X.Org Video Driver: 25.2
[ 328.665] X.Org XInput driver : 24.4
[ 328.665] X.Org Server Extension : 10.0
[ 328.665] (++) using VT number 1
[ 328.666] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_38
[ 328.666] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 328.666] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:01.0/0000:23:00.0/drm/card0
[ 328.666] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 328.666] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 328.666] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:2d:00.0/drm/card1
[ 328.666] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[ 328.668] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 328.668] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 328.669] (--) PCI: (35@0:0:0) 10de:1c03:3842:6163 rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 328.669] (--) PCI:*(45@0:0:0) 10de:1c03:3842:6163 rev 161, Mem @ 0xf6000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 328.670] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 328.670] (II) LoadModule: "glx"
[ 328.670] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 328.670] (II) Module glx: vendor="X.Org Foundation"
[ 328.670] compiled for 1.21.1.4, module version = 1.0.0
[ 328.670] ABI class: X.Org Server Extension, version 10.0
[ 328.670] (II) LoadModule: "nvidia"
[ 328.670] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 328.671] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 328.671] compiled for 1.6.99.901, module version = 1.0.0
[ 328.671] Module class: X.Org Video Driver
[ 328.671] (II) NVIDIA dlloader X Driver 515.65.01 Wed Jul 20 13:50:46 UTC 2022
[ 328.671] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 328.671] (II) systemd-logind: releasing fd for 226:1
[ 328.671] (II) Loading sub module "fb"
[ 328.671] (II) LoadModule: "fb"
[ 328.671] (II) Module "fb" already built-in
[ 328.671] (II) Loading sub module "wfb"
[ 328.671] (II) LoadModule: "wfb"
[ 328.671] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 328.671] (II) Module wfb: vendor="X.Org Foundation"
[ 328.671] compiled for 1.21.1.4, module version = 1.0.0
[ 328.671] ABI class: X.Org ANSI C Emulation, version 0.4
[ 328.671] (II) Loading sub module "ramdac"
[ 328.671] (II) LoadModule: "ramdac"
[ 328.671] (II) Module "ramdac" already built-in
[ 328.671] (II) systemd-logind: releasing fd for 226:0
[ 328.671] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 328.672] (==) NVIDIA(0): RGB weight 888
[ 328.672] (==) NVIDIA(0): Default visual is TrueColor
[ 328.672] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 328.672] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 328.672] (**) NVIDIA(0): Option "Stereo" "0"
[ 328.672] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-6"
[ 328.672] (**) NVIDIA(0): Option "SLI" "Off"
[ 328.672] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 328.672] (**) NVIDIA(0): Option "BaseMosaic" "True"
[ 328.672] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 328.672] (**) NVIDIA(0): Stereo disabled by request
[ 328.672] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 328.672] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 328.672] (**) NVIDIA(0): Option "MetaModes" "GPU-0.DFP-0: 3840x2160+0+0, GPU-1.DFP-0: 3440x1440+0+1440, GPU-1.DFP-1: 3440x1440+3440+1440"
[ 328.672] (**) NVIDIA(0): Enabling 2D acceleration
[ 328.672] (II) Loading sub module "glxserver_nvidia"
[ 328.672] (II) LoadModule: "glxserver_nvidia"
[ 328.672] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 328.676] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 328.676] compiled for 1.6.99.901, module version = 1.0.0
[ 328.676] Module class: X.Org Server Extension
[ 328.676] (II) NVIDIA GLX Module 515.65.01 Wed Jul 20 13:48:42 UTC 2022
[ 328.676] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 329.189] (EE) NVIDIA(GPU-0): Failed to find a valid Base Mosaic configuration.
[ 329.189] (EE) NVIDIA(GPU-0): Invalid Base Mosaic configuration 1 of 1:
[ 329.189] (EE) NVIDIA(GPU-0): GPUs:
[ 329.189] (EE) NVIDIA(GPU-0): 1) NVIDIA GPU at PCI:35:0:0
[ 329.189] (EE) NVIDIA(GPU-0): 2) NVIDIA GPU at PCI:45:0:0
[ 329.189] (EE) NVIDIA(GPU-0): Errors:
[ 329.189] (EE) NVIDIA(GPU-0): - The video link was not detected
[ 329.189] (EE) NVIDIA(GPU-0): - Unknown error
[ 329.189] (WW) NVIDIA(GPU-0): Failed to find a valid Base Mosaic configuration for the
[ 329.189] (WW) NVIDIA(GPU-0): NVIDIA graphics device PCI:45:0:0. Please see Chapter 31:
[ 329.189] (WW) NVIDIA(GPU-0): Configuring SLI and Multi-GPU Mosaic in the README for
[ 329.189] (WW) NVIDIA(GPU-0): troubleshooting suggestions.
[ 329.257] (EE) NVIDIA(GPU-0): Only one GPU will be used for this X screen.
[ 329.610] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:45:0:0
[ 329.610] (--) NVIDIA(0): DFP-0
[ 329.610] (--) NVIDIA(0): DFP-1
[ 329.610] (--) NVIDIA(0): DFP-2
[ 329.610] (--) NVIDIA(0): DFP-3
[ 329.610] (--) NVIDIA(0): DFP-4
[ 329.610] (--) NVIDIA(0): DFP-5
[ 329.610] (--) NVIDIA(0): DFP-6 (boot)
[ 329.610] (--) NVIDIA(0): DFP-7
[ 329.611] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1060 6GB (GP106-A) at PCI:45:0:0
[ 329.611] (II) NVIDIA(0): (GPU-0)
[ 329.611] (--) NVIDIA(0): Memory: 6291456 kBytes
[ 329.611] (--) NVIDIA(0): VideoBIOS: 86.06.39.00.62
[ 329.611] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 329.611] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 329.611] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 329.611] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 329.611] (--) NVIDIA(GPU-0):
[ 329.611] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 329.611] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 329.611] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 329.611] (--) NVIDIA(GPU-0):
[ 329.611] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 329.611] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 329.611] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 329.611] (--) NVIDIA(GPU-0):
[ 329.611] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 329.611] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 329.611] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 329.612] (--) NVIDIA(GPU-0):
[ 329.612] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 329.612] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 329.612] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 329.612] (--) NVIDIA(GPU-0):
[ 329.612] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 329.612] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 329.612] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 329.612] (--) NVIDIA(GPU-0):
[ 329.612] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): connected
[ 329.612] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): Internal DisplayPort
[ 329.612] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): 1440.0 MHz maximum pixel clock
[ 329.612] (--) NVIDIA(GPU-0):
[ 329.617] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 329.617] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 329.617] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 329.617] (--) NVIDIA(GPU-0):
[ 329.620] (WW) NVIDIA(0): No valid modes for
[ 329.620] (WW) NVIDIA(0): "GPU-0.DFP-0:3840x2160+0+0,GPU-1.DFP-0:3440x1440+0+1440,GPU-1.DFP-1:3440x1440+3440+1440";
[ 329.620] (WW) NVIDIA(0): removing.
[ 329.620] (WW) NVIDIA(0):
[ 329.620] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 329.620] (WW) NVIDIA(0): "nvidia-auto-select".
[ 329.620] (WW) NVIDIA(0):
[ 329.620] (II) NVIDIA(0): Validated MetaModes:
[ 329.620] (II) NVIDIA(0): "DFP-6:nvidia-auto-select"
[ 329.620] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[ 329.627] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[ 329.627] (--) NVIDIA(0): option
[ 329.627] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 329.627] (==) NVIDIA(1): RGB weight 888
[ 329.627] (==) NVIDIA(1): Default visual is TrueColor
[ 329.627] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 329.627] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 329.627] (**) NVIDIA(1): Option "Stereo" "0"
[ 329.627] (**) NVIDIA(1): Option "SLI" "Off"
[ 329.627] (**) NVIDIA(1): Option "MultiGPU" "Off"
[ 329.627] (**) NVIDIA(1): Option "BaseMosaic" "True"
[ 329.627] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[ 329.627] (**) NVIDIA(1): Stereo disabled by request
[ 329.627] (**) NVIDIA(1): NVIDIA SLI disabled.
[ 329.627] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[ 329.627] (WW) NVIDIA(1): Base Mosaic is available only on screen 0. Disabling Base
[ 329.627] (WW) NVIDIA(1): Mosaic.
[ 329.627] (EE) NVIDIA(1): Only one X screen is supported when Base Mosaic is enabled.
[ 329.627] (EE) NVIDIA(1): Disabling this screen.
[ 329.627] (EE) NVIDIA(1): Failing initialization of X screen
[ 329.627] (II) UnloadModule: "nvidia"
[ 329.627] (II) UnloadSubModule: "wfb"
[ 329.696] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:35:0:0
[ 329.696] (--) NVIDIA(0): DFP-0
[ 329.696] (--) NVIDIA(0): DFP-1
[ 329.696] (--) NVIDIA(0): DFP-2
[ 329.696] (--) NVIDIA(0): DFP-3
[ 329.696] (--) NVIDIA(0): DFP-4
[ 329.696] (--) NVIDIA(0): DFP-5
[ 329.696] (--) NVIDIA(0): DFP-6 (boot)
[ 329.696] (--) NVIDIA(0): DFP-7
[ 329.697] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 329.697] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 329.697] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[ 329.697] (--) NVIDIA(GPU-1):
[ 329.697] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 329.698] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 329.698] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 329.698] (--) NVIDIA(GPU-1):
[ 329.698] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 329.698] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[ 329.698] (--) NVIDIA(GPU-1): DFP-2: 1440.0 MHz maximum pixel clock
[ 329.698] (--) NVIDIA(GPU-1):
[ 329.698] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 329.698] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 329.698] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[ 329.698] (--) NVIDIA(GPU-1):
[ 329.702] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): connected
[ 329.702] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): Internal DisplayPort
[ 329.702] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): 1440.0 MHz maximum pixel clock
[ 329.702] (--) NVIDIA(GPU-1):
[ 329.704] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 329.704] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[ 329.704] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[ 329.704] (--) NVIDIA(GPU-1):
[ 329.708] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): connected
[ 329.708] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): Internal DisplayPort
[ 329.708] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): 1440.0 MHz maximum pixel clock
[ 329.708] (--) NVIDIA(GPU-1):
[ 329.710] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 329.710] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[ 329.710] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[ 329.710] (--) NVIDIA(GPU-1):
[ 329.792] (II) NVIDIA(GPU-1): NVIDIA GPU NVIDIA GeForce GTX 1060 6GB (GP106-A) at PCI:35:0:0
[ 329.792] (II) NVIDIA(GPU-1): (GPU-1)
[ 329.792] (--) NVIDIA(GPU-1): Memory: 6291456 kBytes
[ 329.792] (--) NVIDIA(GPU-1): VideoBIOS: 86.06.39.00.62
[ 329.792] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[ 329.792] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 329.792] (II) NVIDIA: access.
[ 329.794] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 329.794] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 329.794] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 329.794] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 329.794] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 329.794] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 329.794] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 329.794] (II) NVIDIA(0): Config Options in the README.
[ 329.808] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select"
[ 329.943] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 329.943] (==) NVIDIA(0): Backing store enabled
[ 329.943] (==) NVIDIA(0): Silken mouse enabled
[ 329.943] (**) NVIDIA(0): DPMS enabled
[ 329.943] (II) Loading sub module "dri2"
[ 329.944] (II) LoadModule: "dri2"
[ 329.944] (II) Module "dri2" already built-in
[ 329.944] (II) NVIDIA(0): [DRI2] Setup complete
[ 329.944] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 329.944] (II) Initializing extension Generic Event Extension
[ 329.944] (II) Initializing extension SHAPE
[ 329.944] (II) Initializing extension MIT-SHM
[ 329.944] (II) Initializing extension XInputExtension
[ 329.944] (II) Initializing extension XTEST
[ 329.944] (II) Initializing extension BIG-REQUESTS
[ 329.944] (II) Initializing extension SYNC
[ 329.944] (II) Initializing extension XKEYBOARD
[ 329.944] (II) Initializing extension XC-MISC
[ 329.944] (II) Initializing extension SECURITY
[ 329.944] (II) Initializing extension XFIXES
[ 329.944] (II) Initializing extension RENDER
[ 329.944] (II) Initializing extension RANDR
[ 329.944] (II) Initializing extension COMPOSITE
[ 329.944] (II) Initializing extension DAMAGE
[ 329.945] (II) Initializing extension MIT-SCREEN-SAVER
[ 329.945] (II) Initializing extension DOUBLE-BUFFER
[ 329.945] (II) Initializing extension RECORD
[ 329.945] (II) Initializing extension DPMS
[ 329.945] (II) Initializing extension Present
[ 329.945] (II) Initializing extension DRI3
[ 329.945] (II) Initializing extension X-Resource
[ 329.945] (II) Initializing extension XVideo
[ 329.945] (II) Initializing extension XVideo-MotionCompensation
[ 329.945] (II) Initializing extension GLX
[ 329.945] (II) Initializing extension GLX
[ 329.945] (II) Indirect GLX disabled.
[ 329.945] (II) GLX: Another vendor is already registered for screen 0
[ 329.945] (II) Initializing extension XFree86-VidModeExtension
[ 329.945] (II) Initializing extension XFree86-DGA
[ 329.945] (II) Initializing extension XFree86-DRI
[ 329.945] (II) Initializing extension DRI2
[ 329.945] (II) Initializing extension NV-GLX
[ 329.945] (II) Initializing extension NV-CONTROL
[ 329.945] (II) Initializing extension XINERAMA
[ 329.974] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 329.974] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 329.974] (**) Power Button: Applying InputClass "system-keyboard"
[ 329.974] (II) LoadModule: "libinput"
[ 329.975] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 329.975] (II) Module libinput: vendor="X.Org Foundation"
[ 329.976] compiled for 1.21.1.3, module version = 1.2.1
[ 329.976] Module class: X.Org XInput Driver
[ 329.976] ABI class: X.Org XInput driver, version 24.4
[ 329.976] (II) Using input driver 'libinput' for 'Power Button'
[ 329.976] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[ 329.976] (**) Power Button: always reports core events
[ 329.976] (**) Option "Device" "/dev/input/event1"
[ 329.977] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 329.977] (II) event1 - Power Button: device is a keyboard
[ 329.978] (II) event1 - Power Button: device removed
[ 329.978] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 329.978] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 329.978] (**) Option "xkb_model" "pc105+inet"
[ 329.978] (**) Option "xkb_layout" "us"
[ 329.978] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 329.993] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 329.993] (II) event1 - Power Button: device is a keyboard
[ 329.994] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 329.994] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 329.994] (**) Power Button: Applying InputClass "system-keyboard"
[ 329.994] (II) Using input driver 'libinput' for 'Power Button'
[ 329.994] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 51 paused 0
[ 329.994] (**) Power Button: always reports core events
[ 329.994] (**) Option "Device" "/dev/input/event0"
[ 329.995] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 329.995] (II) event0 - Power Button: device is a keyboard
[ 329.995] (II) event0 - Power Button: device removed
[ 329.995] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 329.995] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 329.995] (**) Option "xkb_model" "pc105+inet"
[ 329.995] (**) Option "xkb_layout" "us"
[ 329.995] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 329.995] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 329.995] (II) event0 - Power Button: device is a keyboard
[ 329.996] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 329.996] (II) No input driver specified, ignoring this device.
[ 329.996] (II) This device may have been added with another device file.
[ 329.996] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 329.996] (II) No input driver specified, ignoring this device.
[ 329.996] (II) This device may have been added with another device file.
[ 329.996] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 329.996] (II) No input driver specified, ignoring this device.
[ 329.996] (II) This device may have been added with another device file.
[ 329.996] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 329.996] (II) No input driver specified, ignoring this device.
[ 329.996] (II) This device may have been added with another device file.
[ 329.997] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[ 329.997] (II) No input driver specified, ignoring this device.
[ 329.997] (II) This device may have been added with another device file.
[ 329.997] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[ 329.997] (II) No input driver specified, ignoring this device.
[ 329.997] (II) This device may have been added with another device file.
[ 329.997] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event20)
[ 329.997] (II) No input driver specified, ignoring this device.
[ 329.997] (II) This device may have been added with another device file.
[ 329.998] (II) config/udev: Adding input device BY Tech Usb Gaming Keyboard (/dev/input/event2)
[ 329.998] (**) BY Tech Usb Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 329.998] (**) BY Tech Usb Gaming Keyboard: Applying InputClass "system-keyboard"
[ 329.998] (II) Using input driver 'libinput' for 'BY Tech Usb Gaming Keyboard'
[ 329.998] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 52 paused 0
[ 329.998] (**) BY Tech Usb Gaming Keyboard: always reports core events
[ 329.998] (**) Option "Device" "/dev/input/event2"
[ 329.999] (II) event2 - BY Tech Usb Gaming Keyboard: is tagged by udev as: Keyboard
[ 329.999] (II) event2 - BY Tech Usb Gaming Keyboard: device is a keyboard
[ 329.999] (II) event2 - BY Tech Usb Gaming Keyboard: device removed
[ 329.999] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.0/0003:258A:0016.0001/input/input2/event2"
[ 329.999] (II) XINPUT: Adding extended input device "BY Tech Usb Gaming Keyboard" (type: KEYBOARD, id 8)
[ 329.999] (**) Option "xkb_model" "pc105+inet"
[ 329.999] (**) Option "xkb_layout" "us"
[ 329.999] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 330.000] (II) event2 - BY Tech Usb Gaming Keyboard: is tagged by udev as: Keyboard
[ 330.000] (II) event2 - BY Tech Usb Gaming Keyboard: device is a keyboard
[ 330.000] (II) config/udev: Adding input device BY Tech Usb Gaming Keyboard System Control (/dev/input/event3)
[ 330.000] (**) BY Tech Usb Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 330.000] (**) BY Tech Usb Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[ 330.000] (II) Using input driver 'libinput' for 'BY Tech Usb Gaming Keyboard System Control'
[ 330.001] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 53 paused 0
[ 330.001] (**) BY Tech Usb Gaming Keyboard System Control: always reports core events
[ 330.001] (**) Option "Device" "/dev/input/event3"
[ 330.001] (II) event3 - BY Tech Usb Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 330.002] (II) event3 - BY Tech Usb Gaming Keyboard System Control: device is a keyboard
[ 330.002] (II) event3 - BY Tech Usb Gaming Keyboard System Control: device removed
[ 330.002] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:258A:0016.0002/input/input3/event3"
[ 330.002] (II) XINPUT: Adding extended input device "BY Tech Usb Gaming Keyboard System Control" (type: KEYBOARD, id 9)
[ 330.002] (**) Option "xkb_model" "pc105+inet"
[ 330.002] (**) Option "xkb_layout" "us"
[ 330.002] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 330.003] (II) event3 - BY Tech Usb Gaming Keyboard System Control: is tagged by udev as: Keyboard
[ 330.003] (II) event3 - BY Tech Usb Gaming Keyboard System Control: device is a keyboard
[ 330.003] (II) config/udev: Adding input device BY Tech Usb Gaming Keyboard Consumer Control (/dev/input/event4)
[ 330.003] (**) BY Tech Usb Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 330.003] (**) BY Tech Usb Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 330.003] (II) Using input driver 'libinput' for 'BY Tech Usb Gaming Keyboard Consumer Control'
[ 330.003] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[ 330.003] (**) BY Tech Usb Gaming Keyboard Consumer Control: always reports core events
[ 330.003] (**) Option "Device" "/dev/input/event4"
[ 330.004] (II) event4 - BY Tech Usb Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 330.004] (II) event4 - BY Tech Usb Gaming Keyboard Consumer Control: device is a keyboard
[ 330.004] (II) event4 - BY Tech Usb Gaming Keyboard Consumer Control: device removed
[ 330.004] (II) libinput: BY Tech Usb Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 330.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:258A:0016.0002/input/input4/event4"
[ 330.005] (II) XINPUT: Adding extended input device "BY Tech Usb Gaming Keyboard Consumer Control" (type: MOUSE, id 10)
[ 330.005] (**) Option "AccelerationScheme" "none"
[ 330.005] (**) BY Tech Usb Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 330.005] (**) BY Tech Usb Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 330.005] (**) BY Tech Usb Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 330.005] (II) event4 - BY Tech Usb Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 330.005] (II) event4 - BY Tech Usb Gaming Keyboard Consumer Control: device is a keyboard
[ 330.006] (II) config/udev: Adding input device BY Tech Usb Gaming Keyboard (/dev/input/event5)
[ 330.006] (**) BY Tech Usb Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 330.006] (**) BY Tech Usb Gaming Keyboard: Applying InputClass "system-keyboard"
[ 330.006] (II) Using input driver 'libinput' for 'BY Tech Usb Gaming Keyboard'
[ 330.006] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 55 paused 0
[ 330.006] (**) BY Tech Usb Gaming Keyboard: always reports core events
[ 330.006] (**) Option "Device" "/dev/input/event5"
[ 330.007] (II) event5 - BY Tech Usb Gaming Keyboard: is tagged by udev as: Keyboard
[ 330.007] (II) event5 - BY Tech Usb Gaming Keyboard: device is a keyboard
[ 330.007] (II) event5 - BY Tech Usb Gaming Keyboard: device removed
[ 330.007] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:258A:0016.0002/input/input6/event5"
[ 330.007] (II) XINPUT: Adding extended input device "BY Tech Usb Gaming Keyboard" (type: KEYBOARD, id 11)
[ 330.007] (**) Option "xkb_model" "pc105+inet"
[ 330.007] (**) Option "xkb_layout" "us"
[ 330.007] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 330.008] (II) event5 - BY Tech Usb Gaming Keyboard: is tagged by udev as: Keyboard
[ 330.008] (II) event5 - BY Tech Usb Gaming Keyboard: device is a keyboard
[ 330.009] (II) config/udev: Adding input device BY Tech Usb Gaming Keyboard Mouse (/dev/input/event6)
[ 330.009] (**) BY Tech Usb Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 330.009] (II) Using input driver 'libinput' for 'BY Tech Usb Gaming Keyboard Mouse'
[ 330.009] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 56 paused 0
[ 330.009] (**) BY Tech Usb Gaming Keyboard Mouse: always reports core events
[ 330.009] (**) Option "Device" "/dev/input/event6"
[ 330.010] (II) event6 - BY Tech Usb Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 330.010] (II) event6 - BY Tech Usb Gaming Keyboard Mouse: device is a pointer
[ 330.010] (II) event6 - BY Tech Usb Gaming Keyboard Mouse: device removed
[ 330.010] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:258A:0016.0002/input/input7/event6"
[ 330.010] (II) XINPUT: Adding extended input device "BY Tech Usb Gaming Keyboard Mouse" (type: MOUSE, id 12)
[ 330.010] (**) Option "AccelerationScheme" "none"
[ 330.010] (**) BY Tech Usb Gaming Keyboard Mouse: (accel) selected scheme none/0
[ 330.010] (**) BY Tech Usb Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[ 330.010] (**) BY Tech Usb Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[ 330.011] (II) event6 - BY Tech Usb Gaming Keyboard Mouse: is tagged by udev as: Mouse
[ 330.011] (II) event6 - BY Tech Usb Gaming Keyboard Mouse: device is a pointer
[ 330.011] (II) config/udev: Adding input device BY Tech Usb Gaming Keyboard Mouse (/dev/input/mouse0)
[ 330.011] (II) No input driver specified, ignoring this device.
[ 330.011] (II) This device may have been added with another device file.
[ 330.012] (II) config/udev: Adding input device SINOWEALTH Wired Gaming Mouse (/dev/input/event8)
[ 330.012] (**) SINOWEALTH Wired Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 330.012] (II) Using input driver 'libinput' for 'SINOWEALTH Wired Gaming Mouse'
[ 330.069] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 57 paused 0
[ 330.069] (**) SINOWEALTH Wired Gaming Mouse: always reports core events
[ 330.069] (**) Option "Device" "/dev/input/event8"
[ 330.069] (II) event8 - SINOWEALTH Wired Gaming Mouse: is tagged by udev as: Mouse
[ 330.070] (II) event8 - SINOWEALTH Wired Gaming Mouse: device is a pointer
[ 330.070] (II) event8 - SINOWEALTH Wired Gaming Mouse: device removed
[ 330.070] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-2/1-2:1.0/0003:258A:1007.0004/input/input9/event8"
[ 330.070] (II) XINPUT: Adding extended input device "SINOWEALTH Wired Gaming Mouse" (type: MOUSE, id 13)
[ 330.070] (**) Option "AccelerationScheme" "none"
[ 330.070] (**) SINOWEALTH Wired Gaming Mouse: (accel) selected scheme none/0
[ 330.070] (**) SINOWEALTH Wired Gaming Mouse: (accel) acceleration factor: 2.000
[ 330.070] (**) SINOWEALTH Wired Gaming Mouse: (accel) acceleration threshold: 4
[ 330.070] (II) event8 - SINOWEALTH Wired Gaming Mouse: is tagged by udev as: Mouse
[ 330.071] (II) event8 - SINOWEALTH Wired Gaming Mouse: device is a pointer
[ 330.071] (II) config/udev: Adding input device SINOWEALTH Wired Gaming Mouse (/dev/input/mouse1)
[ 330.071] (II) No input driver specified, ignoring this device.
[ 330.071] (II) This device may have been added with another device file.
[ 330.071] (II) config/udev: Adding input device SINOWEALTH Wired Gaming Mouse Keyboard (/dev/input/event9)
[ 330.071] (**) SINOWEALTH Wired Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 330.071] (**) SINOWEALTH Wired Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[ 330.072] (II) Using input driver 'libinput' for 'SINOWEALTH Wired Gaming Mouse Keyboard'
[ 330.072] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 58 paused 0
[ 330.072] (**) SINOWEALTH Wired Gaming Mouse Keyboard: always reports core events
[ 330.072] (**) Option "Device" "/dev/input/event9"
[ 330.073] (II) event9 - SINOWEALTH Wired Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 330.073] (II) event9 - SINOWEALTH Wired Gaming Mouse Keyboard: device is a keyboard
[ 330.073] (II) event9 - SINOWEALTH Wired Gaming Mouse Keyboard: device removed
[ 330.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-2/1-2:1.1/0003:258A:1007.0005/input/input10/event9"
[ 330.073] (II) XINPUT: Adding extended input device "SINOWEALTH Wired Gaming Mouse Keyboard" (type: KEYBOARD, id 14)
[ 330.073] (**) Option "xkb_model" "pc105+inet"
[ 330.073] (**) Option "xkb_layout" "us"
[ 330.073] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 330.074] (II) event9 - SINOWEALTH Wired Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 330.074] (II) event9 - SINOWEALTH Wired Gaming Mouse Keyboard: device is a keyboard
[ 330.074] (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event7)
[ 330.074] (II) No input driver specified, ignoring this device.
[ 330.074] (II) This device may have been added with another device file.
[ 330.075] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 330.075] (II) No input driver specified, ignoring this device.
[ 330.075] (II) This device may have been added with another device file.
[ 330.075] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 330.075] (II) No input driver specified, ignoring this device.
[ 330.075] (II) This device may have been added with another device file.
[ 330.075] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 330.075] (II) No input driver specified, ignoring this device.
[ 330.075] (II) This device may have been added with another device file.
[ 330.075] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[ 330.075] (II) No input driver specified, ignoring this device.
[ 330.075] (II) This device may have been added with another device file.
[ 330.075] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event21)
[ 330.075] (II) No input driver specified, ignoring this device.
[ 330.075] (II) This device may have been added with another device file.
[ 330.076] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event22)
[ 330.076] (II) No input driver specified, ignoring this device.
[ 330.076] (II) This device may have been added with another device file.
[ 330.076] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event23)
[ 330.076] (II) No input driver specified, ignoring this device.
[ 330.076] (II) This device may have been added with another device file.
[ 330.076] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event25)
[ 330.076] (II) No input driver specified, ignoring this device.
[ 330.076] (II) This device may have been added with another device file.
[ 330.076] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event26)
[ 330.076] (II) No input driver specified, ignoring this device.
[ 330.076] (II) This device may have been added with another device file.
[ 330.076] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event27)
[ 330.076] (II) No input driver specified, ignoring this device.
[ 330.076] (II) This device may have been added with another device file.
[ 330.076] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event28)
[ 330.076] (II) No input driver specified, ignoring this device.
[ 330.076] (II) This device may have been added with another device file.
[ 330.077] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event29)
[ 330.077] (II) No input driver specified, ignoring this device.
[ 330.077] (II) This device may have been added with another device file.
[ 330.077] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event30)
[ 330.077] (II) No input driver specified, ignoring this device.
[ 330.077] (II) This device may have been added with another device file.
[ 330.077] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event31)
[ 330.077] (II) No input driver specified, ignoring this device.
[ 330.077] (II) This device may have been added with another device file.
[ 330.077] (II) config/udev: Adding input device PC Speaker (/dev/input/event24)
[ 330.077] (II) No input driver specified, ignoring this device.
[ 330.077] (II) This device may have been added with another device file.
[ 330.080] (**) BY Tech Usb Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 330.080] (**) BY Tech Usb Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 330.080] (II) Using input driver 'libinput' for 'BY Tech Usb Gaming Keyboard Consumer Control'
[ 330.080] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[ 330.080] (**) BY Tech Usb Gaming Keyboard Consumer Control: always reports core events
[ 330.080] (**) Option "Device" "/dev/input/event4"
[ 330.080] (II) libinput: BY Tech Usb Gaming Keyboard Consumer Control: is a virtual subdevice
[ 330.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.1/usb1/1-1/1-1:1.1/0003:258A:0016.0002/input/input4/event4"
[ 330.080] (II) XINPUT: Adding extended input device "BY Tech Usb Gaming Keyboard Consumer Control" (type: KEYBOARD, id 15)
[ 330.080] (**) Option "xkb_model" "pc105+inet"
[ 330.080] (**) Option "xkb_layout" "us"
[ 330.080] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 330.081] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): connected
[ 330.081] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): Internal DisplayPort
[ 330.081] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): 1440.0 MHz maximum pixel clock
[ 330.081] (--) NVIDIA(GPU-1):
[ 330.081] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): connected
[ 330.081] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): Internal DisplayPort
[ 330.081] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): 1440.0 MHz maximum pixel clock
[ 330.081] (--) NVIDIA(GPU-1):
[ 330.211] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 330.211] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 330.211] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.211] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 330.211] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 330.211] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.211] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 330.211] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 330.211] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.211] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 330.211] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 330.211] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.211] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 330.211] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 330.211] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.211] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 330.211] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 330.211] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.211] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): connected
[ 330.211] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): Internal DisplayPort
[ 330.211] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): 1440.0 MHz maximum pixel clock
[ 330.211] (--) NVIDIA(GPU-0):
[ 330.216] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 330.216] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 330.216] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 330.216] (--) NVIDIA(GPU-0):
[ 330.850] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 330.850] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[ 330.850] (--) NVIDIA(GPU-1): DFP-4: 1440.0 MHz maximum pixel clock
[ 330.850] (--) NVIDIA(GPU-1):
[ 330.881] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 330.881] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[ 330.881] (--) NVIDIA(GPU-1): DFP-6: 1440.0 MHz maximum pixel clock
[ 330.881] (--) NVIDIA(GPU-1):
[ 330.900] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 330.900] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 330.900] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 330.900] (--) NVIDIA(GPU-0):
[ 330.900] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 330.900] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 330.900] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 330.900] (--) NVIDIA(GPU-0):
[ 330.900] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 330.900] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 330.900] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 330.900] (--) NVIDIA(GPU-0):
[ 330.900] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 330.900] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 330.900] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 330.900] (--) NVIDIA(GPU-0):
[ 330.900] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 330.900] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 330.900] (--) NVIDIA(GPU-0): DFP-4: 1440.0 MHz maximum pixel clock
[ 330.900] (--) NVIDIA(GPU-0):
[ 330.901] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 330.901] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 330.901] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 330.901] (--) NVIDIA(GPU-0):
[ 330.901] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): connected
[ 330.901] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): Internal DisplayPort
[ 330.901] (--) NVIDIA(GPU-0): LG Electronics LG Ultra HD (DFP-6): 1440.0 MHz maximum pixel clock
[ 330.901] (--) NVIDIA(GPU-0):
[ 330.906] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 330.906] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 330.906] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 330.906] (--) NVIDIA(GPU-0):
[ 331.433] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 331.433] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 331.433] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[ 331.433] (--) NVIDIA(GPU-1):
[ 331.433] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 331.433] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 331.433] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 331.433] (--) NVIDIA(GPU-1):
[ 331.433] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 331.433] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[ 331.433] (--) NVIDIA(GPU-1): DFP-2: 1440.0 MHz maximum pixel clock
[ 331.433] (--) NVIDIA(GPU-1):
[ 331.433] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 331.433] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 331.433] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[ 331.433] (--) NVIDIA(GPU-1):
[ 331.433] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): connected
[ 331.433] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): Internal DisplayPort
[ 331.433] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): 1440.0 MHz maximum pixel clock
[ 331.433] (--) NVIDIA(GPU-1):
[ 331.436] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 331.436] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[ 331.436] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[ 331.436] (--) NVIDIA(GPU-1):
[ 331.436] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 331.436] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[ 331.436] (--) NVIDIA(GPU-1): DFP-6: 1440.0 MHz maximum pixel clock
[ 331.436] (--) NVIDIA(GPU-1):
[ 331.438] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 331.438] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[ 331.438] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[ 331.438] (--) NVIDIA(GPU-1):
[ 331.520] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): connected
[ 331.520] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): Internal DisplayPort
[ 331.520] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): 1440.0 MHz maximum pixel clock
[ 331.520] (--) NVIDIA(GPU-1):
[ 331.520] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 331.520] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 331.520] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[ 331.520] (--) NVIDIA(GPU-1):
[ 331.520] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 331.520] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 331.520] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 331.520] (--) NVIDIA(GPU-1):
[ 331.521] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 331.521] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[ 331.521] (--) NVIDIA(GPU-1): DFP-2: 1440.0 MHz maximum pixel clock
[ 331.521] (--) NVIDIA(GPU-1):
[ 331.521] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 331.521] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 331.521] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[ 331.521] (--) NVIDIA(GPU-1):
[ 331.521] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): connected
[ 331.521] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): Internal DisplayPort
[ 331.521] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-4): 1440.0 MHz maximum pixel clock
[ 331.521] (--) NVIDIA(GPU-1):
[ 331.523] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 331.523] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[ 331.523] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[ 331.523] (--) NVIDIA(GPU-1):
[ 331.524] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): connected
[ 331.524] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): Internal DisplayPort
[ 331.524] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): 1440.0 MHz maximum pixel clock
[ 331.524] (--) NVIDIA(GPU-1):
[ 331.526] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 331.526] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[ 331.526] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[ 331.526] (--) NVIDIA(GPU-1):
[ 331.583] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): connected
[ 331.583] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): Internal DisplayPort
[ 331.583] (--) NVIDIA(GPU-1): LG Electronics LG ULTRAWIDE (DFP-6): 1440.0 MHz maximum pixel clock
[ 331.583] (--) NVIDIA(GPU-1):
[ 337.830] (**) Option "fd" "48"
[ 337.830] (II) event1 - Power Button: device removed
[ 337.830] (**) Option "fd" "51"
[ 337.830] (II) event0 - Power Button: device removed
[ 337.830] (**) Option "fd" "52"
[ 337.830] (II) event2 - BY Tech Usb Gaming Keyboard: device removed
[ 337.830] (**) Option "fd" "53"
[ 337.830] (II) event3 - BY Tech Usb Gaming Keyboard System Control: device removed
[ 337.830] (**) Option "fd" "54"
[ 337.830] (**) Option "fd" "55"
[ 337.831] (II) event5 - BY Tech Usb Gaming Keyboard: device removed
[ 337.831] (**) Option "fd" "56"
[ 337.831] (II) event6 - BY Tech Usb Gaming Keyboard Mouse: device removed
[ 337.831] (**) Option "fd" "57"
[ 337.831] (II) event8 - SINOWEALTH Wired Gaming Mouse: device removed
[ 337.831] (**) Option "fd" "58"
[ 337.831] (II) event9 - SINOWEALTH Wired Gaming Mouse Keyboard: device removed
[ 337.831] (**) Option "fd" "54"
[ 337.831] (II) event4 - BY Tech Usb Gaming Keyboard Consumer Control: device removed
[ 337.926] (II) systemd-logind: got pause for 13:73
[ 337.926] (II) systemd-logind: got pause for 13:65
[ 337.926] (II) systemd-logind: got pause for 13:70
[ 337.926] (II) systemd-logind: got pause for 13:72
[ 337.926] (II) systemd-logind: got pause for 13:67
[ 337.926] (II) systemd-logind: got pause for 13:66
[ 337.926] (II) systemd-logind: got pause for 13:68
[ 337.926] (II) systemd-logind: got pause for 13:64
[ 337.926] (II) systemd-logind: got pause for 13:69
[ 340.873] (II) UnloadModule: "libinput"
[ 340.873] (II) systemd-logind: not releasing fd for 13:68, still in use
[ 340.873] (II) UnloadModule: "libinput"
[ 340.873] (II) systemd-logind: releasing fd for 13:73
[ 340.899] (II) UnloadModule: "libinput"
[ 340.899] (II) systemd-logind: releasing fd for 13:72
[ 340.925] (II) UnloadModule: "libinput"
[ 340.925] (II) systemd-logind: releasing fd for 13:70
[ 340.955] (II) UnloadModule: "libinput"
[ 340.955] (II) systemd-logind: releasing fd for 13:69
[ 340.975] (II) UnloadModule: "libinput"
[ 340.975] (II) systemd-logind: releasing fd for 13:68
[ 341.015] (II) UnloadModule: "libinput"
[ 341.015] (II) systemd-logind: releasing fd for 13:67
[ 341.045] (II) UnloadModule: "libinput"
[ 341.045] (II) systemd-logind: releasing fd for 13:66
[ 341.075] (II) UnloadModule: "libinput"
[ 341.075] (II) systemd-logind: releasing fd for 13:64
[ 341.112] (II) UnloadModule: "libinput"
[ 341.112] (II) systemd-logind: releasing fd for 13:65
[ 341.147] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 341.147] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[ 341.147] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 341.147] (II) Server terminated successfully (0). Closing log file.xrandr -q output:
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
3840x2160 60.00*+ 30.00
2560x1440 59.95
1920x1080 60.00 59.94
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1280x720 60.00 59.94
1152x864 59.96
1024x768 60.00
800x600 60.32
720x480 59.94
640x480 59.94 59.93
DP-5 disconnected (normal left inverted right x axis y axis)Offline
[ 329.189] (EE) NVIDIA(GPU-0): Failed to find a valid Base Mosaic configuration.
[ 329.189] (EE) NVIDIA(GPU-0): Invalid Base Mosaic configuration 1 of 1:
[ 329.189] (EE) NVIDIA(GPU-0): GPUs:
[ 329.189] (EE) NVIDIA(GPU-0): 1) NVIDIA GPU at PCI:35:0:0
[ 329.189] (EE) NVIDIA(GPU-0): 2) NVIDIA GPU at PCI:45:0:0
[ 329.189] (EE) NVIDIA(GPU-0): Errors:
[ 329.189] (EE) NVIDIA(GPU-0): - The video link was not detected
[ 329.189] (EE) NVIDIA(GPU-0): - Unknown error
[ 329.189] (WW) NVIDIA(GPU-0): Failed to find a valid Base Mosaic configuration for the
[ 329.189] (WW) NVIDIA(GPU-0): NVIDIA graphics device PCI:45:0:0. Please see Chapter 31:
[ 329.189] (WW) NVIDIA(GPU-0): Configuring SLI and Multi-GPU Mosaic in the README for
[ 329.189] (WW) NVIDIA(GPU-0): troubleshooting suggestions.
[ 329.257] (EE) NVIDIA(GPU-0): Only one GPU will be used for this X screen."Unknown error" - great.
Do you mayhaps use the nvidia-open driver?
Try to enable https://wiki.archlinux.org/title/NVIDIA … de_setting
[ 328.665] (**) |-->Input Device "Keyboard0"
[ 328.665] (**) |-->Input Device "Mouse0"That's not from the config in #3 - is there maybe still another xorg.conf lingering around?
Offline
No, I use extra/nvidia 515.65.01-11
I added nvidia_drm.modeset=1 to the kernel, but still no change
I found some more .conf files in /usr/share/X11/xorg.conf.d:
10-nvidia-drm-outputclass.conf:
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection10-quirks.conf:
# Collection of quirks and blacklist/whitelists for specific devices.
# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442
Section "InputClass"
Identifier "ThinkPad HDAPS accelerometer blacklist"
MatchProduct "ThinkPad HDAPS accelerometer data"
Option "Ignore" "on"
EndSection
# https://bugzilla.redhat.com/show_bug.cgi?id=523914
# Mouse does not move in PV Xen guest
# Explicitly tell evdev to not ignore the absolute axes.
Section "InputClass"
Identifier "Xen Virtual Pointer axis blacklist"
MatchProduct "Xen Virtual Pointer"
Option "IgnoreAbsoluteAxes" "off"
Option "IgnoreRelativeAxes" "off"
EndSection
# https://bugs.freedesktop.org/show_bug.cgi?id=55867
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
Section "InputClass"
Identifier "Tag trackballs as XI_TRACKBALL"
MatchProduct "trackball"
MatchDriver "evdev"
Option "TypeName" "TRACKBALL"
EndSection
# https://bugs.freedesktop.org/show_bug.cgi?id=62831
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
Section "InputClass"
Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
MatchProduct "La-VIEW Technology Naos 5000 Mouse"
MatchDriver "evdev"
Option "TypeName" "MOUSE"
EndSection40-libinput.conf:
# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
# Identifier "something or other"
# MatchDriver "libinput"
#
# MatchIsTouchpad "on"
# ... other Match directives ...
# Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSectionand in /etc/X11/xorg.conf.d
00-keyboard.conf:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSectionSould I delete them?
Offline
No.
And none of them caused those lines in the log.
grep -r Keyboard0 /{usr/share,etc}/X11/xorg.conf*The BaseMosaic failure is probably going to be a problem.
If you start the server w/o and special config at all, what's the output of
xrandr --listproviders?
Offline
grep -r Keyboard0 /{usr/share,etc}/X11/xorg.conf* output:
/etc/X11/xorg.conf.backup: InputDevice "Keyboard0" "CoreKeyboard"
/etc/X11/xorg.conf.backup: Identifier "Keyboard0"
/etc/X11/xorg.conf.lastworking: InputDevice "Keyboard0" "CoreKeyboard"
/etc/X11/xorg.conf.lastworking: Identifier "Keyboard0"
/etc/X11/xorg.conf.nvidia-xconfig-original: InputDevice "Keyboard0" "CoreKeyboard"
/etc/X11/xorg.conf.nvidia-xconfig-original: Identifier "Keyboard0"
]xrandr --listproviders output:
Providers: number : 1
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 4 outputs: 8 associated providers: 0 name:NVIDIA-0Offline
Don't keep the backups in that path. Was one of those files the xorg.conf that generated the log in #5?
Output redirection (the optimus/prime approach) will not happen with those capabilities, so if we don't get around the "unknown" basemosaic error, the only option will be xinerama ![]()
Offline
Probably, can't find any other .conf files that have the kb and mouse thing in them.
I tried xinerama at first, also didn't work...
Bet this is big GPU conspiring to make me buy a new gpu
)
Offline
https://wiki.archlinux.org/title/Multihead#Xinerama
Post the config your tried, a matching Xorg log and elaborate on how/what didn't work (as mentioned, unfortunately a lot of clients unconditionally expect the randr extension to be present)
The GTX 1060 doesn't seem to support SLI (insufficient VRAM) at all and therefore might not provide the infrastructure required BaseMosaic either.
The provider from #9 has 4 crtcs, so if it's just about using more than 2 outputs, you should™ be able to use them on one GPU.
Edit: Also see https://en.wikipedia.org/wiki/DisplayPo … port_(MST) (if you lack physical output jacks)
Last edited by seth (2022-09-04 07:35:35)
Offline
The .conf I used with xinerama enabled was this one only with Option "Xinerama" "1", generated with the nvidia-settings tool.
I have two GTX 1060 cards with one monitor connected to one card and two other monitors connected to the second card.
Only one monitor displays the desktop environment properly.
With the following xorg.conf I can move the mouse to the monitors connected to the second card, a black X mouse pointer appears, I can run some apps on those monitors, for example DISPLAY=:1.1 glxgears, but not all work, DISPLAY=:1.1 brave launches brave on the first monitor, the one connected to the 1st card.# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 515.65.01 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "LG Electronics LG Ultra HD" HorizSync 30.0 - 135.0 VertRefresh 56.0 - 61.0 Option "DPMS" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor1" VendorName "Unknown" ModelName "LG Electronics LG ULTRAWIDE" HorizSync 30.0 - 90.0 VertRefresh 56.0 - 61.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "NVIDIA GeForce GTX 1060 6GB" BusID "PCI:45:0:0" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "NVIDIA GeForce GTX 1060 6GB" BusID "PCI:35:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "DFP-6" Option "metamodes" "nvidia-auto-select +0+0" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "off" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "Stereo" "0" Option "metamodes" "DP-1-2: nvidia-auto-select +0+0 {AllowGSYNC=Off}" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "off" SubSection "Display" Depth 24 EndSubSection EndSectionI googled around for answers, but didn't find anything that worked, xinerama doesn't work, if enabled, all the screens go black with only the cursor showing
I would like to run gnome on all the monitors if possible?
Anyone got a similar setup that works?
Thanks!
Offline
a matching Xorg log and elaborate on how/what didn't work
Offline