You are not logged in.

#1 2024-08-21 23:00:58

kosmiyn
Member
Registered: 2024-08-21
Posts: 1

I've heard something about performance mode for cpu/gpu.

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

#2 2024-08-22 04:42:45

mrlamud
Member
Registered: 2014-09-27
Posts: 105

Re: I've heard something about performance mode for cpu/gpu.

If you're on linux already, try it youself.
https://wiki.archlinux.org/title/CPU_frequency_scaling

Offline

#3 2024-08-22 15:57:16

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: I've heard something about performance mode for cpu/gpu.

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

Board footer

Powered by FluxBB