On Monday 13 June 2016 15:44:26 Andreas Beckmann wrote: > On 2016-06-13 14:49, Bogdan Vatra wrote: > > I just tried 364 and it doesn't work on Linux 4.6 :( I had to go back to > > 352. Shall I try 367 :) ? > > I'll try to propagate the 4.6 patches from 352 to the newer relases tonight >
I installed 367 and I'm running it right now, seems to be ok. Though VK support is not working. First and foremost it doesn't copy nvidia_icd.json to /usr/share/vulkan/implicit_layer.d and even when I copy it, it still fails to open it, because the vk_loader fails to "map" the functions names (vkGetInstanceProcAddr" -> "vk_optimusGetInstanceProcAddr") even the mapping is in the json file [...] "functions": { "vkGetInstanceProcAddr": "vk_optimusGetInstanceProcAddr" }, [...] BogDan.