You are not logged in.
I've seen a post before switching to linux where someone mentioned a cpu and gpu performance mode that should be turned on if gaming on linux. Does anyone know what he was talking about?
Offline
If you're on linux already, try it youself.
https://wiki.archlinux.org/title/CPU_frequency_scaling
Offline
GNOME has a toggle in the bar for that.
I just use tmpfiles.d(5):
$ cat /etc/tmpfiles.d/cpu_scaling_governor.conf
w /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu8/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu9/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu10/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu11/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu12/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu13/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu14/cpufreq/scaling_governor - - - - performance
w /sys/devices/system/cpu/cpu15/cpufreq/scaling_governor - - - - performance
$Jin, Jîyan, Azadî
Offline