We are running two applications in an Embedded device.
The first application is killed after starting the second application. The second application is started with the --dfb:session=-1
, to start a new session.
The two applications has to run in different resolution. So I start the second application with the additional parameter --dfb:mode=1920x1080
.
However when the second application is started the screen is blurred with improper color information.
Kindly provide some suggestion to overcome this issue.