Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixsuki authored Jun 28, 2018
1 parent 0f96047 commit 7ea78c1
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,14 @@
The GPU Turbo tweak claims to increase the phone’s GPU power by up to 75% but at the same time reduces power consumption by up to 25%

## What it does
This module uses the tool "resetprop" to modify the default values found in build.prop to:

debug.composition.type=gpu
debug.composition.type=c2d
debug.egl.hw=1
debug.egl.profiler=1
debug.enabletr=true
debug.overlayui.enable=1
debug.performance.tuning=1
debug.sf.hw=1
dev.pm.dyn_samplingrate=1
hw3d.force=1
hwui.disable_vsync=true
hwui.render_dirty_regions=false
persist.sys.composition.type=c2d
persist.sys.composition.type=gpu
persist.sys.ui.hw=1
ro.config.enable.hw_accel=true
ro.product.gpu.driver=1
ro.fb.mode=1
ro.vold.umsdirtyratio=50
ro.sf.compbypass.enable=0
video.accelerate.hw=1
This module uses the tool "resetprop" to modify the default values found in build.prop to enhance gpu and accelerates your device performance to the highest level!.

## Requirements
* Magisk v15.0 or higher

## Changelog
* v1.0 - Initial Releaase
* v2.0 - Various fixes, Removed unused codes, Added GPU specific fuctionalities, Fixed Black Screen and Game Graphic glitches.
* v2.0 - Various fixes, Removed unused codes, Added GPU specific functionalities, Fixed Black Screen and Game Graphic glitches.

## Links
* <a href="https://forum.xda-developers.com/apps/magisk/module-gpu-turbo-boost-t3808541">XDA GPU Turbo Boost Link</a>
Expand Down

0 comments on commit 7ea78c1

Please sign in to comment.