Owners of Xiaomi Redmi Note 8 Pro often wonder: can you overclock the screen to 120 Hz on this smartphone? Officially, the device supports only 60 Hz, but there are ways to get around this limitation. In this article, we will examine all the current methods โ from hidden settings. MIUI before custom firmware, and also tell about pitfalls and alternatives.
Itโs worth clarifying right away: the Redmi Note 8 Pro is physically unable to output 120Hz due to the hardware limitations of the matrix (maximum 60Hz). However, some users confuse the screen refresh rate with the sensor frequency (which can actually reach 180Hz for touch response). If your goal is smooth interface, read on: we will find the optimal solution.
In the article you will find:
- ๐ Check the current frequency of the screen and sensor
- โ๏ธ Official settings MIUI optimizing response
- ๐ฑ Informal methods including ADB custom-made)
- โ ๏ธ Risks and consequences for battery and performance
- ๐ Alternatives: How to make the interface smoother without 120 Hz
1. Check the current frequency of the screen and sensor
Before you try to โoverclockโ the screen, make sure it actually works at 60Hz.
- Download the Display Tester app (or Screen Refresh Rate, DevCheck) from Google Play.
- Run the Refresh Rate test โ the app will show the current frequency.
- To check the sensor, use the Touch Sample Rate (in the same utilities).
On the Redmi Note 8 Pro, you will see:
- ๐บ Screen: 60 Hz (maximum for this model)
- ๐ Sensor: 120-180 Hz (depending on firmware)
๐ก
If the application shows 90 or 120 Hz, it is a software error (JDI Samsung AMOLED in some regions) does not support a frequency above 60 Hz.
If you are confused by the interface lags, the problem lies not in the screen frequency, but in:
- ๐ Energy conservation (MIUI limit productivity)
- ๐งน System loads (background processes, viruses)
- ๐ฎ Animation settings (can be accelerated)
2. Official ways to improve smoothness (without rut)
Although 120 Hz cannot be turned on, you can optimize the response of the system:
Activation of high sensor frequency
MIUI It allows you to increase the frequency of the sensor survey (not the screen!), which will make touch more responsive:
- Go to Settings โ Display โ Additional settings.
- Find the Touch Sampling Rate (or Touch Sampling Rate).
- Choose 180Hz (not available on all firmware).
2.2. Cancel animations
Reducing animation time will visually speed up the interface:
- Activate Developer Mode: Settings โ About Phone โ MIUI version (tap 7 times).
- Back to Settings โ Additionally. โ For developers.
- Find the items: The window animation scale โ Off or 0.5x Transition animation scale โ The animator duration scale โ Off.
Performance optimization
MIUI has hidden settings to speed up work:
- ๐ Turn off background activity: Settings โ Annexes โ Application management โ Auto-start (disable unnecessary ones).
- ๐ Cache reset: Settings โ Memory. โ Clean the cache (do once a month).
- ๐ Performance mode: Settings โ Battery โ Power regimen โ Productivity.
๐ก
Official methods will not give 120 Hz on the screen, but will make the smartphone more responsive by 15-20% without risks.
3. Informal methods (ADB custom-made)
If you are not satisfied with the standard settings, you can try informal ways. โ ๏ธ Warning: They require unlocking the bootloader, which will void the warranty and may result in a device blink.
Change of frequency through ADB
Some users claim that it is possible to boost 90 Hz (not 120!) through commands. ADB. Instructions:
- Install ADB Tools on your PC.
- Connect the phone in Debugging mode USB (included in the settings for developers).
- Enter in command line: adb shell settings put global peak_refresh_rate 90 adb shell settings put global min_refresh_rate 90
- Reset the device.
โ ๏ธ Warning: On the Redmi Note 8 Pro, this command often doesn't work due to hardware constraints. The screen either stays at 60Hz or starts to flicker. The only confirmed result is a 90Hz forced on the Redmi Note 10 Pro, but not on the 8-series.
3.2 Castom firmware (TWRP + Custom ROM)
Some custom firmware (such as LineageOS or Pixel Experience) allow you to unlock additional display settings.
- ๐ง Requires bootloader unlock (guarantee burns).
- ๐ Possible bugs: not working NFC, camera trouble.
- ๐ Increase battery consumption by 20-30%.
Installation instructions:
Unlock bootloader with Mi Unlock Tool|Download TWRP Redmi Note 8 Pro (Begonia)|Make a data backup|Sweep TWRP fastboot|Install custom firmware through recovery-->
After installation, check the display settings โ some firmware adds the option Refresh Rate with options 60/90 Hz, but repeat: 120 Hz on this model is impossible.
What is a bootloader and why is it dangerous to unlock it?
4. Risks and consequences of "overclocking" the screen
Attempts to force 120 Hz on an incompatible matrix are fraught with:
| Method | Risk | Effects of consequences |
|---|---|---|
| ADB-team | Low. | Screen flicker, reset to 60Hz after reboot |
| Custom firmware | High-pitched | Loss of warranty, bugs in the operation of modules (camera, NFC) |
| Modified kernels | critical | Overheating, rapid wear of the battery, device brique |
Additional challenges:
- ๐ฅ Overheating: The matrix is not designed for high frequency, which leads to heating of the display.
- ๐ Battery consumption: At 90 Hz (if installed) autonomy will fall by 25-40%.
- ๐๏ธ Eye fatigue: High frequency can cause discomfort with prolonged use.
5. Alternatives: How to make the interface smoother without 120Hz
If your goal is smooth scrolling and quick response, try these methods:
Inclusion GPU-acceleration
Activate these options in Developer Settings:
- ๐ฎ GPU-acceleration โ On.
- ๐ฅ๏ธ Debugging GPU-flooding โ Show hardware updates
- ๐ Don't keep up โ On (reduces the lags when switching applications)
5.2 Use of light themes and lightweight firmware
Dark themes and firmware without unnecessary animations reduce the load on the processor:
- ๐ Turn on Dark Mode in the display settings.
- ๐ฑ Install. MIUI Lite (if available for your model).
- ๐๏ธ Uninstall unnecessary system applications (e.g. Mi Video, Mi Music) ADB: adb shell pm uninstall --user 0 com.mi.android.video
Hardware accelerators (Game Turbo)
In games and heavy apps, turn on Game Turbo:
- Open Settings โ Special features โ Game Turbo
- Add the required applications to the list.
- Activate options: Improved response Optimization FPS Blocking notifications
6. Frequent mistakes and how to avoid them
When trying to change the frequency, users face typical problems:
โ ๏ธ Attention: If after ADB-commands screen started to flicker, reset to factory settings (Settings) โ Additionally. โ If the flicker is left, you need to flash it through Fastboot.
Error 1: After entering ADB-Frequency commands do not change.
Solution: Make sure that:
- ๐ฑ The phone supports the command (check model: begonia for Redmi Note 8 Pro).
- ๐ USB-debugging enabled and drivers ADB fixed.
- ๐ After the commands were entered, the reboot was performed.
Mistake 2: After the customization ROM The screen is not working properly (artifacts, stripes).
Decision:
- ๐ง Stitch the original boot.img via fastboot flash boot boot.img.
- ๐ฅ Install a different firmware version (e.g. Havoc) OS LineageOS instead).
- ๐ Check the compatibility of the kernel with your model.
Mistake 3: The battery goes down 2-3 hours after the โoverclockingโ.
Decision:
- ๐ Return the screen frequency to 60 Hz.
- ๐ ๏ธ Turn off Game Turbo and App Background Activity.
- ๐ Reset the battery settings: Settings โ Battery โ โ๏ธ โ Resetting statistics.
7.Are the game worth the candles? pros and cons of 120Hz on Redmi Note 8 Pro
Let's summarize:
| Pluses | Cons |
|---|---|
| โ Visually smooth scrolling (if you can set 90 Hz) | โ Physical impossibility of 120 Hz on this matrix |
| โ Rapid sensor response (180 Hz) | โ Increased battery consumption by 30-50% |
| โ Improved gaming experience (in supported games) | โ Risk of a breeze when firmware |
| โ Possibility of fine tuning through custom firmware | โ Loss of warranty and possible bugs |
If you are critically important 120 Hz, consider buying a high-frequency smartphone (e.g., a high-frequency smartphone, POCO F4 Or the Redmi Note 12 Pro.+). For the Redmi Note 8 Pro, the best option is to disable animations, activate the 180 Hz sensor and use the Game Turbo.
๐ก
Redmi Note 8 Pro is a great smartphone in terms of price/quality, but its matrix is physically limited to 60 Hz. Do not believe the promises of โaccelerationโ to 120 Hz โ this is either a scam or risky experiments with an unpredictable result.