summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS4
-rw-r--r--perl-install/install/share/list.xml3
-rw-r--r--perl-install/install/steps_gtk.pm2
3 files changed, 8 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 79fe8e083..75cafaee0 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+- add "vesa" X driver to use when framebuffer fails
+ (useful for boxes which work with vga=785 which is not the default, in that
+ case "vesa" should work)
+
Version 10.6.12 - 28 January 2008
- 2008.1 beta2 logo
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml
index e33c60f24..14acfce8c 100644
--- a/perl-install/install/share/list.xml
+++ b/perl-install/install/share/list.xml
@@ -67,12 +67,15 @@
<from dir="/usr/LIB/xorg/modules">
libpcidata.so
drivers/fbdev_drv.so
+ drivers/vesa_drv.so
input/wacom_drv.so
input/mouse_drv.so
input/kbd_drv.so
linux/libfbdevhw.so
libfb.so
+ libint10.so
libshadow.so
+ libvbe.so
</from>
<from dir="/usr/share/X11/xkb">
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 933b2c313..e4c7390f4 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -87,7 +87,7 @@ sub new($$) {
log::l("Timeout!!");
0;
};
- my @servers = qw(Driver:fbdev); #-)
+ my @servers = qw(Driver:fbdev Driver:vesa); #-)
if ($::testing) {
@servers = 'Xnest';
} elsif (arch() eq "alpha") {