Reply To: How to create a busybox-respin of antiX for MY use ?

Forum › Forums › General › Software › How to create a busybox-respin of antiX for MY use ? › Reply To: How to create a busybox-respin of antiX for MY use ?

#184269
PDP-8
Member

    Yep – this is for kicks, you guys are waaay above my grok level. 🙂

    Fixed the low-hanging fruit of restoring the screen blanking and dpms power saving to all 3600 after a slight non-critical delay.

    In .icewm/startup added

    sleep 10; xset s 3600 3600 &
    sleep 11; xset dpms 3600 3600 3600 &

    Conky Fix:
    Easy. Default is to not show up automatically, but if I want it, I can simply toggle it on and off after boot. Easiest “no-fix” I’ve ever had. 🙂

    Sound: Actually sound works. Just alsamixer needs root. Will work on that.

    Busybox userland (applets)
    I’m using the bb shell, but still using all the bash commands. I have done the canonical for-loop of creating all the bb applet symlinks, but I’m having problems putting my directory containing those at the start of my $PATH. That seems to crash the startx login, so I need to investigate why my new $PATH causes problems further.

    Remarks – will continue on, but starting to think this might be a bit less daunting if I started from a core-up build. Also, forgot to test one of my iso-snapshots where I propagated a failure mode after I got overconfident. Lesson learned: test your iso-snapshots! 🙂

    Still a lot of fun putting the hurt on my cheap usb stick formatted F2FS with full reinstalls and updates. Neat!

    • This reply was modified 1 year, 1 month ago by PDP-8.
    • This reply was modified 1 year, 1 month ago by PDP-8.