Clean amdgpu settings
This commit is contained in:
parent
c803efb140
commit
1298930422
1 changed files with 4 additions and 2 deletions
|
@ -18,17 +18,19 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
amdgpu = {
|
||||||
|
opencl.enable = true;
|
||||||
|
initrd.enable = true;
|
||||||
|
};
|
||||||
graphics = {
|
graphics = {
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
libva-vdpau-driver
|
libva-vdpau-driver
|
||||||
libvdpau-va-gl
|
|
||||||
obs-studio-plugins.obs-vaapi # TODO check if obs is enabled
|
obs-studio-plugins.obs-vaapi # TODO check if obs is enabled
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-vaapi
|
gst_all_1.gst-vaapi
|
||||||
];
|
];
|
||||||
extraPackages32 = with pkgs; [
|
extraPackages32 = with pkgs; [
|
||||||
driversi686Linux.libva-vdpau-driver
|
driversi686Linux.libva-vdpau-driver
|
||||||
driversi686Linux.libvdpau-va-gl
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue