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/ChangeLog | 8 ++++++++ perl-install/install_steps_gtk.pm | 4 ++-- perl-install/share/list.alpha | 2 -- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 714758bd8..21fa10787 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,11 @@ +2000-02-18 Pixel + + * install_steps_gtk.pm (createXconf): added /dev/ (X wants + "/dev/psaux" and not "psaux") + + * diskdrake.pm (Create): show start sector even for non-expert on + non-i386 + 2000-02-16 Pixel * mouse.pm (detect): add defaults to serial mouse 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 diff --git a/perl-install/share/list.alpha b/perl-install/share/list.alpha index ed7935822..efabaecbb 100644 --- a/perl-install/share/list.alpha +++ b/perl-install/share/list.alpha @@ -1,4 +1,2 @@ /usr/X11R6/bin/XF86_3DLabs -/usr/X11R6/bin/XF86_FBDev -/usr/X11R6/bin/XF86_TGA /usr/X11R6/bin/xmodmap -- cgit v1.2.1