diff --git a/Artwork/authenticate_to_vnc_server.png b/Artwork/authenticate_to_vnc_server.png new file mode 100644 index 0000000..a0a5c9d Binary files /dev/null and b/Artwork/authenticate_to_vnc_server.png differ diff --git a/Artwork/desktop_and_vnc_are_enabled.png b/Artwork/desktop_and_vnc_are_enabled.png new file mode 100644 index 0000000..fa89334 Binary files /dev/null and b/Artwork/desktop_and_vnc_are_enabled.png differ diff --git a/Artwork/dv_configure_desktop_and_vnc.png b/Artwork/dv_configure_desktop_and_vnc.png new file mode 100644 index 0000000..2156798 Binary files /dev/null and b/Artwork/dv_configure_desktop_and_vnc.png differ diff --git a/Artwork/enable_vnc_and_configure_desktop.png b/Artwork/enable_vnc_and_configure_desktop.png new file mode 100644 index 0000000..b37c85a Binary files /dev/null and b/Artwork/enable_vnc_and_configure_desktop.png differ diff --git a/Artwork/raspberry_pi_remote_desktop.png b/Artwork/raspberry_pi_remote_desktop.png new file mode 100644 index 0000000..8c89a5e Binary files /dev/null and b/Artwork/raspberry_pi_remote_desktop.png differ diff --git a/Artwork/real_vnc_viewer.png b/Artwork/real_vnc_viewer.png new file mode 100644 index 0000000..4368322 Binary files /dev/null and b/Artwork/real_vnc_viewer.png differ diff --git a/Artwork/real_vnc_viewer_empty.png b/Artwork/real_vnc_viewer_empty.png new file mode 100644 index 0000000..29c8520 Binary files /dev/null and b/Artwork/real_vnc_viewer_empty.png differ diff --git a/Artwork/s_rasqberry_setup.png b/Artwork/s_rasqberry_setup.png new file mode 100644 index 0000000..a305950 Binary files /dev/null and b/Artwork/s_rasqberry_setup.png differ diff --git a/documentation/RasQberry_Setup.md b/documentation/RasQberry_Setup.md index 18b08f7..e890bfc 100644 --- a/documentation/RasQberry_Setup.md +++ b/documentation/RasQberry_Setup.md @@ -234,12 +234,59 @@ To activate and run the package, choose the options:
-## Install VNC and VNC Viewer -To remotely access the screen of your Raspberry Pi you need to have a VNC Viewer installed on a different computer. VNC has been tested using the [realVNC Viewer](https://www.realvnc.com/de/connect/download/viewer/).
-Enable VNC by choosing the "DV Configure Desktop and VNC"-Option in the RasQberry Setup menu.
-To connect to your Raspberry Pi you need to open your VNC Viewer. -In the VNC Viewer you enter the VNC server-address from your Raspberry. After that you will need to enter a username (default: pi) and a password (default: raspberry).
-Your VNC Viewer will now connect to your Raspberry Pi. +## Remote Desktop to Raspberry Pi + +Prerequisites:
+
    +
  1. Download the RasQ-init.sh script file from GitHub repository if it's not done before
  2. +
  3. RealVNC Viewer software should be installed on your personal laptop. Remote Desktop option (VNC) has been tested using the [realVNC Viewer](https://www.realvnc.com/de/connect/download/viewer/)
  4. +
+ +### Enable VNC Server:
+ +1. Open terminal and goto this path `/home/pi`
+2. Run this script file `. ./RasQ-init.sh`
+3. Choose `S – RasQberry Setup` option and hit `` button
+

+ drawing
+

+5. You will see `Desktop and VNC are enabled` message once it's successfully enabled the vnc server
+

+ drawing
+

+ +### Connect to your VNC Server (Raspberry Pi) from your personal laptop:
+ +
    +
  1. + Open the VNC Viewer app +

    + drawing +

    +
  2. +
  3. + Enter VNC Server (Raspberry Pi) IPAddress in the address bar section and hit ENTER button +

    + drawing +

    +
  4. +
  5. + Enter VNC Server (Raspberry Pi) username (Default: pi) and password (Default: raspberry) and click OK button +

    + drawing +

    +
  6. +
  7. + VNC Viewer will connect to your Raspberry Pi +

    + drawing +

    +
  8. +