It works ! Thanks
Alexander Apprich wrote:
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
------------------------------------------------------------------------
# Xorg configuration created by system-config-display
[snip]
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
Remove this entry, and you should be fine.
This is what I have
Section "InputDevice"
Identifier "venus_mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
(I put this in here with copy&paste ;-) )
Alex