--- trunk/busybox/splash-functions.rc 2012/07/13 09:54:26 1838 +++ trunk/busybox/splash-functions.rc 2012/07/13 09:55:49 1839 @@ -9,7 +9,7 @@ local args # check for a framebuffer console first! - [[ ! -e /dev/fb0 ]] && return 0 + [[ ! -e ${SPLASH_DEV} ]] && return 0 # proc must be mounted too [[ ! -e /proc/cmdline ]] && return 0 # only run fbsplash if theme was found @@ -80,6 +80,7 @@ -s ${SPLASH_THEMES}/${SPLASH_THEME}/startup-${resolution}.ppm.gz \ -m ${SPLASH_THEMES}/${SPLASH_THEME}/splash-font.gz \ -f ${SPLASH_FIFO} \ + -d ${SPLASH_DEV} \ ${SPLASH_OPTS} & wait_for_fbsplash @@ -92,6 +93,7 @@ -s ${SPLASH_THEMES}/${SPLASH_THEME}/shutdown-${resolution}.ppm.gz \ -m ${SPLASH_THEMES}/${SPLASH_THEME}/splash-font.gz \ -f ${SPLASH_FIFO} \ + -d ${SPLASH_DEV} \ ${SPLASH_OPTS} & wait_for_fbsplash @@ -104,6 +106,7 @@ -s ${SPLASH_THEMES}/${SPLASH_THEME}/reboot-${resolution}.ppm.gz \ -m ${SPLASH_THEMES}/${SPLASH_THEME}/splash-font.gz \ -f ${SPLASH_FIFO} \ + -d ${SPLASH_DEV} \ ${SPLASH_OPTS} & wait_for_fbsplash