forked from poz/niksos
these do something according to aleph
This commit is contained in:
parent
adc9e9c3ab
commit
29023a11ae
1 changed files with 10 additions and 0 deletions
|
@ -193,6 +193,8 @@
|
|||
|
||||
#WLR_DRM_DEVICES = "/dev/dri/card0:/dev/dri/card1";
|
||||
#DRI_PRIME = "1";
|
||||
|
||||
AMD_VULKAN_ICD = "radv";
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
man-pages
|
||||
|
@ -252,10 +254,18 @@
|
|||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
mesa
|
||||
amdvlk
|
||||
libdrm
|
||||
libva
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
extraPackages32 = with pkgs; [
|
||||
driversi686Linux.mesa
|
||||
driversi686Linux.amdvlk
|
||||
driversi686Linux.vaapiVdpau
|
||||
driversi686Linux.libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
cpu.amd.updateMicrocode = true;
|
||||
|
|
Loading…
Reference in a new issue