mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
43d29f189b
commit
64baaae535
12
docs/edid.md
12
docs/edid.md
|
|
@ -64,6 +64,9 @@ The `kvmd-edidconfig` utility has the ability to change some simple parameters w
|
||||||
# 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
|
# reboot
|
||||||
```
|
```
|
||||||
|
!!! note
|
||||||
|
Windows cache's drivers and registry settings so changing the monitor name is not enough, you will also need to change the product ID and/or the serial number along with the monitor name:
|
||||||
|
`# kvmd-edidconf --set-monitor-name=TOSHIBA --set-mfc-id=TTP --set-product-id=34953 --set-serial=2290649089 --apply`
|
||||||
|
|
||||||
|
|
||||||
## Custom EDIDs
|
## Custom EDIDs
|
||||||
|
|
@ -128,15 +131,6 @@ The `kvmd-edidconfig` utility has the ability to change some simple parameters w
|
||||||
00000000000000000000000000000045
|
00000000000000000000000000000045
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changing EDID parameters for audio
|
|
||||||
|
|
||||||
```
|
|
||||||
Windows cache's drivers and registry settings so changing the monitor name is not enough, you will also need to change the PID/SN along with the monitor name
|
|
||||||
|
|
||||||
# kvmd-edidconf --set-monitor-name=TOSHIBA --set-mfc-id=TTP --set-product-id=34953 --set-serial=2290649089 --apply
|
|
||||||
```
|
|
||||||
|
|
||||||
Reboot target
|
|
||||||
|
|
||||||
## Default EDID
|
## Default EDID
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue