From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <78cf2fe49f66d20da7a3dd521b027749@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] vmware confused about color depth In-Reply-To: <200305150159.h4F1x2L26743@panix1.panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 15 May 2003 12:59:07 -0400 Topicbox-Message-UUID: ad352f9c-eacb-11e9-9e20-41e7f4b1d025 > so, looking for alternatives to drawterm, I got a demo copy of vmware 4 > for linux. mostly all is well, but it seems vmware is confused about the > depth of the plan9 screen, and that's preventing me from running it in > fullscreen. when I try an error box tells me "unable to turn on direct > graphics. your guest's depth (24) doesn't match your host's (16)". yet > $vgasize on the guest plan9 is 1024x768x16 as it should be. is this a > known issue? can anything be done? (Mark sent his aux/vga output under separate cover. I'm replying to 9fans just so it's in the archives.) term% aux/vga -p vga->attr: vid=0x15AD vga->attr: did=0x0405 [...] vmware Depth 00000018 vmware Bpp 00000020 vmware PseudoColor 00000000 vmware RedMask 00ff0000 vmware GreenMask 0000ff00 vmware BlueMask 000000ff Are you sure your X server is running at 16bpp? VMware looks convinced that you're at 24/32bpp (meaning 24 bits of actual data but 32 bits of space per pixel). The clarity of the register contents is certainly a refreshing change from typical VGAs.