mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 786049ddb20c7709b8753e32b5ce3cc7d578d35c
parent 6ed1a7b4c46b6452fba5bc3e8c8c6cc7395709e1
Author: mayfrost <mayfrost@cock.li>
Date:   Wed, 11 Jul 2018 10:25:07 +0000

Update VIDEO.md
Diffstat:
MVIDEO.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/VIDEO.md b/VIDEO.md @@ -1,6 +1,6 @@ ## MPLAYER ON THE TTY (FRAMEBUFFER) These are settings for your MPlayer config file. -``` +``` # framebuffer video ouput vo=fbdev # alsa device @@ -27,5 +27,5 @@ framedrop=1 # avoid the lirc error message nolirc=yes # don't clutter the console with output -really-quiet=1 +really-quiet=1 ```