Page 1 of 1
SVGA
Posted: Wed Jan 16, 2002 12:00 am
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
RE:SVGA
Posted: Mon Feb 04, 2002 12:00 am
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
RE:SVGA
Posted: Mon Feb 04, 2002 12:00 am
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