From ba694e4b475013f2a3bdf141b21afad17a9b4d1a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Feb 2008 13:26:55 +0000 Subject: - 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) --- perl-install/install/NEWS | 4 ++++ perl-install/install/share/list.xml | 3 +++ perl-install/install/steps_gtk.pm | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'perl-install') 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 @@ 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 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") { -- cgit v1.2.1