it mean that my script as _synclient-resume in /etc/pm/sleep.d/ works on
the kernel 3.1
however i think that it should be fixed on the ubuntu built in
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
h
SOLVED on Kernel 3.1 (64bit)
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/399902
Title:
xinput and synclient forget user settings on resume
To manage notifications abo
The problem back happens after Update.
updates are below
libpam0g 1.1.2-2ubuntu8.4
libpam-modules-bin 1.1.2-2ubuntu8.4
libpam-modules 1.1.2-2ubuntu8.4
libpam-runtime 1.1.2-2ubuntu8.4
linux-generic 2.6.38.12.27
linux-headers-generic 2.6.38.12.27
linux-image-generic 2.6.38.12.27
linux-libc-dev 2.6.38
SOLVED, renaming my script from 99-synaptics-touch-resume to
_synclient-resume in /etc/pm/sleep.d .
the script codes below
#!/bin/bash
case "$1" in
thaw|resume)
DISPLAY=:0.0 su myuserid -c "exec
/home/myuserid/my-synaptics-touch-resume.sh"
;;
esac
exit $?
in the my-synaptic
sorry above comment
At the "others setting such as RTCornerButton,RBCornerButton works good"
change to RTCornerButton, RBCornerButton to LTCornerButton,LBCornerButton
in addition, my Ubuntu is in kernel 3.0. uname shows 3.0.0-0300-generic
--
You received this bug notification because you are a
in my, my settings for RTCornerButton and RBCornerButton reset to default when
done login after display resume
but others setting such as RTCornerButton,RBCornerButton works good. I had
tried to do with many help but no effect.
several time i try to find where is the default setting of synclient
6 matches
Mail list logo