Changing Graphics mode

Hi, I want to change graphics modes with the bois. I have a manual on it from a old board. I guess it is out dated, because I get differnt modes from differnt cards. are there any real good sites on the subject? if not what should I do?




Comments

  • : Hi, I want to change graphics modes with the bois. I have a manual on it from a old board. I guess it is out dated, because I get differnt modes from differnt cards. are there any real good sites on the subject? if not what should I do?


    This can be done with interrupt $10 on VGA cards.

    Like this you go to the famous mode 13h


    mov ax, 13h

    int 10h


    There are very much tutorials on this subject. Take a look at:





    URL:Http://come.to/Online-Programming-Tutorial

  • : Hi, I want to change graphics modes with the bois. I have a manual on it from a old board. I guess it is out dated, because I get differnt modes from differnt cards. are there any real good sites on the subject? if not what should I do?


    This can be done with interrupt $10 on VGA cards.

    Like this you go to the famous mode 13h


    mov ax, 13h

    int 10h


    There are very much tutorials on this subject. Take a look at:





    URL:Http://come.to/Online-Programming-Tutorial

  • : : Hi, I want to change graphics modes with the bois. I have a manual on it from a old board. I guess it is out dated, because I get differnt modes from differnt cards. are there any real good sites on the subject? if not what should I do?


    : This can be done with interrupt $10 on VGA cards.

    : Like this you go to the famous mode 13h


    : mov ax, 13h

    : int 10h


    : There are very much tutorials on this subject. Take a look at:

    I know who to change modes, I just want to change higer then 13, and I weird results when I try. What number do I use to change to 640x480 or 800x600




  • : I know who to change modes, I just want to change higer then 13, and I weird results when I try. What number do I use to change to 640x480 or 800x600


    You can get 640x800@16 by using mode 12h but if u want to use more colors at this or higher resolutions you have to use VESA because different SVGA cards have different mode nr. Using VESA solves this problem because VESA uses the same mode numbers for all cards. Check out VESA in PCGPE.


  • : I know who to change modes, I just want to change higer then 13, and I weird results when I try. What number do I use to change to 640x480 or 800x600


    I meant 640x480@16 of course.


  • : : I know who to change modes, I just want to change higer then 13, and I weird results when I try. What number do I use to change to 640x480 or 800x600


    : You can get 640x800@16 by using mode 12h but if u want to use more colors at this or higher resolutions you have to use VESA because different SVGA cards have different mode nr. Using VESA solves this problem because VESA uses the same mode numbers for all cards. Check out VESA in PCGPE.

    Whats Pcgpe?





  • : Whats Pcgpe?


    PCGPE stands for Personal Computer Game Programmers Encyclopedia and it's a collection of lots of programming info. Check out the address below. The downloading server was down when I was there but it may just be for the moment. If you can't download it or can't find another downloading place then mail me and I will send it to you.


    URL:http://www.geocities.com/SiliconValley/2151/pcgpe.html

  • I think I need you to e-mail it to me. please send it to jesse@laeuchli.com

    : : Whats Pcgpe?


    : PCGPE stands for Personal Computer Game Programmers Encyclopedia and it's a collection of lots of programming info. Check out the address below. The downloading server was down when I was there but it may just be for the moment. If you can't download it or can't find another downloading place then mail me and I will send it to you.





Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories