OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: hrhr on September 06, 2006, 07:25:32 am

Title: Localization Obsd On Zaurus
Post by: hrhr on September 06, 2006, 07:25:32 am
hi...somebody can help me with localization of openbsd to russian on zaurus?
# /usr/sbin/wsfontload -h 16 /usr/share/misc/pcvtfonts/koi8-r-8x16
 wsfontload: WSDISPLAYIO_LDFONT: Invalid argument
 ((
 I can't read files with russian chars in filenames on msdos partitions
Title: Localization Obsd On Zaurus
Post by: iamasmith on September 09, 2006, 07:10:36 am
I have a suspicion that font loading isn't enabled for the Zaurus display and maybe for good reason. The display of the clamshell units actually starts it's bitmap in the bottom left of the screen - natural orientation is portrait and there is special handling for the Zaurus to rotate all the fonts for the rasops library to render.

I would take a look a the wscons/rasops and wsfont handling code if I was you.

-Andy