On Wednesday 01 September 2010 22:22:11 SD wrote:
> Dear All.
> 
> I use fedora 14 and always simultaneous click on left and right mouse
> button works like "x paste". I do not have any settings in xorg.conf about
> mouse.
> 
> After resent update to
> [  2657.205] Build Date: 27 August 2010  03:19:20PM
> [  2657.206] Build ID: xorg-x11-server 1.9.0-4.fc14
> I lost that ability to paste.
> As long as "Option Emulate3Buttons" looks like does not supported anymore
> how can I achieve this emulation?
> 
> Thank you.

I've been bit by the same "bug" (I'm sure it's just a configuration option 
that's no longer default). I found this[1] on google and wrote the following 
script:

$ cat ~/.config/autostart/enable-middle-click-emulation.sh
#!/bin/sh
XINPUT=/usr/bin/xinput
[ -x $XINPUT ] && $XINPUT set-int-prop "Logitech USB Receiver" \
        "Evdev Middle Button Emulation" 8 1                                     
                                     


You can obtain the list of devices like this:
$ xinput list


[1] https://wiki.ubuntu.com/X/Config/Input

-- 
Mihai Donțu
_______________________________________________
[email protected]: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: [email protected]

Reply via email to