Changes between Version 41 and Version 42 of vnc3d


Ignore:
Timestamp:
04/19/16 19:21:36 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v41 v42  
    127127* -geometry       -> set the screen size (eg. -geometry 1920x1080)
    128128{{{ #!sh
    129 vncserver
     129vncserver -profile vis
    130130}}}
    131131
     
    144144To allocate a vis node with 512 GByte main memory for one hour, use:
    145145{{{ #!sh
    146 ssh <USERID>@jureca.fz-juelich.de
    147 
    148146# request allocation and spawn VNC server on visualization node
    149147salloc -N 1 -p vis --gres=mem512,gpu:1 --start-xserver --time=1:00:00
     
    151149
    152150...
    153 Desktop 'TurboVNC: jurecavis02.fz-juelich.de:1 (profile <PROFILE>)'
    154  started on display jrc1384:1 (jurecavis02.fz-juelich.de:1)
     151Desktop 'TurboVNC: <NODE>:<DISPLAY> (profile <PROFILE>)'
     152 started on display <NODE>:<DISPLAY> (<NODE>:<DISPLAY>)
    155153...
    156154}}}