6c6,7 < ==> /usr/share/doc/NVIDIA_GLX-1.0/LICENSE else please remove this package --- > ==> /usr/share/doc/NVIDIA_GLX-1.0/LICENSE > ==> If you don't, please remove this package (pacman -R nvidia) 9,16c10 < #install_error() { < #cat << EOF < #INSTALLATION FAILED! < #==> You have to be in console mode to finish installation! You have to rerun 'pacman -S nvidia' < #==> Other installation errors can be found at: /var/log/nvidia-installer.log < #EOF < #} < /opt/nvidia/./$driver -a -q --no-network --no-runlevel-check --no-opengl-headers --ui=none -n > /dev/null 2>&1 || (echo "INSTALLATION FAILED!" ; echo "==> You have to shutdown Xserver to finish installation! You have to rerun 'pacman -S nvidia'" ; echo "==> Other installation errors can be found at: /var/log/nvidia-installer.log" ) --- > /opt/nvidia/./$driver -a -q --no-network --no-runlevel-check --no-opengl-headers --ui=none -n > /dev/null 2>&1 || (echo "INSTALLATION FAILED!" ; echo "==> You have to be in console mode to install this package. Please rerun 'pacman -S nvidia'" ; echo "==> Other installation errors can be found at: /var/log/nvidia-installer.log"; echo "==> Other common solutions can be found on the wiki: http://wiki.archlinux.org/index.php/How_to_install_NVIDIA_driver" )