1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-17 18:18:31 +02:00

apple/macbook-pro/11-5: Use the newer amdgpu driver

This commit is contained in:
Rehno Lindeque 2022-09-06 19:32:22 +00:00
parent a318b2ebfa
commit c38ec64187

View File

@ -10,16 +10,15 @@ in
imports = [ imports = [
../. ../.
../../../common/pc/laptop/ssd ../../../common/pc/laptop/ssd
# Radeon Venus XT is a GCN 1 microarchitecture
# (amdgpu driver support is experimental and must be explicitly enabled)
../../../common/gpu/amd/southern-islands
]; ];
# Enable broadcom-43xx firmware # Enable broadcom-43xx firmware
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
# Apparently this is currently only supported by ati_unfree drivers, not ati
hardware.opengl.driSupport32Bit = false;
services.xserver.videoDrivers = [ "ati" ];
services.udev.extraRules = services.udev.extraRules =
# Disable XHC1 wakeup signal to avoid resume getting triggered some time # Disable XHC1 wakeup signal to avoid resume getting triggered some time
# after suspend. Reboot required for this to take effect. # after suspend. Reboot required for this to take effect.