Tue Apr 02, 2013 7:19 am
FBI splash method is working first-try for me, though I have discovered a strange problem - after a week, finally traced it to fbi.
When using the fbi splash screen, it nicely shows the splash when etc/init.d/ script are started, not before, which is ok for my needs. fbi process seems to exit automatically as the gui desktop starts - I did not configure this, but it works for me.
The issue I was experiencing was an artifact at the top left of the desktop display - a block about the size of a text character was blacked out, and unusable by the desktop. It seemed to me that one of the TTY's that were not active had blinking cursors at the same position.
When fbi it not running splash, there is no artifact at the top left, when it displays a splash image, there is. Thus fbi is causing the issue, directly or indirectly.
So far (still working on a solution) is to reset the desktop. I am using "chvt 1 ; chvt 7" which corrects the problem until the next reboot.
Anyone with a similar issue?