Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Why QNX6.6 after the close of the program is not completed drm-intel?: (2 Items)
   
Why QNX6.6 after the close of the program is not completed drm-intel?  
Hello,  in QNX6.6 for to run the Qt-application I use the next script:
------------------------------------------------------------------------------------------------------------------------
-----------------------------
export LD_LIBRARY_PATH=/lib:/usr/lib:/lib/dll:/opt/qt5/lib:/opt/qnx6/x86/lib:/opt/qnx6/x86/usr:/opt/qnx6/x86/lib/dll
export QQNX_PHYSICAL_SCREEN_SIZE=200, 200
export QT_PLUGIN_PATH=/opt/qt5/plugins
export QML2_IMPORT_PATH=/opt/qt5/qml
export GRAPHICS_ROOT=/usr/lib/graphics/intel-drm

drm-intel
screen
/root/app/my_prog qnx:no-fullscreen
slay screen
slay drm-intel
------------------------------------------------------------------------------------------------------------------------
-----------------------------
On the PC, after the close of my program, screen completed its work. But  drm-intel  no exited.
Because of what it could be?

On Vmware, when I use instead of drm-intel - vmware (though it is not explicitly called in a script), screen shuts down 
and I can continue to work with mqc.

Thanks
Vova
Re: Why QNX6.6 after the close of the program is not completed drm-intel?  
What state is drm-intel after screen has terminated?

Thanks,

Dave