View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 12-20-2018 , 23:18   Re: 4ghz cpu sv var in red at round start
Reply With Quote #19

Quote:
Originally Posted by napster_10 View Post
hmm cant figure out how to run tuned on debian..is that even possible?
Yes it is, like I mentioned I am running it on Debian.

This is how I set it up:
Add to file: /etc/apt/sources.list
Code:
# tuned
deb http://http.us.debian.org/debian/ sid main
Update and install tuned:
Code:
apt-get update
apt-get install tuned tuned-gtk tuned-utils tuned-utils-systemtap
reboot
List of useful tuned commands:
Code:
tuned-adm active
tuned-adm list
tuned-adm recommend
tuned-adm verify
tuned
Recommended for performance:
Code:
tuned-adm profile latency-performance
Maxximou5 is offline