summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11
Commit message (Collapse)AuthorAge
* nvidia_x11: 460.73.01 -> 470.57.02Herman Fries2021-07-19
|
* nvidia-x11: compile nvidia-uvm.ko with HMM supportAbdelhakim Qbaich2021-07-14
|
* nvidia_x11_beta: 465.31 -> 472.42.01ckie2021-06-24
|
* nvidia-x11: 465.27 -> 465.31Timothy Klim2021-05-28
|
* nvidia_x11_legacy304: removeJörg Thalheim2021-05-11
| | | | | The patch used to build is no longer available. We only have one kernel 4.14 that could theoretical build with it?
* nvidia-x11: 460.27.04 -> 465.27Timothy Klim2021-04-30
|
* nvidia_x11.legacy_390: 390.138 -> 390.143 (#120857)Louis Bettens2021-04-27
|
* The driver download url has changedJulius de Bruijn2021-04-16
|
* nvidia-x11: 460.67 -> 460.73.01Julius de Bruijn2021-04-16
|
* nvidia-x11: 460.56 -> 460.67Timothy Klim2021-03-19
|
* nvidia-x11: 460.39 -> 460.56Daniel Fox Franke2021-03-06
|
* nvidia-settings: fix parallel build race conditionDaniël de Kok2021-02-02
| | | | | | | | | | | Fix a race condition that occurs in parallel builds of nvidia-settings, frequently ending in the following error: /bin/bash: _out/Linux_x86_64/antialias.png.h: No such file or directory make[1]: *** [Makefile:320: _out/Linux_x86_64/antialias.png.h] Error 1 Upstream issue and fix from: https://github.com/NVIDIA/nvidia-settings/issues/59
* Merge pull request #99323 from eadwu/nvidia/hardware.nvidia.packageDmitry Kalinkin2021-01-30
|\ | | | | nixos: hardware.nvidia.package option for selecting nvidia package
| * nixos: hardware.nvidia.package option for selecting nvidia packageFrederik Rietdijk2021-01-11
| | | | | | | | | | Make it possible to select a derivation to use. This also moves some logic that belongs to the derivation back into it.
* | Merge pull request #110724 from ilian/fix/nvidia-rtJörg Thalheim2021-01-29
|\ \
| * | nvidia-x11: ignore linux-rt sanity checkilian2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the sanity check that prevents the Nvidia drivers from being built for kernels with real-time patches. Even though the driver might not be officially supported by Nvidia for linux-rt, it seems to work without issues. Attempting to install the driver for linux-rt fails with the following error message: The kernel you are installing for is a PREEMPT_RT kernel! The NVIDIA driver does not support real-time kernels. If you are using a stock distribution kernel, please install a variant of this kernel that does not have the PREEMPT_RT patch set applied; if this is a custom kernel, please install a standard Linux kernel. Then try installing the NVIDIA kernel module again. *** Failed PREEMPT_RT sanity check. Bailing out! ***
* | | nvidia.x11: 460.32.03 -> 460.39Fabián Heredia Montiel2021-01-27
|/ /
* | Merge pull request #109395 from LibreCybernetics/update-nvidia-settingsSandro2021-01-23
|\ \ | | | | | | nvidia-settings.stable: 460.27.04 -> 460.32.03
| * | nvidia-settings.stable: 460.27.04 -> 460.32.03Fabián Heredia Montiel2021-01-14
| | |
* | | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* | | pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|/ /
* / persistenced: fix evalFrederik Rietdijk2021-01-11
|/ | | | broken by https://github.com/NixOS/nixpkgs/pull/108978
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nvidia_x11.persistenced: fix hashPhillip Cloud2021-01-09
|
* nvidia-x11.stable: 455.45.01 -> 460.32.03Fabián Heredia Montiel2021-01-08
|
* nvidia-x11.vulkan_beta: 455.46.02 -> 455.46.04Fabián Heredia Montiel2020-12-21
|
* nvidia_x11_beta: 455.45.01 -> 460.27.04Atemu2020-12-19
|
* Revert "nvidia-x11: 455.45.01 -> 460.27.04"Daniël de Kok2020-12-17
| | | | This reverts commit 784df0764ff48401507976b8587b9c7d0c46aed9.
* nvidia-x11: 455.45.01 -> 460.27.04Timothy Klim2020-12-16
|
* Merge pull request #104455 from expipiplus1/joe-nvidiaSandro2020-12-13
|\ | | | | nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.01
| * nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.02Joe Hermaszewski2020-12-08
| |
* | Merge pull request #104244 from TimothyKlim/masterDaniël de Kok2020-12-02
|\ \ | | | | | | nvidia-x11: 455.38 -> 455.45.01
| * | nvidia-x11: 455.38 -> 455.45.01Timothy Klim2020-11-19
| |/
* / nvidia_x11: fix vulkan icd filenameEdmund Wu2020-11-16
|/
* nvidia-x11: 455.28 -> 455.38 (#103830)Daniel Fox Franke2020-11-14
|
* nvidia_x11.persistenced: fix build on masterPhillip Cloud2020-11-06
|
* Revert "linuxPackages.nvidia_x11.persistenced: fix build"Jon2020-10-18
| | | | This reverts commit f98219c519d08d10470b031855fb616d95e95d6c.
* linuxPackages.nvidia_x11.persistenced: fix buildJonathan Ringer2020-10-18
|
* nvidia_x11_beta: 455.23.04 -> nvidia_x11Edmund Wu2020-10-07
|
* nvidia_x11: 450.80.02 -> 455.28Edmund Wu2020-10-07
|
* nvidia_x11: 450.66 -> 450.80.02Edmund Wu2020-10-07
|
* nvidia_x11_beta: stable -> 455.23.04Edmund Wu2020-10-07
|
* nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)Joe Hermaszewski2020-09-24
| | | | | | | | | - This is fetched from a different URL, so allow passing that explicitly. - There also isn't an nvidia-persistenced or nvidia-settings release for this version, so use 450.57 instead. Also implement passing persistenced and settings version explicitly. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* Merge pull request #95864 from obsidiansystems/nvidia-x11-no32bitMatthew Bauer2020-08-29
|\ | | | | nvidia-x11: add disable32Bit arg to not include 32-bit nvidia
| * nvidia-x11: add disable32Bit arg to not include 32-bit nvidiaMatthew Bauer2020-08-20
| | | | | | | | | | | | In some contexts, we don’t want to have to build the whole i686 stdenv just to use the x86_64 nvidia driver. It’s hard to know ahead of time what we want, so it’s best to leave this as an overridable option.
* | nvidia_x11: 450.57 -> 450.66Atemu2020-08-19
|/
* nvidia_x11_beta: 450.51 -> stableEdmund Wu2020-07-09
|
* nvidia_x11: 440.100 -> 450.57Edmund Wu2020-07-09
|
* nvidia_x11: disable i686-linux on unsupported versionsEdmund Wu2020-06-24
|
* nvidia_x11_beta: 440.100 -> 450.51Edmund Wu2020-06-24
|