Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/common/cpu/intel/default.nix

15 lines
284 B
Nix
Raw Normal View History

common/cpu: default microcode updates to enableRedistributableFirmware
2018-10-30 18:16:36 +00:00
{ config, lib, pkgs, ... }:
common/cpu/intel: add vaapi/vdpau drivers I've tested this to work on MacBookAir4,1 and I'm going to deploy it to MacBookAir6,2 today and Lenovo ThinkPad X230 in a week from now. Also, cleaned up Lenovo ThinkPad X230 profile.
2017-12-27 07:28:30 +00:00
treewide: abstract away common configs into common/
2017-12-24 23:21:05 +00:00
{
cpu/intel: early KMS
2018-08-25 13:55:35 +03:00
boot.initrd.kernelModules = [ "i915" ];
common/cpu: default microcode updates to enableRedistributableFirmware
2018-10-30 18:16:36 +00:00
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
intel: videoDrivers: intel -> modesetting (#57)
2018-08-04 18:59:08 +03:00
common/cpu/intel: add vaapi/vdpau drivers I've tested this to work on MacBookAir4,1 and I'm going to deploy it to MacBookAir6,2 today and Lenovo ThinkPad X230 in a week from now. Also, cleaned up Lenovo ThinkPad X230 profile.
2017-12-27 07:28:30 +00:00
hardware.opengl.extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau
libvdpau-va-gl
];
treewide: abstract away common configs into common/
2017-12-24 23:21:05 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 36ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API