Comment 22 for bug 285305

Revision history for this message
Tux (peter-hoogkamer) wrote :

I have no mouse entry in my xorg.conf and lshal | grep mouse gives me the following result:

 info.capabilities = {'input', 'input.mouse'} (string list)
  info.product = 'Macintosh mouse button emulation' (string)
  input.product = 'Macintosh mouse button emulation' (string)
  info.product = 'IBM Enhanced (101/102-key, PS/2 mouse support)' (string)
  pnp.description = 'IBM Enhanced (101/102-key, PS/2 mouse support)' (string)
  info.linux.driver = 'psmouse' (string)
  info.capabilities = {'input', 'input.mouse'} (string list)

Am I able to use vmmouse for debugging purposes and if so how to do this?

Tux