You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a dedicated submodule for Framework Laptop 16 AMD AI 300 Series with
NVIDIA dGPU (RTX 5070). This provides hybrid graphics configuration with
PRIME offload, allowing the AMD iGPU to run by default for better battery
life while making the NVIDIA dGPU available on demand via nvidia-offload.
Exposed as nixosModules.framework-16-amd-ai-300-series-nvidia
Co-authored-by: Daniel Schaefer <dhs@frame.work>
This enables hybrid graphics with PRIME offload: the AMD iGPU runs by default for better battery life, and the NVIDIA dGPU can be used on demand with `nvidia-offload <command>`.
16
+
17
+
**IMPORTANT:** You MUST override the PCI bus IDs for your specific system. The default values are examples only and will likely not match your hardware. Due to Framework 16's modular design, bus IDs vary depending on installed expansion cards and NVMe drives:
18
+
19
+
```nix
20
+
{
21
+
hardware.nvidia.prime = {
22
+
amdgpuBusId = "PCI:195:0:0"; # Adjust to your system
23
+
nvidiaBusId = "PCI:194:0:0"; # Adjust to your system
0 commit comments