Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168685 - Gnome frequency scaling applet only controls one proc in Dual Core
Summary: Gnome frequency scaling applet only controls one proc in Dual Core
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 148081 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-28 06:00 UTC by Alexey Parshin
Modified: 2007-03-09 21:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Parshin 2007-02-28 06:00:03 UTC
If I set it to show/control cpu 0, then switching the governor doesn't affect cpu 1. Since it's my laptop, it's important to keep it ondemand or conservative for both CPU. I'd like to have a separate cpu governor settings for both cpus, presented/controlled in applet. I'd also prefer to have the governors restored after reboot.

Reproducible: Always
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-02-28 06:04:59 UTC
This is something you should file upstream.  Just as a tip, you can add the applet twice and set one for each processor.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-02-28 19:05:37 UTC
At least here, on a core2duo, the cpufreq dir for cpu1 is a symlink to cpu0:

readlink /sys/devices/system/cpu/cpu1/cpufreq
../../../../devices/system/cpu/cpu0/cpufreq


Thus, you cannot change them separately here.
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2007-03-04 23:16:05 UTC
*** Bug 148081 has been marked as a duplicate of this bug. ***
Comment 4 Markus Herhoffer 2007-03-05 15:07:21 UTC
No, that's wrong:

 readlink /sys/devices/system/cpu/cpu0/cpufreq

and 
 
 readlink /sys/devices/system/cpu/cpu1/cpufreq

return nothing. I can set the frequency for each core individually -- this doesn't make much sense, but it works. 'cat /sys/devices/system/cpu/cpuX/cpufreq/scaling_cur_freq' proves this. 

I have a Thinkpad X60s
Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-03-05 15:27:34 UTC
This, then, is probably a kernel bug.  I don't know of any dual-core CPUs where you can run the cores at different frequencies.  For the record, I have 2.6.20.
Comment 6 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-03-09 21:58:00 UTC
Apparently, Conroe core2s can run at different speeds.  Thus, the cpu applet is working as expected.  It'd be nice if they added a "change all cpus together" option, but that's definitely a feature.

FTR, I have a dual-dual-core Opteron here at work, and I need 4 (!) cpufreq applets to handle all the cores...