六、安装mplayer
下载
http://rpm.livna.org/livna-release-7.rpm安装后在终端输入 yum install mplayer*
或者自己去网上搜索编译的方法,编译安装。
2、让Mplayer支持在线播放。
http://mplayerplug-in.sourceforge.net/download.php下载所需的mplayer-plugin,如果是rpm包的话,直接安装。不是的话就百度一下吧!
然后到
/usr/lib/firefox-2.0.0.4/plugins 、/usr/lib/firefox-2.0.0.4/components(/usr/lib/firefox-2.0.0.3/plugins 、/usr/lib/firefox-2.0.0.3/components) 以及/usr/lib/mozilla/plugins下删除*totem*
后重启firefox。即可在线播放了!
七、安装kmplayer
经测试,在FC7下kmplayer比mplayer好用(可能是我自己没配置好吧?)
下载地址:
http://kmplayer.kde.org/news.php#itemKMPlayer094aReleased下载后解压
然后 cd 到解压目录
./configure
make
make install
gedit /etc/X11/xorg.conf
找到 Section "Module" ,加入
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
最终如下:
Section "Module"
Load "glx"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
EndSection
最后在控制中心将kmplayer设置为默认播放器。
八、安装beryl
yum --enable=betatux install beryl-core beryl-core-devel beryl-dbus beryl-manager beryl-plugins beryl-settings emerald emerald-themes
