|
i havn't set a input method yet...
so now i can type in english only
up to now, i face two major problems:
1)
i don't know why, no configuration of ntfs partition had been done in the setup
that means, i have to mount the ntfs partitions manually
i trid to change /etc/fstab by myself to make ubuntu mount those ntfs drives automatically
my configuration:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdc6 / ext3 defaults,errors=remount-ro 0 1
/dev/hdd2 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hdc1 /media/win-c ntfs defaults,iocharset=big5 0 0
/dev/hdc5 /media/win-d ntfs defaults,iocharset=big5 0 0
/dev/hdd5 /media/win-e ntfs defaults,iocharset=big5 0 0
/dev/hdd6 /media/win-f ntfs defaults,iocharset=big5 0 0
and i found that, the win-(x) folders have a permission of 500!
i cannot even read these folders with my normal user account!
then i used the root to chmod them, but the system alerted me that those are read only drives...
how can i do?
2)
i 've used mandriva before, and i could easily change the input method with modifying ~/.i18n
but i think that doesn't work at ubuntu...
my ~/.i18n:
LANGUAGE=zh_TW.UTF-8:zh_TW:zh_HK:zh
LANG=zh_TW.UTF-8
LC_ADDRESS=zh_TW.UTF-8
LC_COLLATE=zh_TW.UTF-8
LC_NAME=zh_TW.UTF-8
LC_NUMERIC=zh_TW.UTF-8
LC_TIME=zh_TW.UTF-8
LC_MEASUREMENT=zh_TW.UTF-8
LC_MESSAGES=zh_TW.UTF-8
LC_IDENTIFICATION=zh_TW.UTF-8
LC_CTYPE=zh_TW.UTF-8
LC_TELEPHONE=zh_TW.UTF-8
LC_MONETARY=zh_TW.UTF-8
LC_PAPER=zh_TW.UTF-8
CONSOLE_NOT_LOCALIZED=yes
ENC=utf8
XIM_PROGRAM=scim
XIM=scim
GTK_IM_MODULE=xim
XMODIFIERS="@im=SCIM"
forgive me that i cannot type chinese now,
thank you |
|