Posted by: malcolmlewis On: 07-Oct-2012 03:28
> Hi
> I use a usb mouse as well as the touchpad fine with gpm, I use the 'usb
> mouse'. What is the output from the command xinput showing for the
> virtual core pointer?
Code:
/home
UnderTree=-> xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
/home
UnderTree=->
> Normally the defaults should work fine... as in /dev/input/mice for
> your touchpad.
I thank you for that suggestion... It's been so long since I had to manually set-up gpm that I'd forgotten how... It took me days to remember that gpm had a help option... Which included this example {which didn't work BTW}
gpm -m /dev/misc/psaux -t ps2 to start with a ps2 mouse
Then when I found the yast utility I noticed that it appeared to provide an GUI tool to accomplish the same thing as without any provision to even inform a user of the -m option to gpm. (I wonder why?)
In any case the fact that the yast tool didn't bother with setting the device caused me to think that OpenSuSE did that via some automatically.
After failing to figure it out, I asked for help.
You however included the {default?} device pathname {/dev/input/mice} which got me to try this sequence in a root shell on tty1
Code:
gpm -k
gpm -m /dev/input/mice -t ps2
Which worked nicely.
Thanks again.
Bookmarks