Re: How do I log in as root?
okay I think I'm almost there but I don't know how to pick a skin or even start the player.
I followed the instructions up to a T but got lost on that Skin part and Start up can u please help?
[root@localhost MPlayer-1.0rc1]# make install
Makefile:7: config.mak: No such file or directory
make: *** No rule to make target `config.mak'. Stop.
[root@localhost MPlayer-1.0rc1]# cd `find /root -iregex .*essential[**/]*tar.* | perl -ne 's/(**.*)/.*$/$1/; print;'`
[root@localhost ~]# tar -xvf `ls | grep -i essential | grep -i ".tar."`
tar: option requires an argument -- f
Try `tar --help' or `tar --usage' for more information.
[root@localhost ~]# mv `ls | grep -i mplayer | grep -v ".tar."` /usr/local/lib/codecsmplayer
[root@localhost ~]# mplayer
bash: mplayer: command not found
[root@localhost ~]# gmplayer
bash: gmplayer: command not found
[root@localhost ~]# /usr/local/share/mplayer/skin/default
bash: /usr/local/share/mplayer/skin/default: is a directory
[root@localhost ~]# mplayer
bash: mplayer: command not found
[root@localhost ~]# gmplayer
bash: gmplayer: command not found
[root@localhost ~]# /usr/local/share/mplayer/skin/default/skin
bash: /usr/local/share/mplayer/skin/default/skin: Permission denied
[root@localhost ~]# /usr/local/share/mplayer/skin/default/skin
bash: /usr/local/share/mplayer/skin/default/skin: Permission denied
[root@localhost ~]# mplayer/usr/local/share/mplayer/skin/default
bash: mplayer/usr/local/share/mplayer/skin/default: No such file or directory
[root@localhost ~]# mplayer
bash: mplayer: command not found
[root@localhost ~]# t
bash: t: command not found
[root@localhost ~]#
[root@localhost ~]# /usr/local/share/mplayer/skin/default
bash: /usr/local/share/mplayer/skin/default: is a directory
[root@localhost ~]#
|