Commit Graph

33 Commits

Author SHA1 Message Date
Tk-Glitch
83ad9c856c 450.56.06 2020-08-08 00:10:36 +02:00
Tk-Glitch
4bc9cb56a2 Also use https for regular branches
Fixes https://github.com/Frogging-Family/nvidia-all/issues/4
2020-08-01 17:00:43 +02:00
Tk-Glitch
789f219d6f 450.56.02 2020-07-20 19:28:56 +02:00
Tk-Glitch
8306158623 Split kernel 5.8 patch for <450.57 2020-07-11 10:17:11 +02:00
Tk-Glitch
4407556673 450.56.01
https://developer.nvidia.com/vulkan-driver
2020-07-10 06:52:07 +02:00
Tk-Glitch
11315a9dd5 450.57
https://www.nvidia.com/Download/driverResults.aspx/162107/en-us
2020-07-09 17:10:43 +02:00
Tk-Glitch
255a126463 Add a legacy fallback if /usr/lib/modules/*/build/version doesn't exist. This is notably the case on Manjaro. 2020-07-02 01:52:10 +02:00
Tk-Glitch
a3009ceae4 440.100 2020-06-24 17:22:23 +02:00
Tk-Glitch
ea95a66c03 450.51 beta 2020-06-24 16:22:51 +02:00
Tk-Glitch
5264ec7fa3 Let's be more conflictual 2020-06-23 20:18:20 +02:00
Tk-Glitch
0c4a29b25a 440.66.17 2020-06-23 19:28:12 +02:00
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
2020-06-15 17:12:13 +02:00
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
2020-06-09 04:02:38 +02:00
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
2020-06-02 13:08:35 +02:00
Tk-Glitch
0960ddec8a 440.66.15 2020-05-26 23:07:19 +02:00
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.
2020-05-16 02:45:34 +02:00
Tk-Glitch
9fe24526fe 440.66.14 2020-05-11 18:02:50 +02:00
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. 2020-05-04 23:37:04 +02:00
Tk-Glitch
7c9bb5fcad 440.66.12 2020-05-04 16:48:59 +02:00
Tk-Glitch
9559ca1748 Leap of faith
Don't expect a mesa version, to please broken packages
2020-04-24 23:38:21 +02:00
Tk-Glitch
68baf171a8 440.66.11 2020-04-24 17:55:59 +02:00
Tk-Glitch
aa42a4e096 440.66.09 2020-04-18 21:08:14 +02:00
Tk-Glitch
d76849b269 Fix dkms patch 5.7 application. Silly mistake. 2020-04-16 19:04:05 +02:00
Tk-Glitch
b02040f87c Add initial hacky kernel 5.7 patch thanks to Isaak I. Aleksandrov - https://gitlab.com/snippets/1965550 2020-04-16 16:02:38 +02:00
Tk-Glitch
c1de675fb4 Remove warning note about 440.48.02 stability issues. It seems to be onward so let's not digress. 2020-04-15 14:53:27 +02:00
Tk-Glitch
5e17b9b920 Revert "Add Driver entry to Device section in 20-nvidia.conf"
This reverts commit 46d9b8d402.
2020-04-10 14:32:19 +02:00
Tk-Glitch
46d9b8d402 Add Driver entry to Device section in 20-nvidia.conf
*might* help with coolbits not working for some
2020-04-10 13:50:13 +02:00
Tk-Glitch
4f19b229d2 440.82 2020-04-07 17:03:08 +02:00
Tk-Glitch
c0c2740991 That's T1000 levels right there 2020-04-03 00:27:32 +02:00
Tk-Glitch
da0c5d9ce8 440.66.08 2020-04-02 20:58:50 +02:00
Tk-Glitch
2b5f946d75 nvidia-all: Add an option to override kernel target. 2020-04-01 22:09:35 +02:00
Tk-Glitch
8cd2e2fd56 440.66.07 2020-04-01 20:37:23 +02:00
Tk-Glitch
a9f671fe94 nvidia-all: 440.66.04 - previous index was here: https://github.com/Tk-Glitch/PKGBUILDS/tree/master/nvidia-all 2020-03-26 13:52:57 +01:00