1. sudo apt-get install ubuntu-restricted-extras vlc mplayer gcin pidgin pidgin-otr sound-juicer vim cvs flashplugin-installer thunderbird freemind wine gnome-ppp mpg321 stardict xvnc4viewer gnome-alsamixer pmount ttf-arphic-bkai00mp ttf-arphic-bsmi00lp pcscd smplayer mp3gain convmv sshfs gimp gpm openoffice.org-pdfimport acpi 2. sudo im-switch -z zh_TW -s gcin 3. 關掉touchpad功能: # synclient TouchpadOff=1 但是會復活... 4. Play DVD: ref: http://wiki.ubuntu-tw.org/index.php?title=HowtoVideo (1) wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - sudo apt-get update (2) add the following in sources.list: sudo add-apt-repository "deb http://packages.medibuntu.org/ maverick free non-free" (3) sudo apt-get update sudo apt-get install ubuntu-restricted-extras libdvdcss2 w32codecs 5. openjre的中文有問題,要換成sun的java: 加入 repository sudo add-apt-repository "deb http://archive.canonical.com/ maverick partner" sudo apt-get update sudo apt-get install sun-java6-jdk sun-java6-plugin sudo update-java-alternatives -s java-6-sun 6. Acrobat reader/Skype也在ubuntu partner中: sudo apt-get install acroread skype 也有adobe-flashplugin (不是只有安裝的script:flashplugin-installer) sudo apt-get install adobe-flashplugin sudo apt-get install acroread-fonts (這個在http://packages.medibuntu.org/中) 7. forget! 系統預設字型會變成其他中文字型。 flash亂碼的話,把 /etc/fonts/conf.d/49-sansserif.conf 中的sans-serif改成中文字型, i.e. 文泉驛正黑 or sudo mv /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.bak 8. gnome-alsamixer or alsamixer可以用來調整每個聲道的輸出 如果要耳機與喇叭一起出聲音: 執行gnome-alsamixer,在“Headphone Jack Sense”打勾 9. add $account dip, 這樣才能用gnome-ppp 10. 網路安裝裝完之後,要補齊中文語言支援檔案: 系統->管理->語言支援,然後yes... ============== For Aspire 6530: Disable touchd and wifi on acer aspire 6530 Edit /etc/modprobe.d/blacklist.conf, append: blacklist psmouse blacklist ath9k b. audio problem: ref: http://ubuntuforums.org/showthread.php?t=1468048&page=2 aplay -Dplughw:0,0 /usr/share/sounds/alsa/Rear_Right.wav 這樣有聲音 ref: http://www.nvnews.net/vbulletin/showthread.php?t=143610&page=2 怪的是,在"系統" -> "偏好" -> "聲音" -> "輸出" -> 改用 "內部音效Analog stereo",然後亂玩: aplay -Dplughw:0,0 /usr/share/sounds/alsa/Rear_Right.wav 有時候就enable, 可以了? 似乎安裝ATI的driver之後,差上耳機線,聲音就不會從aspire 6530出來。要拔掉,才會出現。這樣的話,也算合理。 ============== B. 安裝ubuntu 10.04遇到黑屏請看這邊 Ref: http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=27002&forum=1&post_id=131472#forumpost131472 因為最近幫公司的一些電腦安裝ubuntu,遇到了黑屏問題.上網爬了文之後其實還是有解決方法的, 所以分享給大家.我是從 http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/ 看到的: 用CD開機的時候,如果一選擇試用ubuntu或安裝ubuntu就畫面變黑,光碟動個一陣子之後沒反應的: 1. 重開機,一出現畫面時按鍵盤任一鍵等ubuntu的啟始畫面出來(就是有試用,安裝的那個畫面) 2.選完語言後再用上下鍵移動光條選是要試用還是安裝, 然後按下F6鍵其它選項, 按esc跳出來. 3.這個時候螢幕下方會有一行"開機選項",後面跟著一串能編輯的文字, 請找到"quite splash", 並在splash這個字之後空一格, 輸入以下的字: a.intel的舊型顯示晶片: i915.modeset=1 或 i915.modeset=0 b.nvidia: nomodeset (其實第二步驟按下F6可以直接選nomodeset按空白鍵選擇) c.其它(如ati): xforcevesa. 4.按 enter繼續執行試用或安裝. 如果硬碟開機進去系統之後黑畫面的: 1.開機等進入grub畫面(如果硬碟沒有別的OS,請開機時按住shift不放才會有grub畫面) 2.按'e'進入編輯開機指令的模式, 同樣找到"quite splash"並在後面加上對應的字. 3. 按ctrl+x啟動系統. 4.進去系統之後編輯/etc/default/grub這個檔案(要管理者權限 sudo). 5.找到這一行: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” 一樣把對應的字輸入進去. 例如nvidia的顯示晶片: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash nomodeset” 6. 存檔 之後再開機就不再會黑畫面了. ============== zip檔內有中文,解開遇到亂碼: LANG=zh_TW.Big5 7za e test.zip -o{test} LANG=zh_TW.UTF-8 cd test ls | while read line ; do n=$(echo $line | iconv -f big5 -t utf8); mv $line $n; done Ref: http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=11854&forum=8&post_id=131858#forumpost131858 ============= Lenovo x201i的顯示卡問題: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/554569 a. 下載: http://people.canonical.com/~hzhang/554569/linux-image-2.6.32-23-generic_2.6.32-23.38_i386.deb b. 在boot parameter上加上nomodeset i915.modeset=1 xforcevesa