Bug 8611 - Dosemu doesn't support ps2 imwheel mouses
Summary: Dosemu doesn't support ps2 imwheel mouses
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: dosemu
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-01-19 16:22 UTC by Hans de Goede
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-01-19 16:45:09 UTC
Embargoed:


Attachments (Terms of Use)
gzipped patch to add imps2 support to dosemu (2.53 KB, application/octet-stream)
2000-01-19 16:23 UTC, Hans de Goede
no flags Details

Description Hans de Goede 2000-01-19 16:22:04 UTC
The internal mouse driver of dosemu doesn't support imwheel mouses,
making it impossible to use such a mouse with dosemu, unless the mouse
is setup as ps2 mouse everywhere (both under X and gpm and svgalib)

The problem is that an imwheel mouse is ps2 compatible untill initialised
as imwheel mouse. So once X or gpm is started with imwheel support,
dosemu's ps2 mouse driver doesn't work anymore.

I have a clean patch which adds imwheel support to dosemu-0.99.13.

I'll attach said patch to this bugreport.

Comment 1 Hans de Goede 2000-01-19 16:23:59 UTC
Created attachment 65 [details]
gzipped patch to add imps2 support to dosemu

Comment 2 Hans de Goede 2000-01-19 16:28:59 UTC
Ehm hint, the patch should be applied with -R (oops)

Comment 3 Bill Nottingham 2000-01-19 16:45:59 UTC
Applied in dosemu-0.99.13-3.

Comment 4 Hans de Goede 2000-02-01 15:54:59 UTC
Thanks for incorperating my patch, this makes life a lott easier for me, but for
other people it might be handy to add a note to the sample dosemu.conf and a
README.redhat explaining that with RedHat's version imps2 is a support and valid
mouse type.


For dosemu.conf I suggest changing:
$_mouse = "microsoft"   # one of: microsoft, mousesystems, logitech, mmseries
                        # mouseman, hitachi, busmouse, ps2

To:
$_mouse = "microsoft"   # one of: microsoft, mousesystems, logitech, mmseries
                        # mouseman, hitachi, busmouse, ps2, imps2

For README.redhat I suggest:
This version of dosemu supports ps2 microsoft intellimouse or compatible
(logitech mouseman+ / firstmouse+).
To use it set $_mouse to "imps2" in /etc/dosemu.conf.

Comment 5 Cristian Gafton 2000-02-01 15:55:59 UTC
bill?


Note You need to log in before you can comment on or make changes to this bug.