![]() |
2010-09-04
, 12:14
|
Posts: 119 |
Thanked: 79 times |
Joined on May 2009
@ Brasilia, Brazil
|
#12
|
![]() |
2010-09-04
, 12:34
|
Posts: 263 |
Thanked: 108 times |
Joined on May 2008
|
#13
|
@ivnvir - you didn't buy an 'appliance' - you bought a computer that runs a Linux based operating system - with all the overhead that goes with it. Instead of whining because you can't find the silver spoon, learn how to use it, it's not hard - once you know your stuff, then you will earn the right to whine about real problems - hopefully more diplomatically.
![]() |
2010-09-04
, 12:39
|
Posts: 263 |
Thanked: 108 times |
Joined on May 2008
|
#14
|
You can always try renaming it:
Note: press the enter key after typing "ash", then type the next line.Code:sudo gainroot cd /usr/libexec mv hildon-thumbnailerd hildon-thumbnailerd-old echo "#!/bin/ash return 0" > hildon-thumbnailerd
This will replace that application with a script that does nothing.
![]() |
2010-09-04
, 12:40
|
Posts: 263 |
Thanked: 108 times |
Joined on May 2008
|
#15
|
![]() |
2010-09-04
, 17:10
|
Posts: 207 |
Thanked: 154 times |
Joined on Nov 2009
|
#16
|
![]() |
2010-09-04
, 20:30
|
Posts: 53 |
Thanked: 17 times |
Joined on Apr 2010
|
#17
|
Well, using Linux is always like this: stuff keeps improving (and thus breaking) and you keep fixing them. Personally I like this, and it was a major reason for me to get a Maemo phone instead of something else.
![]() |
2010-09-05
, 06:00
|
Posts: 208 |
Thanked: 91 times |
Joined on Jun 2010
|
#18
|
Mine won't OC to 1 ghz, 900 is how much it takes for the team =)
The other tips are great though, thanks!
Had no idea apt activated every time I have internet conectivity. Does disabling all repos fix this?
Also, how do I change the tracker config?
#!/bin/sh echo 950000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo 900000 805000 750000 600000 500000 125000 > /sys/devices/system/cpu/cpu0/cpufreq/avoid_frequencies echo 30 > /proc/sys/vm/swappiness echo 0 > /proc/sys/vm/page-cluster echo 1 > /proc/sys/vm/laptop_mode echo 1 > /proc/sys/vm/oom_kill_allocating_task echo 0 > /proc/sys/vm/dirty_expire_centisecs echo 0 > /proc/sys/vm/dirty_writeback_centisecs echo 60 > /proc/sys/vm/dirty_background_ratio echo 95 > /proc/sys/vm/dirty_ratio echo 0 > /proc/sys/net/ipv4/tcp_timestamps echo 1 > /proc/sys/net/ipv4/tcp_no_metrics_save echo Done
![]() |
2010-09-05
, 06:05
|
Posts: 65 |
Thanked: 27 times |
Joined on Jun 2010
|
#19
|
The Following User Says Thank You to barzam For This Useful Post: | ||
![]() |
2010-09-05
, 17:37
|
|
Posts: 115 |
Thanked: 136 times |
Joined on Mar 2008
@ Central Ohio
|
#20
|
What does all these do? Could you explain your script a bit more? I'm on a quest to get the maximum battery out of the phone..
echo 1 > /proc/sys/vm/laptop_mode
echo 1 > /proc/sys/vm/oom_kill_allocating_task
echo 0 > /proc/sys/vm/dirty_expire_centisecs
echo 0 > /proc/sys/vm/dirty_writeback_centisecs
echo 60 > /proc/sys/vm/dirty_background_ratio
echo 95 > /proc/sys/vm/dirty_ratio
echo 0 > /proc/sys/net/ipv4/tcp_timestamps
echo 1 > /proc/sys/net/ipv4/tcp_no_metrics_save
However Linux isn't the cause of any of the over loading on the device... Maemo's daemons are, they aggressively leech the n900 like a spyware infested Windows machine.
All they need is improved throttling or even better, scheduled indexing at idle usage or overnight while charging.
Anyway, lets make this thread useful...
To get the n900 running like it should you need to kill indexing with Tracker Cfg, disable your repositories so Apt doesn't activate once you get internet connectivity, over clock to 1Ghz and add the swapiness config changes.