summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_gtk.pm1
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");