-
Notifications
You must be signed in to change notification settings - Fork 59
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
eGPUs identifiy as notebook #182
Comments
Hi and first thanks for the bug report. Correct TNUC does currently not support eGPUs and neither more than one NVIDIA GPU. TNUC uses code to determine if your computer is a laptop or desktop no matter if the GPU accually is.. not sure how to solve it without some special command line argument |
[..] I don't know if there's a way to identify if a GPU is an "eGPU". If there is no way then the only solution I see is using command line arguments, like other projects have used in the past. I belive the inital fix would be to provide a command line argument overriding notebook/desktop identify code. I'll keep this issue open until automatic solution can be implemented. I'll start development on the workaround. |
v1.17.0 has been released with the following new command line arguments:
|
Perhaps a check box in the new GPU selector "Override desktop/notebook identification" |
J I wish not to close this issue until a better solution then arguments are added |
Now I need code that saves the overriden settings for the GPU because we use Chassies Type only currently.. it's not ideal |
Accually that idea was scapped, and the referenced commit has a fix for this which is very simple. Just invert the notebook check if no Gpu Id is found for that type. Having a override Gpu Type code was too complex for no good reason. I have pushed the code to branch type-override maybe I'll review it in the future Because if the GPU name exists in both Desktop and Notebook, then we still need a proper override like the GIF shows, and the referenced commit wont fix that issue |
Actually I believe implementing #235 would fix this issue. So that is the new solution. |
Hi, looks like the program is getting confused when I'm trying to use it to update my eGPU drivers. I'm using an RTX 3060Ti in a Razer core X Chroma connected via Thunderbolt 3 to my laptop.
Here's the output I'm getting:
Thanks!
The text was updated successfully, but these errors were encountered: