2011年5月26日 星期四

Fedora 15 安裝後全設定

接下來的文章是留給我自己的,大家也可以參考,這是我安裝玩Fedora 15之後會作的事情。

1.設定thinkpad 小紅點速度和敏感度和中鍵功能

首先打開終端機,輸入首先打開終端機,輸入首先打開終端機,輸入
sudo gedit /etc/rc.local

接著複製貼上

echo -n 250 > /sys/devices/platform/i8042/serio1/speed

echo -n 250 > /sys/devices/platform/i8042/serio1/sensitivity

存檔後大功告成!

然後再輸入sudo gedit /usr/share/X11/xorg.conf.d/20-thinkpad.conf

接著會跳出一個記事本視窗,複製貼上下面這段文字

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection


如此一來,你就可以用小紅點+中鍵來滾動頁面捲軸囉!



2. 安裝64 bit flash player

到這裡下載http://labs.adobe.com/downloads/flashplayer10_square.html
給linux的東西,然後丟到家目錄下。解壓縮後只會出現一個libflashplayer.so
接著打開終端機,複製貼上

su -c 'mv libflashplayer.so /usr/lib64/mozilla/plugins'

重開瀏覽器,大功告成。

3.安裝Dropbox

去官網下載,下載安裝完後,請打開終端機

sudo gedit /etc/yum.repos.d/dropbox.repo

然後出現一個文字檔案,把裡面的文字都砍掉,並且複製貼上下面的文字

[Dropbox]
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/13/
gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc

如此一來就大功告成囉!

4. 如何安裝Skype 64 bit

首先打開終端機,輸入

sudo yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686

最後去下載官網的RPM安裝包,大功告成



5. 如何安裝Java JRE (64 bit) 此設定方式參考這裡

1.先去下載java jre http://www.oracle.com/technetwork/java/javase/downloads/index.html 要下載的是.bin。像我就要下載 jre-6u25-linux-x64-rpm.bin


2.下載完後,打開終端機,輸入su,切換到root



3.直接複製貼上
sh /home/xxx/jre-6u25-linux-*-rpm.bin   (XXX代表你的帳號名稱喔)


4. 繼續在終端機複製貼上

alternatives
--install /usr/bin/java java /usr/java/jre1.6.0_25/bin/java 20000

alternatives --install /usr/lib64/mozilla/plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/jre1.6.0_25/lib/amd64/libnpjp2.so 20000



5. 終端機複製貼上
alternatives --config java 然後要選擇"不是" Open JDK的。



6. 複製貼上 export JAVA_HOME="/usr/java/jre1.6.0_25" 這樣就大功告成了。


可以在火狐網誌列輸入about:plugins來看看有沒有
Java(TM) Plug-in 1.6.0_25在列表裡面,最後記得火狐重新打開,然後就去http://www.heartofthunder.com/codeine/
看看有沒有成功讓音樂和雪花小動畫出來,就可以知道有沒有成功安裝囉

6. 播放mp3、rmvb、mp4、wmv等等檔案
要如何在fedora 15上安裝影音套件,藉此來打開像是mp3、mp4、rmvb呢?
首先,下載這兩個東西並且點兩下安裝好

1. http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm

2. http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm

然後打開終端機,複製貼上

sudo yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly -y


7. 安裝gnome-sound-recorder

sudo yum install /usr/bin/gnome-sound-recorder

8.安裝gcin

1.首先,下載這個檔案

2.安裝完後,打開終端機,並且輸入:su,然後輸入密碼登錄成root

3.複製貼上

gtk-query-immodules-3.0-64 > /usr/lib64/gtk-3.0/3.0.0/immodules.cache

2 則留言:

  1. 很棒的文章,謝謝你的整理

    回覆刪除
  2. 不會不會,能有榮幸被觀看我很高興~

    回覆刪除