diff options
Diffstat (limited to 'scripts/init-top/framebuffer')
| -rwxr-xr-x | scripts/init-top/framebuffer | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer index 7c080f9..c680409 100755 --- a/scripts/init-top/framebuffer +++ b/scripts/init-top/framebuffer @@ -59,9 +59,6 @@ parse_video_opts()  FB=""  OPTS="" -SPLASH=false; -VESA=false; -  for x in $(cat /proc/cmdline); do  	case ${x} in  	splash*) @@ -89,8 +86,8 @@ matroxfb)  esac  if [ -n "${FB}" ]; then -	modprobe -q fbcon -	modprobe -q ${FB} ${OPTS} +	modprobe fbcon +	modprobe ${FB} ${OPTS}  fi  if [ -e /proc/fb ]; then | 
