SVGA

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
W. Fuller

SVGA

Post by W. Fuller »

How could i switch to svga graphic mode in
assembly?
Second question how can i change the reresh
rate on a monitor

~Will
MasterMind

RE:SVGA

Post by MasterMind »

All you need to do is set the ax reg to 0x4F01
and cx is the VESA mode and point di:es is the
mode block... check out:
http://www.geocities.com/SiliconValley/ ... 3/vesa.txt

>On 2002-01-16 13:09:04, W. Fuller wrote:
>How could i switch to svga graphic mode in
>assembly?
>Second question how can i change the reresh
>rate on a monitor
>
>~Will
MasterMind

RE:SVGA

Post by MasterMind »

All you need to do is set the ax reg to 0x4F01
and cx is the VESA mode and point di:es is the
mode block... check out:
http://www.geocities.com/SiliconValley/ ... 3/vesa.txt

>On 2002-01-16 13:09:04, W. Fuller wrote:
>How could i switch to svga graphic mode in
>assembly?
>Second question how can i change the reresh
>rate on a monitor
>
>~Will
Post Reply