hi to all,
it's my first post on this ml,
sorry for my bad english.

to reduce power consumption i try this conf on a debian unstable:
for the hard disk:
hdparm -d1 -u1 -c1

and for the  filesystem (ext3):
...
/dev/hda2       /               ext3
defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid,nouser,data=writeback

0       1
/dev/hda4       /home           ext3
defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid,nouser,data=writeback
0       2
....

in the cpu:
cpudyn +
 echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
 
 
 for the graphics:
 
  Section "Device"
          Identifier      "video i915"
        Driver          "i810"
         Option          "VBERestore"            "1"
         Option "MonitorLayout" "CRT,LFP"
        Option "Clone"  "true"
       Option "AddARGBGLXVisuals" "On"
            Option "NoDRI"
                       EndSection
                       
 
 and DMPS on.
 
i run on a 2.6.21.1 vanilla with forcing hpet timer patch and the patch that i
find on
linuxpowertop.org  

but powertop report that i make around 100 wake up from idle when i
run on battery.

my cpuinfo output:
[EMAIL PROTECTED] dog /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 13
model name      : Intel(R) Pentium(R) M processor 1.73GHz
stepping        : 8
cpu MHz         : 800.000
cache size      : 2048 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
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 tm pbe nx est tm2
bogomips        : 1598.15
clflush size    : 64

[EMAIL PROTECTED] 


i disable all the service that i don't use.
xorg with ion3 without dbus or other strange service ;-)



how can i improve my configuration?

why linuxpowertop utility said me that HPET support is not enable?
my config file for the kernel:
[EMAIL PROTECTED] dog /usr/src/linux-2.6.21.1/.config | grep HPET
CONFIG_HPET_TIMER=y
CONFIG_HPET=y
CONFIG_HPET_RTC_IRQ=y
CONFIG_HPET_MMAP=y
[EMAIL PROTECTED] 


many thanks, 
Fabio 

-- 
Nigi Fabio
mail:echo "kfdfc^_fl=dju+fq" | perl -pe 's/(.)/chr(ord($1)+3)/ge'
www.nigifabio.com || www.debianhardstyle.net || 
_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power

Reply via email to