frecon: cant output text to vt0 |
||
Issue descriptionstop ui; killall -9 frecon frecon --daemon --enable-vts --clear=0xfefefefe /usr/share/chromeos-assets/images/boot_message.png echo zzz > /var/run/frecon/vt0 should print zzz on screen could be that vt0 is not active after boot?
,
Sep 27 2016
I think we will need to use --enable-vt1 and --no-login. In normal frecon invocation we expect Chrome to start after boot splash animation so we put splash term (aka vt0/vt1) into background and give up drm master. So at this point we cannot update the screen anymore and call FB dirty ioctl. If you need to display anything on splash term it probably means you are starting frecon yourself so you should add --enable-vt1 flag and if you do not want to be able to login on terminals, add --no-login. |
||
►
Sign in to add a comment |
||
Comment 1 by dbehr@chromium.org
, Sep 23 2016