From 64baaae53531c82108b26157cd4ee00fe7ee1eea Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 24 Aug 2022 16:05:20 +0300 Subject: [PATCH] fix --- docs/edid.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/edid.md b/docs/edid.md index e6029bac..00710f66 100644 --- a/docs/edid.md +++ b/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 # 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 @@ -128,15 +131,6 @@ The `kvmd-edidconfig` utility has the ability to change some simple parameters w 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