From 57c4c3c2a61147d26b6c674cd679c1fdf26afbee Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Tue, 15 Jul 2025 21:57:26 +0200 Subject: [PATCH 1/3] enhancement/add-edid --- ui/src/routes/devices.$id.settings.video.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/src/routes/devices.$id.settings.video.tsx b/ui/src/routes/devices.$id.settings.video.tsx index 9e888ab..ebca773 100644 --- a/ui/src/routes/devices.$id.settings.video.tsx +++ b/ui/src/routes/devices.$id.settings.video.tsx @@ -32,6 +32,11 @@ const edids = [ "00FFFFFFFFFFFF0010AC132045393639201E0103803C22782ACD25A3574B9F270D5054A54B00714F8180A9C0D1C00101010101010101023A801871382D40582C450056502100001E000000FF00335335475132330A2020202020000000FC0044454C4C204432373231480A20000000FD00384C1E5311000A202020202020018102031AB14F90050403020716010611121513141F65030C001000023A801871382D40582C450056502100001E011D8018711C1620582C250056502100009E011D007251D01E206E28550056502100001E8C0AD08A20E02D10103E960056502100001800000000000000000000000000000000000000000000000000000000004F", label: "DELL D2721H, 1920x1080", }, + { + value: + "00ffffffffffff0010ac0100020000000111010380221bff0a00000000000000000000adce0781800101010101010101010101010101000000ff0030303030303030303030303030000000ff0030303030303030303030303030000000fd00384c1f530b000a000000000000000000fc0044454c4c2049445241430a2020000a", + label: "DELL IDRAC EDID, 1280x1024", + }, ]; const streamQualityOptions = [ @@ -141,7 +146,7 @@ export default function SettingsVideoRoute() { title="Video Enhancement" description="Adjust color settings to make the video output more vibrant and colorful" /> - +
Date: Tue, 15 Jul 2025 22:02:53 +0200 Subject: [PATCH 2/3] Revert "enhancement/add-edid" This reverts commit 57c4c3c2a61147d26b6c674cd679c1fdf26afbee. --- ui/src/routes/devices.$id.settings.video.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/src/routes/devices.$id.settings.video.tsx b/ui/src/routes/devices.$id.settings.video.tsx index ebca773..9e888ab 100644 --- a/ui/src/routes/devices.$id.settings.video.tsx +++ b/ui/src/routes/devices.$id.settings.video.tsx @@ -32,11 +32,6 @@ const edids = [ "00FFFFFFFFFFFF0010AC132045393639201E0103803C22782ACD25A3574B9F270D5054A54B00714F8180A9C0D1C00101010101010101023A801871382D40582C450056502100001E000000FF00335335475132330A2020202020000000FC0044454C4C204432373231480A20000000FD00384C1E5311000A202020202020018102031AB14F90050403020716010611121513141F65030C001000023A801871382D40582C450056502100001E011D8018711C1620582C250056502100009E011D007251D01E206E28550056502100001E8C0AD08A20E02D10103E960056502100001800000000000000000000000000000000000000000000000000000000004F", label: "DELL D2721H, 1920x1080", }, - { - value: - "00ffffffffffff0010ac0100020000000111010380221bff0a00000000000000000000adce0781800101010101010101010101010101000000ff0030303030303030303030303030000000ff0030303030303030303030303030000000fd00384c1f530b000a000000000000000000fc0044454c4c2049445241430a2020000a", - label: "DELL IDRAC EDID, 1280x1024", - }, ]; const streamQualityOptions = [ @@ -146,7 +141,7 @@ export default function SettingsVideoRoute() { title="Video Enhancement" description="Adjust color settings to make the video output more vibrant and colorful" /> - +
Date: Tue, 15 Jul 2025 22:10:31 +0200 Subject: [PATCH 3/3] enhancement: add new EDID for DELL IDRAC, 1280x1024 to video settings --- ui/src/routes/devices.$id.settings.video.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/src/routes/devices.$id.settings.video.tsx b/ui/src/routes/devices.$id.settings.video.tsx index 9e888ab..ebca773 100644 --- a/ui/src/routes/devices.$id.settings.video.tsx +++ b/ui/src/routes/devices.$id.settings.video.tsx @@ -32,6 +32,11 @@ const edids = [ "00FFFFFFFFFFFF0010AC132045393639201E0103803C22782ACD25A3574B9F270D5054A54B00714F8180A9C0D1C00101010101010101023A801871382D40582C450056502100001E000000FF00335335475132330A2020202020000000FC0044454C4C204432373231480A20000000FD00384C1E5311000A202020202020018102031AB14F90050403020716010611121513141F65030C001000023A801871382D40582C450056502100001E011D8018711C1620582C250056502100009E011D007251D01E206E28550056502100001E8C0AD08A20E02D10103E960056502100001800000000000000000000000000000000000000000000000000000000004F", label: "DELL D2721H, 1920x1080", }, + { + value: + "00ffffffffffff0010ac0100020000000111010380221bff0a00000000000000000000adce0781800101010101010101010101010101000000ff0030303030303030303030303030000000ff0030303030303030303030303030000000fd00384c1f530b000a000000000000000000fc0044454c4c2049445241430a2020000a", + label: "DELL IDRAC EDID, 1280x1024", + }, ]; const streamQualityOptions = [ @@ -141,7 +146,7 @@ export default function SettingsVideoRoute() { title="Video Enhancement" description="Adjust color settings to make the video output more vibrant and colorful" /> - +