summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11
Commit message (Collapse)AuthorAge
* nvidia-x11: Make vulkan library path absolute for >= 435.Ambroz Bizjak2019-10-02
| | | | | | The original file contains just a library name, which does not work when LD_LIBRARY_PATH does not contain /run/opengl-driver/lib, as is the case in unstable NixOS. Fixes https://github.com/NixOS/nixpkgs/issues/69264
* nvidia-x11: Remove patches from the 390 version. (#69851)Ambroz Bizjak2019-09-28
| | | | | Without those patches it builds and works with kernels 4.19 and 5.2. Fixes https://github.com/NixOS/nixpkgs/issues/65937
* Merge master into staging-nextFrederik Rietdijk2019-09-06
|\
| * nvidia_x11: fix for vulkan in >= 435Averell Dalton2019-09-06
| |
* | Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\|
| * nvidia_x11: 430.40 -> 435.21Edmund Wu2019-08-30
| |
* | treewide: remove redundant recvolth2019-08-28
|/
* Conditionally include nvidia modulesMatthieu Coudron2019-08-10
|
* nvidia_x11: 430.34 -> 430.40Edmund Wu2019-07-30
|
* nvidia_x11_legacy390: 390.116 -> 390.129Edmund Wu2019-07-30
|
* nvidia-settings: Install desktop file and icon.Ambroz Bizjak2019-07-13
| | | | | | The template has substitution variables intended to be replaced resulting in absolute paths. Because absolute paths break after the desktop file is copied by a desktop environment, make Exec and Icon be just a name.
* nvidia_x11: 430.26 -> 430.34Edmund Wu2019-07-11
|
* Merge pull request #62870 from ambrop72/nvidia-icd-absoluteMatthew Bauer2019-07-10
|\ | | | | nvidia-x11: Put absolute library paths into ICD config files.
| * nvidia-x11: Put absolute library paths into ICD config files.Ambroz Bizjak2019-06-08
| |
* | nvidia_x11.settings.libXNVCtrl: set OUTPUTDIR for buildEdmund Wu2019-07-03
| |
* | nvidia_x11: 418.74 -> 430.26Edmund Wu2019-06-30
| |
* | nvidia-x11: Set 32-bit library paths for 32-bit libraries.Ambroz Bizjak2019-06-15
|/ | | | Patchelf was being called to point RUNPATH to 64-bit library paths even for 32-bit libraries.
* linuxPackages.nvidia_x11_legacy390: use patches from archlinuxFlorian Klink2019-05-26
| | | | | | | Those seem to have gotten outdated, and don't build on current kernels anymore. Reported-In: https://github.com/NixOS/nixpkgs/issues/62012
* nvidia_x11: 430.09 -> 430.14Edmund Wu2019-05-14
|
* nvidia_x11: 418.56 -> 418.74Edmund Wu2019-05-08
|
* [treewide] delete unused patchesc0bw3b2019-05-04
|
* nvidia_x11_beta: stable -> 430.09Edmund Wu2019-04-23
|
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* nvidia_x11: 418.43 -> 418.56Edmund Wu2019-03-20
|
* Merge pull request #56211 from eadwu/nvidia_x11/2019-02-22Dmitry Kalinkin2019-03-06
|\ | | | | nvidia_x11: 2019-02-22
| * nvidia_x11: 415.27 -> 418.43Edmund Wu2019-02-22
| |
| * nvidia_x11_legacy390: 390.87 -> 390.116Edmund Wu2019-02-22
| |
* | nvidia-docker: init at 2.0.3Averell Dalton2019-02-27
|/ | | | | | | | | | nvidia_x11 and persistenced were modified to provide binaries which can be mounted inside a docker-container to be executed there. most ldconfig-based discovery of bundled nvidia libraries is patched out ldconfig itself is patched to be able to deal with patchelf'ed libraries See https://sourceware.org/bugzilla/show_bug.cgi?id=23964
* nvidia_x11: 415.25 -> 415.27Edmund Wu2019-01-19
|
* nvidia_x11: fixup name of stable_415Frederik Rietdijk2019-01-14
|
* nvidia_x11: 410.78 -> 415.25Edmund Wu2019-01-13
|
* linuxPackages.nvidia_x11*: Add maintainer: baracoderHerman Fries2019-01-11
| | | | | I bought some recent nVidia hardware, so I am stuck with it for a couple of years and because of this, I have an interest in a working nVidia driver.
* linuxPackages.nvidia_x11*: unmaintainVladimír Čunát2019-01-06
| | | | | | I now no longer use an nvidia card commonly, so it would be harder for me to test at least a bit. And I'm overcommited anyway. Hopefully someone else can be found.
* Merge pull request #51294 from eadwu/nvidia_x11/legacy_390Dmitry Kalinkin2018-12-27
|\ | | | | nvidia: expose nvidia_x11_legacy390
| * nvidia: expose nvidia_x11_legacy390Edmund Wu2018-11-30
| |
* | nvidia_legacy_340: Remove unneeded/failing patchAlexey Lebedeff2018-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch is not applying and no longer needed after upgrade in 045575e744cd581a20929c63590d9b555099c22d. Now the same result is achieved by the following lines in the driver package itself: #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT) #define nv_drm_pci_init drm_legacy_pci_init #define nv_drm_pci_exit drm_legacy_pci_exit #else #define nv_drm_pci_init drm_pci_init #define nv_drm_pci_exit drm_pci_exit #endif
* | linuxPackages_4_18.nvidia_x11_legacy304: mark as broken on 4.18 and newerJörg Thalheim2018-12-02
|/
* nvidia_legacy_340: 340.104 -> 340.107Florian Jacob2018-11-20
|
* nvidia_x11: 410.73 -> 410.78Edmund Wu2018-11-15
|
* nvidia-x11: 410.66 -> 410.73Edmund Wu2018-11-03
|
* nvidia_x11_beta: Set to nvidia_x11Herman Fries2018-10-22
| | | | There is currently no beta active
* nvidia_x11: 390.87 -> 410.66 for x86_64Herman Fries2018-10-22
|
* nvidia_x11_beta: reinit at 410.57Edmund Wu2018-10-17
|
* Merge pull request #47248 from danme/masterJörg Thalheim2018-09-24
|\ | | | | nvidia-x11: Fix vulkan VK_KHR_xcb_surface
| * nvidia-x11: Fix vulkan VK_KHR_xcb_surfacedanme2018-09-23
| | | | | | | | | | | | | | | | Fixes the issue: https://github.com/NixOS/nixpkgs/issues/39149 Problem was that the Nvidia driver did not find the libxcb-glx at runtime. (cherry picked from commit bda072cafcef4cf5ff99828852ddc8e06ce1fdbf)
* | Merge #45683: nvidia_x11: 390.77 -> 390.87Vladimír Čunát2018-09-23
|\ \ | |/ |/|
| * nvidia_x11: include drm_mode_connector patchEdmund Wu2018-09-07
| |
| * nvidia_x11: 390.77 -> 390.87Edmund Wu2018-08-27
| |
* | reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
|/ | | | It is deprecated and will be removed after 18.09.
* Revert "Merge #45509: nvidia_x11*: mark broken on 4.18"Edmund Wu2018-08-23
| | | | | This reverts commit d5e2f91ec8411b3ca981698d53b12982c93533c5, reversing changes made to a850a140fbe57e68041806b5a36cb1319e96f21e.