Skip to content

Commit a42384f

Browse files
enhancement: add new EDID for DELL iDRAC (#693)
1 parent 3ec2432 commit a42384f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ui/src/routes/devices.$id.settings.video.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ const edids = [
3232
"00FFFFFFFFFFFF0010AC132045393639201E0103803C22782ACD25A3574B9F270D5054A54B00714F8180A9C0D1C00101010101010101023A801871382D40582C450056502100001E000000FF00335335475132330A2020202020000000FC0044454C4C204432373231480A20000000FD00384C1E5311000A202020202020018102031AB14F90050403020716010611121513141F65030C001000023A801871382D40582C450056502100001E011D8018711C1620582C250056502100009E011D007251D01E206E28550056502100001E8C0AD08A20E02D10103E960056502100001800000000000000000000000000000000000000000000000000000000004F",
3333
label: "DELL D2721H, 1920x1080",
3434
},
35+
{
36+
value:
37+
"00ffffffffffff0010ac0100020000000111010380221bff0a00000000000000000000adce0781800101010101010101010101010101000000ff0030303030303030303030303030000000ff0030303030303030303030303030000000fd00384c1f530b000a000000000000000000fc0044454c4c2049445241430a2020000a",
38+
label: "DELL IDRAC EDID, 1280x1024",
39+
},
3540
];
3641

3742
const streamQualityOptions = [
@@ -140,7 +145,7 @@ export default function SettingsVideoRoute() {
140145
title="Video Enhancement"
141146
description="Adjust color settings to make the video output more vibrant and colorful"
142147
/>
143-
148+
144149
<div className="space-y-4 pl-4">
145150
<SettingsItem
146151
title="Saturation"

0 commit comments

Comments
 (0)