From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com Message-Id: <200007201738.NAA14624@cse.psu.edu> Date: Thu, 20 Jul 2000 13:38:41 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] S3 ViRGE/DX? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e7fc050e-eac8-11e9-9e20-41e7f4b1d025 I found a DX card and fixed the cursor problem. The ID code for the DX was wrong in both /sys/src/cmd/aux/vga/virge.c and /sys/src/9/pc/vgas3.c. In both, replace all instances of case 0xE18A: /* ViRGE/[DG]X */ with case 0xE101: /* ViRGE/[DG]X */ This fix will be in the next update. --jim