busybox-initramfs: set vxres and vyres values for fbset too, thanks to Dom

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-11 19:58:03 +02:00
parent 5aeae9b27d
commit cc4d054cc8

View File

@ -329,7 +329,7 @@ NBD_DEVS="0"
if [ -e /dev/fb0 -a ! "$SPLASH" = "no" ]; then
# set framebuffer to a default resolution (1024x768-32)
fbset -xres 1024 -yres 768 -depth 32
fbset -xres 1024 -yres 768 -vxres 1024 -vyres 1024 -depth 32
# load splash
if [ -f /flash/oemsplash.png ]; then