mirror of
https://github.com/pikvm/pikvm.git
synced 2024-04-21 12:41:58 +00:00
update
This commit is contained in:
+6
-6
@@ -35,7 +35,7 @@ This is shown more clearly below:
|
|||||||
4. Switch filesystem to RW-mode:
|
4. Switch filesystem to RW-mode:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# rw
|
[root@pikvm ~]# rw
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Make sure that you have these lines in `/boot/config.txt`, add them if not:
|
3. Make sure that you have these lines in `/boot/config.txt`, add them if not:
|
||||||
@@ -60,8 +60,8 @@ This is shown more clearly below:
|
|||||||
5. Disable old alpha passthrough service and perform the soft reboot:
|
5. Disable old alpha passthrough service and perform the soft reboot:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl disable kvmd-pass
|
[root@pikvm ~]# systemctl disable kvmd-pass
|
||||||
# reboot
|
[root@pikvm ~]# reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
After rebooting, you will see an image on the physical display.
|
After rebooting, you will see an image on the physical display.
|
||||||
@@ -77,9 +77,9 @@ To avoid this, you can change the resolution of the host OS, or if the OS does n
|
|||||||
disable the 1920x1200 mode on PiKVM itself:
|
disable the 1920x1200 mode on PiKVM itself:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# rw
|
[root@pikvm ~]# rw
|
||||||
# kvmd-edidconf --import-preset=v4plus.no-1920x1200 # Or v4mini.no-1920x1200
|
[root@pikvm ~]# kvmd-edidconf --import-preset=v4plus.no-1920x1200 # Or v4mini.no-1920x1200
|
||||||
# reboot
|
[root@pikvm ~]# reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user