graphics configuration changed on absolution and patio

This commit is contained in:
cydiralis 2025-06-28 00:38:20 +01:00
parent 3d95975820
commit 6e435b58e7
No known key found for this signature in database
2 changed files with 4 additions and 9 deletions

View file

@ -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;

View file

@ -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;