From 815a12cc5574da37b971ccb4c56966e8cc0a7074 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Oct 2004 03:10:17 +0000 Subject: even if bugzilla #9755 says 24 bpp is not valid for vmware, Nora Etukudo says the contrary on cooker. the limitation seems to be "The guest X server must run at the same depth and bpp as the host" which is hard to enforce in XFdrake --- perl-install/Xconfig/resolution_and_depth.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 8e6bb6c52..df72bc31d 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -92,9 +92,7 @@ sub allowed { @resolution_and_depth = grep { $_->{Depth} == 16 } @bios_vga_modes; } else { my @depths; - if ($card->{Driver} eq 'vmware') { - @depths = (16, 8); - } elsif ($card->{Driver} eq 'fglrx') { + if ($card->{Driver} eq 'fglrx') { @depths = 24; } elsif ($card->{BoardName} eq 'RIVA128') { @depths = qw(8 15 24); -- cgit v1.2.1