Video summary
Windows 3.1 goes (Ry)ZEN on bare metal. Straight from 1992 floppies into FULL HD (AM5 + RTX 5060 Ti)
Main summary
Key takeaways
Goal
Test whether Windows 3.1 can be installed and run on AMD Zen 5 (Ryzen 9 / AM5) on a modern PC using bare-metal hardware, while booting from 1992-era floppies.
Installation / disk handling
- The speaker installs Windows 3.1 using a Spanish Windows 3.1 diskette (with auto-translated instructions such as inserting the floppy into A: and typing
install). - They note that USB floppy drives still map as drive A: for DOS/Win 3.x, so installation works normally even on modern USB floppy hardware.
- 1992 backup floppies are used and described as holding up fine.
Graphics behavior and the key driver: VBESVGA (PlumMGMK)
Default boot problem (Enhanced Mode)
- Windows 3.1 often boots into Enhanced Mode by default and then crashes on modern hardware.
Standard Mode (compatibility path)
- Standard mode is described as more compatible on modern hardware because it’s closer to DOS.
- The video reports Windows 3.1 can boot and install successfully in Standard Mode, even before installing advanced video drivers (with minor graphical glitches).
VBE-based driver: VBESVGA by PlumMGMK
- Main improvement: significantly better GPU compatibility.
- The driver is claimed to work even with a GeForce 5060 Ti, which the speaker says is surprising due to earlier reports of Nvidia sensitivity.
- Resolution output: claims Full HD is possible via VESA BIOS Extensions (VBE), assuming the resolution mode is exposed through VESA.
- Limitation: some older GPUs may top out around 1280×1024 in VESA mode (example mentioned: Nvidia 7900 GS).
Bug fixes / quality improvements
- Random graphical glitches during window/icon movement are reported as gone.
- A specific software issue is fixed: Solitaire crashing on startup.
New/important feature: DCI support (Display Control Interface)
- Allows programs (e.g., Media Player) to access GPU video memory directly, bypassing Windows GDI.
- Reported result: Media Player works (including Video CDs) with smooth playback, except in fullscreen scenarios.
Installer improvement
- The driver package includes an installer that selects the best available resolution.
- Development status: “44 releases to reach this point,” still described as beta, implying ongoing iteration.
Enhanced Mode: making it work (AHCI + AHCIFIX.386)
Why Enhanced Mode is desired
The speaker explicitly wants Enhanced Mode because it enables:
- virtual memory
- preemptive multitasking for DOS apps
- broader “Enhanced” Windows 3.x capabilities (386-derived features)
What blocks it on modern hardware
- Enhanced Mode typically crashes on modern systems (e.g., blinking cursor / freezing at the splash screen).
- Root cause (as described): Enhanced Mode relies on virtual DMA, and it’s said to be buggy in AHCI firmware on modern SATA/AHCI setups.
Fix: AHCIFIX.386 (PlumMGMK)
Steps described:
- Copy AHCIFIX.386 into Windows/System
- Load it via SYSTEM.INI under
[386Enh]
If it still doesn’t work:
- Workaround is to use a different SATA controller with better/working firmware.
Sound on modern hardware (PCI Ensoniq + driver behavior)
General audio requirement
- Enhanced Mode depends on a PCI sound card that supports Windows 3.1 drivers.
- The video includes a practical sound setup.
Tested hardware: Ensoniq PCI Audio 3000 (ES1370)
- Strength: the card’s included PCI driver scans the bus and “always finds the card,” working reliably.
- Weakness: the Windows 3.1 driver works only with Ensoniq-made cards.
- Creative cards using “rebranded” versions of similar chips are ignored by the original driver.
Creative workaround
- Use Watler’s World third-party driver:
- Works, but playback is less smooth
- No MIDI support
Ensoniq advantage
- Better MIDI support
- “Decent” audio output (MP3 playback demo is mentioned)
Optional interface improvement: Calmira
- Calmira is mentioned as a UI layer that makes Windows 3.1 look closer to Windows 95 or XP.
- The speaker says they personally prefer the native Windows 3.1 look now.
- An all-in-one ISO is mentioned: “Windows 3.1 Update Script”
- described as bundling Calmira + Windows 3.1 patches + other goodies
Takeaway / installation tips
- Conclusion: Windows 3.1 can run on modern hardware with the right drivers/patches.
- Suggested approach:
- Use a bootable FAT16 partition
- Keep the setup “simple”
- Example boot method used: Windows 95A boot floppy
- The speaker claims their driver pack (including harder-to-find items like Creative audio drivers) is available via their Patreon.
Main speaker / sources
- Speaker: Omores (video host)
Key developer/source mentioned
- PlumMGMK: VBESVGA + AHCIFIX.386
- Watler’s World: third-party Creative audio driver
- Ensoniq / ES1370: hardware used for sound
Other community utility / packaging
- Calmira: UI modification layer
- Windows 3.1 Update Script: all-in-one ISO bundling patches/components