Presse a key in same time -> move my mouse. Ctmouse troubles

DOS specific questions.
Post Reply
Cpcdos
Posts: 207
Joined: Mar 06, 2013 13:52
Location: France - LYON 69003
Contact:

Presse a key in same time -> move my mouse. Ctmouse troubles

Post by Cpcdos »

Hello all,

I have a problem with my Ctmouse driver, when i move my mouse (USB) in same time that I press a key, my cursor going crazy!!!!!

for resolve my problem, i use this:

Code: Select all

ctmouse /u
mouse.com
mouse.com out
ctmouse
and ctmouse re-work

There are not a solution for resolve ctmouse problem ?
DOS386
Posts: 798
Joined: Jul 02, 2005 20:55

Re: Presse a key in same time -> move my mouse. Ctmouse trou

Post by DOS386 »

> I have a problem with my Ctmouse driver

only together with FB or also with other programs? (FreeDOS mailing list)

> when i move my mouse (USB) in same time that I press a key

Is the keyboard also USB?

Code: Select all

ctmouse /u
mouse.com
mouse.com out
ctmouse
what is "mouse.com" ? M$ mouse driver?

> and ctmouse re-work

so the problem persists all the time after mouse move + keypress at same time, and goes away only after loading and unloading "mouse.com" ?

> There are not a solution for resolve ctmouse problem ?

Try:

- CTMOUSE 1.9 and 2.1 (report exact version you use)
- various CTMOUSE commandline options
Cpcdos
Posts: 207
Joined: Mar 06, 2013 13:52
Location: France - LYON 69003
Contact:

Re: Presse a key in same time -> move my mouse. Ctmouse trou

Post by Cpcdos »

Thank you for you reply,
only together with FB or also with other programs? (FreeDOS mailing list)
this problem is present also in edit.com .. all program who use mouse!
Is the keyboard also USB?
My portable computerS (Lenovo B590, Sony Vaio JPCEJ, etc.) i think keyboards was connected in bus USB
With PS/2 i not have this problem
what is "mouse.com" ? M$ mouse driver?
Mouse.com -> M$ yes!
so the problem persists all the time after mouse move + keypress at same time, and goes away only after loading and unloading "mouse.com" ?
Yes! If i don't load MOUSE.COM and unload before launching CTMOUSE, my problem was not resolved
I think that offset buffer isn't cleared when i unload ctmouse
Try:
- CTMOUSE 1.9 and 2.1 (report exact version you use)
- various CTMOUSE commandline options
I have take my time for tested all, and this problem is ever present


Best regards
Laaca
Posts: 27
Joined: Dec 31, 2007 14:24

Re: Presse a key in same time -> move my mouse. Ctmouse trou

Post by Laaca »

The problem is probably somewhere in USB-PS2 emulation. If I understand correctly you use USB mouse in USB slot and have only CTmouse driver loaded. So you don't use DOS USB driver by Bret Johnson but you rely on BIOS emulation, right?

In such cases you might try to turn off "USB input legacy emulation" in your BIOS and use the ESB driver by Bret Johnson. But it is more DOS reletad question not Freebasic question and you should solve it on some general DOS forum, not here.
Cpcdos
Posts: 207
Joined: Mar 06, 2013 13:52
Location: France - LYON 69003
Contact:

Re: Presse a key in same time -> move my mouse. Ctmouse trou

Post by Cpcdos »

Hi,

Okay, thank you, i think also that is my bios, I have test with 2 others computer (asus and hp) and ctmouse work perfectly...

I will see with this emulation option in bios
Thank you :-)
Post Reply