diff options
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |