Hi! I am in deep trouble My Kubuntu 5.10 extremely slowed down , and I figured out that the problem is the wrong behaviour of dynamic CPU throttling. It always goes down to 13% of the CPU speed (in other words, it is reduced by 87%), no matter what I try.
I tried to set it up manually using:
echo 0 > /proc/acpi/processor/CPU0/throttling
and it worked... Well, just for a couple of seconds only!!!! It goes back to %13 soon.
Feeling desperate, I wrote a C code that updates the /proc/acpi/processor/CPU0/throttling every second in an infinite loop. But I have to run it as root everytime I boot linux, and I hate temporary solutions.
I am nervous because I spent days to setup the linux in my dreams. I don't want to trash it all just because this stupid problem. Besides, I make a lot of performance tests and I must be sure that I always use 100% of the CPU.
PLEASE HELP!!
Thanks in advance.
PS: I use Kubuntu (Breezy), kernel 2.6.12-9-686 on a Sony Vaio PCG-K25 laptop.
I tried to set it up manually using:
echo 0 > /proc/acpi/processor/CPU0/throttling
and it worked... Well, just for a couple of seconds only!!!! It goes back to %13 soon.
Feeling desperate, I wrote a C code that updates the /proc/acpi/processor/CPU0/throttling every second in an infinite loop. But I have to run it as root everytime I boot linux, and I hate temporary solutions.
I am nervous because I spent days to setup the linux in my dreams. I don't want to trash it all just because this stupid problem. Besides, I make a lot of performance tests and I must be sure that I always use 100% of the CPU.
PLEASE HELP!!
Thanks in advance.
PS: I use Kubuntu (Breezy), kernel 2.6.12-9-686 on a Sony Vaio PCG-K25 laptop.
Comment