You are not logged in.

#1 2019-01-22 07:54:09

Spawn
Member
Registered: 2017-04-22
Posts: 16

6 monitor setup, problem with XINERAMA

Hi,

I made myself a little gift for Black Friday: 6 monitors!
Well, it turns out that I bought myself a lot of job: I can't figure out how to make these 6 monitors to display one big desktop...

It's been 2 months now (yes you read it right, 60+ days) trying to set this up, with nVidia proprietary drivers, xorg.conf and all that stuff.
I have 3 monitors plugged in, on each GPU (I have two GPUs, both are nVidia GTX 670).

I did a lot of trial and error, to get those 6 monitors activated simultaneously.   I was trying to avoid XINERAMA, because people were reporting that the 3D acceleration was poor.
Turns out I may have no other choice, but to use XINERAMA.   So I activated XINERAMA in xorg.conf, and now it works!   I have one big fat desktop, and I can move windows across all monitors.
I even activated COMPIZ, to test some effects on the desktop.   I see no lag at all.  big_smile

So, here come the problems...  Since my 6 monitors are "working" together to display one big desktop, using XINERAMA, now KDE no longer works.   I can't start SDDM, and I can't even start KDE through startx.
No problem then, I switched to XFCE.  At least, my big fat desktop is displaying correctly.  But any QT application will crash, segfaulting.

And even worse: If I DRAG AND DROP, from any application, that application will crash.
Tested on Firefox, Thunar, and others.   For example, dragging a file from the Thunar file manager to my desktop, crashes Thunar instantly.

Here's the "dump" I am getting from Thunar, as soon as it crashes:

(thunar:7469): Gdk-ERROR **: 02:40:02.994: The program 'thunar' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 3225 error_code 3 request_code 141 (Composite) minor_code 8)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

I thought my problem was related to the GTK theme I am using, so I tried a couple more themes... Same problem.
I also tried changing the icons... Same problem.
I tried switching back to XFWM4 (avoiding compiz): same problem.

I downgraded the nvidia binary driver from 415 to 390, then from 390 to 340... Same problem.

After A LOT of digging/testing/searching/cursing, I think I found the problem:
XINERAMA.

When XINERAMA is turned on (xorg.conf), the problem (apps are crashing) occurs.
When XINERAMA is turned off (xorg.conf), the problem is solved!   But only 3 monitors are working  sad

My patience has its limits...  Now before I commit suicide, I thought it might be wise to ask for some help here  wink

Does anyone else have problems with XINERAMA?
Should I throw XINERAMA away, and replace it with BaseMosaic instead?

Here are some relevant infos... Please ask me if you need anything else...

Archey3:

               +                OS: Arch Linux x86_64
               #                Hostname: ares
              ###               Kernel Release: 4.20.3-arch1-1-ARCH
             #####              Uptime: 1:40
             ######             WM: Emerald
            ; #####;            DE: Xfce
           +##.#####            Packages: 1401
          +##########           RAM: 5071 MB / 72473 MB
         #############;         Processor Type: Intel(R) Xeon(R) CPU           X5660  @ 2.80GHz
        ###############+        $EDITOR: None
       #######   #######        Root: 25G / 98G (25%) (ext4)
     .######;     ;###;`".      
    .#######;     ;#####.       
    #########.   .########`     
   ######'           '######    
  ;####                 ####;   
  ##'                     '##   
 #'                         `#  

lspci | grep -i vga

03:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 670] (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 670] (rev a1)

cat /var/log/Xorg.0.log

[    46.206] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    46.206] Build Operating System: Linux Arch Linux
[    46.206] Current Operating System: Linux ares 4.20.3-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 16 22:38:58 UTC 2019 x86_64
[    46.207] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1c05f2da-d81c-485c-9cb0-1493cab35375 rw verbose
[    46.207] Build Date: 25 October 2018  04:42:32PM
[    46.207]  
[    46.207] Current version of pixman: 0.36.0
[    46.207] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    46.207] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.207] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 22 00:56:47 2019
[    46.211] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    46.211] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    46.213] (==) ServerLayout "Layout0"
[    46.213] (**) |-->Screen "Screen0" (0)
[    46.213] (**) |   |-->Monitor "Monitor0"
[    46.214] (**) |   |-->Device "Device0"
[    46.214] (**) |-->Screen "Screen1" (1)
[    46.214] (**) |   |-->Monitor "Monitor1"
[    46.214] (**) |   |-->Device "Device1"
[    46.215] (**) |-->Input Device "Keyboard0"
[    46.215] (**) |-->Input Device "Mouse0"
[    46.215] (**) Option "Xinerama" "1"
[    46.215] (==) Automatically adding devices
[    46.215] (==) Automatically enabling devices
[    46.215] (==) Automatically adding GPU devices
[    46.215] (==) Automatically binding GPU devices
[    46.215] (**) Xinerama: enabled
[    46.215] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    46.229] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    46.229] 	Entry deleted from font path.
[    46.230] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    46.230] (==) ModulePath set to "/usr/lib/xorg/modules"
[    46.230] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    46.230] (WW) Disabling Keyboard0
[    46.230] (WW) Disabling Mouse0
[    46.230] (II) Module ABI versions:
[    46.230] 	X.Org ANSI C Emulation: 0.4
[    46.230] 	X.Org Video Driver: 24.0
[    46.230] 	X.Org XInput driver : 24.1
[    46.230] 	X.Org Server Extension : 10.0
[    46.231] (++) using VT number 1

[    46.231] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    46.232] (II) xfree86: Adding drm device (/dev/dri/card0)
[    46.232] (II) xfree86: Adding drm device (/dev/dri/card1)
[    46.238] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    46.238] (**) 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"
[    46.238] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    46.242] (--) PCI:*(3@0:0:0) 10de:1189:3842:2673 rev 161, Mem @ 0xf6000000/16777216, 0xd8000000/134217728, 0xe0000000/33554432, I/O @ 0x0000dc80/128, BIOS @ 0x????????/131072
[    46.243] (--) PCI: (4@0:0:0) 10de:1189:3842:2673 rev 161, Mem @ 0xf5000000/16777216, 0xe8000000/134217728, 0xe2000000/33554432, I/O @ 0x0000cc80/128, BIOS @ 0x????????/524288
[    46.243] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    46.243] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    46.243] (II) LoadModule: "dbe"
[    46.243] (II) Module "dbe" already built-in
[    46.243] (II) LoadModule: "extmod"
[    46.243] (II) Module "extmod" already built-in
[    46.243] (II) LoadModule: "glx"
[    46.245] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    46.265] (II) Module glx: vendor="X.Org Foundation"
[    46.265] 	compiled for 1.20.3, module version = 1.0.0
[    46.265] 	ABI class: X.Org Server Extension, version 10.0
[    46.265] (II) LoadModule: "nvidia"
[    46.265] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    46.276] (II) Module nvidia: vendor="NVIDIA Corporation"
[    46.276] 	compiled for 4.0.2, module version = 1.0.0
[    46.276] 	Module class: X.Org Video Driver
[    46.278] (II) NVIDIA dlloader X Driver  415.27  Thu Dec 20 17:12:39 CST 2018
[    46.278] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    46.282] (II) Loading sub module "fb"
[    46.282] (II) LoadModule: "fb"
[    46.282] (II) Loading /usr/lib/xorg/modules/libfb.so
[    46.284] (II) Module fb: vendor="X.Org Foundation"
[    46.284] 	compiled for 1.20.3, module version = 1.0.0
[    46.284] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    46.284] (II) Loading sub module "wfb"
[    46.284] (II) LoadModule: "wfb"
[    46.284] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    46.286] (II) Module wfb: vendor="X.Org Foundation"
[    46.286] 	compiled for 1.20.3, module version = 1.0.0
[    46.286] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    46.286] (II) Loading sub module "ramdac"
[    46.286] (II) LoadModule: "ramdac"
[    46.286] (II) Module "ramdac" already built-in
[    46.287] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[    46.287] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[    46.287] (WW) NVIDIA:     to load, but may behave strangely.
[    46.287] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[    46.287] (WW) NVIDIA:     X server.
[    46.289] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    46.289] (==) NVIDIA(0): RGB weight 888
[    46.289] (==) NVIDIA(0): Default visual is TrueColor
[    46.289] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    46.290] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    46.290] (**) NVIDIA(0): Option "Stereo" "0"
[    46.290] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[    46.290] (**) NVIDIA(0): Option "SLI" "Off"
[    46.290] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    46.290] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
[    46.290] (**) NVIDIA(0): Option "DisableGLXRootClipping" "True"
[    46.290] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    46.290] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    46.290] (**) NVIDIA(0): Stereo disabled by request
[    46.290] (**) NVIDIA(0): NVIDIA SLI disabled.
[    46.290] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    46.290] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: nvidia-auto-select +0+0, HDMI-0: nvidia-auto-select +1920+0, DP-1: nvidia-auto-select +3840+0"
[    46.290] (**) NVIDIA(0): Enabling 2D acceleration
[    46.290] (II) Loading sub module "glxserver_nvidia"
[    46.290] (II) LoadModule: "glxserver_nvidia"
[    46.290] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    46.387] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    46.387] 	compiled for 4.0.2, module version = 1.0.0
[    46.387] 	Module class: X.Org Server Extension
[    46.388] (II) NVIDIA GLX Module  415.27  Thu Dec 20 17:12:23 CST 2018
[    47.313] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:3:0:0
[    47.313] (--) NVIDIA(0):     CRT-0
[    47.313] (--) NVIDIA(0):     DFP-0 (boot)
[    47.313] (--) NVIDIA(0):     DFP-1
[    47.313] (--) NVIDIA(0):     DFP-2
[    47.313] (--) NVIDIA(0):     DFP-3
[    47.313] (--) NVIDIA(0):     DFP-4
[    47.315] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:3:0:0 (GPU-0)
[    47.315] (--) NVIDIA(0): Memory: 4194304 kBytes
[    47.315] (--) NVIDIA(0): VideoBIOS: 80.04.19.00.70
[    47.315] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    47.329] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    47.329] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    47.329] (--) NVIDIA(GPU-0): 
[    47.357] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-0): connected
[    47.357] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-0): Internal TMDS
[    47.357] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-0): 340.0 MHz maximum pixel clock
[    47.357] (--) NVIDIA(GPU-0): 
[    47.370] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-1): connected
[    47.370] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-1): Internal TMDS
[    47.370] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-1): 340.0 MHz maximum pixel clock
[    47.370] (--) NVIDIA(GPU-0): 
[    47.372] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    47.372] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    47.372] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    47.372] (--) NVIDIA(GPU-0): 
[    47.373] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    47.373] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    47.373] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    47.373] (--) NVIDIA(GPU-0): 
[    47.373] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-4): connected
[    47.373] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-4): Internal DisplayPort
[    47.373] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-4): 960.0 MHz maximum pixel clock
[    47.373] (--) NVIDIA(GPU-0): 
[    47.384] (II) NVIDIA(0): Validated MetaModes:
[    47.384] (II) NVIDIA(0):    
[    47.384] (II) NVIDIA(0):     "DVI-I-1:nvidia-auto-select+0+0,HDMI-0:nvidia-auto-select+1920+0,DP-1:nvidia-auto-select+3840+0"
[    47.384] (II) NVIDIA(0): Virtual screen size determined to be 5760 x 1080
[    47.388] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    47.388] (--) NVIDIA(0):     option
[    47.388] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[    47.388] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[    47.388] (==) NVIDIA(1): RGB weight 888
[    47.388] (==) NVIDIA(1): Default visual is TrueColor
[    47.388] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[    47.388] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    47.388] (**) NVIDIA(1): Option "Stereo" "0"
[    47.388] (**) NVIDIA(1): Option "SLI" "Off"
[    47.388] (**) NVIDIA(1): Option "MultiGPU" "Off"
[    47.388] (**) NVIDIA(1): Option "AddARGBGLXVisuals" "True"
[    47.389] (**) NVIDIA(1): Option "DisableGLXRootClipping" "True"
[    47.389] (**) NVIDIA(1): Option "BaseMosaic" "off"
[    47.389] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[    47.389] (**) NVIDIA(1): Stereo disabled by request
[    47.389] (**) NVIDIA(1): NVIDIA SLI disabled.
[    47.389] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[    47.389] (**) NVIDIA(1): Option "MetaModes" "DP-1: nvidia-auto-select +0+0 {rotation=invert, AllowGSYNC=Off}, DVI-I-1: nvidia-auto-select +1920+0 {rotation=invert}, HDMI-0: nvidia-auto-select +3840+0 {rotation=invert}"
[    47.389] (**) NVIDIA(1): Enabling 2D acceleration
[    48.293] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:4:0:0
[    48.293] (--) NVIDIA(0):     CRT-0
[    48.293] (--) NVIDIA(0):     DFP-0 (boot)
[    48.293] (--) NVIDIA(0):     DFP-1
[    48.293] (--) NVIDIA(0):     DFP-2
[    48.293] (--) NVIDIA(0):     DFP-3
[    48.293] (--) NVIDIA(0):     DFP-4
[    48.296] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:4:0:0 (GPU-1)
[    48.296] (--) NVIDIA(1): Memory: 4194304 kBytes
[    48.296] (--) NVIDIA(1): VideoBIOS: 80.04.31.00.70
[    48.296] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[    48.309] (--) NVIDIA(GPU-1): CRT-0: disconnected
[    48.309] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[    48.309] (--) NVIDIA(GPU-1): 
[    48.337] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-0): connected
[    48.337] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-0): Internal TMDS
[    48.337] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-0): 340.0 MHz maximum pixel clock
[    48.337] (--) NVIDIA(GPU-1): 
[    48.350] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-1): connected
[    48.350] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-1): Internal TMDS
[    48.350] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-1): 340.0 MHz maximum pixel clock
[    48.350] (--) NVIDIA(GPU-1): 
[    48.352] (--) NVIDIA(GPU-1): DFP-2: disconnected
[    48.352] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[    48.352] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[    48.352] (--) NVIDIA(GPU-1): 
[    48.352] (--) NVIDIA(GPU-1): DFP-3: disconnected
[    48.352] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[    48.352] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[    48.352] (--) NVIDIA(GPU-1): 
[    48.353] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-4): connected
[    48.353] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-4): Internal DisplayPort
[    48.353] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-4): 960.0 MHz maximum pixel clock
[    48.353] (--) NVIDIA(GPU-1): 
[    48.365] (II) NVIDIA(1): Validated MetaModes:
[    48.365] (II) NVIDIA(1):    
[    48.365] (II) NVIDIA(1):     "DP-1:nvidia-auto-select+0+0{rotation=invert,AllowGSYNC=Off},DVI-I-1:nvidia-auto-select+1920+0{rotation=invert},HDMI-0:nvidia-auto-select+3840+0{rotation=invert}"
[    48.365] (II) NVIDIA(1): Virtual screen size determined to be 5760 x 1080
[    48.370] (--) NVIDIA(1): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    48.370] (--) NVIDIA(1):     option
[    48.370] (**) NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
[    48.371] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    48.371] (II) NVIDIA:     access.
[    48.375] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    48.375] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    48.375] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    48.375] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    48.375] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    48.375] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    48.375] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    48.375] (II) NVIDIA(0):     Config Options in the README.
[    48.404] (II) NVIDIA(0): Setting mode "DVI-I-1:nvidia-auto-select+0+0,HDMI-0:nvidia-auto-select+1920+0,DP-1:nvidia-auto-select+3840+0"
[    48.564] (==) NVIDIA(0): Disabling shared memory pixmaps
[    48.564] (==) NVIDIA(0): Backing store enabled
[    48.564] (==) NVIDIA(0): Silken mouse disabled
[    48.564] (**) NVIDIA(0): DPMS enabled
[    48.568] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    48.568] (WW) NVIDIA(0): Option "DynamicTwinView" is not used
[    48.568] (II) Loading sub module "dri2"
[    48.568] (II) LoadModule: "dri2"
[    48.568] (II) Module "dri2" already built-in
[    48.568] (II) NVIDIA(0): [DRI2] Setup complete
[    48.568] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    48.568] (WW) NVIDIA(0): Not registering RandR
[    48.575] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[    48.575] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[    48.575] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[    48.575] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[    48.575] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[    48.575] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[    48.575] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[    48.575] (II) NVIDIA(1):     Config Options in the README.
[    48.605] (II) NVIDIA(1): Setting mode "DP-1:nvidia-auto-select+0+0{rotation=invert,AllowGSYNC=Off},DVI-I-1:nvidia-auto-select+1920+0{rotation=invert},HDMI-0:nvidia-auto-select+3840+0{rotation=invert}"
[    48.841] (==) NVIDIA(1): Disabling shared memory pixmaps
[    48.841] (==) NVIDIA(1): Backing store enabled
[    48.841] (==) NVIDIA(1): Silken mouse disabled
[    48.841] (**) NVIDIA(1): DPMS enabled
[    48.841] (WW) NVIDIA(1): Option "PrimaryGPU" is not used
[    48.841] (WW) NVIDIA(1): Option "DynamicTwinView" is not used
[    48.841] (II) Loading sub module "dri2"
[    48.841] (II) LoadModule: "dri2"
[    48.841] (II) Module "dri2" already built-in
[    48.841] (II) NVIDIA(1): [DRI2] Setup complete
[    48.841] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[    48.841] (WW) NVIDIA(1): Not registering RandR
[    48.841] (II) Initializing extension Generic Event Extension
[    48.841] (II) Initializing extension SHAPE
[    48.841] (II) Initializing extension MIT-SHM
[    48.841] (II) Initializing extension XInputExtension
[    48.841] (II) Initializing extension XTEST
[    48.842] (II) Initializing extension BIG-REQUESTS
[    48.842] (II) Initializing extension SYNC
[    48.842] (II) Initializing extension XKEYBOARD
[    48.842] (II) Initializing extension XC-MISC
[    48.842] (II) Initializing extension SECURITY
[    48.842] (II) Initializing extension XINERAMA
[    48.842] (II) Initializing extension XFIXES
[    48.842] (II) Initializing extension RENDER
[    48.842] (II) Initializing extension RANDR
[    48.842] (II) Initializing extension COMPOSITE
[    48.843] (II) Initializing extension DAMAGE
[    48.843] (II) Initializing extension MIT-SCREEN-SAVER
[    48.843] (II) Initializing extension DOUBLE-BUFFER
[    48.843] (II) Initializing extension RECORD
[    48.843] (II) Initializing extension DPMS
[    48.843] (II) Initializing extension Present
[    48.843] (II) Initializing extension DRI3
[    48.843] (II) Initializing extension X-Resource
[    48.843] (II) Initializing extension XVideo
[    48.843] (II) Initializing extension XVideo-MotionCompensation
[    48.843] (II) Initializing extension GLX
[    48.843] (II) Initializing extension GLX
[    48.843] (II) Indirect GLX disabled.
[    48.843] (II) GLX: Another vendor is already registered for screen 0
[    48.843] (II) GLX: Another vendor is already registered for screen 1
[    48.843] (II) Initializing extension XFree86-VidModeExtension
[    48.844] (II) Initializing extension XFree86-DGA
[    48.844] (II) Initializing extension XFree86-DRI
[    48.844] (II) Initializing extension DRI2
[    48.844] (II) Initializing extension NV-GLX
[    48.844] (II) Initializing extension NV-CONTROL
[    49.094] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    49.094] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    49.094] (II) LoadModule: "libinput"
[    49.094] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    49.101] (II) Module libinput: vendor="X.Org Foundation"
[    49.101] 	compiled for 1.20.1, module version = 0.28.1
[    49.101] 	Module class: X.Org XInput Driver
[    49.101] 	ABI class: X.Org XInput driver, version 24.1
[    49.101] (II) Using input driver 'libinput' for 'Power Button'
[    49.101] (**) Power Button: always reports core events
[    49.101] (**) Option "Device" "/dev/input/event1"
[    49.101] (**) Option "_source" "server/udev"
[    49.109] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    49.109] (II) event1  - Power Button: device is a keyboard
[    49.109] (II) event1  - Power Button: device removed
[    49.145] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    49.145] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    49.146] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    49.146] (II) event1  - Power Button: device is a keyboard
[    49.147] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    49.147] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    49.147] (II) Using input driver 'libinput' for 'Power Button'
[    49.147] (**) Power Button: always reports core events
[    49.147] (**) Option "Device" "/dev/input/event0"
[    49.147] (**) Option "_source" "server/udev"
[    49.148] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    49.148] (II) event0  - Power Button: device is a keyboard
[    49.148] (II) event0  - Power Button: device removed
[    49.205] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    49.205] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    49.206] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    49.206] (II) event0  - Power Button: device is a keyboard
[    49.207] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[    49.207] (II) No input driver specified, ignoring this device.
[    49.207] (II) This device may have been added with another device file.
[    49.207] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event21)
[    49.207] (II) No input driver specified, ignoring this device.
[    49.207] (II) This device may have been added with another device file.
[    49.208] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event22)
[    49.208] (II) No input driver specified, ignoring this device.
[    49.208] (II) This device may have been added with another device file.
[    49.208] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event23)
[    49.208] (II) No input driver specified, ignoring this device.
[    49.208] (II) This device may have been added with another device file.
[    49.209] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[    49.209] (II) No input driver specified, ignoring this device.
[    49.209] (II) This device may have been added with another device file.
[    49.209] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[    49.210] (II) No input driver specified, ignoring this device.
[    49.210] (II) This device may have been added with another device file.
[    49.210] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[    49.210] (II) No input driver specified, ignoring this device.
[    49.210] (II) This device may have been added with another device file.
[    49.211] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[    49.211] (II) No input driver specified, ignoring this device.
[    49.211] (II) This device may have been added with another device file.
[    49.212] (II) config/udev: Adding input device ROCCAT ROCCAT Tyon Black Mouse (/dev/input/event2)
[    49.212] (**) ROCCAT ROCCAT Tyon Black Mouse: Applying InputClass "libinput pointer catchall"
[    49.212] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Tyon Black Mouse'
[    49.212] (**) ROCCAT ROCCAT Tyon Black Mouse: always reports core events
[    49.212] (**) Option "Device" "/dev/input/event2"
[    49.212] (**) Option "_source" "server/udev"
[    49.214] (II) event2  - ROCCAT ROCCAT Tyon Black Mouse: is tagged by udev as: Mouse
[    49.214] (II) event2  - ROCCAT ROCCAT Tyon Black Mouse: device is a pointer
[    49.214] (II) event2  - ROCCAT ROCCAT Tyon Black Mouse: device removed
[    49.305] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:1E7D:2E4A.0001/input/input2/event2"
[    49.305] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Tyon Black Mouse" (type: MOUSE, id 8)
[    49.305] (**) Option "AccelerationScheme" "none"
[    49.305] (**) ROCCAT ROCCAT Tyon Black Mouse: (accel) selected scheme none/0
[    49.305] (**) ROCCAT ROCCAT Tyon Black Mouse: (accel) acceleration factor: 2.000
[    49.305] (**) ROCCAT ROCCAT Tyon Black Mouse: (accel) acceleration threshold: 4
[    49.306] (II) event2  - ROCCAT ROCCAT Tyon Black Mouse: is tagged by udev as: Mouse
[    49.307] (II) event2  - ROCCAT ROCCAT Tyon Black Mouse: device is a pointer
[    49.307] (II) config/udev: Adding input device ROCCAT ROCCAT Tyon Black Mouse (/dev/input/mouse0)
[    49.307] (II) No input driver specified, ignoring this device.
[    49.307] (II) This device may have been added with another device file.
[    49.308] (II) config/udev: Adding input device ROCCAT ROCCAT Tyon Black Consumer Control (/dev/input/event3)
[    49.308] (**) ROCCAT ROCCAT Tyon Black Consumer Control: Applying InputClass "libinput keyboard catchall"
[    49.308] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Tyon Black Consumer Control'
[    49.308] (**) ROCCAT ROCCAT Tyon Black Consumer Control: always reports core events
[    49.308] (**) Option "Device" "/dev/input/event3"
[    49.308] (**) Option "_source" "server/udev"
[    49.310] (II) event3  - ROCCAT ROCCAT Tyon Black Consumer Control: is tagged by udev as: Keyboard
[    49.310] (II) event3  - ROCCAT ROCCAT Tyon Black Consumer Control: device is a keyboard
[    49.310] (II) event3  - ROCCAT ROCCAT Tyon Black Consumer Control: device removed
[    49.358] (II) libinput: ROCCAT ROCCAT Tyon Black Consumer Control: needs a virtual subdevice
[    49.358] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:1E7D:2E4A.0001/input/input3/event3"
[    49.358] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Tyon Black Consumer Control" (type: MOUSE, id 9)
[    49.358] (**) Option "AccelerationScheme" "none"
[    49.358] (**) ROCCAT ROCCAT Tyon Black Consumer Control: (accel) selected scheme none/0
[    49.358] (**) ROCCAT ROCCAT Tyon Black Consumer Control: (accel) acceleration factor: 2.000
[    49.358] (**) ROCCAT ROCCAT Tyon Black Consumer Control: (accel) acceleration threshold: 4
[    49.360] (II) event3  - ROCCAT ROCCAT Tyon Black Consumer Control: is tagged by udev as: Keyboard
[    49.360] (II) event3  - ROCCAT ROCCAT Tyon Black Consumer Control: device is a keyboard
[    49.361] (II) config/udev: Adding input device ROCCAT ROCCAT Tyon Black (/dev/input/event4)
[    49.361] (**) ROCCAT ROCCAT Tyon Black: Applying InputClass "libinput keyboard catchall"
[    49.361] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Tyon Black'
[    49.361] (**) ROCCAT ROCCAT Tyon Black: always reports core events
[    49.361] (**) Option "Device" "/dev/input/event4"
[    49.361] (**) Option "_source" "server/udev"
[    49.363] (II) event4  - ROCCAT ROCCAT Tyon Black: is tagged by udev as: Keyboard
[    49.363] (II) event4  - ROCCAT ROCCAT Tyon Black: device is a keyboard
[    49.363] (II) event4  - ROCCAT ROCCAT Tyon Black: device removed
[    49.465] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:1E7D:2E4A.0002/input/input4/event4"
[    49.465] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Tyon Black" (type: KEYBOARD, id 10)
[    49.467] (II) event4  - ROCCAT ROCCAT Tyon Black: is tagged by udev as: Keyboard
[    49.467] (II) event4  - ROCCAT ROCCAT Tyon Black: device is a keyboard
[    49.467] (II) config/udev: Adding input device ROCCAT ROCCAT Tyon Black (/dev/input/event5)
[    49.468] (II) No input driver specified, ignoring this device.
[    49.468] (II) This device may have been added with another device file.
[    49.468] (II) config/udev: Adding input device ROCCAT ROCCAT Tyon Black (/dev/input/js0)
[    49.468] (II) No input driver specified, ignoring this device.
[    49.468] (II) This device may have been added with another device file.
[    49.469] (II) config/udev: Adding input device Darfon USB Combo Keyboard (/dev/input/event6)
[    49.469] (**) Darfon USB Combo Keyboard: Applying InputClass "libinput keyboard catchall"
[    49.469] (II) Using input driver 'libinput' for 'Darfon USB Combo Keyboard'
[    49.469] (**) Darfon USB Combo Keyboard: always reports core events
[    49.469] (**) Option "Device" "/dev/input/event6"
[    49.469] (**) Option "_source" "server/udev"
[    49.471] (II) event6  - Darfon USB Combo Keyboard: is tagged by udev as: Keyboard
[    49.471] (II) event6  - Darfon USB Combo Keyboard: device is a keyboard
[    49.472] (II) event6  - Darfon USB Combo Keyboard: device removed
[    49.525] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:0D62:001C.0005/input/input6/event6"
[    49.525] (II) XINPUT: Adding extended input device "Darfon USB Combo Keyboard" (type: KEYBOARD, id 11)
[    49.526] (II) event6  - Darfon USB Combo Keyboard: is tagged by udev as: Keyboard
[    49.526] (II) event6  - Darfon USB Combo Keyboard: device is a keyboard
[    49.527] (II) config/udev: Adding input device Darfon USB Combo Keyboard System Control (/dev/input/event7)
[    49.527] (**) Darfon USB Combo Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    49.527] (II) Using input driver 'libinput' for 'Darfon USB Combo Keyboard System Control'
[    49.527] (**) Darfon USB Combo Keyboard System Control: always reports core events
[    49.527] (**) Option "Device" "/dev/input/event7"
[    49.527] (**) Option "_source" "server/udev"
[    49.529] (II) event7  - Darfon USB Combo Keyboard System Control: is tagged by udev as: Keyboard
[    49.529] (II) event7  - Darfon USB Combo Keyboard System Control: device is a keyboard
[    49.529] (II) event7  - Darfon USB Combo Keyboard System Control: device removed
[    49.585] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/0003:0D62:001C.0006/input/input7/event7"
[    49.585] (II) XINPUT: Adding extended input device "Darfon USB Combo Keyboard System Control" (type: KEYBOARD, id 12)
[    49.587] (II) event7  - Darfon USB Combo Keyboard System Control: is tagged by udev as: Keyboard
[    49.587] (II) event7  - Darfon USB Combo Keyboard System Control: device is a keyboard
[    49.588] (II) config/udev: Adding input device Darfon USB Combo Keyboard Consumer Control (/dev/input/event8)
[    49.588] (**) Darfon USB Combo Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    49.588] (II) Using input driver 'libinput' for 'Darfon USB Combo Keyboard Consumer Control'
[    49.588] (**) Darfon USB Combo Keyboard Consumer Control: always reports core events
[    49.588] (**) Option "Device" "/dev/input/event8"
[    49.588] (**) Option "_source" "server/udev"
[    49.590] (II) event8  - Darfon USB Combo Keyboard Consumer Control: is tagged by udev as: Keyboard
[    49.590] (II) event8  - Darfon USB Combo Keyboard Consumer Control: device is a keyboard
[    49.590] (II) event8  - Darfon USB Combo Keyboard Consumer Control: device removed
[    49.692] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/0003:0D62:001C.0006/input/input8/event8"
[    49.692] (II) XINPUT: Adding extended input device "Darfon USB Combo Keyboard Consumer Control" (type: KEYBOARD, id 13)
[    49.694] (II) event8  - Darfon USB Combo Keyboard Consumer Control: is tagged by udev as: Keyboard
[    49.694] (II) event8  - Darfon USB Combo Keyboard Consumer Control: device is a keyboard
[    49.694] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[    49.694] (II) No input driver specified, ignoring this device.
[    49.694] (II) This device may have been added with another device file.
[    49.695] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event12)
[    49.695] (II) No input driver specified, ignoring this device.
[    49.695] (II) This device may have been added with another device file.
[    49.695] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event13)
[    49.696] (II) No input driver specified, ignoring this device.
[    49.696] (II) This device may have been added with another device file.
[    49.696] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event14)
[    49.696] (II) No input driver specified, ignoring this device.
[    49.696] (II) This device may have been added with another device file.
[    49.697] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event15)
[    49.697] (II) No input driver specified, ignoring this device.
[    49.697] (II) This device may have been added with another device file.
[    49.697] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[    49.697] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    49.697] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    49.697] (**) Dell WMI hotkeys: always reports core events
[    49.697] (**) Option "Device" "/dev/input/event10"
[    49.697] (**) Option "_source" "server/udev"
[    49.699] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    49.699] (II) event10 - Dell WMI hotkeys: device is a keyboard
[    49.700] (II) event10 - Dell WMI hotkeys: device removed
[    49.785] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11/event10"
[    49.785] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[    49.787] (II) event10 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    49.787] (II) event10 - Dell WMI hotkeys: device is a keyboard
[    49.788] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    49.788] (II) No input driver specified, ignoring this device.
[    49.788] (II) This device may have been added with another device file.
[    49.795] (**) ROCCAT ROCCAT Tyon Black Consumer Control: Applying InputClass "libinput keyboard catchall"
[    49.795] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Tyon Black Consumer Control'
[    49.795] (**) ROCCAT ROCCAT Tyon Black Consumer Control: always reports core events
[    49.795] (**) Option "Device" "/dev/input/event3"
[    49.795] (**) Option "_source" "_driver/libinput"
[    49.795] (II) libinput: ROCCAT ROCCAT Tyon Black Consumer Control: is a virtual subdevice
[    49.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:1E7D:2E4A.0001/input/input3/event3"
[    49.795] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Tyon Black Consumer Control" (type: KEYBOARD, id 15)
[    49.796] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-4): connected
[    49.796] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-4): Internal DisplayPort
[    49.796] (--) NVIDIA(GPU-0): HPN HP 27b Curved (DFP-4): 960.0 MHz maximum pixel clock
[    49.796] (--) NVIDIA(GPU-0): 
[    49.797] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-4): connected
[    49.797] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-4): Internal DisplayPort
[    49.797] (--) NVIDIA(GPU-1): HPN HP 27b Curved (DFP-4): 960.0 MHz maximum pixel clock
[    49.797] (--) NVIDIA(GPU-1): 
[    53.272] (II) config/udev: Adding input device GaminggearUhidMouse (/dev/input/mouse1)
[    53.272] (II) No input driver specified, ignoring this device.
[    53.272] (II) This device may have been added with another device file.
[    53.332] (II) config/udev: Adding input device GaminggearUhidKeyboard (/dev/input/event24)
[    53.332] (**) GaminggearUhidKeyboard: Applying InputClass "libinput keyboard catchall"
[    53.332] (II) Using input driver 'libinput' for 'GaminggearUhidKeyboard'
[    53.332] (**) GaminggearUhidKeyboard: always reports core events
[    53.332] (**) Option "Device" "/dev/input/event24"
[    53.332] (**) Option "_source" "server/udev"
[    53.333] (II) event24 - GaminggearUhidKeyboard: is tagged by udev as: Keyboard
[    53.333] (II) event24 - GaminggearUhidKeyboard: device is a keyboard
[    53.334] (II) event24 - GaminggearUhidKeyboard: device removed
[    53.348] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0007/input/input25/event24"
[    53.348] (II) XINPUT: Adding extended input device "GaminggearUhidKeyboard" (type: KEYBOARD, id 16)
[    53.349] (II) event24 - GaminggearUhidKeyboard: is tagged by udev as: Keyboard
[    53.349] (II) event24 - GaminggearUhidKeyboard: device is a keyboard
[    53.352] (II) config/udev: Adding input device GaminggearUhidMouse (/dev/input/event25)
[    53.352] (**) GaminggearUhidMouse: Applying InputClass "libinput pointer catchall"
[    53.352] (II) Using input driver 'libinput' for 'GaminggearUhidMouse'
[    53.352] (**) GaminggearUhidMouse: always reports core events
[    53.352] (**) Option "Device" "/dev/input/event25"
[    53.353] (**) Option "_source" "server/udev"
[    53.354] (II) event25 - GaminggearUhidMouse: is tagged by udev as: Mouse
[    53.354] (II) event25 - GaminggearUhidMouse: device is a pointer
[    53.354] (II) event25 - GaminggearUhidMouse: device removed
[    53.399] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0008/input/input26/event25"
[    53.399] (II) XINPUT: Adding extended input device "GaminggearUhidMouse" (type: MOUSE, id 17)
[    53.399] (**) Option "AccelerationScheme" "none"
[    53.399] (**) GaminggearUhidMouse: (accel) selected scheme none/0
[    53.399] (**) GaminggearUhidMouse: (accel) acceleration factor: 2.000
[    53.399] (**) GaminggearUhidMouse: (accel) acceleration threshold: 4
[    53.400] (II) event25 - GaminggearUhidMouse: is tagged by udev as: Mouse
[    53.400] (II) event25 - GaminggearUhidMouse: device is a pointer
[    53.426] (II) config/udev: Adding input device GaminggearUhidMultimedia (/dev/input/event26)
[    53.426] (**) GaminggearUhidMultimedia: Applying InputClass "libinput keyboard catchall"
[    53.426] (II) Using input driver 'libinput' for 'GaminggearUhidMultimedia'
[    53.426] (**) GaminggearUhidMultimedia: always reports core events
[    53.426] (**) Option "Device" "/dev/input/event26"
[    53.426] (**) Option "_source" "server/udev"
[    53.427] (II) event26 - GaminggearUhidMultimedia: is tagged by udev as: Keyboard
[    53.427] (II) event26 - GaminggearUhidMultimedia: device is a keyboard
[    53.427] (II) event26 - GaminggearUhidMultimedia: device removed
[    53.451] (II) libinput: GaminggearUhidMultimedia: needs a virtual subdevice
[    53.451] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0009/input/input27/event26"
[    53.452] (II) XINPUT: Adding extended input device "GaminggearUhidMultimedia" (type: MOUSE, id 18)
[    53.452] (**) Option "AccelerationScheme" "none"
[    53.452] (**) GaminggearUhidMultimedia: (accel) selected scheme none/0
[    53.452] (**) GaminggearUhidMultimedia: (accel) acceleration factor: 2.000
[    53.452] (**) GaminggearUhidMultimedia: (accel) acceleration threshold: 4
[    53.453] (II) event26 - GaminggearUhidMultimedia: is tagged by udev as: Keyboard
[    53.453] (II) event26 - GaminggearUhidMultimedia: device is a keyboard
[    53.453] (**) GaminggearUhidMultimedia: Applying InputClass "libinput keyboard catchall"
[    53.453] (II) Using input driver 'libinput' for 'GaminggearUhidMultimedia'
[    53.453] (**) GaminggearUhidMultimedia: always reports core events
[    53.453] (**) Option "Device" "/dev/input/event26"
[    53.453] (**) Option "_source" "_driver/libinput"
[    53.453] (II) libinput: GaminggearUhidMultimedia: is a virtual subdevice
[    53.453] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0009/input/input27/event26"
[    53.454] (II) XINPUT: Adding extended input device "GaminggearUhidMultimedia" (type: KEYBOARD, id 19)
[  2115.487] (EE) client bug: timer event2 debounce short: offset negative (-2ms)
[  2119.186] (EE) client bug: timer event2 debounce short: offset negative (-5ms)
[  2142.426] (EE) client bug: timer event2 debounce short: offset negative (-6ms)
[  2574.767] (EE) client bug: timer event2 debounce short: offset negative (-7ms)
[  3026.792] (EE) client bug: timer event2 debounce short: offset negative (-8ms)
[  3511.313] (EE) client bug: timer event2 debounce short: offset negative (-0ms)

Last edited by Spawn (2019-01-22 07:58:23)

Offline

#2 2019-01-22 07:57:55

Spawn
Member
Registered: 2017-04-22
Posts: 16

Re: 6 monitor setup, problem with XINERAMA

Note:

I found a similar thread here:
https://bbs.archlinux.org/viewtopic.php?id=163576

But it's quite old.  I'm really wondering if XINERAMA (or the nVidia driver itself) is still broken in 2019?

Offline

#3 2019-01-22 14:01:19

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,111

Re: 6 monitor setup, problem with XINERAMA

I very much doubt Xinerama has seen updates in the past 5 years or so, since everyone using oss drivers has switched to RandR.
Unfortunately nividia support for RandR is not on par with the opensource drivers.

Base Mosaic is your best chance.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 2019-01-22 22:26:13

Spawn
Member
Registered: 2017-04-22
Posts: 16

Re: 6 monitor setup, problem with XINERAMA

Well, apparently Base Mosaic is limited to 3 monitors only.
What should I be trying, next?  Do you think I'll face the same issues, if I try the NOUVEAU driver?

Offline

#5 2019-01-23 11:38:26

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,111

Re: 6 monitor setup, problem with XINERAMA

Both the 3 monitor limit for base mosaic and SLI Mosaic only on quadro cards are software limits.

Your cards are either NVC0 fermi or NVE0 Kepler, feature matrix indicates support for randr 1.2+ .
Using all 6 monitors should be doable with randr.

another option might be to use  a non-compositing window manager with xinerama .

Last edited by Lone_Wolf (2019-01-23 11:39:03)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB