experiment with intel gpu stuff

This commit is contained in:
Adithya 2024-06-22 21:48:08 +05:30
parent db635147fd
commit 5d17048d51
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,10 @@
console.useXkbConfig = true;
environment.sessionVariables = {
VDPAU_DRIVER = "va_gl";
};
fonts = {
packages = with pkgs; [
cantarell-fonts

View file

@ -39,7 +39,7 @@
gpgSmartcards.enable = true;
opengl = {
enable = true;
extraPackages = [ pkgs.intel-media-driver ];
extraPackages = with pkgs; [ intel-media-driver vpl-gpu-rt libvdpau-va-gl ];
driSupport = true;
driSupport32Bit = true;
};

View file

@ -25,7 +25,6 @@
};
storageDriver = "btrfs";
};
kvmgt.enable = true;
libvirtd = {
enable = true;
qemu = {