- 論壇徽章:
- 0
|
給Fedora 7添加livna的yum倉庫和多媒體軟件包,freshrpm的更新太慢,我現(xiàn)在不用了
# wget http://rpm.livna.org/livna-release-7.rpm
# rpm -ivh livna-release-7.rpm
安裝多媒體解碼器
# yum -y install gstreamer-plugins*
# yum install -y ffmpeg mjpegtools
安裝多媒體播放器VLC
yum -y install videolan-client
執(zhí)行
運用程序 -->影音-->VideoLan CLient
安裝多媒體播放器xmms
yum install xmms* -y
執(zhí)行
應(yīng)用程序-->影音-->音頻播放器
安裝多媒體播放器amarok
yum install -y amarok
執(zhí)行
應(yīng)用程序-->影音-->amarok
要支持mp3的話需要安裝xine才可以,xine的支持見下面
安裝多媒體播放器xine
yum install -y xine
執(zhí)行
應(yīng)用程序-->影音-->xine
按照下面的方法安裝mplayer的codecs就可以支持win32codecs了
安裝realplayer 10 gold for linux
首先確信安裝了compat-libstdc++-33 ,如果沒有用
yum -y install compat-libstdc++-33
到這里下載realplayer10
# wget http://www.real.com/realcom/R?href=...yer10GOLD%2Erpm
# rpm -ivh RealPlayer10GOLD.rpm
執(zhí)行
應(yīng)用程序-->影音-->realplayer 10
安裝mplayer for linux
還是建議有經(jīng)驗的用戶用源碼自己編譯,這樣比較靈活。這里只給初學(xué)者介紹yum的安裝方法
yum install -y mplayer
安裝mplayer for linux
還是建議有經(jīng)驗的用戶用源碼自己編譯,這樣比較靈活。這里只給初學(xué)者介紹yum的安裝方法
yum install -y mplayer
之后需要下載w32codecs解碼器
# wget http://www1.mplayerhq.hu/MPlayer/re...0061022.tar.bz2
# tar jxvf all-20061022.tar.bz2
# cd all-20061022
# mv * /usr/lib/codecs
ok 搞定
安裝windows字體
復(fù)制你wndows的字體到Linux目錄,windows字體通常存放在windows\Fonts或者winnt\Fonts目錄下,你可以把整個目錄復(fù)制到linux的/usr/share/fonts/目錄下
重啟x即可
如果想安裝嵌入點陣字體的中文下載http://ftp.chinalinuxpub.com/fonts/linuxsong.tgz
解壓縮到/usr/share/fonts/linuxsong目錄下,重啟x即可
之后把默認(rèn)字體都設(shè)置成
系統(tǒng)-->首選項-->字體
除了等寬字體用Vera Sans YuanTi Mono外全部用Vera Sans YuanTi ,字體大小根據(jù)你實際顯示效果調(diào)整,我通常設(shè)置成10號字體
安裝多媒體播放器audacious
# yum install -y audacious
執(zhí)行
應(yīng)用程序-->影音-->Audacious
安裝桌面錄像程序istanbul
yum install -y istanbul
執(zhí)行
應(yīng)用程序-->影音-->Istanbul Desktop Session Recorder
評論:我用的很少,能用,但是很不穩(wěn)定,經(jīng)常crash,錄像的質(zhì)量很差,沒仔細(xì)研究過,誰有時間研究一下
安裝桌面錄像程序byzanz
# yum -y install byzanz
執(zhí)行byzanz-recod [參數(shù)] 文件名
給gnome的桌面右鍵菜單添加“打開終端”
yum install -y nautilus-open-terminal
退出重新登錄x即可
在FC7上打開compiz特效
首先安裝Nvdia或者Ati的3D驅(qū)動
nvidia現(xiàn)在的驅(qū)動不能驅(qū)動某些nv的卡,需要暫時用beta版本的
# wget http://us.download.nvidia.com/XFree....14.06-pkg1.run
# chmod +x NVIDIA-Linux-x86-100.14.06-pkg1.run
# ./NVIDIA-Linux-x86-100.14.06-pkg1.run
之后修改你的/etc/X11/xorg.conf的內(nèi)容為(記得先備份)
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 20 16:56:19 PDT 2006
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
# Enable 32-bit ARGB GLX Visuals
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "DisableGLXRootClipping" "True"
Option "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
執(zhí)行 系統(tǒng)-->首選項-->Desktop Effects
然后點Enable Desktop Effects
如果不報錯,重啟x就可以看到特效了
FC7開啟桌面特效后的快捷鍵
默認(rèn)基本快捷鍵
* 打開主菜單 = Alt + F1 * 運行 = Alt + F2
* 顯示桌面 = Ctrl + Alt + d
* 最小化當(dāng)前窗口 = Alt + F9
* 最大化當(dāng)前窗口 = Alt + F10
* 關(guān)閉當(dāng)前窗口 = Alt + F4
* 截取全屏 = Print Screen
* 截取窗口 = Alt + Print Screen 默認(rèn)特殊快捷鍵
* 窗口展示 = F12
* 切換窗口 = Alt + Tab
* 旋轉(zhuǎn)3D桌面 = Ctrl + Alt + 左/右箭頭(也可以把鼠標(biāo)放在標(biāo)題欄或桌面使用滾輪切換)
* 旋轉(zhuǎn)3D桌面( 活動窗口跟隨) = Ctrl + Shift + Alt + 左/右箭頭
* 手動旋轉(zhuǎn)3D桌面 = Ctrl + Alt + 左鍵單擊并拖拽桌面空白處
* 窗口透明/不透明 = possible with the “transset” utility or Alt + 滾輪
* 放大一次 = 超級鍵 + 右擊
* 手動放大 = 超級鍵 + 滾輪向上
* 手動縮小 = 超級鍵 + 滾輪向下
* 移動窗口 = Alt + 左鍵單擊
* 移動窗口時貼住邊框 = 左鍵開始拖動后再 Ctrl + Alt
* 調(diào)整窗口大小 = Alt + 中擊 * Bring up the window below the top window = Alt + middle-click
* 動態(tài)效果減速 = Shift + F10
* 水紋 = 按住 Ctrl+超級鍵
* 雨點 = Shift-F9
* 桌面展開= Ctrl + Alt + 下箭頭,然后按住 Ctrl + Alt 和左/右箭頭選擇桌面
在FC7上編譯安裝最新的MPlayer-1.0rc1
1 下載mplayer的源碼包
wget http://www1.mplayerhq.hu/MPlayer/re...-1.0rc1.tar.bz2
2 解壓縮
# tar jxvf MPlayer-1.0rc1.tar.bz2
3 編譯
# cd MPlayer-1.0rc1
# ./configure --prefix=/usr/local/mplayer --with-codecsdir=/usr/lib/codecs --enable-gui --language=zh_CN ;make;make install
4 下載皮膚和字體并安裝
# wget http://www.mplayerhq.hu/MPlayer/ski...yer-1.1.tar.bz2
# wget http://www.mplayerhq.hu/MPlayer/con...12-ming.tar.bz2
# tar jxvf DVDPlayer-1.1.tar.bz2
# tar jxvf gb2312-ming.tar.bz2
# cd gb2312-ming/gbsn00lp16
# cp * /usr/local/mplayer/share/mplayer/font/
# cd ../..
# mkdir /usr/local/mplayer/share/mplayer/skins/default ; cp -a DVDPlayer/* /usr/local/mplayer/share/mplayer/skins/default
5 下載解碼器
wget http://www1.mplayerhq.hu/MPlayer/re...0061022.tar.bz2
解壓縮后將全部解碼器復(fù)制到/usr/lib/codecs目錄下
安裝xlock,一個root可用screen lock
在gnome下如果用root登錄x,那么默認(rèn)的screen lock是無法鎖住桌面的,我們可以使用xlock來完成這個任務(wù)
yum install -y xlockmore
FC7下安裝adobe pdf reader
雖然FC7下帶了很多免費的pdf瀏覽器,但是我想沒有哪個功能上可以和adobe相比了
wget http://ardownload.adobe.com/pub/ado....0.8-1.i386.rpm
rpm -ivh AdobeReader_chs-7.0.8-1.i386.rpm
執(zhí)行 打開
/usr/local/Adobe/Acrobat7.0/bin/acroread
找到這行
echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
替換成
echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
應(yīng)用程序-->圖像-->Adobe Reader
安裝jre運行環(huán)境
到http://www.java.com/zh_CN/download/manual.jsp 下載Linux RPM(自解壓文件)
# chmod +x jre-6u1-linux-i586-rpm.bin
# ./jre-6u1-linux-i586-rpm.bin
# rpm -ivh jre-6u1-linux-i586-rpm.bin
# cd ~/.mozilla/plugins
# ln -sf /usr/java/latest/plugin/i386/ns7/libjavaplugin_oji.so .
# cd /etc/profile.d
# vi jre.sh
export JAVA_HOME=/usr/java/latest
export JAVA_BIN=$JAVA_HOME/bin
export CLASSPATH=$CLASSPATH:$JAVA_HOME:$JAVA_HOME/lib
export PATH=$JAVA_BIN:$PATH
alternatives --install /usr/bin/java java /usr/java/jre1.5.0_09/bin/java 2
[root@localhost profile.d]# alternatives --config java
共有 2 個程序提供“java”。
選擇 命令
-----------------------------------------------
*+ 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java
2 /usr/java/latest/bin/java
按 Enter 來保存當(dāng)前選擇[+],或鍵入選擇號碼:2
安裝BT客戶端Azureus 2.5.0.4
參考上面的帖子安裝jre,然后執(zhí)行
# wget http://torrents.aelitis.com:88/file...4_linux.tar.bz2
# tar jxvf Azureus_2.5.0.4_linux.tar.bz2
# mv azureus /usr/local
# cd /usr/local/azureus/
# ./azureus
fc7下安裝電騾
yum install -y amule
執(zhí)行
應(yīng)用 程序-->Internet-->Amule
替換FC6默認(rèn)的中文輸入法為fcitx
2 個附件
下載附件http://www.chinalinuxpub.com/down.php?downid=10
# rpmbuild --rebuild fcitx-3.5-070112.src.rpm
# cd /usr/src/redhat/RPMS/i386
# rpm -ivh fcitx-3.5-070112.i386.rpm
創(chuàng)建/etc/X11/xinit/xinput.d/fcitx
# /etc/X11/xinit/xinput.d/fcitx
XIM=fcitx
XIM_PROGRAM=fcitx
gnome-im-settings-daemon >/dev/null
# alternatives –install /etc/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/fcitx 100
# alternatives --config xinputrc
共有 4 個程序提供“xinputrc”。
選擇 命令
-----------------------------------------------
1 /etc/X11/xinit/xinput.d/none.conf
2 /etc/X11/xinit/xinput.d/xim.conf
3 /etc/X11/xinit/xinput.d/scim.conf
*+ 4 /etc/X11/xinit/xinput.d/fcitx
按 Enter 來保存當(dāng)前選擇[+],或鍵入選擇號碼:4
重啟x即可
附件config.tgz是我自己的配置文件,如果需要下載后解壓縮,覆蓋到~/.fcitx目錄下
用livna的totem-xine替換fc6自帶的totem
首先卸載系統(tǒng)自帶的totem,如果按照上面的帖子安裝了其他一些播放器可能會存在依賴關(guān)系,把所有和totem有關(guān)的包全部卸載掉,例如
# rpm -e totem totem-mozplugin totem-plparser
之后執(zhí)行
# yum install totem-xine* -y
兩個totem的執(zhí)行文件都是totem但是后者的兼容性要好的多,可以播放vcd dvd mp3 wmv rm 呵呵趕緊試試吧。當(dāng)然了記得參考上面的帖子,把解碼器放在/usr/lib/codecs目錄下哦。
比compiz更炫的主題beryl
執(zhí)
行yum install aquamarine bdock beryl-core beryl-dbus beryl-manager
beryl-plugins beryl-settings beryl-vidcap emerald emerald-themes
heliodor
配置:
系統(tǒng)-->首選項-->更多首選項-->Emerald Theme Manager
系統(tǒng)-->首選項-->更多首選項-->Beryl Setting Manager
啟動
beryl-manager
12 vmware-server
下載安裝包
VMware-server-1.0.3-44356.i386.rpm
安裝前需要安裝xinetd 使用freshrpm源
yum install xinetd*
Linux聯(lián)盟
收集整理
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/24856/showart_343174.html |
|