Running Qt application without X-server on linux?
-
wrote on 26 Jul 2011, 06:40 last edited by
Dear all,
I would like to know how can I run Qt application with running X-Window system on linux?
I heard about that Qt can run windows system via linux frame buffer.
Is there need to reconfigure Qt?Thanks
-
wrote on 24 Aug 2011, 21:21 last edited by
You should Google about Qt's "Project Lighthouse", im no guru on but Qt can indeed run graphics without X11. Also there is the possibility to run pure console applications of course.
-
wrote on 24 Aug 2011, 22:11 last edited by
[quote author="zither" date="1311662446"]Dear all,
I would like to know how can I run Qt application with running X-Window system on linux?
I heard about that Qt can run windows system via linux frame buffer.
Is there need to reconfigure Qt?Thanks[/quote]
If it's a GUI application, can't you just install Xvfb?
-
wrote on 26 Aug 2011, 14:01 last edited by
Yes, it's a GUI application.
I heard that it can run on virtual frame buffer directly on linux without X-Windows system
Thanks
-
wrote on 26 Aug 2011, 15:08 last edited by
You need Qt Embedded Linux. Take a look "here":http://doc.trolltech.com/4.6/qt-embedded-install.html
-
wrote on 26 Aug 2011, 15:10 last edited by
I thought , Lighthouse meant to be for android and other embedded devices, at the moment :)
[quote author="EDIS Interactive" date="1314220866"]You should Google about Qt's "Project Lighthouse", im no guru on but Qt can indeed run graphics without X11. Also there is the possibility to run pure console applications of course.[/quote]