306 Commits (master)
 

Author SHA1 Message Date
Tk-Glitch 62d60fea19 Add initial kernel 5.10 support patch
For 450 and 455 series.

Based on joanbm's patch - https://gist.github.com/joanbm/beaccedd729589df98332d70a1754e9a
4 years ago
Tk-Glitch f1d3c6cf02 Fix 450.80.02 module compilation against kernel 5.9
That version only needs the gpl patch

Fixes https://github.com/Frogging-Family/nvidia-all/issues/13
4 years ago
Tk-Glitch 95787425c9 455.26.02 4 years ago
Tk-Glitch ba06ada137 Split main kernel 5.9 and GPL "condom" patches, and apply the latter to both 450 and 455 series.
This fixes CUDA and nvenc functionalities on kernel 5.9.

Fixes https://github.com/Frogging-Family/nvidia-all/issues/11
4 years ago
Tk-Glitch 9769e459e0 455.26.01 4 years ago
Tk-Glitch d62fff8310 455.28 4 years ago
Tk-Glitch 683ae17365 450.80.02 4 years ago
Tk-Glitch 47afdcdedb 455.22.04
https://developer.nvidia.com/vulkan-driver
4 years ago
Tk-Glitch 393a0883ee Did my bot drug me again?
Muhownage knows
4 years ago
Tk-Glitch 5e93637aa7 I've been swiftly nvidia'd
typo
4 years ago
Tk-Glitch 6dd51bc820 Only install nvidia-ngx-updater on 455* 4 years ago
Tk-Glitch 7017ef7ac5 455.23.04 beta 4 years ago
Tk-Glitch 50e2a03386 450.56.11 4 years ago
Tk-Glitch 0c14493e4a Typo + add a "recommended" note about the dkms choice 4 years ago
Tk-Glitch aae7874977 Update readme 4 years ago
Tk-Glitch 86d63414fb Only allow 450 series to be valid options for kernel 5.9 patch 4 years ago
Tk-Glitch cba851eec5 Fix 5.8-legacy patch application
440.100 also needs it

Fixes https://github.com/Frogging-Family/nvidia-all/issues/5
4 years ago
Tk-Glitch fd5ba432da Add initial kernel 5.9 patch, based on Isaak I. Aleksandrov's
https://gitlab.com/EULA/snippets/-/tree/master/NVIDIA/450.57

Edits for dkms and higher compat with other than 450.57 drivers
4 years ago
Tk-Glitch 5f6bfa2669 450.66
https://www.nvidia.com/Download/driverResults.aspx/163238/en-us
4 years ago
Tk-Glitch 83ad9c856c 450.56.06 4 years ago
Tk-Glitch 4bc9cb56a2 Also use https for regular branches
Fixes https://github.com/Frogging-Family/nvidia-all/issues/4
4 years ago
Tk-Glitch 789f219d6f 450.56.02 4 years ago
Tk-Glitch 8306158623 Split kernel 5.8 patch for <450.57 4 years ago
Tk-Glitch 4407556673 450.56.01
https://developer.nvidia.com/vulkan-driver
4 years ago
Tk-Glitch 11315a9dd5 450.57
https://www.nvidia.com/Download/driverResults.aspx/162107/en-us
4 years ago
Tk-Glitch 255a126463 Add a legacy fallback if `/usr/lib/modules/*/build/version` doesn't exist. This is notably the case on Manjaro. 4 years ago
Tk-Glitch a3009ceae4 440.100 4 years ago
Tk-Glitch ea95a66c03 450.51 beta 4 years ago
Tk-Glitch 5264ec7fa3 Let's be more conflictual 4 years ago
Tk-Glitch 0c4a29b25a 440.66.17 4 years ago
Tk-Glitch e227553196 Add initial 5.8 compat patch
Based on Isaak I. Aleksandrov's patch https://gitlab.com/snippets/1986228 with small tweaks for compat with other drivers than 440.82
4 years ago
Tk-Glitch e9fb21f94b nvidia-all: Skip libnvidia-fatbinaryloader on 450 series
For people wanting to give the 450.36.06 cuda driver a try, run the following from nvidia-all dir:
```
wget http://developer.download.nvidia.com/compute/cuda/11.0.1/local_installers/cuda_11.0.1_450.36.06_linux.run
sudo chmod +x cuda_11.0.1_450.36.06_linux.run
./cuda_11.0.1_450.36.06_linux.run --extract=$HOME/nv-cuda (or any absolute path of your choice)
mv $HOME/nv-cuda/NVIDIA-Linux-x86_64-450.36.06.run ./
makepkg -si
```
Then select option 9 (custom), followed by 2 (Vulkan dev), then input 450.36.06
4 years ago
Tk-Glitch f1f5f0f6c1 Add notes about supported kernels next to each revisions.
Please keep in mind this doesn't reflect official support from nvidia, since we're using custom patches to extend compat to newer kernels than the drivers actually support.

Following https://github.com/Tk-Glitch/PKGBUILDS/issues/567
4 years ago
Tk-Glitch 0960ddec8a 440.66.15 4 years ago
Tk-Glitch 9fa9ff3c40 Cleanup pass:
- Remove the PRIME_render_offload option that seemingly made little sense anyway.
 - Remove the coolbits option that somehow didn't work correctly for multiple users, that will at least not interfere with user-set coolbits.
 - Make a separate nvidia-settings package (optional) for nvidia-settings.
 - Get rid of legacy/unneeded options and 20-nvidia.conf Xorg file.
 - Rollback to the usual nouveau blacklisting way, and remove nvidiafb blacklist. If your setup doesn't work correctly with this, it's a setup issue as virtually all other linux nvidia packages are doing it that way 🐸
 - Remove the prime-oriented intel outputclass from 10-nvidia-drm-outputclass.conf. Nobody does this, and I suspect it creates some issues for some. I'll be waiting for some feedback to offer it optionally if needed.
 - Double = signs cleanups.

Should fix https://github.com/Frogging-Family/nvidia-all/issues/2 but will now require the user to enable coolbits by themselves.
4 years ago
Tk-Glitch 9fe24526fe 440.66.14 4 years ago
Tk-Glitch 367e8a160b On some weirdly configured machines, `/usr/lib/modprobe.d` blacklist doesn't seem to work, while `/etc/modprobe.d` works. Let's double tap just in case. 4 years ago
Tk-Glitch 7c9bb5fcad 440.66.12 4 years ago
Tk-Glitch 9559ca1748 Leap of faith
Don't expect a mesa version, to please broken packages
4 years ago
Tk-Glitch 68baf171a8 440.66.11 4 years ago
Tk-Glitch aa42a4e096 440.66.09 4 years ago
Tk-Glitch d76849b269 Fix dkms patch 5.7 application. Silly mistake. 4 years ago
Tk-Glitch b02040f87c Add initial hacky kernel 5.7 patch thanks to Isaak I. Aleksandrov - https://gitlab.com/snippets/1965550 4 years ago
Tk-Glitch c1de675fb4 Remove warning note about 440.48.02 stability issues. It seems to be onward so let's not digress. 4 years ago
Tk-Glitch 5e17b9b920 Revert "Add Driver entry to Device section in 20-nvidia.conf"
This reverts commit 46d9b8d402.
4 years ago
Tk-Glitch 46d9b8d402 Add Driver entry to Device section in 20-nvidia.conf
*might* help with coolbits not working for some
4 years ago
Tk-Glitch 4f19b229d2 440.82 4 years ago
Tk-Glitch b144bdc05c Disable 62142_fix by default. We only want this enabled selectively. 4 years ago
Tk-Glitch c0c2740991 That's T1000 levels right there 4 years ago
Tk-Glitch da0c5d9ce8 440.66.08 4 years ago