-
Notifications
You must be signed in to change notification settings - Fork 61
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
How can I tell if Hybrid mode is actually working #136
Comments
Hybrid mode is the default behavior for drivers on Linux, Envycontrol only does a few tweaks for UX and RTD3 ;) |
Ah i see, so with or without envycontrol, if i have nvidia installed, a resource intensive application like for example blender would automatically use nvidia drivers right? |
No, you have to run the app with prefix: https://github.com/bayasdev/envycontrol/wiki/Frequently-Asked-Questions#hybrid |
Ok i'm beginning to understand now, so in theory all i need nvidia and the prime-run package, but if i wanted more convenience like auto turning off the nvidia gpu when not in use without having to manually edit udev rules and nvidia module parameters to do so i would use envycontrol. |
Or just run nvtop and see if both GPUs are shown. |
I use nvidia-smi to check if process is runinng with nvidia |
For future readers ... I found this video that explains Optimus mode ... |
What is your question?
From what I understand, hybrid mode uses the integrated graphics first, then when an application becomes too resource intensive it switches to using the discrete graphics, but when running nvidia-smi I can't tell if it's working or not, is there a better way of telling?
The text was updated successfully, but these errors were encountered: