From: "AndrewJ" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: hmm can someone help me with VESA Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Sat, 01 Apr 2000 02:08:25 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 954554905 24.42.120.18 (Fri, 31 Mar 2000 18:08:25 PST) NNTP-Posting-Date: Fri, 31 Mar 2000 18:08:25 PST Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Just looking for 1024x768 in 32767 or more colors if possible right > now my code compiles and 1-2 resolutions will work and thats all, is > it possible please help. Just out of curiousity, what method are you using to find the available modes? Are you using the recommended mode in VBE 2+ where you trip throught the mode list pointer until you get the right one? Or are you just arbitrarily picked what would be the right mode number and using it? Also, are you sure your video card/VBE implementation supports that mode? If you want to send me the relevent code pieces, I can check to see if it's alright (although I use Watcom/NASM, I should be able to puzzle out DJGPP's method of doing things). AndrewJ