DVI monitor not working with Beagleboard C4

Hi all..

Am using BB-C4 . used MLO uboot.bin uImage and rfs of angstrom
distribution..
i could able to get that working fine.. but nothing s getting
displayed in DVI monitor.. tried same sample files with xm board..
its working fine.. dunno were the problem is...
i used following commands in scr...

# On xM: bootargs=console=ttyS2,115200n8 mem=80M@0x80000000
mem=384M@0x88000000 mpurate=1000 buddy=none camera=lbcm3m1 vram=16M
omapfb.vram=0:8M,1:4M,2:4M omapfb.mode=dvi:hd720 omapdss.def_disp=dvi
root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
mmc init
setenv dvimode hd720
setenv vram 16M omapfb.vram=0:8M,1:4M,2:4M
if test "${beaglerev}" = "AxBx"; then
setenv optargs mem=80M@0x80000000 musb_hdrc.fifomode=5
elif test "${beaglerev}" = "Cx"; then
setenv optargs mem=80M@0x80000000 mem=128M@0x88000000
musb_hdrc.fifomode=5
else
setenv optargs mem=80M@0x80000000 mem=384M@0x88000000
fi
run loaduimage
run mmcboot

pls help me....

you have to set the default display as dvi
and setenv bootargs console=ttyo
try it out…and post what happens after that…

Is it working for you??
I am not able to get it working…
Please tell me if it works for you.

Thanks…

Sure... Actually its my professors monitor.. ll get tat tommo.. so ll
try n com back to u...

Bumble omap... I could get my screen working with lot of grains.. and
i couldn use usb mouse or usb keyboard to interact with it.. screen is
ust displaying angstro distribution....