-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
clock example fails on FreeBSD: Error: GraphicsCreationFailed(GraphicsAdapterNotFound) #1499
Comments
You could try building with the Do you have a driver with that supports Vulkan? |
The clock example seem to run for me on FreeBSD without any changes or feature flags (AMD Renoir integrated graphics, drm-kmod/amdgpu installed, on either X or Wayland). |
My GPU is NVidia. Do I have to install some package for this? |
I don't think it should require anything specific other than installing and enabling the drivers that would be needed for accelerated graphics in any other software: https://docs.freebsd.org/en/books/handbook/x11/#x-config-video-cards
|
I have a functional OpenGL installation but the clock example fails with the error from my first message. |
What about Vulkan? Wgpu defaults to that, not sure if it should automatically fallback. |
Same error with WGPU_BACKEND=gl |
Hm, not sure why it's working on my FreeBSD install but not yours. I would look at
|
|
Are your vulkan libraries located in a non-standard path? I had the same problem for both glow and vulkan/wgpu in NixOS. I solved it by specifying the path to the libraries:
Of course you have to adapt the paths. |
According to unrelated bug you have GeForce GT 610 which is limited to legacy 390 series of NVIDIA driver. However, NVIDIA didn't include Vulkan driver in FreeBSD version back then:
|
Is there an existing issue for this?
Is this issue related to iced?
What happened?
What is the expected behavior?
n/a
Version
master
Operative System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: