Skip to content

Commit

Permalink
550.135+revised unisntall instructions. (#273)
Browse files Browse the repository at this point in the history
* Update PKGBUILD

* Update README.md

* kernel-open: Conditionally apply make-modeset-fbdev-default, silence-event-assert-until-570, fix-hdmi-names and kernel-6.12 patches

silence-event-assert-until-570 - NVIDIA/open-gpu-kernel-modules#716 (comment)
fix-hdmi-names - NVIDIA/open-gpu-kernel-modules#715

Hopefully will fix kernel-open 565 on 6.12.

Fixes #276

* Update 565 branch to 565.77 (#280)

Co-authored-by: Arthur Coombes <[email protected]>

* Get rid of the 6.12 kernel application on kernel-open 565.

Fixed with 565.77

---------

Co-authored-by: Tk-Glitch <[email protected]>
Co-authored-by: Arthur Coombes <[email protected]>
Co-authored-by: Arthur Coombes <[email protected]>
  • Loading branch information
4 people authored Dec 16, 2024
1 parent 6b0c027 commit b8eba54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
warning "Please make sure you have the corresponding kernel headers package installed for each kernel on your system !\n"

if [[ -z $CONDITION ]]; then
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 550.40.80\n 2.565 series: 565.77\n 3.560 series: 560.35.03\n 4.550 series: 550.127.05\n 5.470 series: 470.256.02 (LTS kernel recommended)\n 6.Older series\n 7.Custom version (396.xx series or higher)\n choice[1-7?]: '`" CONDITION;
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 550.40.80\n 2.565 series: 565.77\n 3.560 series: 560.35.03\n 4.550 series: 550.135\n 5.470 series: 470.256.02 (LTS kernel recommended)\n 6.Older series\n 7.Custom version (396.xx series or higher)\n choice[1-7?]: '`" CONDITION;
fi
# This will be treated as the latest regular driver.
if [ "$CONDITION" = "2" ]; then
Expand All @@ -63,8 +63,8 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
echo '_md5sum=d4f54004bb80da17b3e2fb21ac17c018' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "4" ]; then
echo '_driver_version=550.127.05' > options
echo '_md5sum=04b8fb74fd67dcb54a9b57b5926422be' >> options
echo '_driver_version=550.135' > options
echo '_md5sum=a8c3ae0076f11e864745fac74bfdb01f' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "5" ]; then
echo '_driver_version=470.256.02' > options
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ sudo pacman -Rdd lib32-nvidia-utils-tkg lib32-opencl-nvidia-tkg nvidia-dkms-tkg
And install the distro dkms packages:

```
sudo pacman -Sy nvidia-dkms egl-wayland lib32-nvidia-utils lib32-opencl-nvidia nvidia-settings opencl-nvidia nvidia-utils
sudo pacman -S nvidia-dkms egl-wayland lib32-nvidia-utils lib32-opencl-nvidia nvidia-settings opencl-nvidia nvidia-utils
```
Alternatively install the dkms open kernel modules (Turing or newer hardware only!!!) with:
```
sudo pacman -Sy nvidia-open-dkms egl-wayland lib32-nvidia-utils lib32-opencl-nvidia nvidia-settings opencl-nvidia nvidia-utils
sudo pacman -S nvidia-open-dkms egl-wayland lib32-nvidia-utils lib32-opencl-nvidia nvidia-settings opencl-nvidia nvidia-utils
```
After installing the drivers provided by your distro everything should function as normal after a reboot.
# DKMS or regular?
Expand Down

0 comments on commit b8eba54

Please sign in to comment.