summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-31 17:10:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-31 17:10:21 +0000
commit243512b77a4eea8b9d558d3492b9d06534aac88c (patch)
tree66629d1e99fedcd769925d08420cdeff29e59601
parent31e8329a15a22dc48b59e8f2f6e8ab60bb9d2a5b (diff)
downloaddrakx-backup-do-not-use-243512b77a4eea8b9d558d3492b9d06534aac88c.tar
drakx-backup-do-not-use-243512b77a4eea8b9d558d3492b9d06534aac88c.tar.gz
drakx-backup-do-not-use-243512b77a4eea8b9d558d3492b9d06534aac88c.tar.bz2
drakx-backup-do-not-use-243512b77a4eea8b9d558d3492b9d06534aac88c.tar.xz
drakx-backup-do-not-use-243512b77a4eea8b9d558d3492b9d06534aac88c.zip
default VideoRam choice 4096 when needVideoRam
-rw-r--r--perl-install/Xconfig/card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 26a49dab8..63b79aa93 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -278,7 +278,7 @@ sub configure {
$card->{prog} = install_server($card, $options, $do_pkgs);
$in->ask_from('', _("Select the memory size of your graphics card"),
- [ { val => \$card->{VideoRam},
+ [ { val => \ ($card->{VideoRam} = 4096),
type => 'list',
list => [ ikeys %VideoRams ],
format => sub { translate($VideoRams{$_[0]}) },