Public bug reported:

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: ubuntu
     Importance: Undecided
         Status: New

-- 
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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to