Hi,
I wanted to switch from LCD (320X240) to VGA after clicking a button in my qt app.The target is IMX-31.I tried with
system(“echo U:800×600p-60 > /sys/class/graphics/fb0/mode”);
after clicking vga button.If i cat my fb i am getting 800×600,but screen is not appearing properly on vga.
And also i tried
fbset -g 320 240 320 240 32 -fb /dev/fb0
but no results
Can anybody help me..?