Confirmed users
4,971
edits
Line 172: | Line 172: | ||
update-rc.d x11vnc defaults 99 | update-rc.d x11vnc defaults 99 | ||
/etc/init.d/x11vnc start | /etc/init.d/x11vnc start | ||
=== Set up stupid === | |||
To stabilize the damn thing for {{bug|499334}} / [[https://bugs.maemo.org/show_bug.cgi?id=3415 bug 3415]]. | |||
Create a <tt>/usr/bin/stupid.sh</tt>: | |||
#!/bin/sh | |||
date | |||
while [ 1 == 1 ] ; do | |||
sleep 1 | |||
done | |||
Create a <tt>/etc/init.d/stupid</tt>: | |||
osso-xterm stupid.sh & | |||
Make them executable and start at boot: | |||
chmod a+x /etc/init.d/stupid /usr/bin/stupid.sh | |||
update-rc.d stupid defaults 99 | |||
== Buildbot == | == Buildbot == |