Bug 58661
Summary: | Battery life is too low | ||
---|---|---|---|
Product: | Power Management | Reporter: | Julien Jorge (julien.jorge) |
Component: | Other | Assignee: | Rafael J. Wysocki (rjw) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | aaron.lu |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.8.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
PowerTop output, "Idle Stats" tab
PowerTop output, "Device Stats" tab PowerTop output, "Overview" tab PowerTop output, "Frequency Stats" tab |
Description
Julien Jorge
2013-05-22 20:58:58 UTC
What's the idle status? powertop should tell you this. Created attachment 114921 [details]
PowerTop output, "Idle Stats" tab
Created attachment 114931 [details]
PowerTop output, "Device Stats" tab
Created attachment 114941 [details]
PowerTop output, "Overview" tab
Created attachment 114951 [details]
PowerTop output, "Frequency Stats" tab
The output of PowerTop is attached in previous comments. Ubuntu's version is 13.10, kernel is 3.11. Also, it seems that there is a fan rotating faster when the laptop is on battery than when it is plugged in. Are you aware of any kernel that gives you a long battery life? Unfortunately I never had a longer battery life since I have bought this computer. I tried to install older distributions but they all failed to boot, so it is of no help. I have another laptop which is almost the same hardware, except for the graphic card (NVidia for this one, driver is nouveau, ATI for the other, free drivers too). This other laptop lasts 3 hours on battery (the batteries are the same). My first guess is that the cause is in the ATI drivers, but the battery life is low even if I do not start X. Also, the proprietary drivers do not work on my laptop (I have no acceleration at all). For information, the details of the laptops (in French, I could not find the english page): - Mine, Samsung NP35075C-S06FR: http://www.samsung.com/fr/consumer/it/notebook/essential/NP350V5C-S06FR-spec - The other, Samsung NP270E5E-X06FR: http://www.samsung.com/fr/consumer/it/notebook/high-performance/NP270E5E-X06FR-spec I know very little about graphics, but one thing is that if a device doesn't have a proper driver, it may consume more power as no code will be in charge of putting various unused parts of the GPU to off state, but that's only my guess. Considering no progress can be made here, I'll close it as won't fix. If you found something new feel free to re-open it. I have finally found a workaround for my problem. First of all, I learned that my laptop has some kind of hybrid Intel/Radeon graphic card. When turning the radeon off with the following command, I can use the laptop on battery for more than 3 hours :) echo OFF > /sys/kernel/debug/vgaswitcheroo/switch That's the best solution I have found. Another solution is to remove either the intel driver or the radeon driver; then the lifetime on battery is 2 h. So, the problem was in the drivers not being able to switch a card off. As far as I know it was a well known problem. Thanks for the help. Glad to know this, thanks for the update. |