docs: add some details to VNC page (#1314)
* docs: add some details to VNC page * fix numbers
This commit is contained in:
parent
3abfe2dc5c
commit
9d320ae710
15
docs/VNC.md
15
docs/VNC.md
@ -9,13 +9,13 @@ This article describes how to use KlipperScreen through a remote connection.
|
|||||||
## On the Host device (for example a Raspberry Pi):
|
## On the Host device (for example a Raspberry Pi):
|
||||||
|
|
||||||
|
|
||||||
1. [First installl KlipperScreen](Installation.md)
|
1. [First install KlipperScreen](Installation.md)
|
||||||
2. Install a vnc server package, for example:
|
2. Install a vnc server package, for example:
|
||||||
```bash
|
```bash
|
||||||
sudo apt install tigervnc-standalone-server
|
sudo apt install tigervnc-standalone-server
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Create `launch_KlipperScreen.sh`:
|
3. Create `~/KlipperScreen/scripts/launch_KlipperScreen.sh`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
@ -27,12 +27,17 @@ This article describes how to use KlipperScreen through a remote connection.
|
|||||||
!!! tip
|
!!! tip
|
||||||
To change resolution add: `-geometry 1280x720` to the arguments of Xtigervnc
|
To change resolution add: `-geometry 1280x720` to the arguments of Xtigervnc
|
||||||
|
|
||||||
4. Restart KlipperScreen or reboot the system:
|
4. Make the script executable
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl service KlipperScreen restart
|
chmod +x ~/KlipperScreen/scripts/launch_KlipperScreen.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
5. On KlipperScreen set the following configuration:
|
5. Restart KlipperScreen or reboot the system:
|
||||||
|
```bash
|
||||||
|
sudo systemctl restart KlipperScreen.service
|
||||||
|
```
|
||||||
|
|
||||||
|
6. On KlipperScreen set the following configuration:
|
||||||
|
|
||||||
Turn off DPMS and Display timeout:
|
Turn off DPMS and Display timeout:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user