about summary refs log tree commit diff
path: root/nixos/modules/hardware
Commit message (Collapse)AuthorAge
...
* | mcelog: init Machine Check Exception Logging Daemon serviceGraham Christensen2017-02-26
|/
* Merge pull request #22264 from peterhoeg/m/modeswitchPeter Hoeg2017-02-21
|\ | | | | usb-modeswitch: 2.2.1 -> 2.5.0 and nixos module
| * usb-wwan: nixos modulePeter Hoeg2017-02-21
| |
* | bumblebee service: Fix pmMethod bbswitch checkzraexy2017-02-19
| | | | | | Made useBbswitch work when pmMethod is "auto" and removed invalid pmMethod option "nouveau".
* | nvidia: support application profilesNikolay Amiantov2017-02-19
| | | | | | | | Closes #22666.
* | mwprocapture: init at 1.2.3269 (#22160)Cray Elliott2017-02-18
|/
* linuxPackages.nvidia_x11: refactor, build more from sourceNikolay Amiantov2017-02-08
| | | | | | * Use libglvnd; * Compile nvidia-settings, nvidia-persistenced from source; * Generalize builder.
* Merge #22241: amdgpu-pro: 16.50 -> 16.60Vladimír Čunát2017-02-07
|\
| * xorg-server: fglrxCompat -> abiCompatDavid McFarland2017-02-06
| | | | | | | | Allows it to be used for fglrx (1.17) and amdgpu-pro (1.18)
* | bumblebee service: Fix type error when pmMethod = "bbswitch"Sarah Brofeldt2017-02-04
| |
* | opengl service: use option for XDG_DATA_DIRSNikolay Amiantov2017-01-31
| |
* | video services: don't install OpenCL files to /etcNikolay Amiantov2017-01-31
|/ | | | They shouldn't be needed now that we search them in /run/opengl-driver.
* Merge pull request #21995 from abbradar/openclNikolay Amiantov2017-01-20
|\ | | | | Fix OpenCL support
| * opengl service: mention that you can add OpenCL driversNikolay Amiantov2017-01-20
| |
* | ckb: init at 0.2.6Kier Davis2017-01-12
|/ | | | | | ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings. The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
* bumblebee service: replace bbswitch option with pmMethodNikolay Amiantov2016-11-22
| | | | I added this option just today, so I don't think this needs a rename entry.
* bumblebee service: make bbswitch optionalNikolay Amiantov2016-11-21
|
* bumblebee service: fix service dependenciesNikolay Amiantov2016-11-21
|
* bumblebee service: blacklist additional nvidia modulesNikolay Amiantov2016-11-20
|
* vulkan-loader: allow validation layers to be enabledDavid McFarland2016-11-13
| | | | The loader now uses XDK_DATA_DIRS to find drivers and layers.
* opengl: add driver paths to XDG_DATA_DIRSDavid McFarland2016-11-13
|
* Merge #18861: add AMDGPU-PRO driverVladimír Čunát2016-10-11
|\
| * amdgpu-pro: Init at 16.30.3-315407David McFarland2016-10-11
| |
* | nixos opengl: use mesa_drivers.outVladimír Čunát2016-09-24
|/ | | | | | ...instead of mesa_noglu.out. Closures of systems remain unchanged, as both are in (and the .out output is very small anyway). This is to make sure that we use lib*GL* that aren't slowed down by grsecurity.
* displaylink service: initNikolay Amiantov2016-09-13
|
* Merge branch 'master' into stagingobadz2016-08-21
|\
| * nixos: blacklist radeon module if using amdgpuVladimír Čunát2016-08-21
| |
* | nixos treewide: don't set MODULE_DIRNikolay Amiantov2016-08-19
|/
* Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* nixos treewide: don't set MODULE_DIRNikolay Amiantov2016-08-16
|
* nixos ati_unfree: auto-switch xorg to fglrxComatVladimír Čunát2016-05-23
|
* rtl8723bs-firmware: init, split off from rtl8723bsEric Litak2016-04-25
|
* facetimehd: Only unload module if it is loadedGraham Christensen2016-04-23
| | | | | | | | | | | | | | | The pre-sleep service exits if any command fails. Unloading facetimehd without it being loaded blocks subsequent commands from running. Note: `modprobe -r` works a bit better when unloading unused modules, and is preferrable to `rmmod`. However, the facetimehd module does not support suspending. In this case, it seems preferable to forcefully unload the module. `modprobe` does not support a `--force` flag when removing, so we are left with `rmmod`. See: - https://github.com/NixOS/nixpkgs/pull/14883 - https://github.com/patjak/bcwc_pcie/wiki#known-issues
* treewide: Replace module_init_tools -> kmodTuomas Tynkkynen2016-04-22
| | | | | The former is deprecated and doesn't handle compressed kernel modules, so all current usages of it are broken.
* opengl.extraPackages32: pkgsi686Linux in exampleBrian McKenna2016-03-26
| | | Issue #12616 uses this example but the commit doesn't.
* nvidia: allow using the beta driver, mainly in futureVladimír Čunát2016-03-07
|
* Merge branch 'master' into stagingVladimír Čunát2016-02-17
|\
| * intel2200BGFirmware: init at 3.1lukasepple2016-02-15
| | | | | | | | | | | | | | | | | | This commit adds the firmware for the Intel 2200BG wireless cards for the ipw2200 kernel module. Also it changes the networking.enableIntel2200BGFirmware option to set it as hardware.firmware since firmware-linux-nonfree does not contain the appropiate firmware anymore. Also hardware.enableAllFirmware does enable the intel2200BGFirmware now.
| * facetimehd: blacklist bdc_pci when enabledKranium Gikos Mendoza2016-02-04
| |
| * facetimehd: init at git-20160127Kranium Gikos Mendoza2016-01-28
| |
* | nixos xserver: remove vaapiDriversNikolay Amiantov2016-01-26
| | | | | | | | Use hardware.opengl.extraPackages instead.
* | nixos opengl: add extraPackages and extraPackages32Nikolay Amiantov2016-01-26
|/
* wis_go7007: remove dead package & moduleTobias Geerinckx-Rice2016-01-11
| | | | | Broken since 2014, but basically a package from 2008 with no upstream.
* nixos/bumblebee: update for new packagesNikolay Amiantov2015-12-05
|
* Put all firmware in $out/lib/firmwareEelco Dolstra2015-08-25
| | | | This way, hardware.firmware can be a list of packages.
* bumblebee: remove redundant bash processNikolay Amiantov2015-08-03
|
* types.uniq types.str -> types.strEelco Dolstra2015-06-15
|
* 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
|
* nixos/hardware: Add option to enable KSM.aszlig2015-04-01
| | | | | | | | | | | | This is essentially what's been done for the official NixOS build slaves and I'm using it as well for a few of my machines and my own Hydra slaves. Here's the same implementation from the Delft server configurations: https://github.com/NixOS/nixos-org-configurations/blob/f47c2fc7f82cc8aa4ea8047487cbb819d6829fe2/delft/common.nix#L91-L101 Signed-off-by: aszlig <aszlig@redmoonstudios.org>