cancel
Showing results for 
Search instead for 
Did you mean: 

Processors

digipoem
Journeyman III

How to enable A6-1450 turbo mode in linux

In Ubuntu Server 16.04  A6-1450 can run at 1.0GHz.

How to enable Turbo mode to run in 1.4GHz?

0 Likes
3 Replies

Turbo is automatic, controlled by the CPU and BIOS, based on load level and temperatures.

0 Likes

By command 'cat /proc/cpuinfo', I never saw the cpu working at 1.4GHz.

Is there any way to force the cpu to work at 1.4GHz?

0 Likes

By commmand cpufreq-info there is no 1.4GHz.

# cpufreq-info

cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009

Report errors and bugs to cpufreq@vger.kernel.org, please.

analyzing CPU 0:

  driver: acpi-cpufreq

  CPUs which run at the same hardware frequency: 0

  CPUs which need to have their frequency coordinated by software: 0

  maximum transition latency: 4.0 us.

  hardware limits: 600 MHz - 1000 MHz

  available frequency steps: 1000 MHz, 900 MHz, 800 MHz, 700 MHz, 600 MHz

  available cpufreq governors: conservative, ondemand, userspace, powersave, performance

  current policy: frequency should be within 600 MHz and 1000 MHz.

                  The governor "ondemand" may decide which speed to use

                  within this range.

  current CPU frequency is 600 MHz (asserted by call to hardware).

  cpufreq stats: 1000 MHz:46.65%, 900 MHz:0.25%, 800 MHz:0.12%, 700 MHz:0.13%, 600 MHz:52.86%  (49)

analyzing CPU 1:

  driver: acpi-cpufreq

  CPUs which run at the same hardware frequency: 1

  CPUs which need to have their frequency coordinated by software: 1

  maximum transition latency: 4.0 us.

  hardware limits: 600 MHz - 1000 MHz

  available frequency steps: 1000 MHz, 900 MHz, 800 MHz, 700 MHz, 600 MHz

  available cpufreq governors: conservative, ondemand, userspace, powersave, performance

  current policy: frequency should be within 600 MHz and 1000 MHz.

                  The governor "ondemand" may decide which speed to use

                  within this range.

  current CPU frequency is 600 MHz (asserted by call to hardware).

  cpufreq stats: 1000 MHz:47.30%, 900 MHz:0.71%, 800 MHz:0.21%, 700 MHz:0.34%, 600 MHz:51.43%  (51)

analyzing CPU 2:

  driver: acpi-cpufreq

  CPUs which run at the same hardware frequency: 2

  CPUs which need to have their frequency coordinated by software: 2

  maximum transition latency: 4.0 us.

  hardware limits: 600 MHz - 1000 MHz

  available frequency steps: 1000 MHz, 900 MHz, 800 MHz, 700 MHz, 600 MHz

  available cpufreq governors: conservative, ondemand, userspace, powersave, performance

  current policy: frequency should be within 600 MHz and 1000 MHz.

                  The governor "ondemand" may decide which speed to use

                  within this range.

  current CPU frequency is 600 MHz (asserted by call to hardware).

  cpufreq stats: 1000 MHz:46.88%, 900 MHz:0.08%, 800 MHz:0.41%, 700 MHz:0.72%, 600 MHz:51.92%  (75)

analyzing CPU 3:

  driver: acpi-cpufreq

  CPUs which run at the same hardware frequency: 3

  CPUs which need to have their frequency coordinated by software: 3

  maximum transition latency: 4.0 us.

  hardware limits: 600 MHz - 1000 MHz

  available frequency steps: 1000 MHz, 900 MHz, 800 MHz, 700 MHz, 600 MHz

  available cpufreq governors: conservative, ondemand, userspace, powersave, performance

  current policy: frequency should be within 600 MHz and 1000 MHz.

                  The governor "ondemand" may decide which speed to use

                  within this range.

  current CPU frequency is 600 MHz (asserted by call to hardware).

  cpufreq stats: 1000 MHz:46.64%, 900 MHz:0.04%, 800 MHz:0.08%, 700 MHz:0.24%, 600 MHz:53.01%  (51)

0 Likes