Delete 01-nvidia_driver_install_v2.sh

This commit is contained in:
RomanNum3ral 2025-11-28 01:05:32 +00:00
parent baa7ab4e02
commit 853d3ab5e1
1 changed files with 0 additions and 15 deletions

View File

@ -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