Posted on November 21, 2007 by samiux
I have several laptops (such as Eee PC, SONY TR-1, IBM Thinkpad T23) and all are running Ubuntu 7.10. When there is no WiFi and LAN coverage, I should use my Dopod D810, which is running Microsoft Mobile 6 and HSDPA, to share the networking with Ubuntu laptop(s) for surfing internet.
Surfing internet with these two [...]
Filed under: Eee PC, General, Linux, Ubuntu, debian | 2 Comments »
Posted on November 12, 2007 by samiux
The ASUS Eee PC model 701 (Pearl colour) comes with the following configuration :
Intel Celeron 630MHz CPU (someone in the net is reported as 900MHz)
4GB SSD hard drive
512MB RAM
1 X SD/SDHC/MMC card reader
3 X USB ports
1 X webcam
1 X VGA out
Step 1 :
I installed Ubuntu 7.10 SE (my remastered Ubuntu SE) on a Transcend 8GB [...]
Filed under: Eee PC, Linux, Ubuntu | 6 Comments »
Posted on November 12, 2007 by samiux
ASUS Eee PC comes without “Quick 速成” Traditional Chinese Input Method. We can easily to add this input method on it.
Download the Quick.bin and Quick.png to /home/user and copy them to their destination.
Quick.bin
Quick.png
Call the terminal out by pressing “Ctrl”+”Alt”+”t”, then issue the following comnand at /home/user directory.
sudo cp Quick.bin /usr/share/scim/tables
sudo cp Quick.png /usr/share/scim/icons
Change the [...]
Filed under: Eee PC, General, Linux, Ubuntu | 2 Comments »
Posted on November 6, 2007 by samiux
After you have upgrade or install Ubuntu 7.10, you may find that you cannot edit or change the folder name under the Gnome. It is the bug of SCIM. You can fix it by following steps :
sudo nano /etc/X11/xinit/xinput.d/scim
The entries of GTK_IM_MODULE and QT_IM_MODULE should change to “SCIM” instead of xim :
GTK_IM_MODULE=”SCIM”
QT_IM_MODULE=”SCIM”
Log out [...]
Filed under: Linux, Ubuntu | 3 Comments »
Posted on November 5, 2007 by samiux
For some computer equipped with monitor that resolution is lower than 1280×1024 (or non-standard resolution monitor – widescreen) and installed with Ubuntu 7.10 Desktop Live CD, the boot up screen (USplash) may be blacked or dislocated. The following steps can fix it all :
sudo nano /etc/usplash.conf
Change the xres and yres to 1024 and 768 [...]
Filed under: Linux, Ubuntu | Leave a Comment »