Skip to content
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

Godot not support your video card #76524

Closed
ryugold777 opened this issue Apr 28, 2023 · 7 comments
Closed

Godot not support your video card #76524

ryugold777 opened this issue Apr 28, 2023 · 7 comments
Labels

Comments

@ryugold777
Copy link

ryugold777 commented Apr 28, 2023

Godot version

4.0.dev

System information

Intel HD Graphics 4000

Issue description

When I open my project on arch linux show the message:

Your video card driver seem not to support required vulkan version .
if possible consider updating your video card driver or using the opengl3 driver
you can enable the opengl3 driver by -command-

but 2-3 days ago when I was with ubuntu I was able to run with forwward+. I compile from the source in Ubuntu and arch linux.

miss any packages?

Steps to reproduce

When open Project

Minimal reproduction project

Demo.zip

@and-rad
Copy link
Contributor

and-rad commented Apr 28, 2023

miss any packages?

Probably. Did you make sure that you have the same drivers installed on both systems? Are you dual-booting or are these two different machines?

@akien-mga
Copy link
Member

Make sure to install Vulkan drivers: https://wiki.archlinux.org/title/Vulkan

Closing as it's not a Godot bug, but a system configuration issue.

@akien-mga akien-mga closed this as not planned Won't fix, can't repro, duplicate, stale Apr 28, 2023
@ryugold777
Copy link
Author

Solved! I removed amd and NVidia. Now Works! Thanks!

@Calinou
Copy link
Member

Calinou commented Apr 28, 2023

Make sure to install Vulkan drivers: wiki.archlinux.org/title/Vulkan

Note for future readers: Intel HD Graphics 4000 (Ivy Bridge) officially lack Vulkan support, like Haswell – the Mesa driver for these generations is a non-conformant implementation. Only the Compatibility rendering method is known to work reliably, as it only requires OpenGL 3.3.

@morfeo777
Copy link

Solved! I removed amd and NVidia. Now Works! Thanks!

how you solved it? removing old drivers?

@ryugold777
Copy link
Author

Solved! I removed amd and NVidia. Now Works! Thanks!

how you solved it? removing old drivers?

I removed the nVidia drives and AMD drives that was installed.

@raffomania
Copy link

In case other Arch users find this: I had only the amdvlk installed, additionally installing vulkan-radeon fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants