Bug 8611
| Summary: | Dosemu doesn't support ps2 imwheel mouses | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Hans de Goede <hdegoede> | ||||
| Component: | dosemu | Assignee: | Cristian Gafton <gafton> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.2 | CC: | notting | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2000-01-19 16:45:09 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Hans de Goede
2000-01-19 16:22:04 UTC
Created attachment 65 [details]
gzipped patch to add imps2 support to dosemu
Ehm hint, the patch should be applied with -R (oops) Applied in dosemu-0.99.13-3. 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.
bill? |