-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add nvidia-open images #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we test this on :beta with hardware and then push to :stable and :latest ?
Yeah i think we should do this with beta for now and then push it out when people who have nvidia hardware can use it. I sadly can't test nvidia stuff since I don't have any hardware from them anymore 😅 |
I have a machine with an RTX 4080 and a spare SSD that I can use to test this on. I'll try to mess around with it in the next few days to confirm that it's working as expected on hardware. |
I was able to test it out today and it appears to be working, from what I can tell. Driver IdentificationThe system log shows a distinction in the how the driver from the kernel module identifies itself. With
|
I think it's safe to say we can push this into stable and latest and maybe put something in the forums or on the website to be aware of the new open modules. but they seem to work fine for bluefin and bazzite too. |
Pulling in changes by @m2Giles from ublue-os/bluefin#2092.
I confirmed that
just build aurora latest nvidia-open
produces an image without errors, but did not verify on hardware.