Skip to content

Commit

Permalink
Fixed lag issue in Android 12+
Browse files Browse the repository at this point in the history
• Remove debug.sf.enable_gl_backpressure=1
• Enabled vsync (hwui.disable_vsync=true)
• Also updated README.md
  • Loading branch information
JosFlix7 committed Aug 30, 2023
1 parent d974979 commit fe34744
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
This module aims to increase Qualcomm Snapdragon powered devices by up to 75% but at the same time reduces power consumption by up to 25% seamlessly.

## This is a Fork!
- For Moto G7 Power (Ocean) Android 13 ROMs (Original module causes lag :c).
- For Android 13 ROMs (Original module causes lag :c).
- Mentioned issue found and fixed on Moto G7 Power (Ocean).

## What it does
Modifying values found in stock kernel, custom kernel and build.prop, enhances gpu and accelerates your device performance to the highest level!.
Expand Down
3 changes: 1 addition & 2 deletions common/system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ debug.enabletr=true
debug.overlayui.enable=1
debug.performance.tuning=1
hw3d.force=1
hwui.disable_vsync=true
hwui.disable_vsync=false
hwui.render_dirty_regions=false
persist.sys.composition.type=c2d
persist.sys.composition.type=gpu
Expand All @@ -22,7 +22,6 @@ debug.gralloc.gfx_ubwc_disable=0
debug.mdpcomp.logs=0
debug.sf.enable_advanced_sf_phase_offset=1
debug.sf.enable_hwc_vds=1
debug.sf.enable_gl_backpressure=1
debug.sf.hw=0
debug.sf.latch_unsignaled=1
persist.vendor.color.matrix=2
Expand Down
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ LATESTARTSERVICE=true

print_modname() {
ui_print "*************************************"
ui_print " GPU Turbo Boost v6.2 "
ui_print " GPU Turbo Boost v6.2.1 Tiramisu "
ui_print " Magisk installer "
ui_print " By: EmperorEye1993 @ xda-developers "
ui_print " Modded By: JosFlix7 "
ui_print "*************************************"
}

Expand Down
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id=GPUTurboBoostJos
name=GPU Turbo Boost (Ocean Tiramisu Mod)
name=GPU Turbo Boost (Tiramisu Mod)
version=6.2.1
versionCode=621
author=EmperorEye1993 & JosFlix7
Expand Down

0 comments on commit fe34744

Please sign in to comment.