1
0
Fork 0
forked from RP1/RaveOS-arch

nvidia fix

This commit is contained in:
RP1 2025-01-05 18:58:13 +01:00
parent 0512865fe9
commit f9b60c01ae

View file

@ -87,7 +87,7 @@ Locale=$(echo $LANG)
echo "initrd /intel-ucode.img" | sudo tee -a /boot/loader/entries/*.conf
fi
# nVidia
# nVidia - Credit to Lordify
if [[ $nVidia -gt 0 ]]; then
sudo pacman -S linux-zen linux-zen-headers --noconfirm # Make sure you have Zen kernel installed
sleep 1