Earlier this year I ordered a new x13 laptop (core i7, 16gb ram, 1tb ssd).
Vanilla Ubuntu desktop (22.04) installed.
When I'm doing normal work on battery mode, I get around 4 to 6 hours out of it.
However if I hop onto a Google Meet, the battery gets rapidly depleted (lasts around 1 hour 20 minutes before it runs out).
Is this a known issue with Google Meet?
I seem to get similar rapidly decreasing battery life when watching 1080p movies on it.
It's virtually impossible to use this laptop on the move when I have online meetings.
By comparison, my wife's 10 year old Macbook still lasts 6+ hours when on the go, and that's irrespective of if she's on meetings or watching movies.
Is my x13's battery performance in Ubuntu normal?
Any advice on how to improve it (use it less)?
I've found that lowering the screen brightness helps a bit. Closing all other windows / applications makes a marginal difference.
Thanks.
That being said, I also use Linux on my Thinkpad anyways. There are decent enough workarounds that I can keep my system up for 5-6 hours when away from AC:
- Switching into battery-saver mode will keep clock speeds down, which generally reduces power usage (as long as you aren't slamming the cores)
- tlp can help if your hardware has power-draining characteristics (I don't use it, my defaults are good enough)
- Using an auto-nicer can keep your system feeling responsive when in power saving mode: https://github.com/pop-os/system76-scheduler
So... caveat emptor, YMMV. Linux is far from the most efficient OS away from the wall, but with a little bit of configuration I feel like my system does indeed work as a "normal laptop".
I'm hoping that the next generation of AMD/Intel efficiency-focused laptop CPUs improve this dramatically though because it feels ridiculous that my M1 Max MBP gets better life not in power save mode while doing "real work" than I could ever get out of the Thinkpad with a light workload in power save mode. If this turns out to be true I'll be trading the Thinkpad in for a newer model.
Your experience sounds par for the course!
U can still run linux in the cloud, where it works well.
it's a mix of things.
from what i remember (when i used to use google meet for work):
- meet seems to work worse on firefox than on google chrome
- if you're doing any kind of video, you need to make sure hardware encoding is enabled and being used by firefox. otherwise all video stuff will be done on the cpu (slower and uses more power). look into the vaapi configuration and intel-gpu-tools
hardware-assisted encoding/decoding can do a lot of difference on cpu usage and battery life.
I'd recommend installing windows 11 if battery life is important (not trolling - windows just works with this sort of thing, Linux never does in my experience). Use WSL or docker to run Linux if you need it for development
https://www.howtogeek.com/google-meet-is-finally-being-fixed...