[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-12-07 Thread Oscar Carlberg
Hi, Unfortunatly this script does not work in Ubuntu 13.10 =/ xinput reports Elantech ETPS/2 Clickpad However rightclick is not working, two-finger scroll works fine, two- finger tap emulates rightclick fine. But hardware rightclick button does nothing. Anyone got a fix for 13.10? -- You

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-10-15 Thread Jacknight
@Ajeesh - Thanks ! It worked for my Asus Zenbook UX32A. Great ! If you want to correct the script just replace the last line : xinput set-prop $1 Synaptics Right Button Area $left $right $top $bottom with this one : xinput set-prop $1 Synaptics Soft Button Areas $left $right $top $bottom 0 0 0

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-09-19 Thread Dave Vree
@Josep - Your workaround was successful on my Asus K55-- thanks a lot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944961 Title: Can't enable Right Button Area on Elantech ETPS/2 Clickpad To

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-06-19 Thread Ajeesh
Forgot to mention that, i am able to right click now...:) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944961 Title: Can't enable Right Button Area on Elantech ETPS/2 Clickpad To manage

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-06-19 Thread Ajeesh
Hi Friends, I had the same issue with my ASUS Laptop. I made a modification in script in following way.(I have hard coded my touchpad’s number in script - device 17) And output the values of variables to terminal. Then commented the last line.

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-05-13 Thread Josep Pujadas-Jubany
Acer Travelmate B113 witn Ubuntu 12.04 LTS 32 bit (up-to-date). Same problem. No # xinput --list-props 13 Device 'SynPS/2 Synaptics TouchPad': Device Enabled (132): 1 Coordinate Transformation Matrix (134): 1.00, 0.00, 0.00, 0.00, 1.00, 0.00, 0.00,

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-05-13 Thread Josep Pujadas-Jubany
Work around from https://help.ubuntu.com/community/SamsungSeries9 ... Set the psmouse driver protocol. sudo su echo options psmouse proto=exps /etc/modprobe.d/psmouse.modprobe reboot This enables right-clicking, but removes the ability to control other touchpad features. For example, you

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2013-03-26 Thread Eduard Gotwig
This bug is not fixed, as of today my touchpad on the asus zenbook does not work out of the box properly. Only left click is possible ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-06-22 Thread estanislao bulián
HI people, As myszka-norka said, the property Synaptics Soft Button Areas does not exists or cannot be set trough the script. Please take a look at the following xinput output for my elantech pad of an ASUS ux31e. ETPS/2 Elantech Touchpadid=13 [slave pointer

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-04-02 Thread Chase Douglas
Hi Wojciech, Please open a new bug for this issue. Use ubuntu-bug xserver-xorg- input-synaptics. Then, create a device.prop file as detailed here: https://wiki.ubuntu.com/Multitouch/Testing/uTouchEvEmu#Debugging. Attach the file to the bug. Finally, subscribe the bug to me. Thanks! -- You

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-04-01 Thread Wojciech Myszka
Above solution used to work, but ufter upgrading to beta2 is stop. Asus zenbook ux21e with Elantech touchpad kernel: Linux asusux 3.2.0-21-generic #34-Ubuntu SMP Fri Mar 30 04:25:35 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux xserver-xorg-input-synaptics 1.5.99.902-0ubuntu1 running

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-05 Thread Chase Douglas
Mark, You can find the updated script at http://people.canonical.com/~cndougla /enable-rightbutton.sh. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944961 Title: Can't enable Right Button Area on

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-05 Thread ninom
I still get the same exception on my UX21 property Synaptics Right Button Area doesn't exist, you need to specify its type and format I updated today and I downloaded the script today. What can I do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-05 Thread Chase Douglas
ninom, Please double check the script you downloaded. It should not contain any reference to Synaptics Right Button Area. I downloaded again here to check, and it now uses Synaptics Soft Button Areas, as intended. Thanks! -- You received this bug notification because you are a member of Ubuntu

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-05 Thread ninom
It works now thanks! I don't see any difference tough. I have an Elantech Touchpad (not the synaptics) but it is stated here, that it should work: https://help.ubuntu.com/community/AsusZenbook#Touchpad is this not correct? -- You received this bug notification because you are a member of Ubuntu

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-02 Thread Mark Russell
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944961 Title: Can't enable Right Button Area on Elantech ETPS/2 Clickpad To manage notifications about this bug go to:

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-02 Thread Chase Douglas
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Assignee: (unassigned) = Chase Douglas (chasedouglas) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944961 Title: Can't enable Right Button

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-02 Thread Chase Douglas
There was a change in the property name. I have updated the enable- rightbutton.sh script. It should work correctly now. Thanks! ** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 944961] Re: Can't enable Right Button Area on Elantech ETPS/2 Clickpad

2012-03-02 Thread Mark Russell
Thanks, Chase! Sounds good. Where can I find the updated script or new property name? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944961 Title: Can't enable Right Button Area on Elantech ETPS/2