Comment 17 for bug 282735

Revision history for this message
cfogelberg (cgf-syntilect) wrote :

Re: earlier comment by xrayA4T (https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/282735/comments/11):

I have adopted this approach on my Dell XPS M1330 running updated Jaunty beta 9.04 64 bit. I use the following shell script to start syndaemon on logon (added via Startup Applications in System|Preferences):

#!/bin/bash
sleep 30
syndaemon -i 0.7 -d -t -K -S

I just did a sudo apt-get update and sudo apt-get upgrade after the gnome-screensaver started segfaulting, and syndaemon crashed after I rebooted.

Christo