>>107255366
I have a script I run whenever I remember to set everything to "performance" mode.
#!/bin/sh
cpupower frequency-set -gperformance all
x86_energy_perf_policy --all performance
It makes all cores idle at the full turbo frequency instead of 800 MHz, but it doesn't make a huge performance difference.
Setting everything to "powersave" makes a huge difference in battery life and performance though. It'll lock all your cores to 800 MHz, probably doubling your battery or more, and still acceptable performance for browsing the net.