I’ve installed and configured Plymouth on my system with gnome de, I would like to know if this procedure is correct, I’ve installed on my two notebooks (nvidia on one and ati on second one) and works good.
I don’t prefer proprietary driver
yay -S plymouth
plymouth-set-default-theme -l
sudo nano /etc/dracut.conf.d/ati.conf
added:
force_drivers+=" modeset "
Installed endeavouros plymouth theme
yay plymouth-theme-endeavouros
sudo nano /etc/plymouth/plymouthd.conf
[Daemon]
Theme=endeavouros
sudo nano /etc/default/grub
on GRUB_CMDLINE_LINUX_DEFAULT added quit splash
GRUB_CMDLINE_LINUX_DEFAULT=‘nowatchdog nvme_load=YES loglevel=3 zswap.enabled=0 quiet splash’
sudo dracut rebuild
sudo grub-mkconfig -o /boot/grub/grub.cfg
What do you think, is this correct?