You have been subscribed to a public bug: Since update to Maverick trackpoint settings are gone after resume from standby. I have made the Settings with gnome-pointing-devices and by creating a file /etc/init/trackpoint.conf with the following content:
description "Trackpoint-Einstellungen" env TPDIR=/sys/devices/platform/i8042/serio1/serio2 start on virtual-filesystems script while [ ! -f $TPDIR/sensitivity ]; do sleep 2 done echo -n 200 > $TPDIR/sensitivity echo -n 150 > $TPDIR/speed echo -n 1 > $TPDIR/press_to_select end script It seems like the problem is that the path to the driver settings changes after resume. See this Post: http://ubuntuforums.org/showpost.php?p=9996740&postcount=7 ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete ** Tags: maverick needs-kernel-logs needs-upstream-testing -- Trackpoint settings are gone after resume from standby https://bugs.launchpad.net/bugs/665600 You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp