summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11
Commit message (Collapse)AuthorAge
* nvidia: 352.55 -> 352.63William A. Kennington III2015-11-17
|
* nvidia-x11: Update to 352.55Eelco Dolstra2015-10-30
|
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* nvidia-x11: don't install libvdpau* that we have alreadyVladimír Čunát2015-09-01
| | | | | | Besides being redundant to inject libvdpau via LD_LIBRARY_PATH, currently the drivers come with a vulnerable version. https://devtalk.nvidia.com/default/topic/873035
* nvidia: Add 4.2 patchWilliam A. Kennington III2015-08-31
|
* nvidia: 352.30 -> 352.41William A. Kennington III2015-08-30
|
* buildEnv: Support package priorities like nix-envEelco Dolstra2015-08-25
| | | | This gets rid of a bunch of collision warnings.
* nvidia-x11-legacy{340,304}: fix build with linux-3.18Vladimír Čunát2015-08-13
| | | | | | | | Close #9218. It's our default kernel (now and for the upcoming release). - 304 won't build with 4.1, - 173 didn't even build with 3.14 due to other issues (3.12 is OK ATM) - all legacy drivers are up-to-date with upstream releases.
* nvidia-x11: maintenance updateVladimír Čunát2015-07-30
| | | | | Strange as it is, nvidia seems to drop UVM kernel module on 32-bit. Basic driver usage shows no problems for me.
* nvidia-x11: add a symlink for libGLESv2.so.2 (close #9024)Spencer Janssen2015-07-28
| | | | | | | | nvidia's EGL stack looks for libGLESv2.so.2 at runtime (confirmed by watching strace), however builder.sh only provides a libGLESv2.so.1 symlink. @vcunat ported to legacy_340; older ones don't produce GLES.
* nvidia_x11_beta: fix build by syncing with defaultVladimír Čunát2015-07-28
| | | | /cc author @wkennington.
* nvidia-x11: Remove runtime dependency on linux.devEelco Dolstra2015-07-26
|
* linuxPackages.nvidia_x11_legacy340: fix cr4 referencesEdward Tjörnhammar2015-07-03
| | | | | | | | Patch was copied from here: https://devtalk.nvidia.com/default/topic/813458/linux-4-0-rc1-346-47-build-error-_cr4-functions-fix/ Reference to kernel change, also noted in the forum post: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/arch/x86/include/asm/paravirt.h?id=1e02ce4cccdcb9688386e5b8d2c9fa4660b45389
* nvidia-x11: 346 -> 352.21William A. Kennington III2015-06-18
|
* nvidia: 346.47 -> 346.59William A. Kennington III2015-04-07
|
* nixos/nvidia: Add a temporary hack to support kernel 4.0William A. Kennington III2015-04-03
|
* nvidia: Add beta driverWilliam A. Kennington III2015-04-03
|
* nvidia-x11: Use GTK 2Eelco Dolstra2015-03-02
| | | | | | Otherwise we end up with multiple versions of GTK in the system closure. Also, GTK 3 is not well integrated in NixOS yet (e.g. it doesn't respect KDE's colour scheme).
* nvidia-x11: Update to 346.47Eelco Dolstra2015-03-02
|
* nvidia_x11: fix missing xorg lib symlinks; refactorVladimír Čunát2015-02-24
| | | | | | The builder structure should be now easier to understand and easier to avoid such problems in future. Fixes #6546.
* nvidia_x11: reintroduce libXv for nvidia-settingsVladimír Čunát2015-02-21
| | | | It was dropped in 77986803a6.
* nvidia_x11: fix nvidia-settings after the major updateVladimír Čunát2015-02-21
| | | | | | The GUI would no longer find libs it needed. Now it's gtk3 by default, so we don't support gtk2 version for simplicity. ldd finds no missing libs after this commit.
* nvidia-x11: Update to 340.76Eelco Dolstra2015-02-16
|
* nvidia_x11: 343.36 -> 346.35William A. Kennington III2015-02-09
|
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Missed gcc refsShea Levy2014-12-26
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* nvidia_x11: document the updating policyVladimír Čunát2014-12-24
| | | | CC #5070.
* nvidia_x11: add 343 branch as the default (close #5070)Vladimír Čunát2014-12-24
| | | | It's just a plain copy of the 340 expressions (only hash and version changed).
* nvidia_x11: maintenance+security updatesVladimír Čunát2014-12-23
| | | | | | | It's supposed to fix GLX problems CVE-2014-8298, see: http://nvidia.custhelp.com/app/answers/detail/a_id/3610 Tested building all atop 14.12, and running 340.* there.
* nvidia_x11: current long-lived becomes a new legacyVladimír Čunát2014-11-24
| | | | CC: #5070.
* nvidia_x11: update to 340.58Eduard Bachmakov2014-11-24
| | | | Picked from #5070.
* nvidia: fix problems with -glsi and glxVladimír Čunát2014-08-20
| | | | | ..by generalizing the build script. Obsoletes #3699, and it should finally fix problems around 816d971a.
* Revert "Copy all so files over from nVidia blob"Vladimír Čunát2014-08-20
| | | | | This reverts commit 816d971aeaff96b6952a1d3a6aff3502c6946dda. See discussion on https://github.com/Fuuzetsu/nixpkgs/commit/816d971ae
* nvidia-x11: update to 340.32 (close #3365)Cray Elliott2014-08-19
| | | | Also close #3634.
* Copy all so files over from nVidia blobMateusz Kowalczyk2014-08-09
|
* Copy over libGLESv2 and libEGL too for nVidia blobMateusz Kowalczyk2014-08-09
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* nvidia-x11: Update to 340.24Eelco Dolstra2014-07-15
|
* nvidia legacy 304xx driver updated to .123 point releaseCray Elliott2014-07-14
| | | | among other things, fixes compilation with Linux 3.14
* Merge pull request #2465 from robberer/nvidia/driverRob Vermaas2014-05-28
|\ | | | | nvidia-x11: add nvidia-uvm module which is necessary for blender GPU support
| * add nvidia-uvm module which is necessary for blender GPU supportrobberer2014-05-01
| |
* | nvidia-x11: Don't install nvidia-xconfigEelco Dolstra2014-05-22
| | | | | | | | Rewriting the X11 config doesn't work on NixOS.
* | nvidia-x11: Update to 331.79Eelco Dolstra2014-05-22
|/
* Making nvidia build with linux 3.14. Patch not needed anymore.Lluís Batlle i Rossell2014-04-23
|
* nvidia-x11: Update to 331.67Eelco Dolstra2014-04-18
|
* nvidia-x11: patch for kernel 3.14 supportMathijs Kwik2014-04-11
|
* nvidia-x11: Fix build with kernel 3.13.ambrop7@gmail.com2014-03-29
|
* nvidia-x11: Update to 331.49Eelco Dolstra2014-03-28
|
* nvidia driver: allow building on Hydra, maintainVladimír Čunát2014-02-16
| | | | | The stuff is unfree, but distribution in any form *is* encouraged, c.f. http://metadata.ftp-master.debian.org/changelogs//non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_319.82-1_copyright