-
Notifications
You must be signed in to change notification settings - Fork 49
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
noeuclid is not a GPU raytracing game ? #63
Comments
Mesa (the OpenGL/Vulkan/... library used by all open source GPU drivers on Linux) has support for software rendering when using OpenGL. This allows OpenGL based programs to work even without a GPU, albeit much slower than when you have a GPU. In addition if you are not using an nvidia gpu (or not using the proprietary nvidia driver as opposed to the open source one that is the default), nvidia-smi probably won't show any GPU. You can use
The last line indicates that it uses the integrated gpu of my intel cpu for rendering. If I force software rendering using
Llvmpipe is the name of mesa's software OpenGL renderer. |
hi dear @bjorn3 but I still can't prove if noeuclid uses GPU, what can I do? thank you |
Yeah, the software renderer of mesa is used. You use an nvidea gpu, right? Which driver do you have installed? The opensource noveau (should be the default) or the proprietary one from nvidea themselves? |
Hi dear author,
It's a great honor to write a letter here, I have installed noeuclid and inout $nvidia-smi at the same time, but it shows there is no GPU processor,
thank you
Best Regards
William
The text was updated successfully, but these errors were encountered: