Am 21.08.2008 um 12:17 schrieb arne anka:
i'm starting with gdm andgdm is murderous! if you don't use gnome it has such a load of dependencies at it's heels.i manipulated /etc/init.d/xdm to start xfce instead. it's not that nice but at least i can switch runlevels to restart X (since a while ago debian got that ... habit to start X both in 2 _and_ 3, how sensible that might ever be, and the frist tjhing i did was removing X, zhone, frameworkd from2 and switching default level to 3). thus, auotlogin kind of works.
i don't like autologin - often i work in untrusted environment ..
'sleep 20 && /usr/bin/xvkbd -xdm -compact -geometry 480x210+0+0 &' matchbox-keyboard-toggle &does matchbox-...-toggle toggle xvkbd, too?
with a few changes (starting/killing xvkbd instead matchbox-keyboard)
in lines 18 and 20:
----
18: os.system("kill -s KILL `pidof /usr/bin/matchbox-keyboard`")
=> os.system("kill -s KILL `pidof /usr/bin/xvkbd`")
----
20: os.system("matchbox-keyboard &")
=> os.system("xvkbd -xdm -compact -geometry <put it where you like> &")
----
(untested version of xvkbd-toggle attached)
btw - is there a solution for not working apm yet?
on resume from suspend it seems the filesystems don't get re-mounted
properly ..
morlac
xvkbd-toggle
Description: Binary data
-----BEGIN CONTACT BLOCK----- eMail: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ------END CONTACT BLOCK------ -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS$/IT;d-;s:;a?;C++(+++)>++++;UL++++;P++(+++)>++++; L++(+++);E---;W++;N(+);o?;K?;!w;!O;!M+>;!V;PS(+);PE; Y+;PGP++;t+(++);5(+)>++;X(+);R*;tv->+;b++(+++);DI++; D++(+++)>++++;G(+)>++;e+>+++;h-()>++;r++;y++; ------END GEEK CODE BLOCK------
PGP.sig
Description: Signierter Teil der Nachricht
_______________________________________________ support mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/support
