Help - How to support GUI

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
ksk

Help - How to support GUI

Post by ksk »

hi,

Can someone help me - I want to have a GUI interface for my OS. But I don't know where to start - my bios allows me to get the maximum res of 640 x 200 - doesn't look pretty for GUI though.

I want a higher resolution - How am I to program such a driver for my terminal ?

Thanks
ksk
gaffi

RE:Help - How to support GUI

Post by gaffi »

Hi ksk,
you could use the VESA BIOS Extensions (VBE):
http://www.vesa.org/vbe3.pdf

VESA supports hi-res graphic-modes up to 1600*1200 - unfortunately it's no longer supported by all cards.

regards,
Daniel Raffler
ksk

RE:Help - How to support GUI

Post by ksk »

Thanks buddy.

Got the right info.

cheers
ksk
Post Reply