Hello,
Today i found this issue in my Manjaro:
spectacle
libva error: /usr/lib/dri/i965_drv_video.so init failed
kpipewire_vaapi_logging: VAAPI: Failed to initialize display
Segmentation fault (core dumped)
Then i try this:
LIBVA_DRIVER_NAME=mesa spectacle
And this works for me.
Then i have installed intel-media-driver:
sudo pacman -S intel-media-driver
And after reboot spectacle works fine.
But probably some is wrong and should be fixed. I not sure. Just informing about found problem and solution.
My GPU:
[aspire ~]# lspci -k | grep -EA3 'VGA|3D|Display'
0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
Subsystem: Acer Incorporated [ALI] Device 1616
Kernel driver in use: i915
Kernel modules: i915, xe
--
0000:01:00.0 3D controller: NVIDIA Corporation GA107M [GeForce RTX 2050] (rev a1)
Subsystem: Acer Incorporated [ALI] Device 1616
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
[aspire ~]#