Commit graph

20 commits

Author SHA1 Message Date
Eelco Dolstra 378a5c46d2 * nvidia-x11 177.80.
svn path=/nixpkgs/trunk/; revision=12998
2008-10-08 12:45:39 +00:00
Marc Weber 0e9584fe8b fixed x86_64 nvidia hash
svn path=/nixpkgs/trunk/; revision=12643
2008-08-17 00:05:38 +00:00
Eelco Dolstra 5030b79f44 * NVIDIA driver updated to 173.14.12.
svn path=/nixpkgs/trunk/; revision=12537
2008-08-07 16:47:08 +00:00
Eelco Dolstra fc5eebdf8b * Merged the stdenv branch
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
  -r10966:12061).

svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra 179e15203a * x86_64 binaries. Don't work yet though.
svn path=/nixpkgs/trunk/; revision=12058
2008-06-12 14:04:06 +00:00
Eelco Dolstra 9029c3b61f * NVIDIA driver: set a RUNPATH on libGL.so and friends. This ensures
that applications that link against it don't need to have its
  dependencies (like libXext) in *their* RUNPATHs.
* glxinfo: don't add /var/run/opengl-driver/lib to the RUNPATH.
  Instead LD_LIBRARY_PATH should be set to
  /var/run/opengl-driver/lib at runtime.  This is much more pure, and
  it obviates the need for patchelfing all OpenGL applications.
  (TODO: remove patchelf hacks for other OpenGL programs as well.)

svn path=/nixpkgs/branches/stdenv-updates/; revision=11972
2008-06-04 09:59:33 +00:00
Eelco Dolstra 0d0b6afd53 * Latest nvidia driver.
svn path=/nixpkgs/trunk/; revision=11949
2008-06-02 13:40:04 +00:00
Eelco Dolstra 961eddeb7d * Fix for compiling on Linux >= 2.6.24.
svn path=/nixpkgs/trunk/; revision=11929
2008-05-29 13:22:12 +00:00
Eelco Dolstra 0aea0db581 * Put all packages that depend on a specific kernel (notably kernel
modules) together in an attribute set returned by the function
  "kernelPackagesFor" that takes a kernel as argument.  For instance,
  kernelPackages_2_6_23 is the result of calling this function with
  kernel_2_6_23.

  This is necessary in NixOS to make it easier to override the kernel:
  it's not enough to just specify a different kernel (via the
  boot.kernel option), but you also need matching nvidiaDriver, aufs,
  iwlwifi, etc.  Having a single attribute set that contains all
  kernel-related packages makes this much easier.

* The kernel now has a passthru attribute "features" that allows NixOS
  expressions to test whether a kernel has certain features.  For
  instance, the externel "iwlwifi" kernel module package should only
  be built on kernels < 2.6.24, as kernels >= 2.6.24 have iwlwifi
  support integrated.  So the NixOS expressions can do the test
  "kernel.features ? iwlwifi" to see if the iwlwifi package should be
  built.

  Kernel patches can declare additional features.  E.g., the fbsplash
  patch adds a "fbSplash" feature.

svn path=/nixpkgs/trunk/; revision=11881
2008-05-22 12:01:24 +00:00
Eelco Dolstra f210ada337 * NVIDIA driver 169.12.
svn path=/nixpkgs/trunk/; revision=10980
2008-03-06 12:07:50 +00:00
Eelco Dolstra 72097d9aea * Don't strip the NVIDIA programs (like nvidia-settings), it breaks
them (NIXPKGS-85).

svn path=/nixpkgs/trunk/; revision=10941
2008-03-04 10:06:21 +00:00
Eelco Dolstra ea7d231d86 * NVIDIA driver 169.09.
svn path=/nixpkgs/trunk/; revision=10275
2008-01-24 12:50:19 +00:00
Eelco Dolstra b17f0f410c * Aggregator: use cp -s instead of lndir. Only symlink lib/modules.
* NVIDIA / Intel wireless drivers: put modules in
  $out/lib/modules/$kernelVersion so that depmod in the aggregator can
  find them.

svn path=/nixpkgs/trunk/; revision=10128
2008-01-12 23:35:23 +00:00
Eelco Dolstra fc345ae130 * NVIDIA driver: updated to 169.07. Cleaned up and purified: it
doesn't need symlinks in /usr anymore.  nvidia-settings works
  properly now.

svn path=/nixpkgs/trunk/; revision=10094
2008-01-07 22:54:30 +00:00
Wouter den Breejen f91588a53f Updated builder for nvidia drivers
svn path=/nixpkgs/trunk/; revision=9538
2007-10-27 13:05:19 +00:00
Wouter den Breejen 218ec9ae8b Updated nvidia drivers. (maybe this fixes occasional blackscreens and freezes)
svn path=/nixpkgs/trunk/; revision=9368
2007-09-24 14:28:52 +00:00
Wouter den Breejen 1a6cd0ce1a ln -sf isn't strong enough sometimes..
svn path=/nixpkgs/trunk/; revision=9180
2007-08-21 12:29:46 +00:00
Wouter den Breejen b8d6a28c22 Added version number
svn path=/nixpkgs/trunk/; revision=8977
2007-07-12 11:52:34 +00:00
Wouter den Breejen 7c9741e899 Updated nvidia drivers to latest version. Fixed version specific bugs in builder.
svn path=/nixpkgs/trunk/; revision=8973
2007-07-11 11:26:35 +00:00
Wouter den Breejen 5200276c3b nixpkgs dir: nvidia and libsrvg
svn path=/nixpkgs/trunk/; revision=8785
2007-05-28 14:10:46 +00:00