RE: critical speaker frequency: According to this [1] 480Hz is either the critical frequency or well on the safe side. (I'm no audio expert) So muting everything below that frequency in alsamixer should make audio safe. Who want's to play the guinea pig?
On another note, I finally got around to install Debian on real hardware, installed LXDE and it works mostly fine. I found some small issues: 1. After a reboot when I select Maemo (CSSU thumb kernel sitting on eMMC) the first attempt to boot will always fail at the 5 dots of dread, the second one will always be fine. No idea if it's a Debian, a u-boot or a CSSU thumb thing.
2. In LXDE tapping the screen will always trigger the right mouse button which makes it hard to control the desktop. I guess that's manageable via evdev. Reading man evdev also revealed that tap-hold for right click can be configured via evdev and therefore desktop-independent.
I played a bit: How do I configure evdev in DebiaN900? I need to figure out which is the correct device. Usualy it's done like this (output from my PC): Code: $ find /dev/input/by-id/ -name "*event-mouse" /dev/input/by-id/usb-Logitech_USB_Mouse-event-mouse But on the N900 the whole by-id directory isn't there: Code: $ ls /dev/input/ by-path event0 event1 event2 event3 mice mouse0 In short: I have no idea how to change the mouse button mapping now.
$ find /dev/input/by-id/ -name "*event-mouse" /dev/input/by-id/usb-Logitech_USB_Mouse-event-mouse
$ ls /dev/input/ by-path event0 event1 event2 event3 mice mouse0
3. I noticed that the CLI and GUI keymaps differ (e.g. no Tab via Shift+Space in GUI). Where is the CLI keymap defined for comparison?
4. LXDE battery monitor may not work. I say "may" because I only tried with power cable connected.
No, it doesn't work. Afair the reason is that it only looks in /sys/class/power_supply/BAT* but it should look in /sys/class/power_supply/bq27200-0 I had a look at the code long ago and I believe this is easily changed. But on the other hand I could have sworn there is a way to configure this without recompilation, which doesn't seem to be true - so no idea how accurate my memory is here.
Other than that I'm quite impressed. btw. is there an easy way to overclock the CPU within Debian, probably the same way KP does it in Maemo?
I didn't try phone functions so far, but I'll try soon. Unfortunately the fso-deviced package isn't installable on i386/amd64 atm. Not sure if it's any better on armhf. I guess it's due to changes in connection with systemd introduction (but right now it doesn't work with sysvinit either).]
It doesn't install on armhf either, with the same error. I filed a bug report: https://bugs.debian.org/cgi-bin/bugr...cgi?bug=766114