[技術] 在Thinkpad T60上安裝Ubuntu一些Note
Written on 2:31 上午 by Yu Lai
最近出差到泰國,真的被XP當到快發瘋了,
待出差回去後,把T60整個format掉裝起Ubuntu。
期間有一些安裝上的Note,就記錄在這裡囉。
(PS: 本篇會持續修改與增加內容。)
1. Track-Point的中鍵scroll功能
(Updated on 2010/07/05)
原本的方法在Ubuntu 10.04後就失效了QQ,
還好有人把該設定打包成套件直接使用。
先安裝gpointing-device-settings,
裝好執行後把Use wheel emulation打勾,
Button選2按Ok即可正常運作。
2. 把該死的dash拿掉
這個之前就有一篇在說明了,這裡再補記一下= =。
cd /bin
ln -sf bash sh
3. 使用root登入
這點很不建議,不過由於工作上的關係,常常需要compile到Linux Kernel,
加上又是NB,所以只好偷雞一下啦。
到/etc/gdm/gdm.conf內加入 AllowRoot=true 即可。
4. 安裝SCM SCR-243 PCMCIA Card Reader
這篇內容太多了,所以獨立出來。
Link: [技術]在Ubuntu安裝SCM SCR-243 PCMCIA Card Reader
5. 使用GPS配合Google Earth
Link: [技術] 在Ubuntu使用Holux M-1000C GPS配合Google Earth
6. 使用Wine存取Serial COM Port
Link: [技術] 在Wine中存取Serial COM Port
7. 取消udisks-daemon去polling光碟機
就算光碟機裡沒放光碟片,它還是偶爾會去讀取,一整個超怪。
# sudo hal-disable-polling --device /dev/sr0
8. 永久取消Pointer can be controlled using the keypad
修改/usr/share/X11/xkb/compat/complete檔,把augment "mousekeys"和augment "accessx(full)"取消掉。
如下:
// $XKeyboardConfig$ // $Xorg: complete,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ default xkb_compatibility "complete" { include "basic" augment "iso9995" // augment "mousekeys" // augment "accessx(full)" augment "misc" augment "xfree86" augment "level5" };
9. 永久取消NumLock
使用gconf-editor,使用Ctrl+F,勾選"Search also in key names",找"numlock"。
然後Turn off "remember_numlock_state"和Turn off numlock "numlock_on"。 If you enjoyed this post Subscribe to our feed