This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EZSDK 06.00.00 Matrix GUI



Hi, 

    Can any one point me how to rotate the matrix GUI screen.

    Is there any display configuration file for matrix.

  • Hi,

    You need to first stop the first instance of the Matrix GUI and then start the second one with the desired screen rotation. Try this:

    /etc/init.d/matrix-gui-2.0 stop - This will stop the current GUI
    matrix_browser -qws -display transformed:Rot90 http://localhost:80 - This will start a new Matrix GUI with new screen orientation.

    If you wish to add a permanent change to the orientation, edit the ROTATION="" field in the /etc/init.d/matrix-gui-2.0 script.

    Best regards,
    Miroslav