offload instead of sync (still not working)
This commit is contained in:
parent
76507b83ec
commit
e774e9b9cd
1 changed files with 5 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
|
||||
modesetting.enable = true;
|
||||
modesetting.enable = true;
|
||||
powerManagement = {
|
||||
enable = false;
|
||||
finegrained = false;
|
||||
|
@ -78,7 +78,10 @@
|
|||
nvidiaSettings = true;
|
||||
|
||||
prime = {
|
||||
sync.enable = true;
|
||||
offload = {
|
||||
enable = true;
|
||||
enableOffloadCmd = true;
|
||||
};
|
||||
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue