apple/macbook-pro/11-5: Use the newer amdgpu driver
This commit is contained in:
parent
a318b2ebfa
commit
c38ec64187
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue