--- UPDATE --- I never actually checked if the type for the serial mouse with gpm would be the same as the type for XFree86. Well guess what... for gpm it is ms, but for XFree86 it is MouseSystems! So setting the repeater type to msc instead of ms/ms3 and adjusting the settings in /etc/X11/XF86Config-4 accordingly, I can now paste again in X. Praise the lord for mdetect. --- ISSUE RESOLVED --- I can paste with the middle button just fine in the console. Also, from the help on mousetypes: ms - For Microsoft mice (2 or 3 buttons). Some old 2 button mice send some spurious packets, which can be misunderstood as middle-button events. If this is happens to you, use the 'bare' mouse type. However, I will try what you suggest anyway. From the help option it would appear that ms3 is for MS Intellimouse btw. Thank you for your reaction. Arjen On Thu, 29 May 2003, Andrew Pimlott wrote: > On Wed, May 28, 2003 at 08:47:00PM +0200, Arjen Verweij wrote: > > I'm running gpm for my serial mouse. In the console I can copy/paste just > > fine, but not in X. I can copy (i.e. highlight sections), but not > > paste them by pressing the middle buitton of my mouse. I /can/ paste > > after highlighting with the serial mouse, by pressing Shift-Ins. > > > > My gpm settings are: gpm -m /dev/ttyS0 -t ms -Rms3 > > I assume that in the console, you copy/paste with the right and left > buttons? I think that -t ms is the problem. The ms mouse type > doesn't have a third button. Try -t ms3. > > Andrew >