You are not logged in.
Pages: 1
Here's the output
vulkaninfo
/home/builder/build/src/SwiftShader/src/WSI/VkSurfaceKHR.cpp:246 WARNING: UNSUPPORTED: pSurfaceCapabilities->pNext sType = 1000111000
/home/builder/build/src/SwiftShader/src/WSI/VkSurfaceKHR.cpp:246 WARNING: UNSUPPORTED: pSurfaceCapabilities->pNext sType = 1000239000
fish: Job 1, 'vulkaninfo' terminated by signal SIGSEGV (Address boundary error)
Here's every vulkan package on my laptop
lib32-vulkan-icd-loader 1.3.295-1
lib32-vulkan-intel 1:24.2.7-1
lib32-vulkan-mesa-layers 1:24.2.7-1
lib32-vulkan-swrast 1:24.2.7-1
lib32-vulkan-validation-layers 1.3.290-2
vulkan-extra-layers 1.3.250.0-1
vulkan-extra-tools 1.3.250.0-1
vulkan-headers 1:1.3.295-1
vulkan-html-docs 1:1.3.279-1
vulkan-icd-loader 1.3.295-1
vulkan-intel 1:24.2.7-1
vulkan-mesa-layers 1:24.2.7-1
vulkan-swrast 1:24.2.7-1
vulkan-tools 1.3.269-1
vulkan-utility-libraries 1.3.295-1
vulkan-validation-layers 1.3.290-2
swiftshader-git r7221.4074d9674b-1
Last edited by okbzl (Yesterday 15:08:39)
Offline
Try removing swiftshader-git .
If that doesn't help, please post the outputs of
$ lspci -k
$ type vulkaninfo
$ printenv
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
It works. Though how did swiftshader affect vulkaninfo's output though?
Offline
To do what it does swiftshader registers itself in a layer, vulkaninfo's job is to give you information on your vulkan implementation - including the layers. It queried something swiftshader didn't handle properly and everything died.
Offline
Pages: 1