experiment with intel gpu stuff
This commit is contained in:
parent
db635147fd
commit
5d17048d51
3 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
console.useXkbConfig = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
VDPAU_DRIVER = "va_gl";
|
||||
};
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
cantarell-fonts
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
};
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
kvmgt.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
|
|
Loading…
Reference in a new issue