graphics configuration changed on absolution and patio
This commit is contained in:
parent
3d95975820
commit
6e435b58e7
2 changed files with 4 additions and 9 deletions
|
|
@ -114,6 +114,8 @@
|
|||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl vaapiVdpau vulkan-validation-layers];
|
||||
extraPackages32 = with pkgs; [driversi686Linux.amdvlk driversi686Linux.mesa.opencl];
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
|
|||
|
|
@ -76,15 +76,8 @@
|
|||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [libvdpau-va-gl vaapiVdpau vulkan-validation-layers rocmPackages.clr.icd];
|
||||
};
|
||||
|
||||
hardware.amdgpu = {
|
||||
opencl.enable = true;
|
||||
initrd.enable = true;
|
||||
amdvlk.supportExperimental.enable = true;
|
||||
amdvlk.support32Bit.enable = true;
|
||||
amdvlk.enable = true;
|
||||
extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl vaapiVdpau vulkan-validation-layers];
|
||||
extraPackages32 = with pkgs; [driversi686Linux.amdvlk driversi686Linux.mesa.opencl];
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue