diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-22 15:45:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-22 15:45:47 +0000 |
commit | 54eeb762e34d6e7bf54f7bb738989ba66a5a09f1 (patch) | |
tree | c5af56f987b450920c4f3cfa63df7ee9a3bfc961 | |
parent | 55360547f753a5440056b267656397569a62ca67 (diff) | |
download | drakx-backup-do-not-use-54eeb762e34d6e7bf54f7bb738989ba66a5a09f1.tar drakx-backup-do-not-use-54eeb762e34d6e7bf54f7bb738989ba66a5a09f1.tar.gz drakx-backup-do-not-use-54eeb762e34d6e7bf54f7bb738989ba66a5a09f1.tar.bz2 drakx-backup-do-not-use-54eeb762e34d6e7bf54f7bb738989ba66a5a09f1.tar.xz drakx-backup-do-not-use-54eeb762e34d6e7bf54f7bb738989ba66a5a09f1.zip |
don't use ExplorerPS/2 during install (since install is xfree3)
-rw-r--r-- | perl-install/install_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 0b0804a0c..c939d7ca8 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -190,6 +190,7 @@ sub init_sizes() { sub createXconf { my ($file, $mouse_type, $mouse_dev, $wacom_dev) = @_; + $mouse_type = 'IMPS/2' if $mouse_type eq 'ExplorerPS/2'; devices::make("/dev/kbd") if arch() =~ /^sparc/; #- used by Xsun style server. symlinkf(devices::make($mouse_dev), "/dev/mouse"); |