Mouse copy-paste

Michael E. Webster mwebster at intercosmos.com
Thu Sep 2 17:15:07 UTC 2004


On Thu, 2004-09-02 at 13:03, Joan Moreau wrote:
> > > there is no proble to install the mouse. all is fine. But, when I
> > > used the up2date software last time, the copy-paste function
> > > stopped working. 
> > > Is there an option in xorg.conf that would have changed ? 
> > 
> > Hmmm, did it happen more than once, or does it happen every time you
> > run up2date? 
> > 
> Just once, and now it does no work anymore.
> I join my xorg.conf attached in case
> 
> Joan
> 
> 
<snip>

> 
> ______________________________________________________________________
> 
> Section "InputDevice"
>     Identifier  "Mouse0"
>     Driver      "mouse"
>     Option        "Protocol" "IMPS/2"
>     Option        "Device" "/dev/input/mice"
>     Option        "ZAxisMapping" "4 5"
>     Option        "Emulate3Buttons" "no"
> EndSection
> 
<snip>

Need to set your Emulate3Buttons to "yes"


Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection


Mike.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20040902/70040951/attachment-0002.bin 


More information about the users mailing list