|
Bugzilla – Full Text Bug Listing |
| Summary: | System performance slow/degraded when using power source on laptop | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Chris Bonner <cbonner> |
| Component: | Kernel | Assignee: | Thomas Renninger <trenn> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Chris Bonner
2006-11-19 00:15:59 UTC
Booting with - acpi=off nosmp - fixes performance problem, but sound and networking is disabled. acpi=off is a bad workaround, as your system will not scale the frequency dynamically (increase frequency when CPU has something to do and decrease frequency if CPU has nothing to do). Per default, if you do nothing, the frequency should always be on lowest. To check whether it works you can do: cat /dev/zero >/dev/null this should generate 100% load and the CPU must switch to highest freq. You can monitor cpu frequency in another shell by doing: watch -n1 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq There was a cpufreq bug fixed in about RC1/RC2. Can you retest with 10.2 final, pls. Maybe some process is running and uses 100% CPU load when you go to battery mode. Please check with top and tell as the process running when your machine is switched up to highest freq when it should not. This is probably a duplicate of: bug #216205 Can you please also check top output whether sys and usr values are high, even no process is running, pls. *** This bug has been marked as a duplicate of bug 216205 *** |