:다운을 받았으면 우선 다음과 같이 코덱을 설치한다..
:cp w32codec-* /usr/lib
:cd /usr/lib
:tar -xvjpf w32codec-*
:rm x32codec-*
:그러면 /usr/lib/win32 에 코덱이 위치하게 된다.
->
$ cd /usr/lib
$ tar -xjvf /path/to/w32codec-*
$ mv w32codec-0.60 win32
----
$ cat ~/.mplayer/config
# Write your default config options here!
unicode = 1
skin = slim
font = /usr/local/share/mplayer/fonts/gulimfixed12/font.desc
npp = hb,vb,dr,al, #lb
$
skin과 font 설정은 위와 같이 하셔도 됩니다.
skin의 위치는 저의 경우
/${prefix}/share/mplayer/Skin/slim
로 되어 있습니다.