http://hialan.blogspot.com/2007/09/ubuntu-704.html
我終於有一台 Notebook 可以拿來跑 Ubuntu 了。
當然作為一台 Linux-Desktop 必須要有能力去播放各種電影才行,其中最機車的就是 rmvb 這種封閉格式了。他一
定要用 Realplayer 才能正常播放,我用別家的程式,雖然可以正常播放,但就是不能拖曳影片軸。
除了 rmvb 以外,其他都用 MPlayer 來解決問題。
當然其中也要設定一些東西,才能有最好的效果。
首先我們要增加套件來源,讓我們的來源更豐富:
* 備份舊檔案
sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
* 在最後面加上
## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://medibuntu.sos-sts.com/repo/ feisty free
deb http://medibuntu.sos-sts.com/repo/ feisty non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free
deb-src http://medibuntu.sos-sts.com/repo/ feisty non-free
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
deb http://archive.canonical.com/ubuntu feisty-commercial main
* 安裝 key
wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
* 更新套件資料庫並升級
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dselect-upgrade
* 安裝 code
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl \
gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse \
gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse \
libxine-extracodecs w32codecs ffmpeg lame gstreamer0.10-pitfdll
sudo apt-get install ubuntu-restricted-extras
* 安裝 realplayer
sudo apt-get install realplay
* 設定 realplayer。因為 realplayer 和 SCIM 相衝,所以如果你要使用 realplayer 的話,請加入下一行。
sudo gedit /usr/bin/realplay
在 #!/bin/sh 下面加入
export GTK_IM_MODULE=xim
* 安裝 mplayer
sudo apt-get install mplayer
* 設定 mplayer
應用程式->影音->Mplayer Movie Player->在畫面上按右鍵->Preferences
->Video Tab->請選 x11 ->「Enable double buffering」「Enable direct rendering」「Enable frame dropping
」打勾
->Subtitles & OSD Tab-> Encoding 請選 Big5 (簡體選 CP936)
->Font Tab-> Font: /usr/share/fonts/truetype/arphic/uming.ttf -> Encoding : Unicode
* 一開始原始設定是無論視窗放多大,畫面永遠是 1:1 不會自己放大縮小。我們要讓他隨著視窗大小縮放
sudo gedit /etc/mplayer/mplayer.conf
找到 #zoom=yes 把 # 刪掉變成
zoom=yes
* 一切搞定。
然後你就可以試試看可不可以正常播放影片啦 !
Reference:
* http://54061.blogspot.com/2007/03/ubuntu-704-codec-rmvb.html
* http://ubuntuguide.org/wiki/Ubuntu:Feisty
====================================================================
http://www.wmfield.idv.tw/424
http://54061.blogspot.com/2007/03/ubuntu-704-codec-rmvb.html
sudo apt-get install beep-media-player
sudo apt-get install bmp-mp4
語言資源檔可將已安裝的英文版轉換為中文,請將下載後的 en-US.jar 拿去蓋掉已安裝 NVU 目錄下 chrome 子目
錄內的 en-US.jar 即可。
http://ubuntusoftware.info/
Quanta
Bluefish
Ginf
Screem
Nvu
Mozilla Composer
sudo aptitude install w32codecs
sudo aptitude install libxine-extracodecs xine-ui mplayer mplayer-skins vlc vlc-plugin-* mozilla-
plugin-vlc
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts
sudo aptitude install googleearth
http://wiki.debian.org.hk/w/Add_Google_Linux_repository
sudo aptitude install d4x
sudo aptitude install msttcorefonts
Labels: desktop