Hi,
I'm installing the current latest (on quickpet entry in Fossapup9.5) nvidia driver, which is version number 450.
I know how to make it work (it's on a normal desktop computer, with the screen attached on the nvidia card's hdmi port, so no need to set up optimus ) and usually would just reboot so that the nvidia kernel module can be loaded and thus make the driver work.
Except, I'm mostly using frugal these days, and would prefer, for my own reasons/curiosity/etc to know: how can i install the nvidia driver without having to reboot?
I know already that after installation, two things are usually done, either automatically (on distro's side) or requested of the user (based on experience on other distros beside puppy):
- update initramfs
- restart Xorg
- load nvidia modules
I already know how to do those steps on other distro, but problem is, I'm feeling stuck on the "rebuild/update initramfs" so that I can get access to the nvidia module, without having to reboot (which is the usual step I do on other distros). I tried to install the initramfs-tools package, where most tools I'm used to for doing this reside, but this seems to require a lot more dependencies (perl dependencies, and such) that I had to take a step back ans ask myself: if this isn't installed by default already, then how does puppy build/update it's initramfs?
From what I'm gathering, I'm not sure, but I do know that most tools in the initramfs-tools package are just shell script anyway, so it wouldn't surprise me if puppy had a couple script to do that too.
I'm curious to know how to do that the "puppy" way, or/and by just knowing what/how does puppy update/rebuild it's initramfs, so that i can do it myself in time of need (like now, so that I don't have to reboot to install the nvidia driver)
Thanks in advance.