Hi @abchauhan , to be clear does this issue you filed also encompass single GPU setups as well?
I’d filed an issue against Arch vulkan-tools package after finding both vulkaninfo
and vkcube
are no longer functional as of the 560 series release (had been confirmed working in 555, 550 series), but I later closed it:
$ vulkaninfo
'DISPLAY' environment variable not set... skipping surface info
wl_surface#6: error 0: DRM Syncobj surface object already created for surface 6
$ vkcube-wayland
Selected GPU 0: NVIDIA GeForce GTX 1050 Ti, type: DiscreteGpu
wl_surface#6: error 0: DRM Syncobj surface object already created for surface 6
Segmentation fault (core dumped)
I’ve also been following a seemingly related Mutter issue, but the developers point to this being strictly an nVidia driver problem:
Wayland clients break with Mesa - explicit sync related?
Current stack:
- nvidia 560.35.03
- kernel 6.10.10
- mutter 46.4
- mesa 24.2.2
- vulkan-tools 1.3.269
- vulkan-icd-loader 1.3.295
Thanks!