1MATE-CPUFREQ-SELECTOR(1) General Commands Manual MATE-CPUFREQ-SELECTOR(1)
2
3
4
6 mate-cpufreq-selector - A generic command line tool to change the cpu
7 frequency.
8
10 mate-cpufreq-selector [OPTIONS]
11
13 This tool is a part of the CPU Frequency Scaling Monitor Applet for the
14 MATE Panel. It can be called from the command line when installed.
15 mate-cpufreq-selector is used to adjust the CPU Frequency settings if
16 the system supports scaling.
17
18 This manual page briefly documents the mate-cpufreq-selector command.
19
20
22 -c NUMBER, --cpu=NUMBER
23 Specify the CPU Number to adjust settings for. If no CPU is
24 specified, CPU0 is assumed.
25
26 -g GOVERNOR, --governor=GOVERNOR
27 Specify a valid CPU Governor to use. (ie. conservative, onde‐
28 mand, performance, powersave)
29
30 -f FREQ, --frequency=FREQ
31 Specify a CPU Frequency to set in KHz.
32
33 -?, -h, --help
34 Print standard command line options.
35
37 mate-cpufreq-selector --cpu=1 -g powersave
38 Set scaling Governor "Powersave" on CPU1
39
40 mate-cpufreq-selector -f 1200000
41 Set max CPU Frequency to 1200000KHz (1.2GHz) on CPU0
42
44 Should you encounter any bugs, they may be reported at:
45 http://github.com/mate-desktop/mate-applets/issues
46
48 This Man Page has been written for the MATE Desktop Environment by:
49 Adam Erdman <hekel@archlinux.info> (2014)
50
52 cpufreq-selector was originally written for gnome-applets by:
53 Carlos García Campos <carlosgc@gnome.org> (2004)
54
56 Further information may also be available at: http://wiki.mate-desk‐
57 top.org/docs
58MATE Desktop Environment 18 April 2014 MATE-CPUFREQ-SELECTOR(1)