wok annotate mplayer-opt/stuff/mplayer.conf @ rev 16957

mplayer-opt: fix sound,addinput,prevent X&fbdev screensavers
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 28 23:13:32 2014 +0200 (2014-07-28)
parents e3f9d39ae109
children 03f6246616fd
rev   line source
al@16703 1 # /etc/mplayer/mplayer.conf: MPlayer default configuration for SliTaz.
al@16703 2 # For more info and examples, please see: /etc/mplayer/example.conf
al@16703 3 #
al@16703 4
al@16703 5 # Specify default video driver (see -vo help for a list).
psychomaniak@16953 6 vo=xv,x11,fbdev2
al@16703 7
al@16703 8 # Specify default audio driver (see -ao help for a list).
psychomaniak@16957 9 ao=alsa:device=hw=0.0,alsa
al@16703 10
psychomaniak@16957 11 stop-xscreensaver="1"
psychomaniak@16957 12 heartbeat-cmd='echo -n ""'
psychomaniak@16953 13 quiet="1"
psychomaniak@16957 14