summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ChangeLog8
-rw-r--r--perl-install/install_steps_gtk.pm4
-rw-r--r--perl-install/share/list.alpha2
3 files changed, 10 insertions, 4 deletions
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 <pixel@mandrakesoft.com>
+
+ * 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 <pixel@mandrakesoft.com>
* 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