yes! that was it and I got joint_monkey.py to work properly. I had both nvidia and intel mesa drivers listed in vulkaninfo and forcing to use nvidia fixed the problem:
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json`
Just as in @sb1 ’s case:
Hi Gav,
That was it. It actually listed two drivers/devices
VkPhysicalDeviceDriverProperties:
---------------------------------
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 455.38
conformanceVersion = 1.2.2.1
and
VkPhysicalDeviceDriverProperties:
---------------------------------
driverID = DRIVER_ID_INTEL_OPEN_SOURCE_MESA
driverName = Intel open-source Mesa driver
driverInfo = Mesa 20.0.8
conformanceVers…
Thanks!
5 Likes