Skip to content

Commit fe34744

Browse files
committed
Fixed lag issue in Android 12+
• Remove debug.sf.enable_gl_backpressure=1 • Enabled vsync (hwui.disable_vsync=true) • Also updated README.md
1 parent d974979 commit fe34744

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
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.
44

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

89
## What it does
910
Modifying values found in stock kernel, custom kernel and build.prop, enhances gpu and accelerates your device performance to the highest level!.

common/system.prop

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ debug.enabletr=true
55
debug.overlayui.enable=1
66
debug.performance.tuning=1
77
hw3d.force=1
8-
hwui.disable_vsync=true
8+
hwui.disable_vsync=false
99
hwui.render_dirty_regions=false
1010
persist.sys.composition.type=c2d
1111
persist.sys.composition.type=gpu
@@ -22,7 +22,6 @@ debug.gralloc.gfx_ubwc_disable=0
2222
debug.mdpcomp.logs=0
2323
debug.sf.enable_advanced_sf_phase_offset=1
2424
debug.sf.enable_hwc_vds=1
25-
debug.sf.enable_gl_backpressure=1
2625
debug.sf.hw=0
2726
debug.sf.latch_unsignaled=1
2827
persist.vendor.color.matrix=2

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ LATESTARTSERVICE=true
55

66
print_modname() {
77
ui_print "*************************************"
8-
ui_print " GPU Turbo Boost v6.2 "
8+
ui_print " GPU Turbo Boost v6.2.1 Tiramisu "
99
ui_print " Magisk installer "
1010
ui_print " By: EmperorEye1993 @ xda-developers "
11+
ui_print " Modded By: JosFlix7 "
1112
ui_print "*************************************"
1213
}
1314

module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id=GPUTurboBoostJos
2-
name=GPU Turbo Boost (Ocean Tiramisu Mod)
2+
name=GPU Turbo Boost (Tiramisu Mod)
33
version=6.2.1
44
versionCode=621
55
author=EmperorEye1993 & JosFlix7

0 commit comments

Comments
 (0)