micronix: Remove unused files, I no longer use that software

This commit is contained in:
unixpup 2025-01-24 19:42:41 -03:00
commit 3892f6f79b
No known key found for this signature in database
9 changed files with 23 additions and 88 deletions

View file

@ -5,7 +5,7 @@
TLP_ENABLE = 1;
DISK_IDLE_SECS_ON_AC = 0;
DISK_IDLE_SECS_ON_BAT = 1;
DISK_IDLE_SECS_ON_BAT = 0;
CPU_DRIVER_OPMODE_ON_AC = "active";
CPU_DRIVER_OPMODE_ON_BAT = "active";
@ -24,7 +24,7 @@
PLATFORM_PROFILE_ON_AC = "performance";
PLATFORM_PROFILE_ON_BAT = "performance";
DISK_DEVICES = "nvme0n1";
DISK_DEVICES = "nvme0";
DISK_APM_LEVEL_ON_AC = "255 255";
DISK_APM_LEVEL_ON_BAT = "128 128";
@ -57,7 +57,7 @@
SOUND_POWER_SAVE_CONTROLLER = "N";
PCIE_ASPM_ON_AC = "performance";
PCIE_ASPM_ON_BAT = "powersave";
PCIE_ASPM_ON_BAT = "performance";
RUNTIME_PM_ON_AC = "auto";
RUNTIME_PM_ON_BAT = "auto";