From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Using a diffrent mouse driver? Date: Thu, 07 Nov 2002 16:56:16 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3DCA7100.4080204@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Michael wrote: > I've just encounterd a game that yells about "mouse driver either to > old or not found" What is the game? I think it is worth to fix the dosemu's driver. > So i figured i'd try the cutemouse driver(which works with the FreeDOS > bootable cd) Not all drivers will work. gmouse works for me, lmouse doesn't. > What i'm wondering is how i can disable the mouse driver that dosemu > uses(?) By setting $_mouse_dev = "" > so i can use the cutemouse driver instead Allow it to access the serial port by setting $_com1 = "/dev/ttyS0" Kill gpm if it works in a repeater mode. > or maybe some other ideas? Yes. It is better to fix the dosemu driver.