Closed sunbearc22 closed 7 years ago
I just noticed that my codes had all chosen to use my onboard Intel Skylake GPU as the physical device instead of using my Nvidia GPU. I got the same outcome from using your example_sdl2.py
code and validation layer complained it can't create a surface.
I recalled that my display driver was just upgrade to Nvidia 384.90 today from an earlier Nvidia driver. I suspect this may be an issue caused by the new display driver. Will check on this and update you.
Hello @sunbearc22, I wait for your update but indeed it seems related to your driver.
Yes, the issue is caused by Ubuntu's nvidia-384 driver. Fortunately, users can quickly rectify the matter, while Ubuntu's graphics driver maintainer fix the mistake. More details given here.
Hi realitix...
There seem to be an issue in vulkan's
__init__.py
", line 2204, in function_new
My original code which used to work:
the error is in listcomp
for i in queue_family_indices ]
Can you let me know what is wrong and how I can fix it?