summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11
Commit message (Collapse)AuthorAge
...
* nvidia driver: fix eval with older kernels (e.g. 3.10)Vladimír Čunát2014-02-16
|
* nvidia-x11: bump version and add patch for kernel 3.13Karn Kallio2014-02-12
|
* Update and fix kernel packages to new kernel buildShea Levy2014-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In most cases, this just meant changing kernelDev (now removed from linuxPackagesFor) to kernel.dev. Some packages needed more work (though whether that was because of my changes or because they were already broken, I'm not sure). Specifics: * psmouse-alps builds on 3.4 but not 3.10, as noted in the comments that were already there * blcr builds on 3.4 but not 3.10, as noted in comments that were already there * open-iscsi, ati-drivers, wis-go7007, and openafsClient don't build on 3.4 or 3.10 on this branch or on master, so they're marked broken * A version-specific kernelHeaders package was added The following packages were removed: * atheros/madwifi is superceded by official ath*k modules * aufs is no longer used by any of our kernels * broadcom-sta v6 (which was already packaged) replaces broadcom-sta * exmap has not been updated since 2011 and doesn't build * iscis-target has not been updated since 2010 and doesn't build * iwlwifi is part of mainline now and doesn't build * nivida-x11-legacy-96 hasn't been updated since 2008 and doesn't build Everything not specifically mentioned above builds successfully on 3.10. I haven't yet tested on 3.4, but will before opening a pull request. Signed-off-by: Shea Levy <shea@shealevy.com>
* Updating nvidia legacy 304 to 304.117Lluís Batlle i Rossell2013-12-18
|
* nvidia: Update to version 331.20William A. Kennington III2013-11-16
| | | | | We no longer need the patches applied for the previous version so they are removed.
* Only show/build a package on the platforms listed in meta.platformsEelco Dolstra2013-11-05
| | | | | | | | | | | | | | | | | | The function ‘mkDerivation’ now checks whether the current platform type is included in a package's meta.platform field. If not, it throws an exception: $ nix-build -A linux --argstr system x86_64-darwin error: user-thrown exception: the package ‘linux-3.10.15’ is not supported on ‘x86_64-darwin’ These packages also no longer show up in ‘nix-env -qa’ output. This means, for instance, that the number of packages shown on x86_64-freebsd has dropped from 9268 to 4764. Since meta.platforms was also used to prevent Hydra from building some packages, there now is a new attribute meta.hydraPlatforms listing the platforms on which Hydra should build the package (which defaults to meta.platforms).
* nvidia-x11: Update to 319.60Eelco Dolstra2013-10-02
|
* nvidia for kernel 3.11 fixedAristid Breitkreuz2013-09-06
|
* nvidia driver no longer requires kernel 3.10 patchAristid Breitkreuz2013-08-27
|
* nvidia-x11: Update to 319.49Eelco Dolstra2013-08-26
|
* nvidia_x11: recover the lost patchEvgeny Egorochkin2013-08-13
|
* nvidia: also install useful nvidia-smi toolAristid Breitkreuz2013-07-21
|
* nvidia-x11: Fix the library-only buildEelco Dolstra2013-07-17
| | | | | Also, introduce a function ‘versionAtLeast’ which is probably more natural than ‘versionOlder’.
* nvidia-x11: Fix building on older kernelsEelco Dolstra2013-07-17
| | | | The 3.10 patch breaks building on 3.4 at least.
* nvidia binary driver: patch for linux 3.10Mathijs Kwik2013-07-15
|
* nvidia-x11: Update to 319.32Eelco Dolstra2013-07-09
|
* nvidia-x11: Update to 319.17Eelco Dolstra2013-05-14
|
* nvidia_x11: update to short-lived, with security updateVladimír Čunát2013-04-04
|
* nvidia-x11: use the brand-new 'unfree-redistributable' license for this packagePeter Simons2013-03-24
|
* Partially revert my recent kernelPackages changesShea Levy2013-03-24
| | | | | | | | | | | | | | | | | First, pass in `self' again so that overriding works properly (thanks for pointing that out, @edolstra) Second, instead of having linuxPackages*.kernel mean something different inside the set and out, add a new attribute linuxPackages*.kernelDev, which for the generic kernel is simply linuxPackages*.kernel but for the manual-config kernel is the `dev' output (which has the build tree, source tree, etc.) The second change required trivial modifications in a bunch of expressions, I verified that all of the linuxPackages* sets defined in all-packages.nix have the same drv paths before and after the change. Signed-off-by: Shea Levy <shea@shealevy.com>
* nvidia-x11: change meta.license from "unfree" to "proprietary"Peter Simons2013-03-23
| | | | | | | | | | | | | | | | | | | I'm not entirely sure what the appropriate license attribute for this package is. The license [1] says: | 2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms of | Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or | FreeBSD operating systems, or other operating systems derived from | the source code to these operating systems, may be copied and | redistributed, provided that the binary files thereof are not | modified in any way (except for unzipping of compressed files). It sounds to me like this gives NixOS the right to re-distribute the files (because we don't modify them). The 'proprietary' license sort-of fits that. On the other hand, we seem to assume that proprietary software cannot be redistributed, which doesn't apply here. [1] http://www.nvidia.com/content/DriverDownload-March2009/licence.php?lang=us
* Update nvidia legacy 304 driver so that it compiles with new kernelsEvgeny Egorochkin2013-03-22
|
* nvidia-x11: fix build with the latest Linux kernelKarn Kallio2013-02-06
|
* nvidia-x11: Update to 310.32Eelco Dolstra2013-02-04
|
* nvidia96: update to support new X ABIDavid Guibert2013-01-13
|
* nvidia-legacy304: fix buildEvgeny Egorochkin2013-01-13
|
* nvidia-x11: Install missing libs.Rickard Nilsson2013-01-08
| | | | | | | | | Several libs from the Nvidia distribution was not copied to the nix store during installation. Therefore, OpenCL was not working, for example. The various nvidia-legacy packages are probably also missing libs, this commit does not touch them, though.
* Add legacy version 304.64 of the Nvidia driverRickard Nilsson2012-12-11
| | | | | The current 310.x version of the Nivida driver has dropped support for some cards (for example 6200LE).
* nvidia-x11: Update to 310.19Eelco Dolstra2012-11-23
|
* nvidia-x11: Update to 304.60Eelco Dolstra2012-10-26
|
* nvidia-x11: Update to 304.51Eelco Dolstra2012-10-18
|
* nvidia-legacy-173: updating to build with linux 3.6Lluís Batlle i Rossell2012-10-17
|
* nvidia-x11: Update to 304.43Eelco Dolstra2012-09-13
|
* nvidia-x11: Update to 304.37Eelco Dolstra2012-08-22
|
* nvidia-x11: Update to 304.22Eelco Dolstra2012-07-26
| | | | | Now with glorious Xrandr 1.2/1.3 support! No more need to nvidia-settings!
* nvidia-legacy-173: Updating to 173.14.35Lluís Batlle i Rossell2012-07-26
| | | | I also add gdk_pixbuf; otherwise nvidia-settings does not start.
* Making nvidia 96.x build on linux 3.4. I took patches from AUR.Lluís Batlle i Rossell2012-06-18
| | | | svn path=/nixpkgs/trunk/; revision=34552
* Updating the nvidia 295 driver, so it builds with linux 3.4.Lluís Batlle i Rossell2012-05-22
| | | | svn path=/nixpkgs/trunk/; revision=34211
* nvidia driver: upgraded to 295.40Mathijs Kwik2012-04-13
| | | | svn path=/nixpkgs/trunk/; revision=33776
* Linux 3.3 puts some of its headers in include/generatedShea Levy2012-03-20
| | | | svn path=/nixpkgs/trunk/; revision=33282
* Get rid of most references to gtkLibsYury G. Kudryashov2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33088
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
| * NVidia proprietary driver: version bumpEvgeny Egorochkin2012-02-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32618
| * Updating the nvidia drivers for legacy 173Lluís Batlle i Rossell2012-02-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32575
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Updating nvidia legacy 96.x, so it builds with the linux 3.1 kernel.Lluís Batlle i Rossell2011-12-22
| | | | svn path=/nixpkgs/trunk/; revision=31047
* * NVIDIA driver updated to 290.10.Eelco Dolstra2011-11-24
| | | | svn path=/nixpkgs/trunk/; revision=30550
* Making the nvidia installer install the file libcuda.so. 'boinc' wants this ↵Lluís Batlle i Rossell2011-10-07
| | | | | | file. svn path=/nixpkgs/trunk/; revision=29711
* * NVIDIA driver updated to 285.05.09.Eelco Dolstra2011-10-06
| | | | svn path=/nixpkgs/trunk/; revision=29688
* Fixing the nvidia x86_64 driver urlLluís Batlle i Rossell2011-08-03
| | | | svn path=/nixpkgs/trunk/; revision=28139