mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +02:00
mucho intelo
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
"mem_sleep_default=deep"
|
||||
"i915.enable_guc=3"
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_psr=0"
|
||||
"i915.fastboot=1"
|
||||
"i915.enable_dc=2"
|
||||
"video=eDP-1:1920x1080@60e"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -9,8 +9,10 @@
|
||||
settings = {
|
||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
|
||||
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
|
||||
CPU_MIN_PERF_ON_BAT = 0;
|
||||
CPU_MAX_PERF_ON_BAT = 80;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user