From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Nvidia video driver MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010405035652.724EC19A1D@mail.cse.psu.edu> Date: Wed, 4 Apr 2001 23:56:44 -0400 Topicbox-Message-UUID: 79a51734-eac9-11e9-9e20-41e7f4b1d025 How we can guess whether a particular card is hardware accelleration supported? Only from reading source codes? Unfortunately, yes. Right now the accelerated cards are the Mach64, the S3 ViRGEs, the S3 Savage4, and the Ticket to Ride IV (used with the SGI 1600SW LCD). % grep -l '^[a-z0-9]*scroll\(' vga*.[ch] vga.c vgamach64xx.c vgas3.c vgasavage.c vgat2r4.c % Russ