You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
293 B
9 lines
293 B
# Force audio over the main speaker |
|
# and set a sane default volume |
|
|
|
sxmo_audioout.sh Speaker |
|
amixer sset 'Line Out Source' 'Mono Differential','Mono Differential' |
|
amixer set "Line Out" 75% |
|
|
|
# Play a funky startup tune if you want (disabled by default) |
|
#mpv --quiet --no-video ~/welcome.ogg &
|
|
|