OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: ThomasWong on May 31, 2004, 05:27:00 am

Title: How to display Chinese character?
Post by: ThomasWong on May 31, 2004, 05:27:00 am
Anybody know how I can display Chinese character ?
Title: How to display Chinese character?
Post by: keef on May 31, 2004, 05:50:52 am
Hi
Just read that the Zaurus has been released in China.

http://www.smg168.com/Article_Show.asp?Art...2&ArticlePage=6 (http://www.smg168.com/Article_Show.asp?ArticleID=372&ArticlePage=6)

keef
Title: How to display Chinese character?
Post by: sepsep on May 31, 2004, 05:59:44 am
try this http://www.czh.idv.tw/c700.php (http://www.czh.idv.tw/c700.php)
Title: How to display Chinese character?
Post by: ThomasWong on May 31, 2004, 09:19:44 am
Thank you all for the comments.  

However, I am looking for a way to display Chinese characters with the pdaXROM, instead of the original QT environment.

Anybody can help ?
Title: How to display Chinese character?
Post by: sashz on May 31, 2004, 09:46:39 am
Quote
Thank you all for the comments.  :lol:  

However, I am looking for a way to display Chinese characters with the pdaXROM, instead of the original QT environment.

Anybody can help ?


try copy chinese ttf fonts from windows xp/2000 to
/usr/X11R6/lib/X11/fonts/ttf
and restart X server
Title: How to display Chinese character?
Post by: whit on June 17, 2004, 02:31:56 pm
Quote
try copy chinese ttf fonts from windows xp/2000 to
/usr/X11R6/lib/X11/fonts/ttf
and restart X server


Think there may be another step or two besides just restarting the X server. At least, I just copied (after gunzipping) all the *ISO8859-1.pcf\'s from /usr/X11R6/lib/X11/fonts/misc on a Gentoo box to the Z 860, as well as the fonts.dir and fonts.alias files from there, yet when I try to start aterm with -fn [any of those fonts] I get \"aterm: can\'t load font \"[font name]\". This is after exiting and restarting X, and even after doing a reboot.

I know I\'m forgetting some step I used to know here....

Later ...

Okay, in the directory you\'ve put new fonts in:

Code: [Select]
mkfontdir

Then if it\'s not already a directory in the font path, add that with xset (which does not work through ssh for me - had to do it on the Z):

Code: [Select]
xset +fp /path/to/dir

Then

Code: [Select]
xset fp rehash

At this point your new fonts should be available. But ... they\'ll be more easily invoked if you have an appropriate fonts.alias file in the directory they\'re installed to - not something I\'ve time to look into just now (since it worked well enough by copying it from Gentoo).

If it\'s a new font directory, you also should edit that into the FontPath line in your XF86Config file.