TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: New ThinkPad battery life on Ubuntu

36 点作者 herodoturtle超过 1 年前
Hi folks.<p>Earlier this year I ordered a new x13 laptop (core i7, 16gb ram, 1tb ssd).<p>Vanilla Ubuntu desktop (22.04) installed.<p>When I&#x27;m doing normal work on battery mode, I get around 4 to 6 hours out of it.<p>However if I hop onto a Google Meet, the battery gets <i>rapidly</i> depleted (lasts around 1 hour 20 minutes before it runs out).<p>Is this a known issue with Google Meet?<p>I seem to get similar rapidly decreasing battery life when watching 1080p movies on it.<p>It&#x27;s virtually impossible to use this laptop on the move when I have online meetings.<p>By comparison, my wife&#x27;s 10 year old Macbook still lasts 6+ hours when on the go, and that&#x27;s irrespective of if she&#x27;s on meetings or watching movies.<p>Is my x13&#x27;s battery performance in Ubuntu normal?<p>Any advice on how to improve it (use it less)?<p>I&#x27;ve found that lowering the screen brightness helps a bit. Closing all other windows &#x2F; applications makes a marginal difference.<p>Thanks.

16 条评论

jwells89超过 1 年前
For light usage my Thinkpad X1 Nano Gen 1 is about the same or a bit better than Windows (~6 hours usage) under Fedora with KDE, which has TLP-like optimizations baked in. It might not technically be as optimal for the hardware as Windows is but the system being much more &quot;quiet&quot; (Windows is always doing <i>something</i> in the background) likely makes up the difference.<p>I&#x27;m hoping that the next generation of AMD&#x2F;Intel efficiency-focused laptop CPUs improve this dramatically though because it feels ridiculous that my M1 Max MBP gets better life <i>not</i> in power save mode while doing &quot;real work&quot; 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&#x27;ll be trading the Thinkpad in for a newer model.
smoldesu超过 1 年前
Power management kinda doesn&#x27;t work on Linux, outside of ACPI. There are very minimal rules once you disconnect from AC, and most of the time you&#x27;ll switch into high-usage mode when it isn&#x27;t needed. There&#x27;s not a clean way to fix this, to my knowledge; the Linux scheduler stack is just kinda based around desktop and server hardware.<p>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:<p>- Switching into battery-saver mode will keep clock speeds down, which generally reduces power usage (as long as you aren&#x27;t slamming the cores)<p>- tlp can help if your hardware has power-draining characteristics (I don&#x27;t use it, my defaults are good enough)<p>- Using an auto-nicer can keep your system feeling responsive in low-resource environments: <a href="https:&#x2F;&#x2F;github.com&#x2F;pop-os&#x2F;system76-scheduler">https:&#x2F;&#x2F;github.com&#x2F;pop-os&#x2F;system76-scheduler</a><p>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 &quot;normal laptop&quot;.
评论 #37903787 未加载
potwinkle超过 1 年前
You have to turn on video acceleration, install vaapi and make sure your browser is using it
mattlondon超过 1 年前
Classic Linux driver issues. None of the power saving or advanced hardware features get used most of the time. I&#x27;ve had the same with Dell and Lenovo Linux machines - CPU never throttles down and is at full-chat 100% of the time. You&#x27;ll probably also find out that one or more of the following will also not work properly: Bluetooth, sleep, wake from sleep, fingerprint readers, audio.<p>I&#x27;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
评论 #37905633 未加载
评论 #37905710 未加载
blae超过 1 年前
You need to make sure your browser uses video acceleration.
评论 #37904096 未加载
评论 #37904612 未加载
znpy超过 1 年前
&gt; Is this a known issue with Google Meet?<p>it&#x27;s a mix of things.<p>from what i remember (when i used to use google meet for work):<p>- meet seems to work worse on firefox than on google chrome<p>- if you&#x27;re doing any kind of video, you <i>need</i> 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<p>hardware-assisted encoding&#x2F;decoding can do a lot of difference on cpu usage and battery life.
ramesh31超过 1 年前
So long as power management is not a central core component managed by the kernel, this will continue to be a problem on Linux. Apple hardware is untouchable for battery life precisely for this reason; they don&#x27;t use bigger batteries or have a significantly lower TDP than anything else. It&#x27;s just tons and tons of clever little hacks implemented at every layer of the OS that sum up to a seamless experience while maintaining optimal power usage.
评论 #37904348 未加载
评论 #37905677 未加载
评论 #37904434 未加载
评论 #37904488 未加载
gigatexal超过 1 年前
I used this for my work issued thinkpad and it was awesome: <a href="https:&#x2F;&#x2F;linrunner.de&#x2F;tlp&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;linrunner.de&#x2F;tlp&#x2F;index.html</a>
评论 #37905328 未加载
gymbeaux超过 1 年前
I’m skeptical that a 10-year-old MacBook is pulling 4-6 hours with the original battery.<p>Your experience sounds par for the course!
评论 #37904270 未加载
评论 #37909898 未加载
unregistereddev超过 1 年前
Since you single out Google Meet, have you tried updating Firefox? There was a recent bugfix -- I think on the Google side -- that improved performance and unlocked a number of broken features for Firefox users.<p><a href="https:&#x2F;&#x2F;www.howtogeek.com&#x2F;google-meet-is-finally-being-fixed-on-mozilla-firefox&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.howtogeek.com&#x2F;google-meet-is-finally-being-fixed...</a>
codemac超过 1 年前
The video + meet thing sounds like you&#x27;re not using the GPU very well.
Izkata超过 1 年前
Be it Google Meet or Zoom (though Meet is worse), on my Dell (with Ubuntu 20.04) I have to throttle the CPU so I don&#x27;t burn myself. What&#x27;s sad is here&#x27;s no video or audio degradation when I do this.
burkaman超过 1 年前
What browser are you using? I&#x27;m on Windows, but I have to use Chrome for Google Meet and Drive because they perform so poorly in other browsers. I use Firefox for everything else.
kshmir超过 1 年前
15 years later, and Linux Power management still doesn&#x27;t work on laptops, among many other things, that&#x27;s why I switched to mac.<p>U can still run linux in the cloud, where it works well.
评论 #37904547 未加载
评论 #37904579 未加载
pacifika超过 1 年前
Good feedback perhaps it takes a bit of effort of laptop makers pushing Linux making these contributions to make it better for everyone.
krunck超过 1 年前
Is your machine using the best driver for the video hardware of the laptop? The right video driver will save tons of power.