The Following 5 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-03-07
, 20:25
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#212
|
The Following 5 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-03-08
, 01:24
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#213
|
So how good is the performance and how well is everything working in Arch Linux on N900?
Above all we have dedicated people working on the remaining stuff.
Next, following you clue, I enabled just sr_core. Let's see if that improves battery life.
Return doesn't work correctly in man while trying to search with "/" key. It prints "ESCOM" instead of submitting the entry. Try using ^M
timedatectl can't change timezone, I've used
Code:ln -s /usr/share/zoneinfo/Europe/Kiev /etc/localtime -f
[root@n900 ~]# timedatectl status | grep Timezone Timezone: Europe/Helsinki (EET, +0200) [root@n900 ~]# timedatectl set-timezone Europe/Kiev [root@n900 ~]# timedatectl status | grep Timezone Timezone: Europe/Kiev (MSK, +0300)
Can't find a way to drag windows in openbox with ISO_Level3_Shift AKA AltGr AKA Fn, this is not working:
The Following 5 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-03-08
, 02:40
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#214
|
EDIT: Well, I added few arguments to the script so you can lock the input too, you will need xinput and something to execute a script on XF86ScreenSaver keypress, like xbindkeys, which I use.
The Following 4 Users Say Thank You to Estel For This Useful Post: | ||
|
2013-03-08
, 03:12
|
Posts: 43 |
Thanked: 50 times |
Joined on Apr 2011
@ Ipoh, Malaysia
|
#215
|
The Following 5 Users Say Thank You to MetalGearSolid For This Useful Post: | ||
|
2013-03-08
, 03:38
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#216
|
|
2013-03-08
, 06:42
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#217
|
Out of curiosity, does it "only" disables input, or put digitizer to sleep too?
BTW, I wonder, if performance boost could be achievable, by putting crucial components on rootfs *with compression off* (as many things, as possible to put on this limited space)?
|
2013-03-08
, 14:43
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#218
|
Ofono works with outdated/patched pulseaudio but it breaks audio elsewhere. Tested two way calls and they worked fine. Although no GUI, everything needs to be done using ofono-scripts.
|
2013-03-08
, 15:16
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#219
|
@caveman, again, and other interested parties..
Powertop:
The battery reports a discharge rate of 169 mW
The estimated remaining time is 22 hours, 18 minutes
Display off, kbleds off, wlan on. My not-that-good battery at 90%.
setterm -blank 1
The Following 2 Users Say Thank You to caveman For This Useful Post: | ||
|
2013-03-08
, 16:25
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#220
|
but what exactly you mean by "break sound elsewhere"? Break it at all, or only during call?
In case of future projects that would recreategui for phone, addressboo (or using some existing project?), and sms database (mms code could be borrowed from FMMS on maemo)
this project could become what deblet failed to be - a full featured alternative system (without sacrificing phone functionality) for N900.
I suspect, that power-saving bits may be harder than phone things. IIRC, it was first major issue to overcome for Mer. I wonder if things of interest for disabling-disabling hardware parts may be found in their source code?
Maemo's idle power consumption (with offline mode, screen locked etc) is as low as 3-4 mA per hour. Quite a challenge to replicate it.
The Following 3 Users Say Thank You to Skry For This Useful Post: | ||
Somewhere along the enormous amounts of kernel patches I noticed power usage doubled and I cant think of anything particular that caused it or pinpont it in any way. Currently too busy to start poking with it.