-
-
Notifications
You must be signed in to change notification settings - Fork 688
Description
Creating this follow up issue as I didn't see any resolution under 4053. I will delete my comments there and past them below instead.
Comment 1:
What ever became of this? The head repo was randomly closed by a ghost 2 weeks ago but it doesn't seem like anything concrete was made from this or the other threads around nvidia-open and nvidia-open-dkms.
If I may propose a solution if still needed.
Maybe for now, asking the user for their GPU model instead of trying to enumerate it would be a better option. At least for now. If you have the option of entering when prompted for example RTX5090, RTX 5090 or, 5090 and the script knows to default to nvidia-open in this instance then it could work. You could even just make ask if the user has an RTX card (RTX2000 onwards) and default to nvidia-open in that case.
Alternatively, maybe there is some way to check how many cuda cores the GPU has or some other arbitrary figure and then enumerate the model from that?
Comment 2:
Also what is the current workaround for this? If we were to install using archinstall and allow it to get the current drivers as we see fit, can we then just install nvidia-open after we boot into the OS on top of the nvidia-open-dkms and it will switch over to nvidia-open or is further configuration needed/recommended in addition to that?