Revert "Enable pertinent Intel drivers for HW acceleration"

This reverts commit 2c0034fc82.
This commit is contained in:
coolneng 2022-10-18 00:18:59 +02:00
parent 121d26c956
commit bfa9147a41
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 6 deletions

View File

@ -2,9 +2,7 @@
with pkgs; with pkgs;
let hybrid-codec-vaapiIntel = vaapiIntel.override { enableHybridCodec = true; }; {
in {
# Kernel configuration # Kernel configuration
boot = { boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
@ -31,9 +29,7 @@ in {
lib.mkDefault config.hardware.enableRedistributableFirmware; lib.mkDefault config.hardware.enableRedistributableFirmware;
services.fwupd.enable = true; services.fwupd.enable = true;
# GPU Hardware acceleration hardware.opengl.extraPackages = [ vaapiIntel vaapiVdpau libvdpau-va-gl ];
hardware.opengl.extraPackages =
[ intel-media-driver hybrid-codec-vaapiIntel vaapiVdpau libvdpau-va-gl ];
# Bootloader configuration # Bootloader configuration
boot.loader = { boot.loader = {