Bu dosyayıBir bash dosyasını çalıştıracağım.
Kod:sudo echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor sudo cpupower frequency-set -g performance. sudo preload
Bilmiyorum şu anda arcolinux kullanıyorum.
/lib/systemd/system/scaling_governor.service
e koy.[Unit]
Description=Modifies CPU governor.
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=echo "performance" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
ExecStart=cpupower frequency-set -g performance.
ExecStart=preload
[Install]
WantedBy=graphical.target
systemctl enable scaling_governor.service
Hangi komutu çalıştırıcaksın?
Bir bash dosyasını çalıştıracağımHangi komutu root ile çalıştıracaksınız?
sudo echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
sudo cpupower frequency-set -g performance
sudo preload
Bilmiyorum şuanda arcolinux kullanıyorum.Eğer systemd kullanılıyorsa oraya başlangıç servisi olarak ekleyebilirsin
Bir bash dosyasını çalıştıracağım.
Kod:sudo echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor sudo cpupower frequency-set -g performance. sudo preload
Bilmiyorum şu anda arcolinux kullanıyorum.
Çalıştırılabilir zaten ama çalıştırınca şifre istiyor..sh dosyası oluşturup çalıştırılabilir yapabilirsiniz.
Çalıştırılabilir zaten ama çalıştırınca şifre istiyor.
Bu dosyayıBir bash dosyasını çalıştıracağım.
Kod:sudo echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor sudo cpupower frequency-set -g performance. sudo preload
Bilmiyorum şu anda arcolinux kullanıyorum.
/lib/systemd/system/scaling_governor.service
e koy.[Unit]
Description=Modifies CPU governor.
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=echo "performance" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
ExecStart=cpupower frequency-set -g performance.
ExecStart=preload
[Install]
WantedBy=graphical.target
systemctl enable scaling_governor.service
Teşekkür ederim.Bu dosyayı/lib/systemd/system/scaling_governor.service
e koy.
Koyduktan sonra bu komutu yaz ve yeniden başlat.Kod:[Unit] Description=Modifies CPU governor. [Service] Type=oneshot RemainAfterExit=yes ExecStart=echo "performance" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ExecStart=cpupower frequency-set -g performance. ExecStart=preload [Install] WantedBy=graphical.target
systemctl enable scaling_governor.service
Bu sitenin çalışmasını sağlamak için gerekli çerezleri ve deneyiminizi iyileştirmek için isteğe bağlı çerezleri kullanıyoruz.