To start any X application on the active display using ssh session fist you are need export environment variable with display number and the execute application binary.
Tag: Linux
Linux: get screen resolution from shell
To get current dispay resolution on Linux using shell (bash) you can use default application xrandr. Continue Reading