T60 + Vista = Acer Notebook + win98…..
T60 + Ubuntu = My Best Machine !
Install Ubuntu on Windows with no partitioning but real dual boot
wubi ! http://wubi-installer.org/
A. How to make suspend
- Create a physical swap partition (I use QParted Live CD to do, it is really a danger! Think before you try this !)
- Edit the swap file from a swap file to swap partition
- Install usuwsup
- Install hibernate
- Done
B. Chinese Input
sudo apt-get install uim anthy scim-gtk2-immodule scim-uim scim-chinese scim-hangul scim-tables-zh scim-tables-ja scim-tables-ko
sudo touch /etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 646 /etc/X11/Xsession.d/74custom-scim_startup
echo ‘export XMODIFIERS=”@im=SCIM”‘ >> /etc/X11/Xsession.d/74custom-scim_startup
echo ‘export GTK_IM_MODULE=”scim”‘ >> /etc/X11/Xsession.d/74custom-scim_startup
echo ‘export XIM_PROGRAM=”scim -d”‘ >> /etc/X11/Xsession.d/74custom-scim_startup
echo ‘export QT_IM_MODULE=”scim”‘ >> /etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 644 /etc/X11/Xsession.d/74custom-scim_startup
sudo touch ~/.gnome2/session-manual
echo “[Default]” >> ~/.gnome2/session-manual
echo “num_clients=1″ >> ~/.gnome2/session-manual
echo “0,RestartStyleHint=3″ >> ~/.gnome2/session-manual
echo “0,Priority=50″ >> ~/.gnome2/session-manual
echo “0,RestartCommand=scim -d” >> ~/.gnome2/session-manual
echo “0,Program=scim” >> ~/.gnome2/session-manual
Done