![]() |
Power Draw - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116) +--- Thread: Power Draw (/showthread.php?tid=8658) Pages:
1
2
|
Power Draw - Heuristics - 01-01-2020 Hi, I got my Pinebook Pro 2 days ago and so far I appear to get slightly less than 2 hours of battery life. I have seen others write that they get 8-10 hours so I am wondering what can be done. energy-rate is between 15-20 W when ony doing light web browsing with the screen at a very low brightness. I have attached a upower -d log. Thanks. Code: Device: /org/freedesktop/UPower/devices/line_power_dc_charger RE: Power Draw - Heuristics - 01-01-2020 Sorry, managed to post this thread on the wrong forum. Should be in the pinebook pro one. RE: Power Draw - zaius - 01-02-2020 (01-01-2020, 02:29 AM)Heuristics Wrote: I got my Pinebook Pro 2 days ago and so far I appear to get slightly less than 2 hours of battery life. I have seen others write that they get 8-10 hours so I am wondering what can be done. energy-rate is between 15-20 W when ony doing light web browsing with the screen at a very low brightness. I have attached a upower -d log. Thanks. It should be around half that. Is anything else plugged into it? What are your CPU settings? RE: Power Draw - Heuristics - 01-04-2020 I looked into the CPU settings a little and from what I now understand you need to view the cpu as having two parts that you can set the speed on, previously I thought the speed setting in the desktop applet in the lower right corner set it globally. Adding one more applet and having them set to CPU 0 and CPU 5 appears to do the trick. Setting them both to "on demand" brings power draw down to about 8-10 W. A big improvement but still far from 10 hour battery life (if lucky maybe I will get 4-5 hours with light usage). Setting both to "powersave" means it remains around 8-9 W. I don't have anything plugged in. Any ideas what else can be done? Thank you. RE: Power Draw - chip ling - 01-16-2020 I got my Pinebook Pro this week. After I fixed my ANSI keyboard mapping and then I saw this post. So I decided to do a power consumption test run on my Pinebook Pro. Objective: very light usage + headless test run Run time: 10 hours Result: run for 10 hours and still have 11% battery left Here is what I did: (I use the "on demand" power scheme) 1. turn off the machine and fully charge the Pinebook Pro overnight before the testing start. 2. Power on the Pinebook Pro, start 2 apps: Power Statistics and System Monitor and let it run. Also start a terminal running the top command. 3. I let the Pinebook Pro idle with the above 3 apps running. After a while the screen switch off. 4. I went to work and logon to my Pinebook Pro via ssh terminal. 5. I continuously check the power level and cpu temperature. (temperation is average at 33.33 degrees C) 6. The battery power level drop 1% after every 7 minutes. 7. After three hours, I wrote another assembly program as below. Code: .global _start This is an endless looping program, the objective is to use up one cpu core and see how it impact the battery and temperature. I compiled this program and run it on the background. I run the "top" command on my terminal and see the program used up 100% cpu. So one core has been fully occupied. The cpu temperature rised from 33.33 to 46.1 degrees. I let the program ran for 45 minutes before I killed the process. During the program running time, the power consumption increase to every 1% power drop, took 5 minutes. The temperature also dropped slowly. I run the "top" command on the ssh terminal until the rest of the test. Then I let the Pinebook Pro run as headless Linux machine. After 10 hours, I still have 11% battery left. I stopped the test. RE: Power Draw - as400 - 01-17-2020 @Heuristics this is quite a big power draw that you have. On mine (with nvme drive installed) I have observed power draw as low as 3,58W sometimes. I am using schedutil cpufreq governor. RE: Power Draw - Heuristics - 01-26-2020 An update since it's been a while since I started the thread: After installing (LXDE) Manjaro It became a little better. The battery life indicator will show around 7 hours when first starting the laptop after charging over night with screen low, bluetooth off and cpus on powersave. In real world terms this translates to about 3 hours of writing code and surfing the web. My main worry at the moment with Manjaro is that every time I start it (or log in) it shows two dialogs warning me about critical battery, does anyone else have that and how can I get rid of them? They say: "WARNING: Your battery is running low. You should consider plugging in or shutting down your computer soon to avoid possible data loss." And the other one (this dialog is always right under the first one, it's seen it after closing the first: "WARNING: Your battery has reached critical status. You should plug in or shutdown your computer now to void possible data loss." The current upower -d log: Code: Device: /org/freedesktop/UPower/devices/line_power_dc_charger RE: Power Draw - xmixahlx - 01-26-2020 display brightness has a huge impact. what is your brightness set at? RE: Power Draw - bcnaz - 01-26-2020 * I think a part of it is the system learning or calibrating itself when you are starting out. ** Way Back When, I remember Lucas talking about the system calibrating the battery meter... First step was to charge it fully before using it, not that it would change anything except that it would take longer for the battery predictions to become more accurate, than if you start with a partially charged battery. ( to run it down real low from a full beginning charge for the first few cycles ) I have always run my screen pretty bright, and watching YouTube and surfing I typically get 8 to 10 hours without it shutting down from a depleted battery. While watching at high brightness, I also am usually above 100% on the sound, while watching videos. (Half blind and half deaf) That may actually help to condition the New battery as well ? RE: Power Draw - Heuristics - 01-27-2020 (01-26-2020, 11:30 PM)xmixahlx Wrote: display brightness has a huge impact. what is your brightness set at? Around 20%, meaning one or two notches (button presses) above turned off. |