-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
not working with nvidia driver 470 #52704
Comments
can someone please help? |
You need to reboot after installing or updating Nvidia drivers on Linux, otherwise they don't work. |
thank you! |
It still does not work, what do I do? |
Do I need a faster GPU? |
The GTX 970 supports OpenGL 4.6 and Vulkan. It can run Godot just fine. Are you using a laptop with hybrid graphics (Optimus) by any chance? Also, how did you install Godot? Did you install a distribution package, the Flatpak/Snap, or did you compile it from source? When using the Flatpak, you need to also update the NVIDIA Flatpak driver package after rebooting. Running |
LOL, nope, Godot worked mostly fine with a Radeon 6630M xD - here's a benchmark comparison of the two https://hwbench.com/vgas/geforce-gtx-970m-1-vs-radeon-hd-6630m Your card should be OpenGL 4.1 capable, so the only thing I can think of is either you have a sucky integrated card that doesn't do OpenGL and the system is defaulting to that integrated, or the system isn't picking up your new card at all. EDIT: ninja'd by the two other guys while I was looking up benchmarks |
Check if your driver is correctly installed and active, what's output of the |
I installed the .deb from the app store on my computer and I am not using a laptop I have a full sized gtx 970 and intel core i5 6th gen with 16 gigabytes of ram |
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07) |
that is the output of sudo lspci |
my chip does have integrated graphics and I have had less graphics performance than usual recently, I will check what I am using. |
hardinfo says that I am using the gtx970. |
On a laptop with two cards, I've had to forcefully set DRI_PRIME to get Godot to pick the card I wanted it to.
0 is integrated 1 is discrete. save to a .sh script in the folder where your Godot executable is and run Godot via running this script. |
I am also having problems. I am using Linux 470.62.02 Vulkan driver on a RTX 2060M When I open Gadot I get multiple
and
|
I was using a flatpack accidentally. It works with the regular binary, thanks everyone!!! |
Godot version
3.3 stable
System information
Nvidia geforce gtx 970 nvidia drivers 470 GLES3
Issue description
as soon as I launch Godot the issue in the screenshot come up. I think that the driver does not support openGL.
Steps to reproduce
step 1 install gtx 970 gpu. step2 install driver 470. step3 launch Godot and get the error.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: