You are not logged in.
I program glwf applications my self and they worked seamlesly until yesterday when I did a full system uppgade where nvidia-utils got updated from 367.27 to 367.35. First I thought this was the problem but by closer inspection the problem was in Vulkan. Removing vulkan-icd-loader fixed this but now I don't have Vulkan.
So is there a way for the nVidia driver (with Bumblebee) to co-exist with vulkan-icd-loader when using glfw?
Stack trace for anyone interested:
#0 0x00007ffff0a837ad in ?? () from /usr/lib/libGLX_nvidia.so.0
#1 0x00007ffff0a4c0b8 in ?? () from /usr/lib/libGLX_nvidia.so.0
#2 0x00007ffff0a6e712 in vk_icdGetInstanceProcAddr () from /usr/lib/libGLX_nvidia.so.0
#3 0x00007ffff0d10c23 in ?? () from /usr/lib/libvulkan.so.1
#4 0x00007ffff0d143c6 in vkEnumerateInstanceExtensionProperties () from /usr/lib/libvulkan.so.1
#5 0x00007ffff76cf636 in ?? () from /usr/lib/libglfw.so.3
#6 0x00007ffff76cd1b6 in glfwInit () from /usr/lib/libglfw.so.3
#7 0x0000000000402f58 in main (argc=1, argv=0x7fffffffe628) at /home/user/project/main.cpp:121
Offline