[sudo-discuss] script to set cpu governor

Jake jake at spaz.org
Wed Apr 5 18:02:48 PDT 2017


amazing script-writing skills Robb!!

you should also put this at the beginning:
if ! which cpupower
 	then
 	echo this script doesn't work without cpupower
 	echo try this:
 	echo sudo apt-get install linux-tools-common
 	exit 1
fi

On Wed, 5 Apr 2017, robb wrote:

> while playing around with some cpu intensive programs like blender, ardour,
> obs-studio, etc,
> i learned things run better when your cpu governor is set to "performance"
>
> so i wrote a simple shell script to handle setting the governor
>
> https://github.com/muxlux/setgov.sh
>
> it's no masterpiece but it works so far
>



More information about the sudo-discuss mailing list