2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-06 21:20:32 +00:00

Fix kvmd-edidconf --set-audio example (#763)

This commit is contained in:
Martin Wilhelmi 2022-07-01 18:52:12 +02:00 committed by GitHub
parent 1e40fe4ccd
commit d5165f2e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ So, to tune EDID on PiKVM, use the following steps:
The `kvmd-edidconfig` utility has the ability to change some simple parameters without using an external editor. For example you can change the vendor, model name and enable [HDMI audio](audio.md) on the PiKVM virtual display:
```
# kvmd-edidconf --set-mfc-id=LNX --set-monitor-name=PiKVM --set=audio=1
# kvmd-edidconf --set-mfc-id=LNX --set-monitor-name=PiKVM --set-audio=1
# reboot
```