![]() |
2014-03-17
, 11:27
|
Posts: 329 |
Thanked: 422 times |
Joined on Feb 2011
@ derpton
|
#401
|
![]() |
2014-03-17
, 11:30
|
|
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
|
#402
|
....
I predict the release will be sometime in March, but they should take more time as needed if they're not 100% ready.
I don't want them releasing something half-baked, just because of lots of whining about them missing delivery targets.
|
2014-03-17
, 11:37
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#403
|
hey, i copy&past all, after
# systemctl start cpug.service
i get this massage:
[root@localhost ~]# systemctl start cpug.service
Failed to issue method call: Unit cpug.service failed to load: Bad message. See system logs and 'systemctl status cpug.service' for details.
than i try this:
# systemctl status cpug.service
and get this:
cpug.service - Change CPU Govenor performance
Loaded: error (Reason: Bad message)
Active: inactive (dead)
![]() |
2014-03-17
, 11:38
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#404
|
Given that this is the first full release is anyone else planning to do a full reste before the release? I know that on both my N900 and N9 the device always seemed to run better after this.
Question is do I do a full device reset before or after the update, or just not bother?
![]() |
2014-03-17
, 11:42
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#405
|
To change cpu governor at boot, do something like this
...
[CODE]
[Unit]
Description=Change CPU Govenor performance
[Service]
Type=forking
ExecStart=/bin/sh -c "/bin/echo 'performance' > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor"
# If you install my cpufrequtils
# ExecStart=/usr/bin/cpufreq-set -g performance
![]() |
2014-03-17
, 11:54
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#406
|
I had to transfer more money from savings to the main account so I went called into my manual banking service. There I had to identify myself of course using the numeric tones. Nearly every time I tried entering my personal security number or the password that damned keyboard issued double-taps (sent the same number twice). This ended up in that I locked my phone service account.
This was a serious bug and it was consistent. It sent the same number twice intermittently and irritated the hell out of me.
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2014-03-17
, 11:57
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#407
|
This is the GPU, not CPU governor. CPU governor is at:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 1 > /sys/devices/system/cpu/cpu1/online
![]() |
2014-03-17
, 12:00
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#408
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2014-03-17
, 12:34
|
Posts: 738 |
Thanked: 819 times |
Joined on Jan 2012
@ Berlin
|
#409
|
Thanks, the service script should be easy to modify![]()
Yes, I noticed that, unfortunately ? changing that paramter has no effect, it is reset to '0' immediately.
|
2014-03-17
, 12:42
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#410
|
hmm something goes wrong by me:
[root@localhost ~]# systemctl status cpug.service
cpug.service - Change CPU Govenor performance
Loaded: loaded (/etc/systemd/system/cpug.service; enabled)
Active: inactive (dead) since Mon, 17 Mar 2014 13:33:01 +0100; 11s ago
Process: 2313 ExecStart=/bin/sh -c /bin/echo 'performance' > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/cpug.service
i check the line and its in one line not two.