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.

Setting FB devices in the DM355 (fbset)

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?