On 02/02/2013 05:55 PM, Bob Goodwin - Zuni, Virginia, USA wrote:
On 02/02/2013 05:48 PM, sean darcy wrote:
On 02/02/2013 04:18 PM, Bob Goodwin - Zuni, Virginia, USA wrote:
On 02/02/2013 03:40 PM, sean darcy wrote:
I like being able to "paint and paste" on my laptop. Mark some text
and click both buttons to paste it somewhere else. Now I have to do
Windows Ctl-C and Ctl-V.

I've tried the trick from
http://comments.gmane.org/gmane.linux.redhat.fedora.testers/94475[

about creating a .conf file in /etc/X11/Xorg.d

but that doesn't work.

Any suggestions??

sean


         From my Linux notes:

        Add to -         /usr/share/X11/xorg.conf.d/10-evdev.conf

        Or if CTRL ALT BKSP doesn't work [in F-18] do both of these:

        Section "InputClass"
              Identifier "whatever"
              MatchIsPointer "on"
              Option "Emulate3Buttons" "on"
        EndSection




        Section "InputClass"
              Identifier        "system-setup-keyboard"
              MatchIsKeyboard     "on"
              Option        "XkbOptions"    "terminate:ctrl_alt_bksp"
        EndSection


        Bob

        --
        http://www.qrz.com/db/W2BOD

        box7   Scientific Linux 6.3


Thanks, but I did that. And X sees it. From Xorg.0.log:
[    26.560] (--) evdev: PS/2 Mouse: Found 3 mouse buttons
[    26.560] (--) evdev: PS/2 Mouse: Found relative axes
[    26.560] (--) evdev: PS/2 Mouse: Found x and y relative axes
[    26.560] (II) evdev: PS/2 Mouse: Configuring as mouse
[    26.561] (**) Option "Emulate3Buttons" "True"

But still no go!

sean



        Did you restart? I do it and it works fine, can't recall if I
        just log off/on or reboot but I know it works once I've done
        this. Sometimes have to repeat after yum update so it's good to
        make note.

        Bob


Rebooted. Again Xorg.0.log finds the Emulate3Buttons option. But still doesn't work.

Using xfce-4.10. Wonder if that's the problem?

sean

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to