Delete 01-nvidia_driver_install_v2.sh
This commit is contained in:
parent
baa7ab4e02
commit
853d3ab5e1
|
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
sudo tee /etc/modprobe.d/blacklist-nouveau.conf >/dev/null <<'EOF'
|
|
||||||
blacklist nouveau
|
|
||||||
options nouveau modeset=0
|
|
||||||
EOF
|
|
||||||
|
|
||||||
sudo update-initramfs -u
|
|
||||||
|
|
||||||
# Install NVIDIA driver (auto-select)
|
|
||||||
sudo ubuntu-drivers install --gpgpu
|
|
||||||
|
|
||||||
echo "Rebooting so nouveau is disabled and NVIDIA driver loads..."
|
|
||||||
sudo reboot
|
|
||||||
Loading…
Reference in New Issue