Hello,

currently i am developing an application for my Raspberry Pi. The Resolution of the screen that I use is 480x234.
The Qt-Application starts with "-platform eglfs".
The problem now is that the resolution is totaly messed up.
/dev/fb0 is set up correctly and returns the correct values. The Terminal looks also good.
I also tried to set the enviroment variables "QT_QPA_EGLFS_WIDTH" and "QT_QPA_EGLFS_HEIGHT" but that didnt helped. (Enviroment Variables found here: http://qt.gitorious.org/qt/qtbase/bl...hooks_stub.cpp)

Could someone please help me on how to set the correct screen resolution?

thanks and regards