From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jon F" To: 9fans@cse.psu.edu Date: Fri, 30 Jul 2004 13:20:15 -0300 Mime-Version: 1.0 Content-Type: text/html Message-ID: Subject: [9fans] Thats Funny... Topicbox-Message-UUID: cf532104-eacd-11e9-9e20-41e7f4b1d025

Thats funny, the Plan 9 Supported Hardware page say's it supports a " Neomagic MagicGraph "

and I just so happened to have one ( Neomagic MagicGraph 128 ZV/TV+ ) and get an error when i try to run 9 after an Install ( Which was done on another computer ). Looks like that one can be stricked off the list....

http://www.cs.bell-labs.com/wiki/plan9/supported_pc_hardware/index.html



Enjoy 25MB of inbox storage and 10MB per file attachment with MSN Premium. Join now and get the first two months FREE* From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Thats Funny... Date: Fri, 30 Jul 2004 10:28:21 -0600 From: andrey mirtchovski In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: cf5a4f42-eacd-11e9-9e20-41e7f4b1d025 don't hurry striking it off the list. what error did you get? you may have to add this particular card to /lib/vgadb. From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jon F" To: 9fans@cse.psu.edu Date: Sat, 31 Jul 2004 15:28:21 -0300 Mime-Version: 1.0 Content-Type: text/html Message-ID: Subject: [9fans] Thats Funny... Topicbox-Message-UUID: d01152fa-eacd-11e9-9e20-41e7f4b1d025

Ok, the error I got with the Graphics Card ( " Neomagic MagicGraph 128 ZV/TV+ " ) when booting up 9 is as follows:

aux/vga: vgactlw: <typevga> : bad vga controal message "type vga"

dossrvserving #s/dos

i8042: fe returned to the e7 command

i8042: fe returned to the e8 command

i8042: fe returned to the 03 command

rio: Can't open display : initdisplay: /dev/draw/new: no frame buffer

init: rc exit status: rio: 23: display open



Free yourself from those irritating pop-up ads with MSN Premium: Join now and get the first two months FREE* From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Thats Funny... Date: Sat, 31 Jul 2004 12:42:04 -0600 From: andrey mirtchovski In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d027884a-eacd-11e9-9e20-41e7f4b1d025 > aux/vga: vgactlw: : bad vga controal message"type vga" run the 'pci' command and see what did corresponds to vid=10C8 (that's the vendor id for the magicgraph card) -- it could be 0x0003 or 0x0083, then edit /lib/vgadb and add it to the list of neomagic-recognized devices. let's see if the promise 'presotto is orking on it' found there has become true.