On 26/06/2018 23:24, James W. Laferriere wrote: > > With the above I am getting .... > > sim> boot cpu > No protocol specified > No protocol specified > xcb_connection_has_error() returned true > No protocol specified > xcb_connection_has_error() returned true > No protocol specified > QVSS: Error Creating Video Window: No available video device > > File open error, PC: 00000000 (HALT) > > This looks like SDL is having problems connecting to the X server. Is the DISPLAY environment variable set and are you able to run other Xwindows applications from the command line? Perhaps try xdpyinfo.
It could also be an X11 access control problem. A quick search online for X11 "no protocol specified" showed a few people having problems running X11 applications as root (and I noticed you are running simh as root). The problem was due to a missing .Xauthority file for the root user. Check the environment variable XAUTHORITY. Matt _______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
