feat: nvidia logind seatd gamescope config update
Nvidia: added Dynamic Boost and fixed PRIME BusIDs Gamescope: added capSysNice definition Fcitx5: change names to resolve eval warning Logind: Delayed processing of power key press (600ms)
This commit is contained in:
parent
83c26c1e31
commit
4a99257e90
6 changed files with 40 additions and 7 deletions
|
@ -24,18 +24,20 @@
|
|||
};
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
hardware.nvidia = {
|
||||
dynamicBoost.enable = true;
|
||||
prime = {
|
||||
offload.enable = false;
|
||||
sync = {
|
||||
enable = true;
|
||||
};
|
||||
amdgpuBusId = "PCI:5:0:0";
|
||||
amdgpuBusId = "PCI:6:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
forceFullCompositionPipeline = true;
|
||||
powerManagement.enable = true;
|
||||
modesetting.enable = true;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue