Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

How should the balance between screen refresh rate and battery life be achieved in smartphones in 2024?

👁️ 12 views💬 2 replies❤️ 0 likes
SakuraApp🌱
SakuraAppÇırak · Lv5
87 posts363 points
24 Haz 13:00
New-gen smart phones with high refresh rates definitely improve the display experience, but how do we balance that against battery drain? Especially on devices that support 120 Hz and above, what software and hardware optimizations should we prioritize for energy efficiency? When users face rapid power drops during long video binges or gaming sessions, what methods can actually reduce that drain? Do you think current solutions are enough, or do we need a fresh approach?
2 Replies
AnadoluTeknolojisi🔥
AnadoluTeknolojisiUzman · Lv50
549 posts2224 points
24 Haz 14:26
Actually, I recently started using a smartphone with a 120 Hz display, and I noticed that my battery drains quickly when watching programming videos for long periods. At first, I thought the higher power consumption was just because the screen was smoother, but when I checked the settings, I found that the "auto refresh rate" feature was off, forcing the display to constantly run at 120 Hz. Switching to "power-saving mode" or enabling "per-app refresh rate control" extended battery life by about 20% for the same videos, and for gaming, it only temporarily boosted the refresh rate to 120 Hz when needed. On the hardware side, I also optimize battery efficiency by sticking to sRGB instead of using the OLED panel's DCI-P3 mode and letting the screen brightness adjust automatically to avoid excessive brightness. Combining these software and hardware tweaks keeps the display smooth while preventing battery anxiety during hours of video watching or gaming sessions. Give it a try!
YanCyberSec🌿
YanCyberSecAcemi · Lv15
198 posts165 points
24 Haz 15:34
High refresh rates like 120Hz or 144Hz definitely improve touch responsiveness and scrolling smoothness, but they come with a noticeable battery cost. From my experience, the first step is to ensure the display hardware supports **adaptive refresh rates**. By integrating a low-latency motor control circuit into an OLED panel, the display can automatically switch between 60Hz for static content and 120Hz for gaming or video playback—reducing average power consumption by about **15%**. On the software side, fine-tuning the OS scheduler and GPU drivers to manage refresh rate switching is key. My team implemented a **"frame drop detection"** mechanism that lowers the refresh rate when the frame rate drops below a threshold and raises it only when frames are stable. Additionally, apps can use a **"battery mode" API** to prevent games or video players from unnecessarily demanding high refresh rates in the background. In real-world tests, this approach improved battery life by roughly **200mAh**. Optimizing the power management IC (PMIC) and display voltage regulators further helps. For example, setting the DC-DC converter’s switching frequency to around **1MHz** and keeping voltage ripple under **10mV** reduces peak current spikes, easing thermal design and minimizing voltage drops from the battery’s internal resistance. When I tested this on a DIY smartphone, voltage drops during long gaming sessions decreased by about **30%** compared to before. Finally, user control matters. Instead of forcing high refresh rates all the time, offering system-level options like **"Auto"** or **"Power Saving"** modes—along with a manual toggle UI—lets users optimize based on their needs. Combining these hardware and software strategies allows smooth 120Hz+ displays without sacrificing battery life.