LOL, that is the one I followed and does not work....runboy93 wrote:Very good guide to "clean" boot process:
https://yingtongli.me/blog/2016/12/21/splash.html
Yup. My thoughts exactly. I've put that line, checked it three times that it is spelled correctly, and no caps, just as is shown, and still does not work.runboy93 wrote:Very strange, even included on
https://www.raspberrypi.org/documentati ... xt/boot.md
Code: Select all
sudo nano ~/.themes/PiX/gtk-2.0/gtkrcCode: Select all
gtk-enable-animations = 0
gtk-enable-event-sounds = 0
gtk-enable-input-feedback-sounds = 0
gtk-enable-tooltips = 0
gtk-error-bell = 0
gtk-menu-popdown-delay = 0
gtk-menu-popup-delay = 0
gtk-recent-files-limit = 0
gtk-recent-files-max-age = 0Code: Select all
sudo nano ~/.config/gtk-3.0/settings.iniCode: Select all
[Settings]
gtk-enable-animations = 0
gtk-enable-event-sounds = 0
gtk-enable-input-feedback-sounds = 0
gtk-enable-tooltips = 0
gtk-error-bell = 0
gtk-menu-popdown-delay = 0
gtk-menu-popup-delay = 0
gtk-recent-files-enabled = 0
gtk-recent-files-limit = 0
gtk-recent-files-max-age = 0The big rainbow square when the Pi starts to boot.AshPowers wrote:When I say splash screen, I am referring to the rainbow square on bootup.
What are you referring to?
What RPi are you running and what OS?MrEngman wrote:The big rainbow square when the Pi starts to boot.AshPowers wrote:When I say splash screen, I am referring to the rainbow square on bootup.
What are you referring to?
MrEngman
Really? Well I can turn it off as I pointed out in my previous post using instructions at the end of the page here. No other changes necessary.PeterO wrote:The "rainbow square" is produced by GPU code in "start.elf". It is drawn by the GPU before any of the ARM cores are even turned on. I don't believe it is possible to turn it off without a custom version of start.elf.
PeterO
Well that's something I learned todayMrEngman wrote:Really? Well I can turn it off as I pointed out in my previous post using instructions at the end of the page here. No other changes necessary.PeterO wrote:The "rainbow square" is produced by GPU code in "start.elf". It is drawn by the GPU before any of the ARM cores are even turned on. I don't believe it is possible to turn it off without a custom version of start.elf.
PeterO
This is strange. It does not work for me at all. Last night I built a totally fresh system, did all of the updates, did a firmware update (sudo rpi-update) and still no joy. Why does this work for you and not on my system?MrEngman wrote:Really? Well I can turn it off as I pointed out in my previous post using instructions at the end of the page here. No other changes necessary.PeterO wrote:The "rainbow square" is produced by GPU code in "start.elf". It is drawn by the GPU before any of the ARM cores are even turned on. I don't believe it is possible to turn it off without a custom version of start.elf.
PeterO
Using a Pi 3B with image 2017-04-10-raspbian-jessie. It's connected to a keyboard, mouse and hdmi monitor. Has an Approx wifi adapter connected using 8192eu driver I compile and the built in Broadcom wifi is blacklisted.
MrEngman
What exactly did you do change ?AshPowers wrote: This is strange. It does not work for me at all. Last night I built a totally fresh system, did all of the updates, did a firmware update (sudo rpi-update) and still no joy. Why does this work for you and not on my system?
Code: Select all
boot_delay=0disable_splash=1 in config.txtPeterO wrote:What exactly did you do change ?AshPowers wrote: This is strange. It does not work for me at all. Last night I built a totally fresh system, did all of the updates, did a firmware update (sudo rpi-update) and still no joy. Why does this work for you and not on my system?
PeterO
I'm not trying to make it any faster at all. It is plenty fast for what I am doing. For the application I am building this for, I do not want any imagery or text scrolling on the screen for startup. I want it to have a minimal visual footprint on startup until it loads my dashboard application. If I could get it to simply display an image during the entire boot process until my program loads, that would be EVEN BETTER.runboy93 wrote:Why you want remove boot things anyway? It doesn't speed up boot, only thing that speed boot by very small marginal is:
But it might be harmful for SD cards (because they are slow to start), maybe when using SSD or some other HDD.Code: Select all
boot_delay=0
How did you install your Raspbian image? Did you install it directly or did you use NOOBS?AshPowers wrote:disable_splash=1 in config.txtPeterO wrote:What exactly did you do change ?AshPowers wrote: This is strange. It does not work for me at all. Last night I built a totally fresh system, did all of the updates, did a firmware update (sudo rpi-update) and still no joy. Why does this work for you and not on my system?
PeterO
Does not work for me. Still get the square rainbow on startup.
Code: Select all
sudo mount /dev/mmcblk0p1 /mnt
sudo nano /mnt/config.txtNo problem. I just hope you find it works.AshPowers wrote:Mr. Engman,
Now THAT is the kind of help response composition that I think everyone should strive for!Well done, and thank you! I will give this a shot in a little bit.