From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2a356051b05e2cf4967cd098e0dab4ff@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Shared memory graphic on cpu server In-Reply-To: <863cejfsso.fsf@gic.mteege.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 26 Sep 2003 12:06:23 -0400 Topicbox-Message-UUID: 500b0ade-eacc-11e9-9e20-41e7f4b1d025 It looks like there's no kernel support for the ProSavage8. You'll need that for the cursor. You could probably add it to /sys/src/9/pc/vgasavage.c easily enough -- just do what was done for PROSAVAGEK and see if it works. (If so, send us a new source file!) Russ