Hi, I have cross compiled MPlayer-1.0pre8-3.4.5 for arm architecture. I have enabled the osd menu using the --enable-menu in the configuration options. But when I try opening the gmplayer I get the following messages: Gdk-WARNING **: locale not supported by Xlib (<unknown>:835): Gdk-WARNING **: cannot set locale modifiers (<unknown>:835): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0) (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported After looking up info on the net, I realized that it has something to do with the fonts. But I have copied the font.desc file to /opt/X11/mp3player/share/mplayer/font/ and the other raw files iso-8859-1-a.raw, iso-8859-1-b.raw, osd-mplayer-a.raw and osd-mplayer-b.raw are also present. Do I have to add any more files?? I'm new to this field and hence would really appreciate it if I get some help regarding this. The debug msgs are as bellow: # ./gmplayer -v -nortc MPlayer 1.0pre8-3.4.5 (C) 2000-2006 MPlayer Team CPU: ARM X11 opening display: :0 vo: X11 color mask: FFFF (R:F800 G:7E0 B:1F) vo: X11 running at 240x320 with depth 16 and 16 bpp (":0" => local display) [x11] Detected wm supports NetWM. [x11] Detected wm supports FULLSCREEN state. [x11] Current fstype setting honours FULLSCREEN X atoms get_path('codecs.conf') -> '/root/.mplayer/codecs.conf' Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory Reading /opt/X11/mp3layer/etc/mplayer/codecs.conf: 93 audio & 211 video codecs CommandLine: '-v' '-nortc' init_freetype get_path('font/font.desc') -> '/root/.mplayer/font/font.desc' font: can't open file: /root/.mplayer/font/font.desc Font /opt/X11/mp3layer/share/mplayer/font/font.desc loaded successfully! (206 chars) Using Unoptimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/root/.mplayer/input.conf' Can't open input config file /root/.mplayer/input.conf: No such file or directory Parsing input config file /opt/X11/mplayer/etc/mplayer/input.conf Input config file /opt/X11/mplayer/etc/mplayer/input.conf parsed: 60 binds (<unknown>:835): Gdk-WARNING **: locale not supported by Xlib (<unknown>:835): Gdk-WARNING **: cannot set locale modifiers (<unknown>:835): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0) (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported (<unknown>:835): Gdk-WARNING **: shmget failed: error 38 (Function not implemented) vo: X11 truecolor visual 0x21, depth 16, R:F800 G:7E0 B:1F get_path('skins') -> '/root/.mplayer/skins' get_path('Skin') -> '/root/.mplayer/Skin' SKIN dir 1: '/root/.mplayer/skins' SKIN dir 1 (obsolete): '/root/.mplayer/Skin' SKIN dir 2: '/opt/X11/mplayer/share/mplayer/skins' SKIN dir 2 (obsolete): '/opt/X11/mplayer/share/mplayer/Skin' vo: X11 truecolor visual 0x21, depth 16, R:F800 G:7E0 B:1F (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported (<unknown>:835): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported [x11] NET style stay on top (layer 0). Using state _NET_WM_STATE_FULLSCREEN. Thanks in advance...