From 4711546c84bdf1c2ec11cb5b26570d2d19db0667 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Feb 2000 23:03:03 +0000 Subject: no_comment --- perl-install/install_steps_gtk.pm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'perl-install/install_steps_gtk.pm') 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