Hello, Steffen Moeller wrote:
> Luca Capello wrote: > >> On Sun, 22 Mar 2009 15:22:48 +0100, Steffen Moeller wrote: >>> Michele Renda wrote: >>>> On 18/03/2009 17:58, Steffen Moeller wrote: >>>>> running top, I find the openmoko panel to be either non-appearing or >>>>> right at the top. The >>>>> overall responsiveness also varies - of the panel and other clickable >>>>> items on the screen. >> I experienced something similar with the 2.6.29 kernel package, as I >> reported at [1]. Since the real problem is power management not working >> on 2.6.29 [2], the easiest solution I found was just disabling the >> battery plugin for o-p-p. [...] > I had implemented your suggested deconfiguration and will now boot into > Debian to learn if > it works. If so, then I'll quietly place it in install.sh, too. > > >> Footnotes: >> [1] >> http://lists.linuxtogo.org/pipermail/smartphones-userland/2009-March/001335.html >> [2] >> http://lists.linuxtogo.org/pipermail/smartphones-kernel/2009-March/000056.html Just to quickly report that Luca's suggestion also fixes the GPS problem and to say "Many thanks!" Steffen --- a/install.sh +++ b/install.sh @@ -1053,6 +1053,15 @@ zhone & exec matchbox-window-manager -use_titlebar no -use_cursor no EOMATCHBOX + # FIXME: the battery is deconfigured and should be + # put back on when the problems on .xsession-errors + # have been resolved. + echo " * Installing /root/.panel-pluginrc" + cat > $INST_DIR/root/.panel-pluginrc <<EOPANELPLUGIN +[main] +plugins = buttons, gsm, wifi, gps, keyboard, brightness, screenlock, bluetooth +EOPANELPLUGIN + echo "I: System configured" } _______________________________________________ pkg-fso-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint
