You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, just followed this tutorial in order to allow for Vulkan on Wsl.
My goal is to use the Nannou framework in Rust.
While following this tutorial, everything went smoothly, except for two things:
When I put export DISPLAY=:1 on my .bashrc, most commands yield errors.
Then I get the expected results, but only if in XLaunch I let the display option be -1 instead of 1
All other configurations are the same as in the tutorial. I also had do toggle the "Disable Access Control" option on XLaunch, or else why would get this error
So, now everything is almost working. I can run vulkan info | grep -i deviceName
and I get the expected result:H
However, there is a small difference, which is the first line in the output.
This does not appear on the tutorial, but does appear on my machine.
I think this is strange. Why is this warning showing?
I must mention also that I can run the demo cube program and it runs fine
The text was updated successfully, but these errors were encountered:
Hey, just followed this tutorial in order to allow for Vulkan on Wsl.
My goal is to use the Nannou framework in Rust.
While following this tutorial, everything went smoothly, except for two things:

When I put export DISPLAY=:1 on my .bashrc, most commands yield errors.
However, if I set DISPLAY env variable like this:
Then I get the expected results, but only if in XLaunch I let the display option be -1 instead of 1


All other configurations are the same as in the tutorial. I also had do toggle the "Disable Access Control" option on XLaunch, or else why would get this error
So, now everything is almost working. I can run


vulkan info | grep -i deviceName
and I get the expected result:H
However, there is a small difference, which is the first line in the output.
This does not appear on the tutorial, but does appear on my machine.
I think this is strange. Why is this warning showing?
I must mention also that I can run the demo cube program and it runs fine
The text was updated successfully, but these errors were encountered: