From e5c494575a161f20e06224c9d2201c85f6477093 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Jan 2000 11:13:04 +0000 Subject: *** empty log message *** --- perl-install/install_steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 5a852c444..ce374c433 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -210,6 +210,7 @@ sub new($$) { $o->{allowFB} = &$launchX("XF86_$_") #- keep in mind FB is used. and last; } else { + $o->{vga16} = 1 if /VGA16/; &$launchX("XF86_$_") and last; } } -- cgit v1.2.1