Second XServer (for dual monitor) doesn't start: Insufficient permissions

Okay so I finally got the following drivers and kernel installed / updated. I switched from RX580 as my graphics card to GTX1060 (you can read my older posts to see more about my setup). To do this I needed to update my kernel so I did and couldn’t start my computer for a while. But I figured it out (it was because I need to do a complete clean of all my AMD and NVIDIA drivers then reinstall via mhwd).

I have two displays, both 1920x1080 running off of the GTX1080. The system boots fine. There are times when I first started things up that I could do dual screen and it sometimes works at the login screen.

I now have an issue where when I start the computer and login the screens are just copies of each other. When I change the nvidia-settings to add a new xscreen it tells me to restart the xserver (lightdm). When I do this it simply reverts the settings back to how they were. This is less about settings not saving (I did the thing)

Couple details about my system:

$ uname -r
5.12.2-1-MANJARO
$ mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-amd-nvidia-prime            2020.11.30               false            PCI
           video-linux            2018.05.04                true            PCI
$ pacman -Qe | grep amd
amd-ucode 20210511.r1922.7685cf4-1
xf86-video-amdgpu 19.1.0-2
$ pacman -Qe | grep nvidia
lib32-nvidia-utils 460.80-1
linux510-nvidia 460.80-1
linux511-nvidia 460.80-1
linux512-nvidia 460.80-1
nvidia-prime 1.0-4
nvidia-utils 460.80-1

/etc/X11/xorg.conf.d/90-mhwd.conf

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

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      "ViewSonic XG2402 SERIES"
    HorizSync       160.0 - 160.0
    VertRefresh     48.0 - 146.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "ViewSonic VX2250 SERIES"
    HorizSync       24.0 - 82.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1060 3GB"
    BusID          "PCI:13:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1060 3GB"
    BusID          "PCI:13:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "metamodes" "DP-0: 1920x1080_144 +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" "HDMI-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Output of /var/log/Xorg.1.log

X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  1422.040] Build Operating System: Linux Manjaro Linux
[  1422.040] Current Operating System: Linux alita-manjaro 5.12.2-1-MANJARO #1 SMP PREEMPT Fri May 7 17:53:15 UTC 2021 x86_64
[  1422.040] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.12-x86_64 root=UUID=fcb6997d-daa8-43f8-879b-43595c46f1d2 rw quiet apparmor=1 security=apparmor udev.log_priority=3
[  1422.040] Build Date: 13 April 2021  04:11:08PM
[  1422.040]  
[  1422.040] Current version of pixman: 0.40.0
[  1422.040] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1422.040] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1422.040] (==) Log file: "/var/log/Xorg.2.log", Time: Sat May 29 21:56:03 2021
[  1422.040] (==) Using config file: "/etc/X11/xorg.conf"
[  1422.040] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1422.040] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1422.040] (==) ServerLayout "layout"
[  1422.040] (**) |-->Screen "Screen0" (0)
[  1422.040] (**) |   |-->Monitor "Monitor0"
[  1422.040] (**) |   |-->Device "Device0"
[  1422.040] (**) |   |-->GPUDevice "Device1"
[  1422.040] (**) |   |-->GPUDevice "Device0"
[  1422.040] (==) Automatically adding devices
[  1422.040] (==) Automatically enabling devices
[  1422.040] (==) Automatically adding GPU devices
[  1422.040] (==) Automatically binding GPU devices
[  1422.040] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1422.040] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1422.040] 	Entry deleted from font path.
[  1422.040] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1422.040] 	Entry deleted from font path.
[  1422.040] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[  1422.040] 	Entry deleted from font path.
[  1422.040] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[  1422.040] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[  1422.040] 	Entry deleted from font path.
[  1422.040] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[  1422.040] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[  1422.040] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1422.040] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1422.040] (II) Module ABI versions:
[  1422.040] 	X.Org ANSI C Emulation: 0.4
[  1422.040] 	X.Org Video Driver: 24.1
[  1422.040] 	X.Org XInput driver : 24.1
[  1422.040] 	X.Org Server Extension : 10.0
[  1422.041] (++) using VT number 9

[  1422.041] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1422.041] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1422.042] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1422.042] (II) xfree86: Adding drm device (/dev/dri/card2)
[  1422.043] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1422.043] (**) 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"
[  1422.043] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1422.043] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1422.045] (--) PCI: (4@0:0:0) 1002:67df:1da2:e366 rev 231, Mem @ 0xa0000000/268435456, 0xb0000000/2097152, 0xfa900000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  1422.045] (--) PCI: (5@0:0:0) 10de:128b:19da:5360 rev 161, Mem @ 0xf9000000/16777216, 0xb8000000/134217728, 0xc0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  1422.045] (--) PCI:*(13@0:0:0) 10de:1c02:1462:3287 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[  1422.045] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1422.045] (II) LoadModule: "glx"
[  1422.045] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1422.046] (II) Module glx: vendor="X.Org Foundation"
[  1422.046] 	compiled for 1.20.11, module version = 1.0.0
[  1422.046] 	ABI class: X.Org Server Extension, version 10.0
[  1422.046] (II) LoadModule: "nvidia"
[  1422.046] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1422.046] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1422.046] 	compiled for 1.6.99.901, module version = 1.0.0
[  1422.046] 	Module class: X.Org Video Driver
[  1422.046] (II) NVIDIA dlloader X Driver  460.80  Fri May  7 06:53:15 UTC 2021
[  1422.046] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1422.771] (II) Loading sub module "fb"
[  1422.772] (II) LoadModule: "fb"
[  1422.772] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1422.772] (II) Module fb: vendor="X.Org Foundation"
[  1422.772] 	compiled for 1.20.11, module version = 1.0.0
[  1422.772] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1422.772] (II) Loading sub module "wfb"
[  1422.772] (II) LoadModule: "wfb"
[  1422.772] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1422.772] (II) Module wfb: vendor="X.Org Foundation"
[  1422.772] 	compiled for 1.20.11, module version = 1.0.0
[  1422.772] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1422.772] (II) Loading sub module "ramdac"
[  1422.772] (II) LoadModule: "ramdac"
[  1422.772] (II) Module "ramdac" already built-in
[  1422.772] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1422.772] (==) NVIDIA(0): RGB weight 888
[  1422.772] (==) NVIDIA(0): Default visual is TrueColor
[  1422.772] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1422.772] (**) Option "AllowNVIDIAGpuScreens"
[  1422.772] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[  1422.772] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[  1422.772] (**) NVIDIA(0): Option "Stereo" "0"
[  1422.772] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2"
[  1422.772] (**) NVIDIA(0): Option "SLI" "Off"
[  1422.772] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  1422.772] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  1422.772] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1422.772] (**) NVIDIA(0): Stereo disabled by request
[  1422.772] (**) NVIDIA(0): NVIDIA SLI disabled.
[  1422.772] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  1422.772] (**) NVIDIA(0): Option "MetaModes" "DP-0: 1920x1080_144 +0+0"
[  1422.772] (**) NVIDIA(0): Enabling 2D acceleration
[  1422.772] (II) Loading sub module "glxserver_nvidia"
[  1422.772] (II) LoadModule: "glxserver_nvidia"
[  1422.772] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1422.776] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1422.776] 	compiled for 1.6.99.901, module version = 1.0.0
[  1422.776] 	Module class: X.Org Server Extension
[  1422.776] (II) NVIDIA GLX Module  460.80  Fri May  7 06:50:15 UTC 2021
[  1422.776] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1422.778] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:13:0:0
[  1422.778] (--) NVIDIA(0):     DFP-0
[  1422.778] (--) NVIDIA(0):     DFP-1 (boot)
[  1422.778] (--) NVIDIA(0):     DFP-2 (boot)
[  1422.778] (--) NVIDIA(0):     DFP-3
[  1422.779] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 3GB (GP106-A) at PCI:13:0:0
[  1422.779] (II) NVIDIA(0):     (GPU-0)
[  1422.779] (--) NVIDIA(0): Memory: 3145728 kBytes
[  1422.779] (--) NVIDIA(0): VideoBIOS: 86.06.59.00.2a
[  1422.779] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1422.779] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1422.779] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1422.779] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  1422.779] (--) NVIDIA(GPU-0): 
[  1422.808] (--) NVIDIA(GPU-0): ONN 100002480 (DFP-1): connected
[  1422.808] (--) NVIDIA(GPU-0): ONN 100002480 (DFP-1): Internal TMDS
[  1422.808] (--) NVIDIA(GPU-0): ONN 100002480 (DFP-1): 600.0 MHz maximum pixel clock
[  1422.808] (--) NVIDIA(GPU-0): 
[  1422.808] (--) NVIDIA(GPU-0): ViewSonic XG2402 SERIES (DFP-2): connected
[  1422.808] (--) NVIDIA(GPU-0): ViewSonic XG2402 SERIES (DFP-2): Internal DisplayPort
[  1422.808] (--) NVIDIA(GPU-0): ViewSonic XG2402 SERIES (DFP-2): 1440.0 MHz maximum pixel clock
[  1422.808] (--) NVIDIA(GPU-0): 
[  1422.813] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1422.813] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1422.813] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1422.813] (--) NVIDIA(GPU-0): 
[  1422.825] (II) NVIDIA(0): Validated MetaModes:
[  1422.825] (II) NVIDIA(0):     "DP-0:1920x1080_144+0+0"
[  1422.825] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  1422.832] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[  1422.832] (--) NVIDIA(0):     option
[  1422.832] (II) NVIDIA(G0): GeForce GTX 1060 3GB (GPU-0) already has an X screen assigned;
[  1422.832] (II) NVIDIA(G0):     skipping this GPU screen
[  1422.832] (EE) NVIDIA(G0): Failing initialization of X screen
[  1422.832] (**) NVIDIA(G1): Depth 24, (--) framebuffer bpp 32
[  1422.832] (==) NVIDIA(G1): RGB weight 888
[  1422.832] (==) NVIDIA(G1): Default visual is TrueColor
[  1422.832] (==) NVIDIA(G1): Using gamma correction (1.0, 1.0, 1.0)
[  1422.832] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1422.832] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1422.832] (**) NVIDIA(G1): Option "Stereo" "0"
[  1422.832] (**) NVIDIA(G1): Option "nvidiaXineramaInfoOrder" "DFP-2"
[  1422.832] (**) NVIDIA(G1): Option "SLI" "Off"
[  1422.832] (**) NVIDIA(G1): Option "MultiGPU" "Off"
[  1422.832] (**) NVIDIA(G1): Option "BaseMosaic" "off"
[  1422.832] (**) NVIDIA(G1): Option "AllowEmptyInitialConfiguration"
[  1422.832] (**) NVIDIA(G1): Stereo disabled by request
[  1422.832] (**) NVIDIA(G1): NVIDIA SLI disabled.
[  1422.832] (**) NVIDIA(G1): NVIDIA Multi-GPU disabled.
[  1422.832] (**) NVIDIA(G1): Enabling 2D acceleration
[  1422.832] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1422.834] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:5:0:0
[  1422.834] (--) NVIDIA(0):     CRT-0
[  1422.834] (--) NVIDIA(0):     DFP-0
[  1422.834] (--) NVIDIA(0):     DFP-1
[  1422.835] (II) NVIDIA(G1): NVIDIA GPU GeForce GT 710 (GK208) at PCI:5:0:0 (GPU-1)
[  1422.835] (--) NVIDIA(G1): Memory: 1048576 kBytes
[  1422.835] (--) NVIDIA(G1): VideoBIOS: 80.28.a6.00.10
[  1422.835] (II) NVIDIA(G1): Detected PCI Express Link width: 8X
[  1422.837] (--) NVIDIA(GPU-1): CRT-0: disconnected
[  1422.837] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[  1422.837] (--) NVIDIA(GPU-1): 
[  1422.837] (--) NVIDIA(GPU-1): DFP-0: disconnected
[  1422.837] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[  1422.837] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[  1422.837] (--) NVIDIA(GPU-1): 
[  1422.837] (--) NVIDIA(GPU-1): DFP-1: disconnected
[  1422.837] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[  1422.837] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[  1422.837] (--) NVIDIA(GPU-1): 
[  1422.837] (II) NVIDIA(G1): Validated MetaModes:
[  1422.837] (II) NVIDIA(G1):     "NULL"
[  1422.837] (II) NVIDIA(G1): Virtual screen size determined to be 640 x 480
[  1422.837] (WW) NVIDIA(G1): Unable to match display device name "DFP-2" from
[  1422.837] (WW) NVIDIA(G1):     nvidiaXineramaInfoOrder
[  1422.837] (WW) NVIDIA(G1): Unable to get display device for DPI computation.
[  1422.837] (==) NVIDIA(G1): DPI set to (75, 75); computed from built-in default
[  1422.837] (II) UnloadModule: "nvidia"
[  1422.837] (II) UnloadSubModule: "wfb"
[  1422.837] (II) UnloadSubModule: "fb"
[  1422.838] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[  1422.838] (II) NVIDIA:     access.
[  1422.840] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1422.840] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1422.840] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1422.840] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1422.840] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1422.840] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1422.840] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1422.840] (II) NVIDIA(0):     Config Options in the README.
[  1422.853] (II) NVIDIA(0): Setting mode "DP-0:1920x1080_144+0+0"
[  1423.006] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1423.006] (==) NVIDIA(0): Backing store enabled
[  1423.006] (==) NVIDIA(0): Silken mouse disabled
[  1423.006] (**) NVIDIA(0): DPMS enabled
[  1423.006] (II) Loading sub module "dri2"
[  1423.006] (II) LoadModule: "dri2"
[  1423.006] (II) Module "dri2" already built-in
[  1423.006] (II) NVIDIA(0): [DRI2] Setup complete
[  1423.006] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1423.012] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1423.012] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[  1423.012] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[  1423.012] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[  1423.012] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[  1423.012] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[  1423.012] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1423.012] (II) NVIDIA(G0):     Config Options in the README.
[  1423.032] (II) NVIDIA(G0): Setting mode "NULL"
[  1423.041] (==) NVIDIA(G0): Disabling shared memory pixmaps
[  1423.041] (==) NVIDIA(G0): Backing store enabled
[  1423.041] (==) NVIDIA(G0): Silken mouse disabled
[  1423.041] (**) NVIDIA(G0): DPMS enabled
[  1423.041] (WW) NVIDIA(G0): Option "metamodes" is not used
[  1423.041] (II) Loading sub module "dri2"
[  1423.041] (II) LoadModule: "dri2"
[  1423.041] (II) Module "dri2" already built-in
[  1423.041] (II) NVIDIA(G0): [DRI2] Setup complete
[  1423.041] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[  1423.041] (II) Initializing extension Generic Event Extension
[  1423.041] (II) Initializing extension SHAPE
[  1423.041] (II) Initializing extension MIT-SHM
[  1423.041] (II) Initializing extension XInputExtension
[  1423.041] (II) Initializing extension XTEST
[  1423.041] (II) Initializing extension BIG-REQUESTS
[  1423.041] (II) Initializing extension SYNC
[  1423.041] (II) Initializing extension XKEYBOARD
[  1423.041] (II) Initializing extension XC-MISC
[  1423.041] (II) Initializing extension SECURITY
[  1423.041] (II) Initializing extension XFIXES
[  1423.041] (II) Initializing extension RENDER
[  1423.042] (II) Initializing extension RANDR
[  1423.042] (II) Initializing extension COMPOSITE
[  1423.042] (II) Initializing extension DAMAGE
[  1423.042] (II) Initializing extension MIT-SCREEN-SAVER
[  1423.042] (II) Initializing extension DOUBLE-BUFFER
[  1423.042] (II) Initializing extension RECORD
[  1423.042] (II) Initializing extension DPMS
[  1423.042] (II) Initializing extension Present
[  1423.042] (II) Initializing extension DRI3
[  1423.042] (II) Initializing extension X-Resource
[  1423.042] (II) Initializing extension XVideo
[  1423.042] (II) Initializing extension XVideo-MotionCompensation
[  1423.042] (II) Initializing extension GLX
[  1423.042] (II) Initializing extension GLX
[  1423.042] (II) Indirect GLX disabled.
[  1423.042] (II) GLX: Another vendor is already registered for screen 0
[  1423.042] (II) Initializing extension XFree86-VidModeExtension
[  1423.042] (II) Initializing extension XFree86-DGA
[  1423.042] (II) Initializing extension XFree86-DRI
[  1423.042] (II) Initializing extension DRI2
[  1423.042] (II) Initializing extension NV-GLX
[  1423.043] (II) Initializing extension NV-CONTROL
[  1423.043] (II) Initializing extension XINERAMA
[  1423.074] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1423.074] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1423.074] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1423.074] (**) Power Button: Applying InputClass "system-keyboard"
[  1423.074] (II) LoadModule: "libinput"
[  1423.074] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1423.075] (II) Module libinput: vendor="X.Org Foundation"
[  1423.075] 	compiled for 1.20.11, module version = 1.0.1
[  1423.075] 	Module class: X.Org XInput Driver
[  1423.075] 	ABI class: X.Org XInput driver, version 24.1
[  1423.075] (II) Using input driver 'libinput' for 'Power Button'
[  1423.075] (**) Power Button: always reports core events
[  1423.075] (**) Option "Device" "/dev/input/event1"
[  1423.075] (**) Option "_source" "server/udev"
[  1423.075] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1423.076] (II) event1  - Power Button: device is a keyboard
[  1423.076] (II) event1  - Power Button: device removed
[  1423.103] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1423.103] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1423.103] (**) Option "xkb_model" "pc105"
[  1423.103] (**) Option "xkb_layout" "us"
[  1423.104] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1423.104] (II) event1  - Power Button: device is a keyboard
[  1423.104] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1423.104] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1423.104] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1423.104] (**) Power Button: Applying InputClass "system-keyboard"
[  1423.104] (II) Using input driver 'libinput' for 'Power Button'
[  1423.104] (**) Power Button: always reports core events
[  1423.104] (**) Option "Device" "/dev/input/event0"
[  1423.104] (**) Option "_source" "server/udev"
[  1423.104] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1423.104] (II) event0  - Power Button: device is a keyboard
[  1423.104] (II) event0  - Power Button: device removed
[  1423.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1423.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1423.143] (**) Option "xkb_model" "pc105"
[  1423.143] (**) Option "xkb_layout" "us"
[  1423.143] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1423.143] (II) event0  - Power Button: device is a keyboard
[  1423.144] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event3)
[  1423.144] (II) No input driver specified, ignoring this device.
[  1423.144] (II) This device may have been added with another device file.
[  1423.144] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event4)
[  1423.144] (II) No input driver specified, ignoring this device.
[  1423.144] (II) This device may have been added with another device file.
[  1423.144] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event5)
[  1423.144] (II) No input driver specified, ignoring this device.
[  1423.144] (II) This device may have been added with another device file.
[  1423.144] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event6)
[  1423.144] (II) No input driver specified, ignoring this device.
[  1423.144] (II) This device may have been added with another device file.
[  1423.145] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event7)
[  1423.145] (II) No input driver specified, ignoring this device.
[  1423.145] (II) This device may have been added with another device file.
[  1423.145] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event8)
[  1423.145] (II) No input driver specified, ignoring this device.
[  1423.145] (II) This device may have been added with another device file.
[  1423.145] (II) config/udev: Adding input device HDA Creative Mic (/dev/input/event16)
[  1423.145] (II) No input driver specified, ignoring this device.
[  1423.145] (II) This device may have been added with another device file.
[  1423.145] (II) config/udev: Adding input device HDA Creative Line (/dev/input/event17)
[  1423.145] (II) No input driver specified, ignoring this device.
[  1423.145] (II) This device may have been added with another device file.
[  1423.146] (II) config/udev: Adding input device HDA Creative Line Out Front (/dev/input/event18)
[  1423.146] (II) No input driver specified, ignoring this device.
[  1423.146] (II) This device may have been added with another device file.
[  1423.146] (II) config/udev: Adding input device HDA Creative Line Out Surround (/dev/input/event19)
[  1423.146] (II) No input driver specified, ignoring this device.
[  1423.146] (II) This device may have been added with another device file.
[  1423.146] (II) config/udev: Adding input device HDA Creative Line Out CLFE (/dev/input/event20)
[  1423.146] (II) No input driver specified, ignoring this device.
[  1423.146] (II) This device may have been added with another device file.
[  1423.146] (II) config/udev: Adding input device HDA Creative Line Out Side (/dev/input/event21)
[  1423.146] (II) No input driver specified, ignoring this device.
[  1423.146] (II) This device may have been added with another device file.
[  1423.146] (II) config/udev: Adding input device HDA Creative Front Headphone (/dev/input/event22)
[  1423.146] (II) No input driver specified, ignoring this device.
[  1423.146] (II) This device may have been added with another device file.
[  1423.147] (II) config/udev: Adding input device   mini keyboard (/dev/input/event28)
[  1423.147] (**)   mini keyboard: Applying InputClass "evdev keyboard catchall"
[  1423.147] (**)   mini keyboard: Applying InputClass "libinput keyboard catchall"
[  1423.147] (**)   mini keyboard: Applying InputClass "system-keyboard"
[  1423.147] (II) Using input driver 'libinput' for '  mini keyboard'
[  1423.147] (**)   mini keyboard: always reports core events
[  1423.147] (**) Option "Device" "/dev/input/event28"
[  1423.147] (**) Option "_source" "server/udev"
[  1423.148] (II) event28 -   mini keyboard: is tagged by udev as: Keyboard
[  1423.148] (II) event28 -   mini keyboard: device is a keyboard
[  1423.148] (II) event28 -   mini keyboard: device removed
[  1423.196] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.1/usb1/1-4/1-4:1.0/0003:1997:2433.0004/input/input28/event28"
[  1423.196] (II) XINPUT: Adding extended input device "  mini keyboard" (type: KEYBOARD, id 8)
[  1423.196] (**) Option "xkb_model" "pc105"
[  1423.196] (**) Option "xkb_layout" "us"
[  1423.197] (II) event28 -   mini keyboard: is tagged by udev as: Keyboard
[  1423.197] (II) event28 -   mini keyboard: device is a keyboard
[  1423.198] (II) config/udev: Adding input device   mini keyboard Mouse (/dev/input/event29)
[  1423.198] (**)   mini keyboard Mouse: Applying InputClass "evdev pointer catchall"
[  1423.198] (**)   mini keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1423.198] (II) Using input driver 'libinput' for '  mini keyboard Mouse'
[  1423.198] (**)   mini keyboard Mouse: always reports core events
[  1423.198] (**) Option "Device" "/dev/input/event29"
[  1423.198] (**) Option "_source" "server/udev"
[  1423.199] (II) event29 -   mini keyboard Mouse: is tagged by udev as: Mouse
[  1423.199] (II) event29 -   mini keyboard Mouse: device is a pointer
[  1423.199] (II) event29 -   mini keyboard Mouse: device removed
[  1423.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.1/usb1/1-4/1-4:1.1/0003:1997:2433.0005/input/input29/event29"
[  1423.276] (II) XINPUT: Adding extended input device "  mini keyboard Mouse" (type: MOUSE, id 9)
[  1423.276] (**) Option "AccelerationScheme" "none"
[  1423.276] (**)   mini keyboard Mouse: (accel) selected scheme none/0
[  1423.276] (**)   mini keyboard Mouse: (accel) acceleration factor: 2.000
[  1423.276] (**)   mini keyboard Mouse: (accel) acceleration threshold: 4
[  1423.277] (II) event29 -   mini keyboard Mouse: is tagged by udev as: Mouse
[  1423.277] (II) event29 -   mini keyboard Mouse: device is a pointer
[  1423.278] (II) config/udev: Adding input device   mini keyboard Mouse (/dev/input/mouse1)
[  1423.278] (II) No input driver specified, ignoring this device.
[  1423.278] (II) This device may have been added with another device file.
[  1423.278] (II) config/udev: Adding input device   mini keyboard System Control (/dev/input/event30)
[  1423.278] (**)   mini keyboard System Control: Applying InputClass "evdev keyboard catchall"
[  1423.278] (**)   mini keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1423.278] (**)   mini keyboard System Control: Applying InputClass "system-keyboard"
[  1423.278] (II) Using input driver 'libinput' for '  mini keyboard System Control'
[  1423.278] (**)   mini keyboard System Control: always reports core events
[  1423.278] (**) Option "Device" "/dev/input/event30"
[  1423.278] (**) Option "_source" "server/udev"
[  1423.279] (II) event30 -   mini keyboard System Control: is tagged by udev as: Keyboard
[  1423.279] (II) event30 -   mini keyboard System Control: device is a keyboard
[  1423.279] (II) event30 -   mini keyboard System Control: device removed
[  1423.316] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.1/usb1/1-4/1-4:1.1/0003:1997:2433.0005/input/input30/event30"
[  1423.316] (II) XINPUT: Adding extended input device "  mini keyboard System Control" (type: KEYBOARD, id 10)
[  1423.316] (**) Option "xkb_model" "pc105"
[  1423.316] (**) Option "xkb_layout" "us"
[  1423.317] (II) event30 -   mini keyboard System Control: is tagged by udev as: Keyboard
[  1423.317] (II) event30 -   mini keyboard System Control: device is a keyboard
[  1423.318] (II) config/udev: Adding input device   mini keyboard Consumer Control (/dev/input/event31)
[  1423.318] (**)   mini keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1423.318] (**)   mini keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1423.318] (**)   mini keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1423.318] (II) Using input driver 'libinput' for '  mini keyboard Consumer Control'
[  1423.318] (**)   mini keyboard Consumer Control: always reports core events
[  1423.318] (**) Option "Device" "/dev/input/event31"
[  1423.318] (**) Option "_source" "server/udev"
[  1423.319] (II) event31 -   mini keyboard Consumer Control: is tagged by udev as: Keyboard
[  1423.319] (II) event31 -   mini keyboard Consumer Control: device is a keyboard
[  1423.319] (II) event31 -   mini keyboard Consumer Control: device removed
[  1423.356] (II) libinput:   mini keyboard Consumer Control: needs a virtual subdevice
[  1423.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.1/usb1/1-4/1-4:1.1/0003:1997:2433.0005/input/input31/event31"
[  1423.356] (II) XINPUT: Adding extended input device "  mini keyboard Consumer Control" (type: MOUSE, id 11)
[  1423.356] (**) Option "AccelerationScheme" "none"
[  1423.356] (**)   mini keyboard Consumer Control: (accel) selected scheme none/0
[  1423.356] (**)   mini keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1423.356] (**)   mini keyboard Consumer Control: (accel) acceleration threshold: 4
[  1423.357] (II) event31 -   mini keyboard Consumer Control: is tagged by udev as: Keyboard
[  1423.357] (II) event31 -   mini keyboard Consumer Control: device is a keyboard
[  1423.358] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event24)
[  1423.358] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev keyboard catchall"
[  1423.358] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "libinput keyboard catchall"
[  1423.358] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "system-keyboard"
[  1423.358] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow Ultimate'
[  1423.358] (**) Razer Razer BlackWidow Ultimate: always reports core events
[  1423.358] (**) Option "Device" "/dev/input/event24"
[  1423.358] (**) Option "_source" "server/udev"
[  1423.358] (II) event24 - Razer Razer BlackWidow Ultimate: is tagged by udev as: Keyboard
[  1423.358] (II) event24 - Razer Razer BlackWidow Ultimate: device is a keyboard
[  1423.359] (II) event24 - Razer Razer BlackWidow Ultimate: device removed
[  1423.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.0/0003:1532:011A.0001/input/input24/event24"
[  1423.396] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: KEYBOARD, id 12)
[  1423.396] (**) Option "xkb_model" "pc105"
[  1423.396] (**) Option "xkb_layout" "us"
[  1423.397] (II) event24 - Razer Razer BlackWidow Ultimate: is tagged by udev as: Keyboard
[  1423.397] (II) event24 - Razer Razer BlackWidow Ultimate: device is a keyboard
[  1423.398] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate Keyboard (/dev/input/event25)
[  1423.398] (**) Razer Razer BlackWidow Ultimate Keyboard: Applying InputClass "evdev keyboard catchall"
[  1423.398] (**) Razer Razer BlackWidow Ultimate Keyboard: Applying InputClass "libinput keyboard catchall"
[  1423.398] (**) Razer Razer BlackWidow Ultimate Keyboard: Applying InputClass "system-keyboard"
[  1423.398] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow Ultimate Keyboard'
[  1423.398] (**) Razer Razer BlackWidow Ultimate Keyboard: always reports core events
[  1423.398] (**) Option "Device" "/dev/input/event25"
[  1423.398] (**) Option "_source" "server/udev"
[  1423.398] (II) event25 - Razer Razer BlackWidow Ultimate Keyboard: is tagged by udev as: Keyboard
[  1423.398] (II) event25 - Razer Razer BlackWidow Ultimate Keyboard: device is a keyboard
[  1423.399] (II) event25 - Razer Razer BlackWidow Ultimate Keyboard: device removed
[  1423.433] (II) libinput: Razer Razer BlackWidow Ultimate Keyboard: needs a virtual subdevice
[  1423.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:1532:011A.0002/input/input25/event25"
[  1423.433] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate Keyboard" (type: MOUSE, id 13)
[  1423.433] (**) Option "AccelerationScheme" "none"
[  1423.433] (**) Razer Razer BlackWidow Ultimate Keyboard: (accel) selected scheme none/0
[  1423.433] (**) Razer Razer BlackWidow Ultimate Keyboard: (accel) acceleration factor: 2.000
[  1423.433] (**) Razer Razer BlackWidow Ultimate Keyboard: (accel) acceleration threshold: 4
[  1423.434] (II) event25 - Razer Razer BlackWidow Ultimate Keyboard: is tagged by udev as: Keyboard
[  1423.434] (II) event25 - Razer Razer BlackWidow Ultimate Keyboard: device is a keyboard
[  1423.434] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event26)
[  1423.434] (II) No input driver specified, ignoring this device.
[  1423.434] (II) This device may have been added with another device file.
[  1423.435] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event27)
[  1423.435] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev pointer catchall"
[  1423.435] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "libinput pointer catchall"
[  1423.435] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow Ultimate'
[  1423.435] (**) Razer Razer BlackWidow Ultimate: always reports core events
[  1423.435] (**) Option "Device" "/dev/input/event27"
[  1423.435] (**) Option "_source" "server/udev"
[  1423.490] (II) event27 - Razer Razer BlackWidow Ultimate: is tagged by udev as: Mouse
[  1423.490] (II) event27 - Razer Razer BlackWidow Ultimate: device is a pointer
[  1423.490] (II) event27 - Razer Razer BlackWidow Ultimate: device removed
[  1423.570] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.2/0003:1532:011A.0003/input/input27/event27"
[  1423.570] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: MOUSE, id 14)
[  1423.570] (**) Option "AccelerationScheme" "none"
[  1423.570] (**) Razer Razer BlackWidow Ultimate: (accel) selected scheme none/0
[  1423.570] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration factor: 2.000
[  1423.570] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration threshold: 4
[  1423.627] (II) event27 - Razer Razer BlackWidow Ultimate: is tagged by udev as: Mouse
[  1423.627] (II) event27 - Razer Razer BlackWidow Ultimate: device is a pointer
[  1423.627] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/mouse0)
[  1423.627] (II) No input driver specified, ignoring this device.
[  1423.627] (II) This device may have been added with another device file.
[  1423.628] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event256)
[  1423.628] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev pointer catchall"
[  1423.628] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[  1423.628] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[  1423.628] (**) Logitech Gaming Mouse G502: always reports core events
[  1423.628] (**) Option "Device" "/dev/input/event256"
[  1423.628] (**) Option "_source" "server/udev"
[  1423.683] (II) event256 - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[  1423.683] (II) event256 - Logitech Gaming Mouse G502: device set to 2400 DPI
[  1423.684] (II) event256 - Logitech Gaming Mouse G502: device is a pointer
[  1423.684] (II) event256 - Logitech Gaming Mouse G502: device removed
[  1423.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.0/0003:046D:C332.0007/input/input32/event256"
[  1423.756] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 15)
[  1423.756] (**) Option "AccelerationScheme" "none"
[  1423.756] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[  1423.756] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[  1423.756] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[  1423.813] (II) event256 - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[  1423.813] (II) event256 - Logitech Gaming Mouse G502: device set to 2400 DPI
[  1423.814] (II) event256 - Logitech Gaming Mouse G502: device is a pointer
[  1423.814] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse2)
[  1423.814] (II) No input driver specified, ignoring this device.
[  1423.814] (II) This device may have been added with another device file.
[  1423.814] (II) config/udev: Adding input device Logitech Gaming Mouse G502 Keyboard (/dev/input/event257)
[  1423.814] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "evdev keyboard catchall"
[  1423.814] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "libinput keyboard catchall"
[  1423.814] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "system-keyboard"
[  1423.814] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Keyboard'
[  1423.814] (**) Logitech Gaming Mouse G502 Keyboard: always reports core events
[  1423.814] (**) Option "Device" "/dev/input/event257"
[  1423.814] (**) Option "_source" "server/udev"
[  1423.815] (II) event257 - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
[  1423.815] (II) event257 - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
[  1423.815] (II) event257 - Logitech Gaming Mouse G502 Keyboard: device removed
[  1423.850] (II) libinput: Logitech Gaming Mouse G502 Keyboard: needs a virtual subdevice
[  1423.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:046D:C332.0008/input/input33/event257"
[  1423.850] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Keyboard" (type: MOUSE, id 16)
[  1423.850] (**) Option "AccelerationScheme" "none"
[  1423.850] (**) Logitech Gaming Mouse G502 Keyboard: (accel) selected scheme none/0
[  1423.850] (**) Logitech Gaming Mouse G502 Keyboard: (accel) acceleration factor: 2.000
[  1423.850] (**) Logitech Gaming Mouse G502 Keyboard: (accel) acceleration threshold: 4
[  1423.850] (II) event257 - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
[  1423.850] (II) event257 - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
[  1423.851] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event10)
[  1423.851] (II) No input driver specified, ignoring this device.
[  1423.851] (II) This device may have been added with another device file.
[  1423.851] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event11)
[  1423.851] (II) No input driver specified, ignoring this device.
[  1423.851] (II) This device may have been added with another device file.
[  1423.851] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event12)
[  1423.851] (II) No input driver specified, ignoring this device.
[  1423.851] (II) This device may have been added with another device file.
[  1423.851] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event13)
[  1423.851] (II) No input driver specified, ignoring this device.
[  1423.851] (II) This device may have been added with another device file.
[  1423.851] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event14)
[  1423.851] (II) No input driver specified, ignoring this device.
[  1423.851] (II) This device may have been added with another device file.
[  1423.852] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[  1423.852] (II) No input driver specified, ignoring this device.
[  1423.852] (II) This device may have been added with another device file.
[  1423.852] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event9)
[  1423.852] (II) No input driver specified, ignoring this device.
[  1423.852] (II) This device may have been added with another device file.
[  1423.852] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event23)
[  1423.852] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  1423.852] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1423.852] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[  1423.852] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1423.852] (**) Eee PC WMI hotkeys: always reports core events
[  1423.852] (**) Option "Device" "/dev/input/event23"
[  1423.852] (**) Option "_source" "server/udev"
[  1423.852] (II) event23 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1423.852] (II) event23 - Eee PC WMI hotkeys: device is a keyboard
[  1423.853] (II) event23 - Eee PC WMI hotkeys: device removed
[  1423.930] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input23/event23"
[  1423.930] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 17)
[  1423.930] (**) Option "xkb_model" "pc105"
[  1423.930] (**) Option "xkb_layout" "us"
[  1423.930] (II) event23 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1423.930] (II) event23 - Eee PC WMI hotkeys: device is a keyboard
[  1423.930] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[  1423.930] (II) No input driver specified, ignoring this device.
[  1423.930] (II) This device may have been added with another device file.
[  1423.934] (**)   mini keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[  1423.934] (**)   mini keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1423.934] (**)   mini keyboard Consumer Control: Applying InputClass "system-keyboard"
[  1423.934] (II) Using input driver 'libinput' for '  mini keyboard Consumer Control'
[  1423.935] (**)   mini keyboard Consumer Control: always reports core events
[  1423.935] (**) Option "Device" "/dev/input/event31"
[  1423.935] (**) Option "_source" "_driver/libinput"
[  1423.935] (II) libinput:   mini keyboard Consumer Control: is a virtual subdevice
[  1423.935] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/0000:02:08.0/0000:0a:00.1/usb1/1-4/1-4:1.1/0003:1997:2433.0005/input/input31/event31"
[  1423.935] (II) XINPUT: Adding extended input device "  mini keyboard Consumer Control" (type: KEYBOARD, id 18)
[  1423.935] (**) Option "xkb_model" "pc105"
[  1423.935] (**) Option "xkb_layout" "us"
[  1423.935] (**) Razer Razer BlackWidow Ultimate Keyboard: Applying InputClass "evdev keyboard catchall"
[  1423.935] (**) Razer Razer BlackWidow Ultimate Keyboard: Applying InputClass "libinput keyboard catchall"
[  1423.935] (**) Razer Razer BlackWidow Ultimate Keyboard: Applying InputClass "system-keyboard"
[  1423.935] (II) Using input driver 'libinput' for 'Razer Razer BlackWidow Ultimate Keyboard'
[  1423.935] (**) Razer Razer BlackWidow Ultimate Keyboard: always reports core events
[  1423.935] (**) Option "Device" "/dev/input/event25"
[  1423.935] (**) Option "_source" "_driver/libinput"
[  1423.935] (II) libinput: Razer Razer BlackWidow Ultimate Keyboard: is a virtual subdevice
[  1423.935] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-2/5-2:1.1/0003:1532:011A.0002/input/input25/event25"
[  1423.935] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate Keyboard" (type: KEYBOARD, id 19)
[  1423.935] (**) Option "xkb_model" "pc105"
[  1423.935] (**) Option "xkb_layout" "us"
[  1423.935] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "evdev keyboard catchall"
[  1423.935] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "libinput keyboard catchall"
[  1423.935] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "system-keyboard"
[  1423.935] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Keyboard'
[  1423.935] (**) Logitech Gaming Mouse G502 Keyboard: always reports core events
[  1423.935] (**) Option "Device" "/dev/input/event257"
[  1423.935] (**) Option "_source" "_driver/libinput"
[  1423.935] (II) libinput: Logitech Gaming Mouse G502 Keyboard: is a virtual subdevice
[  1423.935] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb5/5-4/5-4:1.1/0003:046D:C332.0008/input/input33/event257"
[  1423.935] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Keyboard" (type: KEYBOARD, id 20)
[  1423.935] (**) Option "xkb_model" "pc105"
[  1423.935] (**) Option "xkb_layout" "us"
[  1438.902] (II) event1  - Power Button: device removed
[  1438.930] (II) event0  - Power Button: device removed
[  1438.970] (II) event28 -   mini keyboard: device removed
[  1438.996] (II) event29 -   mini keyboard Mouse: device removed
[  1439.060] (II) event30 -   mini keyboard System Control: device removed
[  1439.090] (II) event24 - Razer Razer BlackWidow Ultimate: device removed
[  1439.116] (II) event27 - Razer Razer BlackWidow Ultimate: device removed
[  1439.170] (II) event256 - Logitech Gaming Mouse G502: device removed
[  1439.223] (II) event23 - Eee PC WMI hotkeys: device removed
[  1439.290] (II) event31 -   mini keyboard Consumer Control: device removed
[  1439.316] (II) event25 - Razer Razer BlackWidow Ultimate Keyboard: device removed
[  1439.343] (II) event257 - Logitech Gaming Mouse G502 Keyboard: device removed
[  1439.619] (II) UnloadModule: "libinput"
[  1439.619] (II) UnloadModule: "libinput"
[  1439.619] (II) UnloadModule: "libinput"
[  1439.619] (II) UnloadModule: "libinput"
[  1439.619] (II) UnloadModule: "libinput"
[  1439.619] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (II) UnloadModule: "libinput"
[  1439.620] (WW) NVIDIA(G0): Failed to set the display configuration
[  1439.620] (WW) NVIDIA(G0):  - Setting a mode on head 0 failed: Insufficient permissions
[  1439.620] (WW) NVIDIA(G0):  - Setting a mode on head 1 failed: Insufficient permissions
[  1439.620] (WW) NVIDIA(G0):  - Setting a mode on head 2 failed: Insufficient permissions
[  1439.620] (WW) NVIDIA(G0):  - Setting a mode on head 3 failed: Insufficient permissions
[  1439.631] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1439.631] (II) NVIDIA(GPU-1): Renaming GPU-1 to GPU-0
[  1439.631] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1439.631] (II) Server terminated successfully (0). Closing log file.

Hello,

I think you have something mixed up … Xorg Server will always have only one instance by default, unless you need multiple instances for special cases, hence you will have to approach all this totally different, but i don’t think is what you are actually looking for.

Reading your previous topics it seems you have your own way to do things … Now i see from the mhwd -li you provided that you have

installed … why?

Then you added some particular multihead Xinerama lines, with more than one Screen, but then have

Please make sure you leave that as a symlink to /etc/X11/mhwd.d/nvidia.conf and is not a file you created.

Hence, you have to edit the /etc/X11/mhwd.d/nvidia.conf and based on what i think you need, this should be the correct configuration:

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

Section "Files"
EndSection

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

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "ViewSonic"
    ModelName      "ViewSonic XG2402 SERIES"
    HorizSync       160.0 - 160.0
    VertRefresh     48.0 - 146.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1060 3GB"
    Option  "ConnectToAcpid"    "Off"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "metamodes" "DP-0: 1920x1080_144 +0+0, HDMI-0: nvidia-auto-select +1920+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "COMPOSITE" "Enable"
EndSection

 
Section "InputClass"
    Identifier          "Keyboard Defaults"
    MatchIsKeyboard        "yes"
    Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
 

Honestly, was hard to follow what you want to do, and all being sort of convoluted, i would not be surprised if this will not work as you expect, but at least you should have both Monitors working for the Nvidia GPU …

@bogdancovaciu
The provided configuration results in the copied screens as well :frowning:

it’s weird, the sign in screen works fine but then when you login it seems to throw everything out :woman_facepalming:

Also I tried uninstalling prime etc.

$ mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2020.11.30               false            PCI

$ pacman -Qe | grep nvidia
lib32-nvidia-utils 460.80-1
linux510-nvidia 460.80-1
linux511-nvidia 460.80-1
linux512-nvidia 460.80-1
nvidia-utils 460.80-1

Alright so it looks like changing the display settings from the built in settings

win menu → settings manager → display

Fixes the issue.

I’m not really sure why the nvidia stuff wasn’t working but whatever, I have dual monitor now so I’m happy :pray:

Of course after you have the correct nvidia.conf you have to line up the configurations from the System Settings. Have you tried to use your config and see what gives in System Settings?

Because was a mess of config …

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.