Extended display identification data (EDID)

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Yazar
Coder
Posts: 11
Joined: Sat May 24, 2008 10:51 pm

Extended display identification data (EDID)

Post by Yazar »

hi there. Can any one help me on setting the correct crt table for every individual resolution for every individual type of monitor ? I know every port and low memeory addresses needed to do that but I actually never set the correct crtc table :S. I assume you've already known how to install a svga screen with;

Inregs.Ax = &h4f02
inregs.Bx = &h115
Call InterruptX (&H10, Inregs, OutRegs)
Post Reply