ftCommunity / ftcommunity-TXT

Fischertechnik ROBOTICS TXT firmware, community edition
http://cfw.ftcommunity.de/
GNU General Public License v3.0
46 stars 31 forks source link

boot animation #210

Closed ski7777 closed 1 year ago

ski7777 commented 1 year ago

The boot logo hides at 50% and the screen goes black. Then the bar continues to around 70% without showing the logo. This does not look good and is probably caused by a wrong startup sequence. I will check on that

hypnotoad commented 1 year ago

The reason is that the progress bar interfers with the X server. One could start the X server later after the progress bar is at 100%.

ski7777 commented 1 year ago

perfect solution but keep in mind to start the launcher later too. Alternate idea: How early can we start the XServer? Is there a way to make this animation thing completely via X?

hypnotoad commented 1 year ago

Currently, we use psplash. It does not seem to interfere too badly with the X server in the current configuration, so I would just draw the splash image again with xsetroot.

Similar solutions have been proposed in other places:

ski7777 commented 1 year ago

Lets try it out :)

hypnotoad commented 1 year ago

fixed in c9c97ce468