From: Marcus Rohrmoser Newsgroups: comp.os.msdos.djgpp Subject: Re: GRX question Date: Fri, 19 Feb 1999 12:51:07 +0100 Organization: Leibniz Rechenzentrum Muenchen Lines: 30 Distribution: world Message-ID: <36CD502B.5B279CA0@lrz.de> References: <36CC96F4 DOT 568C AT teleline DOT es> NNTP-Posting-Host: sun3.lrz-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en, de-DE To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Mariano Alvarez Fernández" wrote: > > Hi, > > I have begun playing with GRX and I think it's a good library. I have > found two minor problems: > > 1- My video car is a S3 Trio 64, and using de S3 or the VESA driver I > can't start the 800*600 16 colors mode (even with modetest program). No > problem in other modes like 800*600 256 colors. No idea. > > 2- I have noticed the 16 colors modes are very slow, however the 256 > colors modes are really fast. Are there any reason? > Some for some video modes there is speicific, optimized code, for others isn't. For them generic (slow) routines are used. Maybe the coders didn't think the 16-color modes beeing worth while to optimize. So just forget the 16-color modes and use the 256-color ones is possible. > Regards, M.Alvarez CU, Marcus