From 4711546c84bdf1c2ec11cb5b26570d2d19db0667 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Feb 2000 23:03:03 +0000 Subject: no_comment --- docs/TODO | 2 ++ perl-install/ChangeLog | 4 ++++ perl-install/install_steps_gtk.pm | 25 ++++++++++++++++--------- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/docs/TODO b/docs/TODO index a3109f607..409e6d5e0 100644 --- a/docs/TODO +++ b/docs/TODO @@ -196,6 +196,8 @@ have a better time estimation of the remaining time in install packages (?) when some occur, partition must be unset isFormatted -hardware------------------------------------------------------------------------------- +need a simple solution to precise mouse type (syslinux option?) + ELSA Gloria has bad ddc info token ring is tr0 not eth0 diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index aa769c760..5d5816e0c 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,9 @@ 2000-02-28 Pixel + * install_steps_gtk.pm (createXconf): do not use "Generic VGA" for + svga and accel. SVGA also wants 16 bpp. added ugly modeline for + 800x600. + * partition_table_raw.pm (get_geometry): when the HDIO_GET_IDENTITY fails, defaults to what GETGEO gave diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index c04c07214..94e9845ff 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -881,6 +881,7 @@ Section "Monitor" VertRefresh 50-70 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 Modeline "640x480" 28.3 640 664 760 800 480 491 493 525 + ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 EndSection @@ -891,9 +892,14 @@ Section "Device" Chipset "generic" EndSection +Section "Device" + Identifier "svga" + VendorName "Unknown" + BoardName "Unknown" +EndSection Section "Screen" - Driver "svga" + Driver "vga16" Device "Generic VGA" Monitor "My Monitor" Subsection "Display" @@ -903,33 +909,34 @@ Section "Screen" EndSection Section "Screen" - Driver "vga16" + Driver "fbdev" Device "Generic VGA" Monitor "My Monitor" Subsection "Display" - Modes "640x480" + Depth 16 + Modes "default" ViewPort 0 0 EndSubsection EndSection Section "Screen" - Driver "accel" - Device "Generic VGA" + Driver "svga" + Device "svga" Monitor "My Monitor" Subsection "Display" Depth 16 - Modes "640x480" + Modes "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "Screen" - Driver "fbdev" - Device "Generic VGA" + Driver "accel" + Device "svga" Monitor "My Monitor" Subsection "Display" Depth 16 - Modes "default" + Modes "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection -- cgit v1.2.1