Hi ,I'm getting a wierd output using the {freq_dyn} variable (see screenshot)
Arch64 AMD64
I should add the variable is reported correctly on my Hardy64 setup ,same conkyrc...
any ideas?
/.conkyrc <snip>
TEXT
${voffset -1} Kernel: ${color e0e0e0}${font}${kernel}${color} | ${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} | ${color e0e0e0}${**freq_dyn**}Mhz ${color}${font} | CPU: ${color e0e0e0}${font}${cpu}% ${color} | RAM: ${color e0e0e0}${font}${mem} ${color} | Nvidia ${execi 30 nvclock -i | grep 'Card:' | cut -c16-29}${color e0e0e0}${font} ${execi 30 nvidia-settings -q gpucoretemp |grep '):' | awk '{print $4}'}C ${color} | ${color}${time %a %e %B %G} | ${color e0e0e0}${font}${time %H:%M} |${color e0e0e0} ${if_running mpd}${color}${font}${mpd_smart | fold -w20} - ${color 004151}$mpd_album ${color}$endif |
/etc/rc.conf <snip>
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng iptables network netfs crond alsa mpd sensors hal fam **cpufreq** )
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(**powernow-k8 cpufreq_ondemand** skge slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-ac97-codec snd-via82xx-modem snd-via82xx soundcore fuse)
/etc/conf.d/cpufreq
#configuration for cpufreq control
# valid governors:
# ondemand, performance, powersave,
# conservative, userspace
governor="**ondemand**"
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
#min_freq="2.25GHz"
#max_freq="3GHz"
edit: my hunch is it's displaying the value in 'hz' instead of 'Mhz'