Skip to content

Instantly share code, notes, and snippets.

@gsora
Created April 18, 2014 14:46
Show Gist options
  • Select an option

  • Save gsora/11047838 to your computer and use it in GitHub Desktop.

Select an option

Save gsora/11047838 to your computer and use it in GitHub Desktop.
Boost Jolla UI smoothness
#!/bin/bash
echo "performance" >/sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor
[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