miku: Improve performance by using TSC

This commit is contained in:
PapaTutuWawa 2022-01-01 22:04:29 +01:00
parent cbc9975aa8
commit 9b21bacf5f

View File

@ -59,7 +59,7 @@
}; };
services = { services = {
gamemode.enable = true; gamemode.enable = true;
#gnome.enable = true; gnome.enable = true;
kanshi = let kanshi = let
horizontal = "Samsung Electric Company C27F398 H4ZR101145"; horizontal = "Samsung Electric Company C27F398 H4ZR101145";
vertical = "Goldstar Company Ltd IPS235 305NDPHKN600"; vertical = "Goldstar Company Ltd IPS235 305NDPHKN600";
@ -143,7 +143,8 @@
"kvm.report_ignored_msrs=N" "kvm.report_ignored_msrs=N"
"fbcon=rotate:3" "fbcon=rotate:3"
"quiet" "quiet"
"tsc=unstable" "clocksource=tsc"
"tsc=reliable"
]; ];
#extraModulePackages = [ pkgs.linuxPackages_xanmod.vendor-reset ]; #extraModulePackages = [ pkgs.linuxPackages_xanmod.vendor-reset ];