updated Readme and nvidia.sh

This commit is contained in:
JaKooLit 2023-10-14 01:16:35 +09:00
parent 0526a84181
commit e40d95be81
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ sudo nano /etc/apt/sources.list
- delete # on the lines with 'deb-src' - delete # on the lines with 'deb-src'
- ensure to allow to install non-free drivers especially for users with NVIDIA gpus. You can also install non-free drivers if required. Edit install-scripts/nvidia.sh and change the nvidia stuff's if required - ensure to allow to install non-free drivers especially for users with NVIDIA gpus. You can also install non-free drivers if required. Edit install-scripts/nvidia.sh and change the nvidia stuff's if required
### 🔔 NOTICE TO UBUNTU USERS WITH NVIDIA ###
- you can use this installer. However, make sure to edit the install-scripts/nvidia.sh . Delete all packages in nvidia and uncomment/remove # before sudo ubuntu-drivers install. You also need to delete or simply just add # in the lines 43 and 44 echo "## for nvidia... and echo "deb ...........
### 📷 Screenshots click to enlarge ### 📷 Screenshots click to enlarge
<p align="center"> <p align="center">

View File

@ -9,6 +9,9 @@ nvidia_pkg=(
nvidia-vaapi-driver nvidia-vaapi-driver
) )
# for ubuntu-nvidia owners! just delete #
# sudo ubuntu-drivers install
############## WARNING DO NOT EDIT BEYOND THIS LINE if you dont know what you are doing! ###################################### ############## WARNING DO NOT EDIT BEYOND THIS LINE if you dont know what you are doing! ######################################
# Determine the directory where the script is located # Determine the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"