summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ati-drivers/default.nix
Commit message (Collapse)AuthorAge
* ati_unfree: Towards using ati unfree 32bit binary libsNathaniel Baxter2014-09-07
|
* ati_unfree: Create a nixos module for the ati_unfree x11 driver andNathaniel Baxter2014-09-07
| | | | blacklist the radeon driver when ati_unfree is installed.
* ati-drivers: bump version to 14.4Nathaniel Baxter2014-09-07
|
* ATI-driver: the hash has changed, reported by: @ikervagyokCillian de Róiste2014-02-10
|
* ati-drivers: update to 13.12 (close #1569)Jaka Hudoklin2014-01-23
| | | | | This update is mostly effort from @MarcWeber and @vcunat, now tested on real hardware making sure it works with multiple GPUs and opencl.
* Merge branch 'merge-kernel-builds' into upstream-masterShea Levy2014-01-05
|\ | | | | | | | | | | | | | | | | | | | | | | | | This is a second attempt at unifying the generic and manual-config kernel builds (see #412 for the last time). The set of working kernel packages is a superset of those that work on master, and as the only objection last time was the size of the $dev closure and now both $out and $dev combined are 20M smaller than $out on master (see message for ac2035287fbec30d92165fd3839d1bf71b8edd47), this should be unobjectionable. Signed-off-by: Shea Levy <shea@shealevy.com>
| * 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>
* | Merge pull request #1380 from offlinehacker/pkgs/ati-drivers/fix_downloadDomen Kožar2014-01-03
|\ \ | |/ |/| ati-drivers: fix download
| * ati-drivers: fix downloadJaka Hudoklin2013-12-14
| |
* | ati-drivers: fix aticonfig segmentation faultJaka Hudoklin2013-12-13
|/ | | | Fix aticonfig tool by setting libXinerama to LD_LIBRARY_PATH
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* ati-proprietary: update, make it build with linux 3.10, fix breakage.Marc Weber2013-08-22
| | | | with contributions by Jaka Hudoklin.
* 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>
* Remove unfree ATI drivers package from the channelEelco Dolstra2013-01-17
| | | | Urghhhhh...
* making ati dirvers compile againMarc Weber2012-10-07
| | | | See comments on the nixos patch
* ati-drivers: update download URLPeter Simons2012-07-02
| | | | Patch submitted by Jan Malakhovski <oxij@oxij.org>.
* * Include the kernel version in kernel-specific packages so that theyEelco Dolstra2012-02-17
| | | | | | can be distinguished in nix-env -qa output. svn path=/nixpkgs/trunk/; revision=32352
* ati-drivers: version bump. Patch by: Cillian de Róiste.Evgeny Egorochkin2010-11-28
| | | | svn path=/nixpkgs/trunk/; revision=24896
* ati-drivers: version bump and fix name/version. Patch by Cillian de Róiste.Evgeny Egorochkin2010-10-26
| | | | svn path=/nixpkgs/trunk/; revision=24479
* ati-drivers: Comment out broken assertion.Ludovic Courtès2010-08-18
| | | | svn path=/nixpkgs/trunk/; revision=23227
* ati-drivers: restrict "platforms" to x86_64-linuxYury G. Kudryashov2010-05-25
| | | | svn path=/nixpkgs/trunk/; revision=21967
* move assertions so that buildign the NixOS manual doesn't failMarc Weber2010-05-19
| | | | svn path=/nixpkgs/trunk/; revision=21855
* adding ati-drivers There is still much to be done, see ↵Marc Weber2010-05-18
http://thread.gmane.org/gmane.linux.distributions.nixos/4145 svn path=/nixpkgs/trunk/; revision=21848