▲ 2 r/linux4noobs+1 crossposts

TLP vs PPD for hyprid AMD GPUs

I'm always was using TLP before but I got a Thinkpad T14 gen 5 with a Ryzen 5 CPU and I don't know which one to use, as a lot say PPD has better support for modern and CPUs, and some says TLP can be as efficient and more with right settings, here is my TLP config btw

        CPU_SCALING_GOVERNOR_ON_AC = "powersave";
        CPU_SCALING_GOVERNOR_ON_BAT = "powersave";

        CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
        CPU_ENERGY_PERF_POLICY_ON_BAT = "power";

        # Hardware-level thermal and fan profiles via thinkpad_acpi
        PLATFORM_PROFILE_ON_AC = "performance";
        PLATFORM_PROFILE_ON_BAT = "low-power";

        # Squeeze extra battery life out of the NVMe drive and PCIe bus
        PCIE_ASPM_ON_AC = "performance";
        PCIE_ASPM_ON_BAT = "powersupersave";

        # Optional: Disable CPU turbo boost on battery to keep it dead silent and cool
        CPU_BOOST_ON_AC = 1;
        CPU_BOOST_ON_BAT = 0;

        # Charge thresholds to protect the battery chemistry
        STOP_CHARGE_THRESH_BAT0 = 80;
        START_CHARGE_THRESH_BAT0 = 75;
reddit.com
u/Sea_Tree_4089 — 5 hours ago
▲ 3 r/NixOS

TLP vs PPD for hyprid AMD CPUs

I always was using TLP before but I got a Thinkpad T14 gen 5 with a Ryzen 5 CPU and I don't know which one to use, as a lot say PPD has better support for modern and CPUs, and some says TLP can be as efficient and more with right settings, here is my TLP config btw

        CPU_SCALING_GOVERNOR_ON_AC = "powersave";
        CPU_SCALING_GOVERNOR_ON_BAT = "powersave";

        CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
        CPU_ENERGY_PERF_POLICY_ON_BAT = "power";

        # Hardware-level thermal and fan profiles via thinkpad_acpi
        PLATFORM_PROFILE_ON_AC = "performance";
        PLATFORM_PROFILE_ON_BAT = "low-power";

        # Squeeze extra battery life out of the NVMe drive and PCIe bus
        PCIE_ASPM_ON_AC = "performance";
        PCIE_ASPM_ON_BAT = "powersupersave";

        # Optional: Disable CPU turbo boost on battery to keep it dead silent and cool
        CPU_BOOST_ON_AC = 1;
        CPU_BOOST_ON_BAT = 0;

        # Charge thresholds to protect the battery chemistry
        STOP_CHARGE_THRESH_BAT0 = 80;
        START_CHARGE_THRESH_BAT0 = 75;
reddit.com
u/Sea_Tree_4089 — 6 hours ago