-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running desktop app on Arch linux #14
Comments
The warning shouldn't be a problem. I'm not sure what causes the X error. Do other Vulkan test apps work? Are you running over any kind of remote connection (ssh, remote desktop, etc.)? Are you using X11 or xwayland? |
Hello, I've played with a few simple Vulkan test apps. They seem to work fine. Even games running on vulkan such as Veloren. I'm on a laptop with hybrid graphics but I'm using my dedicated GPU which is NVidia GeForce 1050ti. I'm on X11 currently And I'm running everything locally. No ssh stuff unless I'm missing something. |
Thanks for the info, it does sound like it should work. From this random search result, it could have something to do with Dawn using the wrong GPU or there being some issue crossing from one GPU to the other. Could you check Could you try building and running Dawn's own samples to see if they run into the same problem? |
I've attached the output of vulkaninfo. I haven't tried to build the dawn's samples yet but I'll give it a try once I find some time. |
From what I can see, there are indeed two Vulkan devices:
|
OK something weird is happening. I've just built and run Dawn's samples. When my gpu settings are set on "hybrid" all of the samples will ran fine. In addition there's the following log in console
However when I switched to my discrete GPU (Nvidia 1050ti) I then tried to ran the samples once again and got the following error
Seems like it still tries to use the intel gpu even though I switched to NVidia? |
Hello, I've been trying to build and run the demo app on desktop but I ran into the following error while executing the binary
Any ideas?
The text was updated successfully, but these errors were encountered: