-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1080*720 True Color Graphics Mode Support??? #256
Comments
List of supported VESA video modes available:
That's all there is for Insignia softpc. 1080x720 is not a known VESA mode: |
What graphics device shall I choose in the program to take full advantage of these modes? |
By the way can I use Tame DOS with NTVDM x64 on Windows 10? |
Depends on whether your program supports VESA modes or not. This is DOS-application specific, so there is no general answer to that question. Tame can only be used with NTVDMx64 on Windows 7, as the necessary function to support mapping memory at address 0 has been removed in higher Windows versions, as I already mentioned. |
Sorry, saw that I provided the wrong link to the supported VESA modes.
Only 0x100 - 0x104 are supported due to limitations of the V7 VGA emulation of the SoftPC. |
Can we somehow patch some system files to bring back the ability to map memory to address 0? |
My guess is that the only possible chance of a reply is to offer to pay for the rewrite. Tame was offered for sale, not as freeware, and my guess is that a substantial payment might be the only way to get results. P.S. I was last in touch with the author in 2018 - a long time ago. |
My guess is that removing the limitation can be done with a driver patching the system's memory mapping function (not sure if patch guard wouldn't get into my way when doing so, would need to test) or by reimplementing the memory mapper in my own driver (might get very complicated in more recent Windows versions). But if you don't mind loading unsigned drivers in test mode, I can try to write a patch. Anyways, I'm not quite sure about the usefulness of Tame for NTVDMx64, i.e. when using graphics mode, it just slows down the NTVDM further. But its textmode capabilities are nice for sure. I wonder if there are still ppl. buying TAME licenses given the fact that 32bit Windows market share goes down, too bad TAME isn't open source nowadays... |
Driver signature requirement is completely gone in my mod of Windows 10 22H2, aka Lindows! Note to people who may see my comment and wanna know where you can get Lindows: |
It may not be benificial to use the name of an already-existing product as it may lead to confusion (besides Trademark violations): https://en.wikipedia.org/wiki/Linspire Ok, I'll try if I can patch the limit when I have some time. |
Short update on this: Even though it seems to be possible to map page 0 via a kernel mode driver on Windows 8 or higher, it seems to lead to weird stability issues with the affected application. This has been verified with a patchet
|
A very strange discovery on the graphic mode of ntvdm x64: Also is there a way to disable the new windows 8 style "this program cannot run on your device" dialog? The traditional one provides much more detail. |
Just curious if it's possible to get a high resolution true color graphics mode in NTVDM x64?
Perhaps copy some code from dosbox to emulate a virtual graphics card that can provide better graphics? Maybe?
The text was updated successfully, but these errors were encountered: