What are the Video Card's Ports and How do I use them.
What are the Video Card's Ports and How do I use them.
My goal of this is to switch the Graphics Card's Video memory pointer and to change the resolution of the screen while only using ports and not DOS interrupts.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: What are the Video Card's Ports and How do I use them.
VGA Hardware. That doesn't get you sane resolutions beyond 640x480 though
But even the regular bios interrupts don't come from DOS so you can use them anywhere from real mode
But even the regular bios interrupts don't come from DOS so you can use them anywhere from real mode
Re: What are the Video Card's Ports and How do I use them.
True. To implement high resolution using ports, you need to write custom drivers for each graphics card. But this is truely a nightmare as much of the graphics card available are not well documented. So far I have been able to find some documents regarding ATI, S3 and few others (that too for limited cards only) so if you find something new, I too would be interested.Combuster wrote:VGA Hardware. That doesn't get you sane resolutions beyond 640x480 though
Programming is not about using a language to solve a problem, it's about using logic to find a solution !