I have an old desktop with Intel 82845g Graphics Controller. I have tried following video modes (using VESA) but not supported:
1024x768x16
1280x1024x16
800x600x32
800x600x16
(These modes are supported by Windows XP on this desktop but not by VESA)
But, These modes work fine in emulator and on my laptop.
Additional info:
Desktop has Pentium 4 Processor, 256 MB ram. And Panasonic plug and play moniter (17 inch).
VESA not supported.
Re: VESA not supported.
Just get a list of the available graphics modes.
http://www.delorie.com/djgpp/doc/ug/graphics/vesa.html
http://www.delorie.com/djgpp/doc/ug/graphics/vesa.html
Re: VESA not supported.
How can I check if VESA (VBE) is supported in my Graphics card i.e. Intel 82845G.DaemonR wrote:Just get a list of the available graphics modes.
http://www.delorie.com/djgpp/doc/ug/graphics/vesa.html
Re: VESA not supported.
It's in the manualmuazzam wrote:How can I check if VESA (VBE) is supported in my Graphics card i.e. Intel 82845G.DaemonR wrote:Just get a list of the available graphics modes.
http://www.delorie.com/djgpp/doc/ug/graphics/vesa.html
http://www.petesqbsite.com/sections/tut ... s/vbe3.pdf
Page 74 shows an example. It's interrupt 4F00h.