I have a customer running Android-ICS on an OMAP3530 and is having trouble switching from the LCD to the TV output. They are using the Busybox's fbset function to modify the frame buffer. We are trying to make this work for two displays. The native resolutions for the panels are 800x480for the 7" and 1024x600 for the 10".
# echo "" > /sys/devices/platform/omapdss/overlay0/manager
# echo 0 > /sys/devices/platform/omapdss/display0/enabled
# busybox fbset -fb /dev/graphics/fb0 -xres 720 -yres 576 -vxres 720 -vyres 576
mode "720x576-44"
# D: 19.200 MHz, H: 25.566 kHz, V: 44.156 Hz
geometry 720 576 480 1280 16
timings 52083 1 28 1 1 2 1
accel false
rgba 5/11,6/5,5/0,0/0
endmode
# echo "tv" > /sys/devices/platform/omapdss/overlay0/manager
# echo 1 > /sys/devices/platform/omapdss/display1/enabled
# echo 1 > /sys/devices/platform/omapdss/overlay0/enabled