javispedro1 wrote on 2026-08-30, 00:35:
This is only when using my driver , from here New DOS mouse driver for VirtualBox/VMware/ PS/2 mice , because I am putting all the code in the DOS version and didn't want to repeat for Windows, the Windows one is basically a stub that forwards everything to the DOS version (using the standard DOS APIs, so it works with cutemouse too and others). Normally pointless but useful here since I haven't found a builtin one in Windows that works consistently 😀
My DOS driver doesn't work with serial mice -- yet 😜
So basically the overall best combination for DOS and Win311 is your patched ctmouse & your windows VBMOUSE.DRV ? - even if you say its not 100%, at least your windows driver will work!!
javispedro1 wrote on 2026-08-30, 00:35:
Speaking of displays, how is the VGA lottery this time ? On both the pocket386 and the book386 I got the worst of the bunch (GD5240 with 512KB VRAM).
I have found that the 1.50 driver that is floating around is the only one that allows me to set 800x600x256colors on this chipset, all the other ones have glitches, missing text, etc. Note 800x600x16colors works fine with any version.
I remember a review online where the reviewer seemed to say it was a lottery which chip you got & he referenced other products with a trident (i think that was a book8086?), but has anyone actually been supplied with anything other than a GD5240 with 512KB?
Ive a vague recollection someone on this thread mentioned it...
Both my pockets & my book386 have GD5420, for those that want to find out without taking theirs apart, Cirrus did a utility, IDCHIP.EXE
its in vogons driver lib
https://vogonsdrivers.com/getfile.php?fileid= … 268&menustate=0
it says that my book has CG5420r1, 75MHz, Bios V1.3, 512k
I'm using drivers for GD54XX V1.2 (the two XX isnt a typo (or at least not on my part!), its what windows setup says it is, not GD542*, though one of the files is VDD542X.386) in WFW311, 800x600 256 colour, I haven't noticed any issues yet though I admit i havent used windows 311 much & when I just tried to change drivers in the windows setup from the dos prompt it gave me a warning about mismatched code pages & said that might cause display issues, missing chars etc??
Im not sure where I got the drivers, I thought Id downloaded from Vogons, but i cant find them online now!
FWIW attached is what im using.