Display a screen image
pv [-B] [-G] [-H] [-h height] [-P] [-p] [-Q] [-S] [-s server] [-t sec] [-w width] [-x x_pos] [-y y_pos] [filename]...
The Photon image viewer displays bitmap image files on the Photon workspace. When you first start the viewer (without specifying an image filename), you'll see a File menu and an empty image area.
The File menu provides a File Selector mechanism for loading image files.
For more information about capturing screen images, see snapshot.
Run pv using the Photon server on node 4:
pv -s4
Or
pv -s//4/dev/photon
Run pv at initial position (10,10) with initial dimension of 200*300:
pv -x10 -y10 -h200 -w300