You are not logged in.

#1 2008-08-01 21:28:29

Merlin615
Member
From: Colfax, WI
Registered: 2006-11-08
Posts: 6

Inspiron 1100 cpufreq

I setup cpufreqd on my laptop to try and control speed, mostly to prevent heat issues.  I've noticed that no matter how I setup the /etc/conf.d/cpufreq it always stays in performance mode when plugged in , however when I unplug the AC it goes down and switches to on demand, is there a seperate configuration somewhere regarding laptops that I need to setup?  I'd like it to listen and throttle down on AC when not doing anything.

Offline

#2 2008-08-02 22:09:32

metal
Member
From: Russia,Moscow
Registered: 2006-01-23
Posts: 45

Re: Inspiron 1100 cpufreq

Did you enable your cpufreq in /etc/rc.conf? Also, I had such trouble, because I use my own build of kernel. It includes cpufreq in kernel, but cpufreq script expects module. I corrected it and all became good.

Offline

#3 2008-08-02 22:24:53

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: Inspiron 1100 cpufreq

Info in the wiki. The most import think is that after you modprobe the desired cpufreq modules you edit /etc/conf.d/cpufreq . There you can select the desired governor:

#configuration for cpufreq control
# valid governors:
#  ondemand, performance, powersave,
#  conservative, userspace
governor="ondemand"

# valid suffixes: Hz, kHz (default), MHz, GHz, THz
min_freq="1GHz"
max_freq="2GHz"

The name of each governor speaks for himself. Also you don't need to set valid suffixes - they're automatically detected.


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#4 2008-08-03 09:31:02

metal
Member
From: Russia,Moscow
Registered: 2006-01-23
Posts: 45

Re: Inspiron 1100 cpufreq

It's settings, but you need activate its. Part of /etc/rc.conf:
DAEMONS=(syslog-ng network !netfs crond alsa acpid dbus hal ntpd cpufreq )

Offline

#5 2008-08-05 18:42:47

Merlin615
Member
From: Colfax, WI
Registered: 2006-11-08
Posts: 6

Re: Inspiron 1100 cpufreq

I have modprobe'd the appropriate governers  and cpuqfreq drivers, it runs but my config file is overwritten, anytime I go  to battery it's immediately throttled down, but when I'm plugged in it rarely does, and usually when I need it at full speed.

Offline

Board footer

Powered by FluxBB