1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/apple/macbook-pro/11-5
2022-09-07 15:41:28 +00:00
..
default.nix apple/macbook-pro/11-5: make enableRedistributableFirmware an optional default (uniformity with other configs) 2022-09-07 15:41:28 +00:00
README.md apple/macbook-pro/11-5: Links to hardware probes 2022-09-07 15:37:40 +00:00

Apple MacBook Pro 11,5

This configuration will not work with MacBook Pro 11,2 or 11,3 models.

Notable features

Graphics

The MacBookPro11,4 and MacBookPro11,5 models ship with a discrete ATI/AMD graphics card (whereas MacBookPro11,2 and MacBookPro11,3 ship with NVidia cards). This is alongside the usual integrated Intel GPU.

You may wish to look into dynamic switching between integrated and discrete graphics, but this config doesn't attempt it.

Currently this uses the experimental si_support to disable the older radeon driver and enable the more modern amdgpu driver.

Hardware probes

Hardware probes generated with nix run nixpkgs#hw-probe -- -all -upload:

DRM (Direct Rendering Manager) snapshots generated with drm_info -j | curl -d @- https://drmdb.emersion.fr/submit:

Additional resources

For more context about experimental amdgpu support, see: