I want nvidia modules to load early so I don’t have to deal with low-resolution during startup or when booting to a terminal.
And looks like EOS uses dracut
instead of the Arch Linux default mkinitcpio
. So I went with dracut
to early load nvidia modules.
But what I want to know is do I have to create pacman hook for when the kernel is updated? Or is that behavior something EOS configures by default?
dalto
May 18, 2023, 12:14pm
2
We already rebuild the dracut images when the kernel is updated. The purpose of the hook is for when the nvidia drivers are updated but the kernel isn’t.
I believe nvidia-inst
will install that hook if you used it to install the drivers. If not, you can install nvidia-hook
which is a package in our repo.
I need nvidia-470xx
and nvidia-inst
doesn’t support those legacy drivers.
So I installed nvidia-470xx-dkms
, nvidia-470xx-utils
and nvidia-470xx-settings
from AUR.
Will nvidia-hook
work for legacy nvidia drivers?
dalto
May 18, 2023, 1:01pm
4
It checks for nvidia-470xx-dkms
so it should work.
All it does is rebuild the boot images when the nvidia drivers are updated.
1 Like
system
Closed
May 20, 2023, 7:40pm
6
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.