Former-commit-id: 159ce3c1c2
This commit is contained in:
Hadi
2024-10-10 16:29:14 +02:00
parent fc0c2b0d13
commit 5ed0ec12ea
9 changed files with 90 additions and 55 deletions

View File

@@ -7,7 +7,11 @@
# sync.enable = true;
amdgpuBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";
# CHANGEME: Change those values to match your hardware (if prime is imported)
amdgpuBusId =
"PCI:5:0:0"; # Set this to the bus ID of your AMD GPU if you have one
# intelBusId = "PCI:0:2:0"; # Set this to the bus ID of your Intel GPU if you have one
nvidiaBusId =
"PCI:1:0:0"; # Set this to the bus ID of your Nvidia GPU if you have one
};
}