Installing Mplayer on PS3
This guide assumes that you have successfully installed Gentoo on your PS3, and are comfortable with
installation of applications.
MPlayer is a media player for various types of operating systems, it also has support for various
formats, both audio and video, and can be run from a command line or GUI.
Contents
1. Installing MPlayer
2. Starting MPlayer from the command line
3. Starting MPlayer GUI
Installing MPlayer
Installing MPlayer is as easy as typing the command:
# emerge -vG mplayer
This will download the pre-compiled binary available at the BINHOST and install it on your PS3. All
that's left is running it. You can either run it using the command line, or double-click on the MPlayer
shortcut in whatever DE/WM you're using.
Starting MPlayer from the command line
You have to use x11 as the video driver and oss as the sound driver when playing videos in MPlayer.
# mplayer -vo x11 -ao oss -fs -zoom -sws 0 /path/to/file
Replace the path with wherever you've stored your media.
Starting MPlayer GUI
If you're using KDE, you will have got an entry for MPlayer in the Multimedia submenu in KMenu.
Just Right-click on that entry, select Edit item. In the window that opens, append these switches in the
command field:
gmplayer -vo x11 -ao oss -fs -zoom -sws 0