This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

framebuffer - image appear and disappear

Guru 20755 points
Other Parts Discussed in Thread: OMAP3530

Hello,

I have configured display settings on dm8148 timing using vpss interface (/sys/devices/platform/vpss/display1/enabled), and on starting color bar I see a perfect color bar,

echo 6500,320/1/22/2,240/2/1/1,1 > /sys/devices/platform/vpss/display1/timings

but when I try to output using /dev/fb0 (I use psplash application) I see nothing.

I then saw that fbset timing is totally different than those that I configured in vpss:

root@dm814x:/opt/dvr_rdk/ti814x/bin# fbset -fb /dev/fb0

mode "1920x273-212"
# D: 148.500 MHz, H: 67.500 kHz, V: 212.264 Hz
geometry 1920 273 1920 273 32
timings 6734 148 88 36 4 44 5
rgba 8/16,8/8,8/0,8/24
endmode

Does anyone have any idea why it is different (timings 6734 148 88 36 4 44 5) than the values from vpss above ?

I also seen in other project that there is a way to give external timing (see below), but on trying to set values I never see that I get the timing with zeros as I see with other project (omap3530 with other linux), so I do not know how they set values which resulted in these zeros below.

mode "240x320-0"
# D: 0.000 MHz, H: 0.000 kHz, V: 0.000 Hz
geometry 240 320 240 320 16
timings 0 0 0 0 0 0 0
accel false
rgba 5/11,6/5,5/0,0/0
endmode

Best Regards,

Ran