battery status displays incorrect percentage
Bug #594823 reported by
am
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Battery Status |
Triaged
|
Low
|
Ivan Zorin |
Bug Description
Here is the problem. My battery is a bit old and only charges to about 65% of the design capacity. Anyways, it always displays the percentage is current charge / design capacity rather than current charge / last full capacity.
I am using Ubuntu 10.4 and have a Dell Inspiron 6000.
Changed in battery-status: | |
assignee: | nobody → Ivan Zorin (iaz) |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.
Frankly saying, I don't get your problem actually - I've just confused with some [power] terms. Let's try to clarify it.
First, I would like to see output of this command in your Terminal:
$ dbus-send --print-reply --system --dest= org.freedesktop .UPower /org/freedeskto p/UPower/ devices/ BATTERY_ LINE org.freedesktop .DBus.Propertie s.GetAll string: org.freedesktop .UPower. Device
Where BATTERY_LINE is text something like this: "battery_BAT0". Actual value you can get by running:
$ dbus-send --print-reply --system --dest= org.freedesktop .UPower /org/freedeskto p/UPower org.freedesktop .UPower. EnumerateDevice s
You've got something like this:
method return sender=:1.16 -> dest=:1.116 reply_serial=2 op/UPower/ devices/ line_power_ AC" op/UPower/ devices/ battery_ BAT0"
array [
object path "/org/freedeskt
object path "/org/freedeskt
]
Then, please, just provide full output from first command. Thanks.