From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <88e62d5828221da78b137ccf4ffe86cd@plan9.bell-labs.com> Date: Mon, 5 Jul 2004 11:33:02 -0400 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Virtual PC + Toshiba Tecra 8100 (SavageMX) vgadb entry and vgainfo.txt In-Reply-To: <40E6E4F3.8030306@place.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b517029c-eacd-11e9-9e20-41e7f4b1d025 On Sat Jul 3 12:55:52 EDT 2004, stevemw@place.org wrote: > This works well enough to run the installer. > > ----------- addition to vgadb ------------ > ctlr > 0xC000E="VIDEO B" > link=vga > hwgc=s3hwgc linear=0 > ctlr=virge > --------------- vgainfo.txt -------------- > main->snarf > vga->snarf > virge->snarf > virge->snarf->s3generic > Unknown ViRGE/Trio64+ - 0x8810 > Trio64+ > vga->attr: 0xC000E=VIDEO B > ... Which version of VirtualPC are you using? I worked a little on it a few months ago to make it work (I used a Connectix Windows 5.something Free Trial version). 'Unknown ViRGE/Trio64+ - 0x8810' is correct, there is no chip I am aware of with that ID. Fortunately, the code falls through to using the parameters for the chip with ID 8811 in this case. There is an entry for it in /lib/vgadb already: ... 0xC0045="S3 Savage\IX BIOS Ver. 4.02.50 - 39" # IBM Thinkpad T21 0xC000E="VIDEO B" # Connectix Virtual PC link=vga hwgc=s3hwgc ctlr=virge linear=1 ... --jim