-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hanoip: enable adaptive refresh rate
-- thnx to all the people who helped me --- - based on below commits - Fix adaptive refresh rate Not sure what happened here but this limits refresh rate to 60 unless manually switched with the picker, let's just move to adaptive one Change-Id: I1f7ebc4b9272288e948c7ea31bdf565bea80f1e4 Enable refresh rate toggle in Settings sweet supports switching between 60 and 120 Hz refresh rates, so let's expose it in Settings -> Display -> Smooth Display for users to save battery if necessary. Test: visual confirmation after toggling several times Change-Id: Ie698ec4d4e738afd2a9055dba2369233103a4f13 Co-authored-by: Sebastiano Barezzi <seba@sebaubuntu.dev> Co-authored-by: DhineshCool <dhineshcool585@gmail.com> Signed-off-by: DhineshCool <dhineshcool585@gmail.com> Signed-off-by: anoosragh69 <ok.ano0s6090@gmail.com>
- Loading branch information
1 parent
450664a
commit 6a790a1
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# GFX | ||
ro.config.avoid_gfx_accel=true | ||
ro.config.avoid_gfx_accel=true | ||
|
||
#Refresh Rate | ||
ro.surface_flinger.set_idle_timer_ms=80 | ||
ro.surface_flinger.use_content_detection_for_refresh_rate=true |