Skip to content

Commit 19a1ad2

Browse files
committed
Update README.md
Typo fixed. Some clarifications.
1 parent 33a689a commit 19a1ad2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

remote-access/vnc/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo apt-get install tightvncserver
1818
tightvncserver
1919
```
2020

21-
- Start a VNC server from the terminal. Since a desktop ist typically already running we stop it first:
21+
- Start a VNC server from the terminal. Since a desktop is typically already running we stop it first:
2222

2323
```
2424
service lightdm stop
@@ -30,7 +30,8 @@ service lightdm stop
3030
vncserver :0 -geometry 1920x1080 -depth 24
3131
```
3232

33-
- Alternatively you could start the VNC server at a different display (e.g. ```:1```) but this would normally be a waste of resources.
33+
- Alternatively you could start the VNC server at a different display (e.g. ```:1```) in which case there is no need to stop lightdm.
34+
- In this case you have two X sessions running which would normally be a waste of resources.
3435
- Now, on your computer, install and run the VNC client:
3536

3637
- On a Linux machine install the package `xtightvncviewer`:

0 commit comments

Comments
 (0)