Fix: typos with driver install, thanks @eight_bit_al
This commit is contained in:
parent
243a0c37b2
commit
c519300b08
@ -1898,7 +1898,7 @@ install_user()
|
||||
{
|
||||
local i=0
|
||||
local groups='video,log,rfkill,wheel'
|
||||
[[ -e $MNT/etc/X11/xorg.conf.d/20-nvida.conf && -e $MNT/usr/bin/optirun ]] && groups+=',bumblebee'
|
||||
[[ -e $MNT/etc/X11/xorg.conf.d/20-nvidia.conf && -e $MNT/usr/bin/optirun ]] && groups+=',bumblebee'
|
||||
|
||||
rm -f "$MNT/root/.zlogin" # remove welcome message
|
||||
|
||||
@ -2275,7 +2275,7 @@ install_tearfree()
|
||||
echo "NVIDIA driver installed"
|
||||
echo "To enable driver vsync:"
|
||||
echo -e "\trun nvidia-settings (as root) on first boot\n\tenable 'ForceFullCompositionPipeline' under the advanced settings"
|
||||
echo -e "\tlastly save the change to your nvida xorg config /etc/X11/xorg.conf.d/20-nvidia.conf"
|
||||
echo -e "\tlastly save the change to your nvidia xorg config /etc/X11/xorg.conf.d/20-nvidia.conf"
|
||||
echo -e "\tand remove everything but the Device and Screen sections from the file"
|
||||
else
|
||||
echo "Unable to install nvidia driver"
|
||||
|
Reference in New Issue
Block a user