[Expired for linux (Ubuntu) because there has been no activity for 60
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/665600
Title:
Trackpoint settings are gone after resume from standby
Status in “linux” package in Ubuntu:
Expired
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/665600/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp