diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-28 23:03:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-28 23:03:03 +0000 |
commit | 4711546c84bdf1c2ec11cb5b26570d2d19db0667 (patch) | |
tree | 93029e6ea811261a90f558cee5d0acf771c81495 /perl-install/install_steps_gtk.pm | |
parent | c38c6b14952c25b51b1c0f9fa05aec2d34dc8ddf (diff) | |
download | drakx-4711546c84bdf1c2ec11cb5b26570d2d19db0667.tar drakx-4711546c84bdf1c2ec11cb5b26570d2d19db0667.tar.gz drakx-4711546c84bdf1c2ec11cb5b26570d2d19db0667.tar.bz2 drakx-4711546c84bdf1c2ec11cb5b26570d2d19db0667.tar.xz drakx-4711546c84bdf1c2ec11cb5b26570d2d19db0667.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 25 |
1 files changed, 16 insertions, 9 deletions
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 |