NO Video Output in xM Beagle Board

Hai ,
I am using Beagle Board xM. I cant get the video output while I can
get the Audio output for that video. Can any one please clarify in
this regard. Please see the log below.

root@beagleboard:~# mplayer "WarOTWorlds.MP4"
MPlayer SVN-r30165-4.3.3 (C) 2000-2009 MPlayer Team

Playing WarOTWorlds.MP4.
libavformat file format detected.
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [MP4V] 368x208 24bpp 29.970 fps 432.2 kbps (52.8 kbyte/s)
Clip info:
major_brand: MSNV
minor_version: 16777260
compatible_brands: MSNVisommp42
vo: couldn't open the X11 display ()!
vo: couldn't open the X11 display ()!
VO XOverlay need a subdriver
[VO_SDL] Using driver: fbcon.
vo: couldn't open the X11 display ()!

try this:

root@beagleboard:~# DISPLAY=:0 mplayer “WarOTWorlds.MP4”

2010/11/30 Chinna <chinnathambi@gmail.com>

Hai,
Even then also I am not getting any video display. Please see the
below log.

root@beagleboard:~# DISPLAY=:0 mplayer bug.avi
MPlayer SVN-r30165-4.3.3 (C) 2000-2009 MPlayer Team

Playing bug.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [FMP4] 320x240 24bpp 14.985 fps 285.0 kbps (34.8 kbyte/s)
Clip info:
Software: Lavf52.7.0
vo: couldn't open the X11 display (:0)!
vo: couldn't open the X11 display (:0)!
VO XOverlay need a subdriver
[VO_SDL] Using driver: fbcon.
vo: couldn't open the X11 display (:0)!

can you paste here dmesg output?

2010/11/30 Chinna <chinnathambi@gmail.com>