Comment 1 for bug 774916

Revision history for this message
onox (onox) wrote :

Thanks for the bug report. Can you edit /usr/share/avant-window-navigator/applets/cpufreq/cpufreq.py and go to line 155. You should see something that begins with:

self.freq_range_per_image = ...

Please insert a new line above it with the following text:

print self.backend.get_phys_max_frequency(), self.backend.get_phys_min_frequency()

Then run avant-window-navigator in a terminal check which numbers it prints.

Please also tell me which CPU you have. You can do this by running in a terminal:

cat /proc/cpuinfo > awn_cpufreq_cpuinfo

Then attach the file awn_cpufreq_cpuinfo that you will find in your home folder to this bug report. (See the link below the comment form)