Closed GoogleCodeExporter closed 9 years ago
Hi,
You are using Precise, it is? Try to use the synaptics driver and follow this
instructions to enable the 2/3 finger gestures:
https://wiki.ubuntu.com/Multitouch/TouchpadSupport
Original comment by jose.exposito89@gmail.com
on 4 Oct 2012 at 1:58
[deleted comment]
PS - Of course you need to disable gestures with 2 and 3 fingers to allow
Touchégg to use it, it's more easy to do from System Settings -> Mouse and
Touchpad -> Touchpad tab
Original comment by jose.exposito89@gmail.com
on 4 Oct 2012 at 2:00
Hi, thank you for your answer.
No, I'm using Arch. Thanks for advice, I will play with synaptics config,
xinput and disable 2-3 fingers gestures - thought touchegg needs evdev driver
to work properly.
If successed today - ask you to write here
http://code.google.com/p/touchegg/wiki/ConfigureDevices that sometimes it is
not necessary to replace synaptics driver by evdev (in this redaction it seems
like it will work right only with evdev).
And thanks for link.
Original comment by Japanise...@gmail.com
on 4 Oct 2012 at 3:01
No, with disabled 2-3 fingers gestures by xinput (synaptics driver) Touchégg
with default config (where they are and works with evdev driver) does nothing.
So, I see here 2 solutions:
- enable synaptics gestures for 2-3 fingers (that I don't like, case they are
less flexible and I loved Touchégg config from first sight);
- write a little daemon that moves cursor, when catch touch event (I'd love to
fix error in X or what recives this messages, but I don't know where to look,
so simplier is a little program, maybe in the future fix X, or event's type in
evdev).
And Xorg.0.log hasn't something helpful for my problem.
Original comment by Japanise...@gmail.com
on 4 Oct 2012 at 6:30
Hi!
Before make the daemon try to ask in the uTouch mailing list, probably Chase
Douglas could help you
Original comment by jose.exposito89@gmail.com
on 5 Oct 2012 at 8:03
Jose,
Disable configurations in System Settings, doesn't work for me. I need to throw
synclient commands in a script to disable synaptics 2 and 3 finger gestures and
Touchegg recognize them.
synclient TapButton2=0
synclient TapButton3=0
synclient ClickFinger2=0
synclient ClickFinger3=0
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
Original comment by vinicius...@gmail.com
on 5 Oct 2012 at 12:18
[deleted comment]
Vinicius,
In your case I would add this in ~/.xinitrc like:
exec "$DEFAULT_SESSION" & # after this, adding & at end of line
synclient TapButton2=0
# ...
But, don't know if it works in Ubuntu with it login manager. (on your own risk).
Jose, hi!
I will write there (or in xorg mail list, cause I think it's X11 error). Now
I'm about ending daemon prototype as temporary answer to my problem.
Original comment by Japanise...@gmail.com
on 5 Oct 2012 at 2:48
Jose, hi!
While i was experimenting found that when I move(Drag) three fingers on the
left with Touchégg - cursor start moving left (when back - moves back).
That was unexpected o.O
Original comment by Japanise...@gmail.com
on 5 Oct 2012 at 4:07
Check your configuration file, probably you have asssigned drag&drop action to
the 3 touches drag gesture
Original comment by jose.exposito89@gmail.com
on 5 Oct 2012 at 4:19
No, on the left or right <action type="MOVE_WINDOW">
Also found, that with evdev 2-finger actions (like scrolling) doesn't work
properly (work, but very strange and not always) and three finger pinch gesture
crashed Touchégg (segment. fault).
So, I thinking about going with synaptics driver, that does 2-3 fingers actions
good and Touchégg that works very well with 4-5 finger gestures.
But I will miss two fingers on right action in browser much (if I will not
configure it with synaptics).
Original comment by Japanise...@gmail.com
on 5 Oct 2012 at 4:35
Move window emulates Alt+Drag&Drop, this is the reason of the mouse movement
Original comment by jose.exposito89@gmail.com
on 5 Oct 2012 at 4:45
I didn't use ~/.xinitrc. I created a script bash and use
gnome-session-properties or Startup Applications Preferences (as user) to run
it after login, i use Gnome-Shell in Archlinux, i think it's the same command
at Unity in Ubuntu (both Gnome-Shell and Unity are shells running over the same
base system, GNOME3).
Original comment by vinicius...@gmail.com
on 5 Oct 2012 at 4:45
Vinicius,
oh, thank you! I thought it was your question where to put this commands, not
advice (my bad English). So in 5 comment I disable 2-3 finger actions by xinput
and it doesn't work. Now find this issue
http://code.google.com/p/touchegg/issues/detail?id=164 and tried your commands.
Gestures work, even 2-3 finger with Touchégg.
Jose, thank you too much.
So, I go with synaptics with disabled 2-3 finger actions.
Last question I have - how to made them work not only over some window (over my
desktop it send "X Error: BadWindow" - can't find answer in config file. Should
I put <gesture> tag outside <application name="All"> tag?
Original comment by Japanise...@gmail.com
on 5 Oct 2012 at 4:57
Ok, I found this issue http://code.google.com/p/touchegg/issues/detail?id=98
So it's wm error, ok. Currently using fvwm, pekwm and awesome, so will put
cronky or anything over desktop.
Thank you, guys for answers - it helped much.
Jose, you could close my issue, thanks.
Original comment by Japanise...@gmail.com
on 5 Oct 2012 at 5:43
Ok
Original comment by jose.exposito89@gmail.com
on 7 Oct 2012 at 9:40
Original issue reported on code.google.com by
Japanise...@gmail.com
on 4 Oct 2012 at 6:53