Wednesday, November 23 2005
I wanted to start writing my first maemo application but instead I ended up
porting xtris
a very cool Tetris implementation. The package is available here. The nice thing about this game is that it supports multiplayer mode,
the foto shows me playing against myself (laptop vs. 770). To play in multiplayer mode you need to start xtris by hand from the console (xterm) like this:
xtris x.z.y.a where x.y.z.a is the IP address of the host running xtserv. If you start it via the menu the server is started for you, so your
opponent just needs to know your IP and your good to go.
Now I want a second 770 :-)
yesterday I did a big update, first apt-get dist-upgrade (testing) with
about 600 packages (!). Then kernel update from 2.6.13 -> 14,
xfree -> xorg, hotplug -> udev and finally cardmgr -> pcmciautils.
Only two things gave me problems, first something in the Synaptics driver
config changed so my loved scroll function on the touchpad went away -
this was an easy fix. But then swsusp stopped working actually only
resume failed (WTF?). It took me quite some time to find the solution,
which is modifying the kernel source. It's basically some stupid timeout,
which needs to be increased. The file is: kernel/power/process.c
and the part is change 6 * HZ to 30 * HZ (I guess a
lower value should be ok too). The whole thing is described
here, since I didn't figured it
out myself!
1 day lost through updating - ARG