To install gmplayer, you need to compile the source package with
./configure --enable-gui
make
make install
Furthermore, you need to have GTK development packages installed for the GUI. If you're using the command line version (mplayer), you need to tell it which file to play. So, "mplayer" alone will achieve nothing, try "mplayer /home/me/myvideo.mpg" or whereever they are. Use "mplayer --help" for a list of command line options. Use "man mplayer" to read the whole manual.
The line with /dev/rtc might indicate that your hardware clock is out of sync. Reboot your machine, go to BIOS setup (should tell you which key to press, most likely "del"), there you should have the clock settings somewhere.
HTH
|