From 821b87ccc89205cc1a7e9a71607a6dff81ffdcd1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 20 Feb 2004 07:59:35 +0000 Subject: allow to specify the Xnest wanted resolution with --vga --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 6c237f243..9947d3fb5 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -44,7 +44,7 @@ sub new($$) { my @options = $wanted_DISPLAY; if ($server eq 'Xnest') { - push @options, '-ac', '-geometry', $o->{vga16} ? '640x480' : '800x600'; + push @options, '-ac', '-geometry', $o->{vga} || ($o->{vga16} ? '640x480' : '800x600'); } elsif (!$::move) { install_gtk::createXconf($f, @{$o->{mouse}}{"XMOUSETYPE", "device"}, $o->{mouse}{wacom}[0], $Driver); -- cgit v1.2.1