aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2002-08-08 20:55:25 +0000
committerFlorent Villard <warly@mandriva.com>2002-08-08 20:55:25 +0000
commitce788f582aedb671139ccbbebd19931ea6be9a3a (patch)
treec7f574ba471c824fcf9fac58e9481382f134c09d /scripts/make-boot-splash
parent2ade3403c053570ecd87ee6b749360bc7e296246 (diff)
downloadbootsplash-ce788f582aedb671139ccbbebd19931ea6be9a3a.tar
bootsplash-ce788f582aedb671139ccbbebd19931ea6be9a3a.tar.gz
bootsplash-ce788f582aedb671139ccbbebd19931ea6be9a3a.tar.bz2
bootsplash-ce788f582aedb671139ccbbebd19931ea6be9a3a.tar.xz
bootsplash-ce788f582aedb671139ccbbebd19931ea6be9a3a.zip
add 640x480 resolution in make-boot-splash
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index 0690c41..ff899f3 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -24,7 +24,9 @@ if [[ -z $vgamode || $vgamode == auto ]];then
vgamode=$( $splash_dir/scripts/detect-resolution )
fi
-if [[ $vgamode == 800* ]];then
+if [[ $vgamode == 640* ]];then
+ resolution=640x480
+elif [[ $vgamode == 800* ]];then
resolution=800x600
elif [[ $vgamode == 1024* ]];then
resolution=1024x768