Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 50 audio & 136 video codecs
Usage: mplayer [options] [url|path/]filename
this is the way I installed it:
cd to directory where tar.gz is located
tar xvzf _____.tar.gz
cd ______.tar.gz
./configure
make
make install
didn't give me errors or anything.
I might have done it wrong though...I didn't find any install instructions.
I still can't find any install instructions and I still can't play anything. So did I install it right? I'm guessing no since it says file missing whenever I try to do anything.
From within your X windows environment (KDE, Gnome, whatever warm fuzzy desktop makes you happy), open a console, or terminal. (You know, the little box with no pictures in it, where you have to type things) Then type these letters:
mplayer -vo x11 movie.avi
Only you'll have to change the letters 'movie.avi' to the REAL name of the movie that you want to see (I don't know what movie that would be, so you're on your own there)
Good luck and let me know how it works out for you.
I agree with you, Acid. But I'm going for the KISS principle here ;-) x11 ain't the best, but it's the most likely to work on any system (with X windows, that is).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.