История изменений
Исправление NK, (текущая версия) :
все равно не получается, ручками же все стартует:
mint ~ # which cpufreq-set
/usr/bin/cpufreq-set
mint ~ # ls -l /usr/bin/cpufreq-set
-rwxr-xr-x 1 root root 9752 мая 17 2012 /usr/bin/cpufreq-set
mint ~ # cpufreq-info -o
minimum CPU frequency - maximum CPU frequency - governor
CPU 0 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
CPU 1 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
CPU 2 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
CPU 3 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
mint ~ # cat /etc/rc.local
#!/bin/bash
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#exit 0
# i3
#/usr/bin/cpufreq-set -r -g performance
for i in 0 1 2 3 ; do /usr/bin/cpufreq-set -c $i -g performance ; done
#cpufreq-info -o
# DELL fan
i8kfan - 1
#exit 0
mint ~ # for i in 0 1 2 3 ; do /usr/bin/cpufreq-set -c $i -g performance ; done
mint ~ # cpufreq-info -o
minimum CPU frequency - maximum CPU frequency - governor
CPU 0 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
CPU 1 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
CPU 2 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
CPU 3 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
Исходная версия NK, :
все равно не получается, ручками же все стартует:
mint ~ # which cpufreq-set
/usr/bin/cpufreq-set
mint ~ # ls -l /usr/bin/cpufreq-set
-rwxr-xr-x 1 root root 9752 мая 17 2012 /usr/bin/cpufreq-set
mint ~ # cpufreq-info -o
minimum CPU frequency - maximum CPU frequency - governor
CPU 0 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
CPU 1 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
CPU 2 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
CPU 3 774000 kHz ( 42 %) - 1801000 kHz (100 %) - ondemand
mint ~ # cat /etc/rc.local
#!/bin/bash
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#exit 0
# i3
#/usr/bin/cpufreq-set -r -g performance
for i in 0 1 2 3 ; do /usr/bin/cpufreq-set -c $i -g performance ; done
#cpufreq-info -o
# DELL fan
i8kfan - 1
#exit 0
mint ~ # for i in 0 1 2 3 ; do cpufreq-set -c $i -g performance ; done
mint ~ # cpufreq-info -o
minimum CPU frequency - maximum CPU frequency - governor
CPU 0 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
CPU 1 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
CPU 2 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance
CPU 3 774000 kHz ( 42 %) - 1801000 kHz (100 %) - performance