From 54eeb762e34d6e7bf54f7bb738989ba66a5a09f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Aug 2002 15:45:47 +0000 Subject: don't use ExplorerPS/2 during install (since install is xfree3) --- perl-install/install_gtk.pm | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.1