You are not logged in.

#1 2023-12-07 23:18:48

sikora
Member
Registered: 2023-12-07
Posts: 6

[SOLVED] Picom fails to launch on nvidia multihead

When i try to run picom ( installed via pacman ) I get this error:
[ 12/08/2023 00:11:26.276 x_get_server_pictfmts FATAL ERROR ] failed to get pict formats

[1]    11091 IOT instruction (core dumped)  picom

I have an nvidia RTX4070, and I am using the proprietary drivers. I have two monitors and xinerama is enabled in nvidia settings. My WM is berry and i am using X as the windowing server.

Last edited by sikora (2023-12-08 23:12:57)

Offline

#2 2023-12-08 00:38:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,447

Re: [SOLVED] Picom fails to launch on nvidia multihead

What happens if you don't enable xinerama? AFAIK it's pretty much dead and especially issues like these can quite likely be the cause. I'd also suggest to configure picom to use the glx rather than the xrender backend it uses by default.

Last edited by V1del (2023-12-08 00:38:55)

Offline

#3 2023-12-08 08:29:30

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: [SOLVED] Picom fails to launch on nvidia multihead

xinerama notably conflicts w/ xrandr what will throw a lot of clients off.
Better post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#4 2023-12-08 10:15:42

sikora
Member
Registered: 2023-12-07
Posts: 6

Re: [SOLVED] Picom fails to launch on nvidia multihead

V1del wrote:

What happens if you don't enable xinerama? AFAIK it's pretty much dead and especially issues like these can quite likely be the cause. I'd also suggest to configure picom to use the glx rather than the xrender backend it uses by default.

If xinerama is disabled and i try to login with sddm i enter the correct password, screen goes black for a second, and returns back to sddm. Essentially in an endless loop of logging in

Last edited by sikora (2023-12-08 10:37:36)

Offline

#5 2023-12-08 10:35:14

sikora
Member
Registered: 2023-12-07
Posts: 6

Re: [SOLVED] Picom fails to launch on nvidia multihead

seth wrote:

xinerama notably conflicts w/ xrandr what will throw a lot of clients off.
Better post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

[   856.204] (--) Log file renamed from "/var/log/Xorg.pid-19664.log" to "/var/log/Xorg.0.log"
[   856.205] 
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[   856.205] Current Operating System: Linux sikora-desktop 6.6.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 04 Dec 2023 00:29:19 +0000 x86_64
[   856.205] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f07568d1-3975-4381-8d00-740a8aa08481 rw loglevel=3 quiet
[   856.205]  
[   856.205] Current version of pixman: 0.42.2
[   856.205] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   856.205] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   856.205] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec  8 11:32:04 2023
[   856.205] (==) Using config file: "/etc/X11/xorg.conf"
[   856.205] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   856.206] (==) ServerLayout "Layout0"
[   856.206] (**) |-->Screen "Screen0" (0)
[   856.206] (**) |   |-->Monitor "Monitor0"
[   856.206] (**) |   |-->Device "Device0"
[   856.206] (**) |-->Screen "Screen1" (1)
[   856.206] (**) |   |-->Monitor "Monitor1"
[   856.206] (**) |   |-->Device "Device1"
[   856.206] (**) |-->Input Device "Keyboard0"
[   856.206] (**) |-->Input Device "Mouse0"
[   856.206] (**) Option "Xinerama" "1"
[   856.206] (==) Automatically adding devices
[   856.206] (==) Automatically enabling devices
[   856.206] (==) Automatically adding GPU devices
[   856.206] (==) Automatically binding GPU devices
[   856.206] (**) Xinerama: enabled
[   856.206] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   856.206] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   856.206] 	Entry deleted from font path.
[   856.206] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   856.206] 	Entry deleted from font path.
[   856.207] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   856.207] (==) ModulePath set to "/usr/lib/xorg/modules"
[   856.207] (**) Extension "Composite" is enabled
[   856.207] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   856.207] (WW) Disabling Keyboard0
[   856.207] (WW) Disabling Mouse0
[   856.207] (II) Module ABI versions:
[   856.207] 	X.Org ANSI C Emulation: 0.4
[   856.207] 	X.Org Video Driver: 25.2
[   856.207] 	X.Org XInput driver : 24.4
[   856.207] 	X.Org Server Extension : 10.0
[   856.207] (++) using VT number 2

[   856.207] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   856.209] (II) xfree86: Adding drm device (/dev/dri/card2)
[   856.209] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card2
[   856.210] (II) xfree86: Adding drm device (/dev/dri/card1)
[   856.210] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[   856.210] (II) xfree86: Adding drm device (/dev/dri/card0)
[   856.210] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[   856.215] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   856.216] (--) PCI: (0@0:2:0) 8086:a780:1462:7e07 rev 4, Mem @ 0x6403000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64
[   856.216] (--) PCI:*(1@0:0:0) 10de:2786:1458:40ed rev 161, Mem @ 0x81000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   856.216] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   856.216] (II) LoadModule: "glx"
[   856.216] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   856.217] (II) Module glx: vendor="X.Org Foundation"
[   856.217] 	compiled for 1.21.1.9, module version = 1.0.0
[   856.217] 	ABI class: X.Org Server Extension, version 10.0
[   856.217] (II) LoadModule: "nvidia"
[   856.217] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   856.218] (II) Module nvidia: vendor="NVIDIA Corporation"
[   856.218] 	compiled for 1.6.99.901, module version = 1.0.0
[   856.218] 	Module class: X.Org Video Driver
[   856.218] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[   856.218] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   856.222] (II) Loading sub module "fb"
[   856.222] (II) LoadModule: "fb"
[   856.222] (II) Module "fb" already built-in
[   856.222] (II) Loading sub module "wfb"
[   856.222] (II) LoadModule: "wfb"
[   856.222] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   856.222] (II) Module wfb: vendor="X.Org Foundation"
[   856.222] 	compiled for 1.21.1.9, module version = 1.0.0
[   856.222] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   856.222] (WW) NVIDIA: The Composite and Xinerama extensions are both enabled, which
[   856.222] (WW) NVIDIA:     is an unsupported configuration.  The driver will continue
[   856.222] (WW) NVIDIA:     to load, but may behave strangely.
[   856.222] (WW) NVIDIA: Xinerama is enabled, so RandR has likely been disabled by the
[   856.222] (WW) NVIDIA:     X server.
[   856.223] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   856.223] (==) NVIDIA(0): RGB weight 888
[   856.223] (==) NVIDIA(0): Default visual is TrueColor
[   856.223] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   856.223] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[   856.223] (**) NVIDIA(0): Option "Stereo" "0"
[   856.223] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[   856.223] (**) NVIDIA(0): Option "SLI" "Off"
[   856.223] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   856.223] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   856.223] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   856.223] (**) NVIDIA(0): Stereo disabled by request
[   856.223] (**) NVIDIA(0): NVIDIA SLI disabled.
[   856.223] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   856.223] (**) NVIDIA(0): Option "MetaModes" "DP-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On, AllowGSYNC=Off}"
[   856.223] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[   856.223] (**) NVIDIA(1): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On, AllowGSYNC=Off}"
[   856.223] (**) NVIDIA(0): Enabling 2D acceleration
[   856.223] (II) Loading sub module "glxserver_nvidia"
[   856.223] (II) LoadModule: "glxserver_nvidia"
[   856.223] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   856.229] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   856.229] 	compiled for 1.6.99.901, module version = 1.0.0
[   856.229] 	Module class: X.Org Server Extension
[   856.229] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[   856.229] (II) NVIDIA: The X server supports PRIME Render Offload.
[   856.765] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   856.765] (--) NVIDIA(0):     DFP-0 (boot)
[   856.765] (--) NVIDIA(0):     DFP-1 (boot)
[   856.765] (--) NVIDIA(0):     DFP-2
[   856.765] (--) NVIDIA(0):     DFP-3
[   856.765] (--) NVIDIA(0):     DFP-4
[   856.765] (--) NVIDIA(0):     DFP-5
[   856.765] (--) NVIDIA(0):     DFP-6
[   856.765] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4070 (AD104-A) at PCI:1:0:0
[   856.765] (II) NVIDIA(0):     (GPU-0)
[   856.765] (--) NVIDIA(0): Memory: 12576768 kBytes
[   856.765] (--) NVIDIA(0): VideoBIOS: 95.04.3e.08.72
[   856.765] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   856.809] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[   856.809] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[   856.809] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 600.0 MHz maximum pixel clock
[   856.809] (--) NVIDIA(GPU-0): 
[   856.809] (--) NVIDIA(GPU-0): Idek Iiyama PL2730H (DFP-1): connected
[   856.809] (--) NVIDIA(GPU-0): Idek Iiyama PL2730H (DFP-1): Internal DisplayPort
[   856.809] (--) NVIDIA(GPU-0): Idek Iiyama PL2730H (DFP-1): 2670.0 MHz maximum pixel clock
[   856.809] (--) NVIDIA(GPU-0): 
[   856.813] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   856.813] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   856.813] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   856.813] (--) NVIDIA(GPU-0): 
[   856.813] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   856.813] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   856.813] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   856.813] (--) NVIDIA(GPU-0): 
[   856.814] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   856.814] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   856.814] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   856.814] (--) NVIDIA(GPU-0): 
[   856.814] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   856.814] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   856.814] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   856.814] (--) NVIDIA(GPU-0): 
[   856.814] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   856.814] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   856.814] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   856.814] (--) NVIDIA(GPU-0): 
[   856.864] (II) NVIDIA(0): Validated MetaModes:
[   856.864] (II) NVIDIA(0):    
[   856.864] (II) NVIDIA(0):     "DP-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNC=Off}"
[   856.864] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   856.911] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[   856.911] (--) NVIDIA(0):     option
[   856.911] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[   856.911] (==) NVIDIA(1): RGB weight 888
[   856.911] (==) NVIDIA(1): Default visual is TrueColor
[   856.911] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[   856.911] (**) NVIDIA(1): Option "Stereo" "0"
[   856.911] (**) NVIDIA(1): Option "nvidiaXineramaInfoOrder" "DFP-0"
[   856.911] (**) NVIDIA(1): Option "SLI" "Off"
[   856.911] (**) NVIDIA(1): Option "MultiGPU" "Off"
[   856.911] (**) NVIDIA(1): Option "BaseMosaic" "off"
[   856.911] (**) NVIDIA(1): Option "AllowEmptyInitialConfiguration"
[   856.911] (**) NVIDIA(1): Stereo disabled by request
[   856.911] (**) NVIDIA(1): NVIDIA SLI disabled.
[   856.911] (**) NVIDIA(1): NVIDIA Multi-GPU disabled.
[   856.911] (II) NVIDIA: The X server supports PRIME Render Offload.
[   856.911] (II) NVIDIA(1): NVIDIA GPU NVIDIA GeForce RTX 4070 (AD104-A) at PCI:1:0:0
[   856.911] (II) NVIDIA(1):     (GPU-0)
[   856.911] (--) NVIDIA(1): Memory: 12576768 kBytes
[   856.911] (--) NVIDIA(1): VideoBIOS: 95.04.3e.08.72
[   856.911] (II) NVIDIA(1): Detected PCI Express Link width: 16X
[   856.957] (II) NVIDIA(1): Validated MetaModes:
[   856.957] (II) NVIDIA(1):    
[   856.957] (II) NVIDIA(1):     "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNC=Off}"
[   856.957] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
[   857.001] (--) NVIDIA(1): DPI set to (101, 101); computed from "UseEdidDpi" X config
[   857.001] (--) NVIDIA(1):     option
[   857.001] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[   857.001] (II) NVIDIA:     access.
[   857.002] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   857.002] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   857.002] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   857.002] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   857.002] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   857.002] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   857.002] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   857.002] (II) NVIDIA(0):     Config Options in the README.
[   857.013] (II) NVIDIA(0): Setting mode "DP-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNC=Off}"
[   857.109] (==) NVIDIA(0): Disabling shared memory pixmaps
[   857.109] (==) NVIDIA(0): Backing store enabled
[   857.109] (==) NVIDIA(0): Silken mouse enabled
[   857.109] (**) NVIDIA(0): DPMS enabled
[   857.109] (II) Loading sub module "dri2"
[   857.109] (II) LoadModule: "dri2"
[   857.109] (II) Module "dri2" already built-in
[   857.109] (II) NVIDIA(0): [DRI2] Setup complete
[   857.109] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   857.109] (WW) NVIDIA(0): Not registering RandR
[   857.111] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
[   857.111] (II) NVIDIA(1):     may not be running or the "AcpidSocketPath" X
[   857.111] (II) NVIDIA(1):     configuration option may not be set correctly.  When the
[   857.111] (II) NVIDIA(1):     ACPI event daemon is available, the NVIDIA X driver will
[   857.111] (II) NVIDIA(1):     try to use it to receive ACPI event notifications.  For
[   857.111] (II) NVIDIA(1):     details, please see the "ConnectToAcpid" and
[   857.111] (II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
[   857.111] (II) NVIDIA(1):     Config Options in the README.
[   857.122] (II) NVIDIA(1): Setting mode "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNC=Off}"
[   857.246] (WW) NVIDIA(1): Failed to request fliplock.
[   857.247] (==) NVIDIA(1): Disabling shared memory pixmaps
[   857.251] (==) NVIDIA(1): Backing store enabled
[   857.251] (==) NVIDIA(1): Silken mouse enabled
[   857.251] (==) NVIDIA(1): DPMS enabled
[   857.251] (II) Loading sub module "dri2"
[   857.251] (II) LoadModule: "dri2"
[   857.251] (II) Module "dri2" already built-in
[   857.251] (II) NVIDIA(1): [DRI2] Setup complete
[   857.251] (II) NVIDIA(1): [DRI2]   VDPAU driver: nvidia
[   857.251] (WW) NVIDIA(1): Not registering RandR
[   857.251] (II) Initializing extension Generic Event Extension
[   857.251] (II) Initializing extension SHAPE
[   857.251] (II) Initializing extension MIT-SHM
[   857.251] (II) Initializing extension XInputExtension
[   857.252] (II) Initializing extension XTEST
[   857.252] (II) Initializing extension BIG-REQUESTS
[   857.252] (II) Initializing extension SYNC
[   857.252] (II) Initializing extension XKEYBOARD
[   857.252] (II) Initializing extension XC-MISC
[   857.252] (II) Initializing extension SECURITY
[   857.252] (II) Initializing extension XINERAMA
[   857.252] (II) Initializing extension XFIXES
[   857.252] (II) Initializing extension RENDER
[   857.252] (II) Initializing extension RANDR
[   857.252] (II) Initializing extension COMPOSITE
[   857.252] (II) Initializing extension DAMAGE
[   857.252] (II) Initializing extension MIT-SCREEN-SAVER
[   857.252] (II) Initializing extension DOUBLE-BUFFER
[   857.252] (II) Initializing extension RECORD
[   857.252] (II) Initializing extension DPMS
[   857.252] (II) Initializing extension Present
[   857.252] (II) Initializing extension DRI3
[   857.252] (II) Initializing extension X-Resource
[   857.252] (II) Initializing extension XVideo
[   857.252] (II) Initializing extension XVideo-MotionCompensation
[   857.252] (II) Initializing extension GLX
[   857.252] (II) Initializing extension GLX
[   857.252] (II) Indirect GLX disabled.
[   857.252] (II) GLX: Another vendor is already registered for screen 0
[   857.252] (II) GLX: Another vendor is already registered for screen 1
[   857.252] (II) Initializing extension XFree86-VidModeExtension
[   857.252] (II) Initializing extension XFree86-DGA
[   857.252] (II) Initializing extension XFree86-DRI
[   857.252] (II) Initializing extension DRI2
[   857.252] (II) Initializing extension NV-GLX
[   857.252] (II) Initializing extension NV-CONTROL
[   857.295] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   857.295] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   857.295] (II) LoadModule: "libinput"
[   857.295] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   857.296] (II) Module libinput: vendor="X.Org Foundation"
[   857.296] 	compiled for 1.21.1.8, module version = 1.4.0
[   857.296] 	Module class: X.Org XInput Driver
[   857.296] 	ABI class: X.Org XInput driver, version 24.4
[   857.296] (II) Using input driver 'libinput' for 'Power Button'
[   857.296] (**) Power Button: always reports core events
[   857.296] (**) Option "Device" "/dev/input/event2"
[   857.296] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   857.296] (II) event2  - Power Button: device is a keyboard
[   857.296] (II) event2  - Power Button: device removed
[   857.341] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   857.341] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   857.342] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   857.343] (II) event2  - Power Button: device is a keyboard
[   857.343] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   857.343] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   857.343] (II) Using input driver 'libinput' for 'Video Bus'
[   857.343] (**) Video Bus: always reports core events
[   857.343] (**) Option "Device" "/dev/input/event3"
[   857.344] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   857.345] (II) event3  - Video Bus: device is a keyboard
[   857.345] (II) event3  - Video Bus: device removed
[   857.400] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[   857.400] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   857.401] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   857.401] (II) event3  - Video Bus: device is a keyboard
[   857.402] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   857.402] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   857.402] (II) Using input driver 'libinput' for 'Power Button'
[   857.402] (**) Power Button: always reports core events
[   857.402] (**) Option "Device" "/dev/input/event1"
[   857.403] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   857.403] (II) event1  - Power Button: device is a keyboard
[   857.403] (II) event1  - Power Button: device removed
[   857.426] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   857.426] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   857.428] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   857.428] (II) event1  - Power Button: device is a keyboard
[   857.428] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   857.428] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   857.428] (II) Using input driver 'libinput' for 'Sleep Button'
[   857.428] (**) Sleep Button: always reports core events
[   857.428] (**) Option "Device" "/dev/input/event0"
[   857.429] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   857.430] (II) event0  - Sleep Button: device is a keyboard
[   857.430] (II) event0  - Sleep Button: device removed
[   857.453] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   857.453] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   857.454] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   857.454] (II) event0  - Sleep Button: device is a keyboard
[   857.455] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[   857.455] (II) No input driver specified, ignoring this device.
[   857.455] (II) This device may have been added with another device file.
[   857.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[   857.456] (II) No input driver specified, ignoring this device.
[   857.456] (II) This device may have been added with another device file.
[   857.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[   857.456] (II) No input driver specified, ignoring this device.
[   857.456] (II) This device may have been added with another device file.
[   857.457] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[   857.457] (II) No input driver specified, ignoring this device.
[   857.457] (II) This device may have been added with another device file.
[   857.458] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event14)
[   857.458] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput pointer catchall"
[   857.458] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[   857.458] (**) Razer Razer DeathAdder Elite: always reports core events
[   857.458] (**) Option "Device" "/dev/input/event14"
[   857.515] (II) event14 - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[   857.515] (II) event14 - Razer Razer DeathAdder Elite: device is a pointer
[   857.516] (II) event14 - Razer Razer DeathAdder Elite: device removed
[   857.556] (II) libinput: Razer Razer DeathAdder Elite: Step value 0 was provided, libinput Fallback acceleration function is used.
[   857.556] (II) libinput: Razer Razer DeathAdder Elite: Step value 0 was provided, libinput Fallback acceleration function is used.
[   857.556] (II) libinput: Razer Razer DeathAdder Elite: Step value 0 was provided, libinput Fallback acceleration function is used.
[   857.556] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.1/1-12.2.2.1:1.0/0003:1532:005C.0003/input/input14/event14"
[   857.556] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: MOUSE, id 10)
[   857.556] (**) Option "AccelerationScheme" "none"
[   857.556] (**) Razer Razer DeathAdder Elite: (accel) selected scheme none/0
[   857.556] (**) Razer Razer DeathAdder Elite: (accel) acceleration factor: 2.000
[   857.556] (**) Razer Razer DeathAdder Elite: (accel) acceleration threshold: 4
[   857.615] (II) event14 - Razer Razer DeathAdder Elite: is tagged by udev as: Mouse
[   857.615] (II) event14 - Razer Razer DeathAdder Elite: device is a pointer
[   857.617] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/mouse0)
[   857.617] (II) No input driver specified, ignoring this device.
[   857.617] (II) This device may have been added with another device file.
[   857.618] (II) config/udev: Adding input device Razer Razer DeathAdder Elite Keyboard (/dev/input/event15)
[   857.618] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[   857.618] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[   857.618] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[   857.618] (**) Option "Device" "/dev/input/event15"
[   857.620] (II) event15 - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[   857.620] (II) event15 - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[   857.620] (II) event15 - Razer Razer DeathAdder Elite Keyboard: device removed
[   857.650] (II) libinput: Razer Razer DeathAdder Elite Keyboard: needs a virtual subdevice
[   857.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.1/1-12.2.2.1:1.1/0003:1532:005C.0004/input/input15/event15"
[   857.650] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: MOUSE, id 11)
[   857.650] (**) Option "AccelerationScheme" "none"
[   857.650] (**) Razer Razer DeathAdder Elite Keyboard: (accel) selected scheme none/0
[   857.650] (**) Razer Razer DeathAdder Elite Keyboard: (accel) acceleration factor: 2.000
[   857.650] (**) Razer Razer DeathAdder Elite Keyboard: (accel) acceleration threshold: 4
[   857.652] (II) event15 - Razer Razer DeathAdder Elite Keyboard: is tagged by udev as: Keyboard
[   857.652] (II) event15 - Razer Razer DeathAdder Elite Keyboard: device is a keyboard
[   857.654] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event16)
[   857.654] (II) No input driver specified, ignoring this device.
[   857.654] (II) This device may have been added with another device file.
[   857.655] (II) config/udev: Adding input device Razer Razer DeathAdder Elite (/dev/input/event17)
[   857.655] (**) Razer Razer DeathAdder Elite: Applying InputClass "libinput keyboard catchall"
[   857.655] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite'
[   857.655] (**) Razer Razer DeathAdder Elite: always reports core events
[   857.655] (**) Option "Device" "/dev/input/event17"
[   857.657] (II) event17 - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[   857.658] (II) event17 - Razer Razer DeathAdder Elite: device is a keyboard
[   857.658] (II) event17 - Razer Razer DeathAdder Elite: device removed
[   857.680] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.1/1-12.2.2.1:1.2/0003:1532:005C.0005/input/input17/event17"
[   857.680] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite" (type: KEYBOARD, id 12)
[   857.682] (II) event17 - Razer Razer DeathAdder Elite: is tagged by udev as: Keyboard
[   857.683] (II) event17 - Razer Razer DeathAdder Elite: device is a keyboard
[   857.684] (II) config/udev: Adding input device Razer Razer Ornata Chroma (/dev/input/event18)
[   857.684] (**) Razer Razer Ornata Chroma: Applying InputClass "libinput keyboard catchall"
[   857.684] (II) Using input driver 'libinput' for 'Razer Razer Ornata Chroma'
[   857.684] (**) Razer Razer Ornata Chroma: always reports core events
[   857.684] (**) Option "Device" "/dev/input/event18"
[   857.686] (II) event18 - Razer Razer Ornata Chroma: is tagged by udev as: Keyboard
[   857.687] (II) event18 - Razer Razer Ornata Chroma: device is a keyboard
[   857.687] (II) event18 - Razer Razer Ornata Chroma: device removed
[   857.720] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.4/1-12.2.2.4:1.0/0003:1532:021E.0006/input/input18/event18"
[   857.720] (II) XINPUT: Adding extended input device "Razer Razer Ornata Chroma" (type: KEYBOARD, id 13)
[   857.722] (II) event18 - Razer Razer Ornata Chroma: is tagged by udev as: Keyboard
[   857.722] (II) event18 - Razer Razer Ornata Chroma: device is a keyboard
[   857.724] (II) config/udev: Adding input device Razer Razer Ornata Chroma Keyboard (/dev/input/event19)
[   857.724] (**) Razer Razer Ornata Chroma Keyboard: Applying InputClass "libinput keyboard catchall"
[   857.724] (II) Using input driver 'libinput' for 'Razer Razer Ornata Chroma Keyboard'
[   857.724] (**) Razer Razer Ornata Chroma Keyboard: always reports core events
[   857.724] (**) Option "Device" "/dev/input/event19"
[   857.726] (II) event19 - Razer Razer Ornata Chroma Keyboard: is tagged by udev as: Keyboard
[   857.727] (II) event19 - Razer Razer Ornata Chroma Keyboard: device is a keyboard
[   857.727] (II) event19 - Razer Razer Ornata Chroma Keyboard: device removed
[   857.746] (II) libinput: Razer Razer Ornata Chroma Keyboard: needs a virtual subdevice
[   857.746] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.4/1-12.2.2.4:1.1/0003:1532:021E.0007/input/input19/event19"
[   857.746] (II) XINPUT: Adding extended input device "Razer Razer Ornata Chroma Keyboard" (type: MOUSE, id 14)
[   857.746] (**) Option "AccelerationScheme" "none"
[   857.746] (**) Razer Razer Ornata Chroma Keyboard: (accel) selected scheme none/0
[   857.747] (**) Razer Razer Ornata Chroma Keyboard: (accel) acceleration factor: 2.000
[   857.747] (**) Razer Razer Ornata Chroma Keyboard: (accel) acceleration threshold: 4
[   857.749] (II) event19 - Razer Razer Ornata Chroma Keyboard: is tagged by udev as: Keyboard
[   857.749] (II) event19 - Razer Razer Ornata Chroma Keyboard: device is a keyboard
[   857.751] (II) config/udev: Adding input device Razer Razer Ornata Chroma (/dev/input/event20)
[   857.751] (II) No input driver specified, ignoring this device.
[   857.751] (II) This device may have been added with another device file.
[   857.752] (II) config/udev: Adding input device Razer Razer Ornata Chroma (/dev/input/event21)
[   857.752] (**) Razer Razer Ornata Chroma: Applying InputClass "libinput pointer catchall"
[   857.752] (II) Using input driver 'libinput' for 'Razer Razer Ornata Chroma'
[   857.752] (**) Razer Razer Ornata Chroma: always reports core events
[   857.752] (**) Option "Device" "/dev/input/event21"
[   857.808] (II) event21 - Razer Razer Ornata Chroma: is tagged by udev as: Mouse
[   857.809] (II) event21 - Razer Razer Ornata Chroma: device is a pointer
[   857.809] (II) event21 - Razer Razer Ornata Chroma: device removed
[   857.840] (II) libinput: Razer Razer Ornata Chroma: Step value 0 was provided, libinput Fallback acceleration function is used.
[   857.840] (II) libinput: Razer Razer Ornata Chroma: Step value 0 was provided, libinput Fallback acceleration function is used.
[   857.840] (II) libinput: Razer Razer Ornata Chroma: Step value 0 was provided, libinput Fallback acceleration function is used.
[   857.840] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.4/1-12.2.2.4:1.2/0003:1532:021E.0008/input/input21/event21"
[   857.840] (II) XINPUT: Adding extended input device "Razer Razer Ornata Chroma" (type: MOUSE, id 15)
[   857.840] (**) Option "AccelerationScheme" "none"
[   857.840] (**) Razer Razer Ornata Chroma: (accel) selected scheme none/0
[   857.840] (**) Razer Razer Ornata Chroma: (accel) acceleration factor: 2.000
[   857.840] (**) Razer Razer Ornata Chroma: (accel) acceleration threshold: 4
[   857.898] (II) event21 - Razer Razer Ornata Chroma: is tagged by udev as: Mouse
[   857.899] (II) event21 - Razer Razer Ornata Chroma: device is a pointer
[   857.900] (II) config/udev: Adding input device Razer Razer Ornata Chroma (/dev/input/mouse1)
[   857.900] (II) No input driver specified, ignoring this device.
[   857.900] (II) This device may have been added with another device file.
[   857.901] (II) config/udev: Adding input device MSI MYSTIC LIGHT  (/dev/input/event13)
[   857.901] (II) No input driver specified, ignoring this device.
[   857.901] (II) This device may have been added with another device file.
[   857.901] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[   857.901] (II) No input driver specified, ignoring this device.
[   857.902] (II) This device may have been added with another device file.
[   857.902] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event7)
[   857.902] (II) No input driver specified, ignoring this device.
[   857.902] (II) This device may have been added with another device file.
[   857.902] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event8)
[   857.902] (II) No input driver specified, ignoring this device.
[   857.902] (II) This device may have been added with another device file.
[   857.902] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
[   857.902] (II) No input driver specified, ignoring this device.
[   857.902] (II) This device may have been added with another device file.
[   857.902] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   857.902] (II) No input driver specified, ignoring this device.
[   857.902] (II) This device may have been added with another device file.
[   857.904] (**) Razer Razer DeathAdder Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[   857.904] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Elite Keyboard'
[   857.904] (**) Razer Razer DeathAdder Elite Keyboard: always reports core events
[   857.904] (**) Option "Device" "/dev/input/event15"
[   857.904] (II) libinput: Razer Razer DeathAdder Elite Keyboard: is a virtual subdevice
[   857.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.1/1-12.2.2.1:1.1/0003:1532:005C.0004/input/input15/event15"
[   857.904] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Elite Keyboard" (type: KEYBOARD, id 16)
[   857.904] (**) Razer Razer Ornata Chroma Keyboard: Applying InputClass "libinput keyboard catchall"
[   857.904] (II) Using input driver 'libinput' for 'Razer Razer Ornata Chroma Keyboard'
[   857.904] (**) Razer Razer Ornata Chroma Keyboard: always reports core events
[   857.904] (**) Option "Device" "/dev/input/event19"
[   857.904] (II) libinput: Razer Razer Ornata Chroma Keyboard: is a virtual subdevice
[   857.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12.2/1-12.2.2/1-12.2.2.4/1-12.2.2.4:1.1/0003:1532:021E.0007/input/input19/event19"
[   857.904] (II) XINPUT: Adding extended input device "Razer Razer Ornata Chroma Keyboard" (type: KEYBOARD, id 17) 

This is the output of cat /var/log/Xorg.0.log

Last edited by sikora (2023-12-08 12:49:46)

Offline

#6 2023-12-08 12:45:07

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: [SOLVED] Picom fails to launch on nvidia multihead

Please use [code][/code] tags. Edit your post in this regard.
Then remove /etc/X11/xorg.conf
Since you've a hybrid system w/ two (all?) outputs attached to the nvidia chip, you can use https://wiki.archlinux.org/title/NVIDIA … phics_only
Alternatively (better) simply disable the IGP in the BIOS/UEFI

If this is unintentional and you actually wanted to run the system in regular prime fashion, but w/ all outputs still attached to the nvidia chip, see https://wiki.archlinux.org/title/PRIME#Reverse_PRIME

Whatever you settle on, the static server config that combines a zaphod setup via xinerama is Very. Absolutely. Most likely NOT what you want, so remove that.

Offline

#7 2023-12-08 13:05:53

sikora
Member
Registered: 2023-12-07
Posts: 6

Re: [SOLVED] Picom fails to launch on nvidia multihead

Thank you so much,disabled the igpu in bios and removed xorg.conf, rebooted and everything works as expected

Offline

#8 2023-12-08 13:12:13

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: [SOLVED] Picom fails to launch on nvidia multihead

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB