Created
April 18, 2014 14:46
-
-
Save gsora/11047838 to your computer and use it in GitHub Desktop.
Boost Jolla UI smoothness
This file contains hidden or 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
| #!/bin/bash | |
| echo "performance" >/sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor |
This file contains hidden or 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
| [Unit] | |
| Description=Set the GPU power to the maximum! | |
| After=connman.service | |
| [Service] | |
| Type=forking | |
| ExecStart=/usr/bin/doGPUPowa | |
| Restart=always | |
| [Install] | |
| WantedBy=multi-user.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment