File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ sudo apt-get install tightvncserver
18
18
tightvncserver
19
19
```
20
20
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:
22
22
23
23
```
24
24
service lightdm stop
@@ -30,7 +30,8 @@ service lightdm stop
30
30
vncserver :0 -geometry 1920x1080 -depth 24
31
31
```
32
32
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.
34
35
- Now, on your computer, install and run the VNC client:
35
36
36
37
- On a Linux machine install the package ` xtightvncviewer ` :
You can’t perform that action at this time.
0 commit comments