mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
apple/macbook-pro/11-5: Use the newer amdgpu driver
This commit is contained in:
@@ -10,16 +10,15 @@ in
|
||||
imports = [
|
||||
../.
|
||||
../../../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
|
||||
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 =
|
||||
# Disable XHC1 wakeup signal to avoid resume getting triggered some time
|
||||
# after suspend. Reboot required for this to take effect.
|
||||
|
||||
Reference in New Issue
Block a user