From fabf3d9d6f72454f07c187c0433b1c65b2e632b0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 18 Feb 2000 00:54:38 +0000 Subject: no_comment --- perl-install/install_steps_gtk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index cd08affd1..8a20550f9 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -191,7 +191,7 @@ sub new($$) { 0; }; my @servers = qw(FBDev VGA16); #-) - @servers = qw(FBDev 3DLabs TGA) if arch() eq "alpha"; + @servers = qw(3DLabs) if arch() eq "alpha"; @servers = qw(Mach64) if arch() =~ /^sparc/; foreach (@servers) { @@ -838,7 +838,7 @@ EndSection Section "Pointer" Protocol "$mouse_type" - Device "$mouse_dev" + Device "/dev/$mouse_dev" Emulate3Buttons Emulate3Timeout 50 EndSection -- cgit v1.2.1