Anyone have this working? CPU Freq. stays at 2GHz on the machine in my sig running OpenSuSE 10.2. I tried the various modes in kpowersave, no change. Both CPU's idle at or close to 0% utilization so it should kick in ...
laptop:/home/harryc/# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
conservative ondemand userspace powersave performance
laptop:/home/harryc/ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
2000000
laptop:/home/harryc/ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
1000000
or maybe it is working but I am looking at this the wrong way? gkrellm says 2000MHz, but maybe that is cumulative across both processors at 1000MHz?
laptop:/home/harryc/downloads/downloads # cat /proc/cpu
cat: /proc/cpu: No such file or directory
laptop:/home/harryc/downloads/downloads # cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Core(TM) Duo CPU T2500 @ 2.00GHz
stepping : 12
cpu MHz : 1000.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips : 3994.35
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Intel(R) Core(TM) Duo CPU T2500 @ 2.00GHz
stepping : 12
cpu MHz : 1000.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips : 3990.11
Also, it is possible to do GPU scaling on Linux?
OpenSuSE 10.2 on a T60 - CPU Freq Scaling not working
Use cpufreq-info to check what governor you are using.
If you don't have cpufreq-info you can view the info on /sys.
On my system i get this output:
[root@neptuno ctrler]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
ondemand
[root@neptuno ctrler]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
ondemand performance
[root@neptuno ctrler]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
800000
As you can see I'm using the ondemand governor.
To use it you have to load the cpufreq_ondemand and the acpi-cpufreq modules.
To change the current governor just issue:
[root@neptuno ctrler]# cpufreq-set -g ondemand
or
[root@neptuno ctrler]# echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Hope I could help.
If you don't have cpufreq-info you can view the info on /sys.
On my system i get this output:
[root@neptuno ctrler]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
ondemand
[root@neptuno ctrler]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
ondemand performance
[root@neptuno ctrler]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
800000
As you can see I'm using the ondemand governor.
To use it you have to load the cpufreq_ondemand and the acpi-cpufreq modules.
To change the current governor just issue:
[root@neptuno ctrler]# cpufreq-set -g ondemand
or
[root@neptuno ctrler]# echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Hope I could help.
Thinkpad X61s (Model:766927G)
"CPU Freq. stays at 2GHz on the machine in my sig running OpenSuSE 10.2. I tried the various modes in kpowersave, no change. Both CPU's idle at or close to 0% utilization so it should kick in ..."
If what I read is correct, with newer CPUs & kernels frequency scaling is usually not the best way to save power. It's better to use the "ondemand" governor, which puts the processor in deep sleep when there's no work to do, then wakes up to do work at top speed so it can go back to sleep sooner.
There's discussion and a useful tool called powertop at this site:
http://www.linuxpowertop.org/powertop.php
If what I read is correct, with newer CPUs & kernels frequency scaling is usually not the best way to save power. It's better to use the "ondemand" governor, which puts the processor in deep sleep when there's no work to do, then wakes up to do work at top speed so it can go back to sleep sooner.
There's discussion and a useful tool called powertop at this site:
http://www.linuxpowertop.org/powertop.php
-
lightweight
- Sophomore Member
- Posts: 234
- Joined: Sat Jun 30, 2007 10:56 pm
- Location: L. A.
Also, it appears much of kernel development is focussed on increasing battery life in Linux. 2.6.21+ has been very good to me and offers dynticks, which had greater effect without cpufreqd than 2.6.18 had with cpufreqd and no dynticks. YMMV of course.
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Full HD video stutter because of CPU frequency scaling!
by zoltan87 » Tue May 09, 2017 5:02 pm » in ThinkPad T6x Series - 2 Replies
- 483 Views
-
Last post by zoltan87
Wed May 10, 2017 4:06 am
-
-
- 10 Replies
- 935 Views
-
Last post by RealBlackStuff
Thu Feb 02, 2017 7:48 am
-
- 5 Replies
- 1526 Views
-
Last post by slaterlp
Sat Feb 04, 2017 10:32 am
-
-
Can I simply swap out my T5500 CPU in my 1953CTO T60 with a T5600? Or my T2400 core duo in my 2623D6U T60?
by Muse » Mon Apr 24, 2017 12:37 pm » in ThinkPad T6x Series - 4 Replies
- 702 Views
-
Last post by Muse
Mon Apr 24, 2017 7:22 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest




