setup vaapi/vdpau
This commit is contained in:
parent
b0ebf0ebf6
commit
2b403ed160
|
@ -4,4 +4,13 @@
|
|||
# Graphics drivers
|
||||
hardware.bumblebee.enable = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
hardware.opengl = {
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue