解决办法:
QNX graphics_monitor at its startup initializes itself (QGMS_INIT) then reads and validates qgms.conf (QGMS_READINGCONFIG) and if it is correct it goes to QGMS_OPERATIONAL state.
In your case it switches to its Design Safe State (QGMS_IN_DSS).
Currently you need to verify if graphics_monitor started correctly by looking at its output (QGMS_OPERATIONAL if OK, other state if NOK).
Looking at attached screenshot - it seems that you need to kill already running graphics_monitor instance before trying to re-generate the qgms.crc, please try:
>> slay graphics_monitor
(you can repeat it even few times to be sure that it was really killed)
Then try again to generate qgms.crc:
>> graphics_monitor -V1 -f /path/to/qgms.conf -F /path/to/qgms.crc -c
And run the monitor:
>> graphics_monitor -V1 -f /path/to/qgms.conf -F /path/to/qgms.crc&