|
2014-04-20
, 14:49
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2014-04-20
, 14:59
|
Posts: 51 |
Thanked: 6 times |
Joined on Jan 2013
@ chioggia
|
#3
|
![]() |
2014-05-29
, 01:47
|
|
Posts: 52 |
Thanked: 143 times |
Joined on Mar 2013
@ Rome, Italy
|
#4
|
![]() |
2014-05-29
, 08:34
|
|
Posts: 7,075 |
Thanked: 9,073 times |
Joined on Oct 2009
@ Moon! It's not the East or the West side... it's the Dark Side
|
#5
|
![]() |
2014-05-30
, 10:41
|
Posts: 426 |
Thanked: 1,812 times |
Joined on Dec 2013
|
#6
|
i've just find this little guide.on jolla community italia......what do you think about it?
create a text file whit this name....GPUMorePowa.service....and save it on document folder
[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
than create a second file named doGPUPowa
#!/bin/bash
echo "performance" >/sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor
Copy that two files on document folder
open terminal....
devel-su
<la tua password root>
cp /home/nemo/Documents/GPUMorePowa.service /etc/systemd/system/
cp /home/nemo/Documents/doGPUPowa /usr/bin
systemctl enable GPUMorePowa.service
reboot
it go to work on gpu setting.....what do you think? i've not try it yet.....
cit. JOLLA COMMUNITY ITALIA