Hallo. I've recently installed Windows 95 on VB, my host is Vista x64. Is there a way to make Windows 95 get the host resolution (1280x1024)? I'd like to do that on a new VM with DOS 6.22 if possible.
Tankan.
Windows 95 guest on Vista x64
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Look in the FAQ for Windows 9x Video Drivers.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
The MAZZTer
- Volunteer
- Posts: 129
- Joined: 16. Sep 2008, 23:22
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Ubuntu, Chromium OS, Windows
- Location: Internet
- Contact:
DOS 6.22 is really really old. I think the best you can do is with the mode command:
mode con: cols=80 lines=50
That will double the screen real estate, but it might do it by making the fonts smaller (not sure).
Also that's the XP syntax so it might be different in DOS. :/ Try mode /? for syntax help if it doesn't work.
mode con: cols=80 lines=50
That will double the screen real estate, but it might do it by making the fonts smaller (not sure).
Also that's the XP syntax so it might be different in DOS. :/ Try mode /? for syntax help if it doesn't work.