Re: MX-23 Rpi Respin -- Beta testing
Posted: Sat Dec 16, 2023 11:08 am
We could leave it as an explicit option in the Tips doc. It's less work and I'd be OK with it.
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
Thanks for the look.dolphin_oracle wrote: Sat Dec 16, 2023 2:50 pm on the splash, the raspi-config splash enable works only with their own splash theme.
J: I found in my testing that it will work with a graphic theme (at least the single one I tried) renamed to and replacing pix/splash.png
however, I can enable whatever plymouth theme you want. the current default of MXLiveLogo is a little heavy on the pi400, but it does work smoothly. futureprototype-mx is better.
J: I don't know that off hand, but if you feel good about it then I say let's go with it
if you want one we don't have, probably should zip up the theme folder and sent it. it should not rely on deleting/replacing any existing graphics, as that will cause a package conflict if there is an update. well, maybe not a conflict, but the changes will be lost.
only if their theme is already installed. the rpd-splash-theme (name?, i forget exact name) package is just a theme pack, but the active splash function in raspi-config doesn't do anything unless its installed. its not actually necessary to have rdp-splash-theme installed.Jerry3904 wrote: Sat Dec 16, 2023 3:31 pmdolphin_oracle wrote: Sat Dec 16, 2023 2:50 pm on the splash, the raspi-config splash enable works only with their own splash theme.
J: I found in my testing that it will work with a graphic theme (at least the single one I tried) renamed to and replacing pix/splash.png
Code: Select all
# this script sets screen timeout value in seconds using xset for a given session. It was intended for use with Fluxbox and other Window Managers in order to override the default of 600. When placed in the Autostart file, it enables the user's value to persist across sessions
## the parameter TIMEOUT is set in $(HOME)/.config/screen-timeout.conf
source $HOME/.config/screen-timeout.conf
xset -dpms && xset s $TIMEOUT
exit
That said, the MX-23 animation would certainly be the best if it's not just deathly slow on the 400.however, I can enable whatever plymouth theme you want. the current default of MXLiveLogo is a little heavy on the pi400, but it does work smoothly. futureprototype-mx is better.
J: I don't know that off hand, but if you feel good about it then I say let's go with it