From e68321ac1e92d13da04793eea7f2b58e5dbc5c83 Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Mon, 13 Jul 2026 12:38:32 -0300 Subject: [PATCH] Add Virtual-1 display configuration to DMS settings - Included a new display entry for "Virtual-1" in the DMS settings.json file, enhancing display management capabilities. --- modules/hosts/14900k/_private/dms-defaults/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hosts/14900k/_private/dms-defaults/settings.json b/modules/hosts/14900k/_private/dms-defaults/settings.json index 8cf7113..64d165e 100644 --- a/modules/hosts/14900k/_private/dms-defaults/settings.json +++ b/modules/hosts/14900k/_private/dms-defaults/settings.json @@ -486,6 +486,10 @@ { "name": "DP-3", "model": "34GL750" + }, + { + "name": "Virtual-1", + "model": "Virtual-1" } ], "showOnLastDisplay": false,