add a last-resort fallback to 640x400x4

master
Colin Watson 19 years ago
parent 79c9832eea
commit 8dae6f9e0e

@ -1432,7 +1432,9 @@
640 480 16 findmode setmode not {
640 480 32 findmode setmode not {
false .end
640 400 4 findmode setmode not {
false .end
} if
} if
} if

3
debian/changelog vendored

@ -7,7 +7,8 @@ gfxboot-theme-ubuntu (0.1.0) dapper; urgency=low
- Remove boot loader splash; usplash should be able to provide
everything we need along these lines.
- Remove SuSE-specific images and sounds.
- Drop back to just 640x480 modes, at least for now.
- Drop back to just 640x480 modes (with a last-resort fallback to
640x400x4), at least for now.
- Use "splash.pcx" in the syslinux configuration directory as the
background image if we find it. We'll use this for alternate
Ubuntu/Kubuntu/Edubuntu branding.

Loading…
Cancel
Save