Date: Mon, 6 Sep 1993 12:22:57 -0600 From: "John M. Weiss" To: duplain AT btcs DOT bt DOT co DOT uk Subject: cirrus54.grn Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > Has anyone got cirrus54.grn working with djgpp?. When I try it on > my CL5426 VLB board is produces monochrome and corrupt images. Also > I notice that the extension is .GRN not .GRD... what's the > significance of this ? I have successfully used the cirrus54.grn driver with a Cirrus card, and it works fine. I am primarily using it in the 1024x768x256 color mode. The .GRN extension refers to the newer graphics drivers that work with the LIBGRX graphics routines. They allow you to specify the number of colors (e.g., nc 256) in the GO32 environmental variable. BTW, if anyone is interested, I hacked the OAK.GRD driver to support Oak cards with 1M, so that they will go into the 1024x768x256 color mode. It was a trivial modification, but I'd be glad to upload it if it saves anyone some time and effort. - JW