nanogui@linuxhacker.org
nanogui@linuxhacker.org
> I am testing nanogui under Minix. I have some problems with serial mouse.
It
> jumps a lot, and I like to control it to be a common and slow movement in
> the screen.
Claudio,
The mouse driver in the engine layer (src/engine/devmouse.c)
gets the threshold and acceleration values from the mouse driver,
or applies default values. You will need to adjust these values in
the serial driver for the time being. Let me know what works well,
and what mouse you've got, and I'll make a note if it.
Regards,
Greg
>
> I modify baud rate with no success. It works fine under standard Linux
with
> XWindows. I do not know if it is necesary to modify some issue in the tty
> driver or changes parameters at the mou_ser.c source.
>
> Also I do not know if there is some keyboard driver to supply the mouse
> movement.
>
> Regards,
> Claudio.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nanogui-unsubscribe@linuxhacker.org
> For additional commands, e-mail: nanogui-help@linuxhacker.org
>
>
nanogui@linuxhacker.org