Hacker News new | ask | show | jobs
by bee_rider 967 days ago
What kind of programs do you use? I can get ~20 hours on a zenbook flip with OLED, because I use mostly terminal programs (black background, so most of the pixels are off).

Have you tried running powertop for a bit? It would be interesting to see if the screen was consuming most of the power, or if the draw can be attributed to a particular device (maybe it is something useless like a Bluetooth radio that you can shut off!)

I wonder, if you can’t see the difference, maybe try halving the screen resolution? No reason to render all those extra pixels if you don’t need them, right? Plus, I guess it is rare in 2023, but any UI elements that are badly coded and not scalable would be sort of “normal sized.”

2 comments

Mostly just web development stuff - firefox, terminal, vs code, thundebird, background music etc. I am hardly ever without power so I haven't really spent much time on this. But thanks for the suggestion, will look into powertop. I assume this means that you use linux on zenbook flip ? Which distro do you use?

As for resolution, I wanted to try to run it lower res but Ubuntu crashes in lower res :/ Will have more time on the weekend to investigate.

I use ubuntu. But I’ve switched away from gnome to the i3 window manager (it is my favorite).

Ubuntu was a nice base in that it provided all the drivers and stuff like that built-in (I had a desktops with Arch for about a decade, and my previous memory of laptops was hunting for drivers on Arch in like 2011. It was kind of a pain, so I switched to Ubuntu for this laptop. I’m not sure whether that was the right decision, though).

Good luck with the crash! FWIW, there’s an Xorg and a Wayland version of Ubuntu’s desktop environment, maybe try flipping over to the other one just to see if that does anything.

Also the power tuning in power top can be amazingly helpful sometimes. powertop --auto-tune is usually fine!

Thankfully modern kernels have turned a bunch of settings on by default. But for a while a bunch of pretty simple power saving measures like iirc the sata link wouldn't go into low power states by default.

The only thing I hate about powertop is seeing how much power my wireless interface draws even when it is mostly idle. I’m not downloading a website, wlo1, so why are you on?

Maybe I need to map a new key in my window manager: rfkill unblock wlan on keydown, rfkill block wlan on keyup, hahaha.