PDA

View Full Version : Qt embedded for ARM- frame buffer problem



tunayan
13th February 2012, 17:01
Hi,

I have trouble with qt-embedded. I configured qt-everywhere source for arm and compiled a qt project. It works on my arm device beagle board -rev C4.

On the target device, it is installed ubuntu 10.04. When i use ubuntu on the target system with gnome, my qt applications works well. But I want to use this applications without gnome.

When i disable the gnome and run my qt app from terminal i have an error Cannot connect the X server.

After that i searched the internet and i found sort of things like Virtual Frame Buffer. I installed qvfb on my target device. But when i run qvfb ı took same error. Cannot connect the X server.

In conclusion, I want to run my qt application without X11. And my target device will have not X11. Can i do that with qt? My target device has a touchscreen and now there is only console and green cursor on the screen.

Thank you.