Changes between Version 37 and Version 38 of vnc3d/xpra


Ignore:
Timestamp:
06/06/17 17:43:15 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d/xpra

    v37 v38  
    6363
    6464{{{ #!sh
    65 client> xpra start ssh:<USERID>@<LOGINNODE> --start-child=<JURECA_APP>
     65client> xpra start ssh:<USERID>@<LOGINNODE> --start-child=<JURECA_APP> --min-quality=90
    6666}}}
    6767  * password-less authentication using SSH must be ensured
     68  * set minimum quality to level 90 (unset:0, lowest:1, highest:100)
    6869
    6970\\
     
    8081* '''simple X11''' application
    8182{{{ #!sh
    82 jureca> xpra start --start-child=xterm
     83jureca> xpra start --start-child=xterm --min-quality=90
    8384}}}
    8485
    8586* '''OpenGL''' application
    8687{{{ #!sh
    87 jurecavis> xpra start --start-child="glxgears"
     88jurecavis> xpra start --start-child="glxgears" --min-quality=90
    8889}}}
    8990  * using VirtualGL for hardware accelerated server-sider rendering on the GPU if available
     
    131132**!ParaView** with full serverside rendering support using VirtualGL
    132133{{{ #!sh
    133 client> xpra start ssh:<USERID>@jurecavis01.fz-juelich.de --start-child=xterm
     134client> xpra start ssh:<USERID>@jurecavis01.fz-juelich.de --start-child=xterm --min-quality=90
    134135}}}
    135136{{{ #!sh
     
    158159* Start Xpra-server with larger/smaller fonts
    159160{{{ #!sh
    160 xpra start --start-child="xterm" --dpi=96
     161xpra start --start-child="xterm" --dpi=96 --min-quality=90
    161162}}}
    162163