¿ìºÐÅõ¿¡¼­ Mplayer ¼Ò½ºÄÄÆÄÀÏ Çϱâ~ 1. ¼Ò½º°¡Á®¿À±â {{{ # cd /usr/src # apt-get source mplayer }}} 2. Çʼö ¶óÀ̺귯¸® ¼³Ä¡ {{{ # apt-get install libfreetype6 libfreetype6-dev (TrueType »ç¿ëÇϱâ À§ÇØ) # apt-get install libsdl1.2-dev libsdl1.2debian (sdl vo ¸¦ À§ÇØ) }}} 3. ÄÄÆÄÀÏ {{{ # tar xvzf mplayer_1.0-pre6.orig.tar.gz # cd MPlayer-1.0pre6 # ./configure --prefix=/usr/local/mplayer-1.0pre6 --confdir=/etc/mplayer --enable-runtime-cpudetection --language=ko # make && make install * --enable-gui¸¦ ¾²½Ç °æ¿ì GTK°¡ ÇÊ¿ä ÇÕ´Ï´Ù. * ¼³Á¤ -Àú»ç¾ç ÄÄÇ»ÅÍÀÏ°æ¿ì´Â --enable-gui¸¦ »©ÁÖ¼¼¿ä ÀÌ°Ô ¾øÀ¸¸é ´õ ºü¸¨´Ï´Ù ( ´Ù¸¸ ±×·¡Çȸðµå°¡ ¾Æ´Õ´Ï´Ù. Àú´Â ÀÌ°É »ç¿ëÇÏ°í ÀÖ½À´Ï´Ù) * ¸¸¾à ºôµåÁß¿¡ ¾Æ·¡¿Í °°Àº ¿À·ù°¡ ³­´Ù¸é /usr/X11R6/lib/libGL.a(glxcmds.o)(.text+0x2eea): In function `glXGetMscRateOML': : undefined reference to `XF86VidModeQueryVersion' /usr/X11R6/lib/libGL.a(glxcmds.o)(.text+0x2f1a): In function `glXGetMscRateOML': : undefined reference to `XF86VidModeGetModeLine' collect2: ld returned 1 exit status make: *** [mplayer] Error 1 # apt-get install libxxf86vm-dev ºôµåÇØÁØ´Ù }}} 4. ÇÁ·Î±×·¥ ¸µÅ©°É±â {{{ # cd /usr/bin/ # ln -s ../local/mplayer-1.0pre6/bin/mplayer mplayer}}} 5. ¿µÈ­º¸±â {{{ $ mplayer ¿ôã»ç.E114.KOR.050721.HDTVRiP.XViD-AMDmania.avi -vo sdl -ao alsa }}} 6. ~/.mplayer/config ÆÄÀϳ»¿ë {{{ # Write your default config options here! #font=/usr/share/fonts/truetype/unfonts/UnDotum.ttf fontconfig=1 font="UnDotum" subfont-text-scale=4 subfont-outline=3 subcp=cp949 unicode=1 vo=xv ao=alsa stop-xscreensaver=yes}}} * xv °¡ Ãâ·Â ¾ÈµÉ¶§´Â xorg.conf screen section¿¡ Option "Video Overlay" "on" À» Device ¼½¼ÇÃß°¡~ {{{Section "Screen" Identifier "aticonfig Screen 0" Device "ATI Graphics Adapter 0" Option "Video Overlay" "on" Monitor "aticonfig Monitor 0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection}}} * Âü°íÆäÀÌÁö http://debianusers.org/DebianWiki/wiki.php/Mplayer