From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Linear plane in mode 12h Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <01c0519b$3c0c6580$38f5f9c1 AT kalashnikow> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 X-Trace: /Kp2lq6uJpm/K015Rd5c5Va+2Hm3ZJ9lkR5ZiTmid3qt8A2DI0TfgJZbc8MpVwES/xwIGV8Nx7M8!1NzhiKgL0KhWMQx3KqvjcjR49OKKFxSHLKMCM0tRxHj7jGBuHSl2qqphHlW9NL+2h5HVJPipve+O!iA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 19 Nov 2000 19:07:48 GMT Distribution: world Date: Sun, 19 Nov 2000 19:07:48 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 18 Nov 2000 20:08:15 GMT, "Nassim Bouayad" wrote: >Hi,I have a problem with the 640*480*16 mode : I don't know how to >use it as a linear plane(I don't want to acces to every plane when >I write a pixel). >Thank you very much. It is theoretically possible to chain mode 12h in the same way that mode 13h is chained, but you can access only scanlines 0-203. I don't think it's worth it. Try the 640x480x256 VESA mode instead. It's more flexible, it has more colors, and it's supported on just about every video card made in the last ten years. --