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
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