我正在 linux 桌面环境中开发 Qt 应用程序。大多数桌面 Linux 使用 xwindows 在屏幕上显示。但现在我想试试我DirectFB
的桌面。与此相关,我有一些问题:---
1> 我可以让我的桌面 QT 应用程序利用 DirectFB 来运行我的 QT 应用程序吗?
2> 如果是,那么我必须先在我的桌面上禁用 xwindow 服务器吗?或者 directfb 可以同时运行。
3> 这也是配置 QT 以使用 directFB 的正确方法。
http://qt-project.org/doc/qt-4.8/qt-embeddedlinux-directfb.html
http://qt-project.org/wiki/DirectFBAndQt
4> Qt 和directFB & openGL 如何协同工作。这是通信流程的发生方式吗:---
Qt ----> OpenGL ----> DirectFB --> 屏幕
5> 另外,如果我安装 Directfb 库,那么它会自动知道如何与视频硬件驱动程序通信吗?
http://en.wikipedia.org/wiki/DirectFB
请就这些问题提出建议。