Installing the current latest version of Raspbian will boot to a desktop environment called PIXEL.I wanted to change this to Xfce4.
# update-alternates --config x-window-manager
In , select /usr/bin/xfwm4
,
# update-alternates --config x-session-manager
In , you selected /usr/bin/startxfce4
.
Now that Xfce4 has been launched, the PIXEL splash screen appears during startup.
Welcome to PIXEL, but Xfce4 is actually starting.
How can I prevent this splash screen from appearing?
raspberry-pi raspbian x11
Self-resolved.
The Raspbian startup configuration file /boot/cmdline.txt
says splash
and you were able to hide the splash screen by deleting it.
See
https://www.raspberrypi.org/blog/introducing-pixel/ #comment-1263848
↑ I found it in
Other related information was found when I searched "cmdline.txt splash" etc.
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.