Skip to content

Commit

Permalink
Update 0download_pkg.sh, README.md, and md5sum
Browse files Browse the repository at this point in the history
Update 0download_pkg.sh, README.md, and md5sum
Nvidia driver: "550.90.07" to "555.58.02"
  • Loading branch information
ryuuzaki42 committed Aug 12, 2024
1 parent b15a531 commit e1fc0ff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions 0download_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
#
# Descrição: Script to download the "last" version of NVIDIA drivers "source"
#
# Last update: 05/06/2024
# Last update: 11/08/2024
#
#https://slackbuilds.org/repository/15.0/system/nvidia-kernel/
#https://slackbuilds.org/repository/15.0/system/nvidia-driver/
# https://slackbuilds.org/repository/15.0/system/nvidia-kernel/
# https://slackbuilds.org/repository/15.0/system/nvidia-driver/ with COMPAT32="yes"
#
echo -e "\n# Download source to build nvidia driver #"

versionDl="550.90.07"
versionDl="555.58.02"
echo "Version: \"$versionDl\""
linkDl="https://download.nvidia.com/XFree86"

Expand All @@ -39,12 +39,12 @@ download_x86_64=("$linkDl/Linux-x86_64/$versionDl/NVIDIA-Linux-x86_64-$versionDl
"$linkDl/nvidia-settings/nvidia-settings-$versionDl.tar.bz2"
"$linkDl/nvidia-xconfig/nvidia-xconfig-$versionDl.tar.bz2")

md5sum_x86_64=("fa8d3ff7dd40cc67ea448f0a2227942c"
"218677cc3e767e8c464c4bce6d97e73f"
"10568a8c9a1e0c6ba9cc228f86f3d77a"
"df5d52818eddc3f690fd741548f9ab2a"
"90c0b11b2189bac8e2ec0f0d02f3747c"
"9a6a33314103d0402b2b00a4491ca06e")
md5sum_x86_64=("f6efa3d40fccc97fbac9b55fc81e30d7"
"5a49e808a0b4c50d55c5ca872d2a6a7d"
"970de094a882199ccb56cf0da78600d7"
"d6966cbd1fdc0fbcaffe03cb20da4c25"
"c3eeac1cdd10577d9bbd11016c45dbf0"
"a63459dba8c8a056f664e7a0660b245f")

mkdir -p "source_$versionDl/nvidia-driver/nvidia-kernel"
cd "source_$versionDl/nvidia-driver/" || exit
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Nvidia driver compiled to Slackware 15.0
# Nvidia driver and kernel compiled to Slackware

### Version
Nvidia driver (Production Branch Version): 550.90.07
## Version
Nvidia driver: 555.58.02
Slackware 15.0 Kernel: 5.15.161

#### Last update: 21/06/2024
### Last update: 21/06/2024

## Tested in laptops with Nvidia GeForce 930MX and 940MX
# lspci -v | grep "NVIDIA"
Expand All @@ -15,7 +15,7 @@
1. https://docs.slackware.com/howtos:hardware:nvidia_optimus
2. https://docs.slackware.com/howtos:hardware:nvidia_optimus#official_optimus_support_with_the_nvidia_proprietary_driver
3. https://docs.slackware.com/howtos:hardware:proprietary_graphics_drivers
4. https://download.nvidia.com/XFree86/Linux-x86_64/550.90.07/README/primerenderoffload.html
4. https://download.nvidia.com/XFree86/Linux-x86_64/555.58.02/README/primerenderoffload.html
5. https://wiki.archlinux.org/title/NVIDIA
6. https://wiki.debian.org/NVIDIA%20Optimus
7. https://www.nvidia.com/object/unix.html
Expand All @@ -25,26 +25,26 @@ /~https://github.com/ryuuzaki42/24_Bumblebee-SlackBuilds-Packages/

## How Install

### 1 Download the latest release version that matches with the kernel in use and extract:
### 1. Download the latest release version that matches with the kernel in use and extract:
14_Nvidia_Driver_Slackware_<driver version>_<kernel version>.zip

/~https://github.com/ryuuzaki42/14_Nvidia_Driver_Slackware/releases/

### The latest update
/~https://github.com/ryuuzaki42/14_Nvidia_Driver_Slackware/releases/latest

### 2 Login as root and upgradepkg xf86-video-nouveau-blacklist
### 2. Login as root and upgradepkg xf86-video-nouveau-blacklist
cd 14_Nvidia_Driver_Slackware*/final_packages/
su
upgradepkg upgrade/xf86-video-nouveau-blacklist-1.0-noarch-1.txz

### 3 Install / Upgrade nvidia-driver and nvidia-kernel
### 3. Install / Upgrade nvidia-driver and nvidia-kernel
upgradepkg --install-new --reinstall nvidia-driver-*z nvidia-kernel-*z

### 4 Add the configuration file
### 4. Add the configuration file
cp 21-LAR-nvidia-screens.conf /etc/X11/xorg.conf.d/21-LAR-nvidia-screens.conf

### 5 Reboot your system to take effect
### 5. Reboot your system to take effect

## Test
xrandr --listproviders
Expand Down
4 changes: 2 additions & 2 deletions final_packages/md5sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# md5sum upgrade/xf86-video-nouveau-blacklist-1.0-noarch-1.txz nvidia-kernel-*_JB.txz nvidia-driver-*_JB.txz >> md5sum
43fcefff2ec75ae06a3bcbbb407de8d1 upgrade/xf86-video-nouveau-blacklist-1.0-noarch-1.txz
6e2eb2937ee217973a2a9a15af3df44f nvidia-kernel-550.90.07_5.15.161-x86_64-1_JB.txz
bbea533358329b9752a62b3f5b14e4c6 nvidia-driver-550.90.07_multilib-x86_64-1_JB.txz
a61eff4c4dacdcc16f5b9342e4ee59fa nvidia-kernel-555.58.02_5.15.161-x86_64-1_JB.txz
cb4374c7a0715363a5a6e2d692c0cd19 nvidia-driver-555.58.02_multilib-x86_64-1_JB.txz

0 comments on commit e1fc0ff

Please sign in to comment.