Tony Nelson wrote:
At 11:51 AM -0500 1/10/07, Bob Goodwin wrote:
Aaron Konstam wrote:
That is interesting that the mouse is not mentioned in xorg.conf. I
wonder what would happen if you added to that file with something like
this:
Section "InputDevice"
>> Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
I tried several variations on this theme but it wont accept Section
"mouse" but thanks for the suggestion.
I'll live with the problem until the solution comes along.
Yes, that appears to do the trick. With that installed I can paste with
button 3!
Thank you.
Bob Goodwin