13 May
2004
13 May
'04
12:54
Hi there,
- Log in, and start mplayer -vo fbdev file.avi
I have the same problem with mplayer - only with root i can playback files on directfb output. Therefore I use this script: (/usr/bin/mplayer) ---- #!/bin/bash /usr/local/bin/mplayer -vo directfb $* ---- then i type as root e.g.: mplayer -fs myfile.avi which calls: /usr/local/bin/mplayer -vo directfb -fs myfile.avi Regards, Thomas