This appears to be because the following: line 2542 ------ snprintf(cmd, sizeof(cmd), "grep videoram: %s >> %s", tfilenm1, tfilenm3); should be: snprintf(cmd, sizeof(cmd), "grep videoram %s >> %s", tfilenm1, tfilenm3); Or else it then tries to probe and fails. If this change is made it works as documented.
This issue has been forwarded to a developer for further review.
msw is working on Xconfigurator
fixed for the next release.