summary refs log tree commit diff
path: root/nixos/modules/hardware/opengl.nix
Commit message (Collapse)AuthorAge
* ati_unfree: Update nixos-manual for AMD driver supportNathaniel 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.
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* fixup the previous: got renamed to sessionVariablesVladimír Čunát2014-06-15
| | | | | I'm sorry; I didn't notice Eelco renamed the option. My dry-run didn't catch that one with nvidia driver, no idea why.
* nixos/opengl: add LD_LIBRARY_PATH to systemVariables insteadVladimír Čunát2014-06-15
| | | | so all users get this variable, thanks to work from #2692.
* On my system OpenGL with bumblebee seems to require libudev in ↵Michael Raskin2014-05-02
| | | | LD_LIBRARY_PATH. Fix that, fix bumblebee module loading and make the socket group configurable
* Move the NVIDIA support into its own moduleEelco Dolstra2014-04-29
| | | | | | | | | | | | | | | | Previously all card-specific stuff was scattered across xserver.nix and opengl.nix, which is ugly. Now it can be kept together in a single card-specific module. This required the addition of a few internal options: - services.xserver.drivers: A list of { name, driverName, modules, libPath } sets. - hardware.opengl.package: The OpenGL implementation. Note that there can be only one OpenGL implementation at a time in a system configuration (i.e. no dynamic detection). - hardware.opengl.package32: The 32-bit OpenGL implementation.
* Rename hardware.opengl.videoDrivers back to services.xserver.videoDriversEelco Dolstra2014-04-29
| | | | | | | | Fixes #2379. The new name was a misnomer because the values really are X11 video drivers (e.g. ‘cirrus’ or ‘nvidia’), not OpenGL implementations. That it's also used to set an OpenGL implementation for kmscon is just confusing overloading.
* mesa: have all output on /run/opengl-driver{,-32}Vladimír Čunát2014-04-14
| | | | Fixes #2242 in a different way (cleaner, I hope).
* nixos opengl: add s2tc to mesa drivers by defaultVladimír Čunát2014-04-14
| | | | Close #2200. Thanks to @cpages for suggesting and testing this.
* services.mesa -> hardware.openglShea Levy2014-02-08
Signed-off-by: Shea Levy <shea@shealevy.com>