Hi,
I am configuring the resolutions of the FrameBuffers in the DM355 but I have a problem:
In the loadmodules.sh script, I have the commands below:
fbset -fb /dev/fb/0 -xres 0 -yres 0
fbset -fb /dev/fb/3 -xres 0 -yres 0
But now, I need to reset the fb/0 and fb/3 resolutions for the normal value. I try:
fbset -fb /dev/fb/0 -xres 640 -yres 480
fbset -fb /dev/fb/3 -xres 640 -yres 480
but it's not work. Why need I do to work correcty?