Revert "Enable pertinent Intel drivers for HW acceleration"
This reverts commit 2c0034fc82
.
This commit is contained in:
parent
121d26c956
commit
5b0dbeb0b5
|
@ -2,16 +2,13 @@
|
|||
|
||||
with pkgs;
|
||||
|
||||
let hybrid-codec-vaapiIntel = vaapiIntel.override { enableHybridCodec = true; };
|
||||
|
||||
in {
|
||||
{
|
||||
# Kernel configuration
|
||||
boot = {
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
kernelParams = [
|
||||
"zfs.zfs_arc_max=1073741824"
|
||||
"zfs.zfs_arc_meta_limit_percent=90"
|
||||
"i915.i915_enable_fbc=1"
|
||||
"workqueue.power_efficient=y"
|
||||
"nohibernate"
|
||||
"ipv6.disable=1"
|
||||
|
@ -31,9 +28,7 @@ in {
|
|||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# GPU Hardware acceleration
|
||||
hardware.opengl.extraPackages =
|
||||
[ intel-media-driver hybrid-codec-vaapiIntel vaapiVdpau libvdpau-va-gl ];
|
||||
hardware.opengl.extraPackages = [ vaapiIntel vaapiVdpau libvdpau-va-gl ];
|
||||
|
||||
# Bootloader configuration
|
||||
boot.loader = {
|
||||
|
|
Loading…
Reference in New Issue