From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3E0CB8B3.8070407@csh.rit.edu> From: George Gensure User-Agent: Mozilla/5.0 (X11; U; IRIX IP32; en-US; rv:1.1) Gecko/20021001 MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] magicgraph 128 ZV References: <99b249533ab26e79161b6b9c3fef26df@plan9.bell-labs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 27 Dec 2002 12:31:47 -0800 Topicbox-Message-UUID: 37ece608-eacb-11e9-9e20-41e7f4b1d025 Russ Cox wrote: >Quickly scanning through, it looks like you might try commenting out: > > vgaxo(Grx, PanelHorizCenterReg4, vga->graphics[PanelHorizCenterReg4]); > vgaxo(Grx, PanelVertCenterReg5, vga->graphics[PanelVertCenterReg5]); > vgaxo(Grx, PanelHorizCenterReg5, vga->graphics[PanelHorizCenterReg5]); > > commenting these guys out doesn't do anything good, but i'm not terribly concerned about that. I know it was a shot in the dark, and I'll keep plugging. > vga->f[1] = 80000000; > vga->vmz = 1152*1024; > vga->apz = 16*1042*1024; > already have this implemented, with exactly those values. I agree about the aperature being dangerous, but it also wont be accessed with vmz set correctly. >that isn't there, nothing bad will happen. What does >the "pci" command print on your system? > > pci prints the following info relative to the neomagic card 0.20.0: 03.00.00 10c8/0003 255 0:3fc00008 4194304 thanks, -George