* Include video modes with at least 16-bit colour, not just exactly 16-bit

colour.
master
Colin Watson 19 years ago
parent 6e5464a3b9
commit d7641fe662

2
debian/changelog vendored

@ -3,6 +3,8 @@ gfxboot-theme-ubuntu (0.1.4) UNRELEASED; urgency=low
* Remove kroete.dat idle animation, which doesn't fit with the Ubuntu
theme.
* Show colour bit depth of each mode in VGA menu.
* Include video modes with at least 16-bit colour, not just exactly 16-bit
colour.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 19 Dec 2005 16:39:32 +0000

@ -64,7 +64,7 @@
[
over 0xbfff and 6 2 roll
0x4000 and % fb support
over 0x10 eq and % 16 color bits
over 0x10 ge and % >= 16 color bits
2 index 400 ge and % height >= 400
3 index 600 ge and % width >= 600
{ ] } { pop pop pop pop pop } ifelse

Loading…
Cancel
Save