diff --git a/source/working_remotely.rst b/source/working_remotely.rst index 67876ae..446fa9f 100644 --- a/source/working_remotely.rst +++ b/source/working_remotely.rst @@ -28,10 +28,14 @@ Run :code:`vncserver -geometry ` in Kodos such as .. code-block:: bash $ vncserver -geometry 1920x893 + +It should print something like: -Run :code:`vncserver --list` in Kodos to find your X Display No. +.. code-block:: bash + + New 'X' desktop is kodos:3 -If the X Display No. is 3, for example, the Port No. should be :code:`5900 + 3`, that is, :code:`5903`. +The integer :code:`3` is the X Display No. from which the Port No. can be found, for example, the Port No. should be :code:`5900 + 3`, that is, :code:`5903`. As the Port No. has been obtained, run the following command in a terminal of your computer to connect to Kodos. Replace *5903* with *your Port No.* and *username* with *your Kodos account username*.