2011-10-13 17:39:29 qt frame buffer 2010R1-RC5
Chris Page (UNITED STATES)
Message: 103850
I have just upgraded to uclinux 2010R1-RC5 on a bf537 rev 3. My qt application that has been running fine but it will not write to the frame buffer. There are no warnings or errors. I can open the frame buffer device, read and write to it with no issue. pngview works. The touch screen driver is working as I can receive events through /dev/input/event0.
Qt is just unable to output anything to the screen. the application is running just fine, No crashes, warnings, errors. But nothing is output to the screen. I have debugged qscreenlinuxfb_qws.cpp. It is getting the appropriate configuration from my touchscreen driver. When I run the application anything previously written to the framebuffer from pngview is there. Any ideas?
QuoteReplyEditDelete
2011-10-13 23:03:58 Re: qt frame buffer 2010R1-RC5
Aaron Wu (CHINA)
Message: 103853
Check if you can find some useful information here docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:qt, some of the sublink guide you to the trolltek official documents. We also have some demo application there for your reference.