Proably because I'm using OZ 3.3.6pre1, nmixer does not obey the -q command listed in it's man page...
so I've crafted the following to adjust volume
# echo 1 is quite, echo 5 is loud
(echo 1; sleep 1; killall nmixer)| nmixer; clear
when the nmixer gets killed ncurses doesn't fix the screen back properly so listings look as follows:
# ls
Applications mp3
Documents nano
Natalia-Feb14.txt notes
Settings setvolume.sh
Tomcat Position Paper Abstract.txt shopping.txt
antec-cooler.txt systeminfo
backup.sh wifi
fix-date.sh xtc.m3u
#
instead of this:
# ls
Applications Tomcat Position Paper Abstract.txt mp3 shopping.txt
Documents antec-cooler.txt nano systeminfo
Natalia-Feb14.txt backup.sh notes wifi
Settings fix-date.sh setvolume.sh xtc.m3u
#
Under debian running a `reset` fixes problems coming out of nano, under OZ it doesn't do much of anything, neither does `setterm -reset`
Help.... is there a way to fix this?
-G