On Sun, 2 Apr 2000, Tuomas Jormola wrote:

> I managed to get the graphics work in both console and X (A few days ago
Very nice.

> an AGP board"). But now I've encountered some issues with mouse support.
> 
> What could cause this? I've got a standard 3-button Logitech PS/2 mouse,
> Dosemu 1.0.0, kernel 2.2.14 and following mouse related Dosemu settings:
> $_mouse = "ps2"
> $_mouse_dev = "/dev/psaux"
> $_mouse_flags = ""
> $_mouse_baud = (0)

Have you tried a possibility with gpm -R and /dev/gpmdata?
$_com1 = "/dev/gpmdata"
$_mouse = "mousesystems"
$_mouse_dev = "com1"
with a dos mouse driver or

$_mouse = "mousesystems"
$_mouse_dev = "/dev/gpmdata"
without a dos mouse driver

Bart

Reply via email to