vanadium/display: lower orchid brightness

This commit is contained in:
Primrose 2025-10-21 17:45:45 +08:00
parent 5b14aadea1
commit 14bc70c00a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -160,21 +160,13 @@
configs.allOff configs.allOff
(configs.enableOrchid name) (configs.enableOrchid name)
]; ];
# seems like this display doesn't support DDC
hooks.postswitch = lib.mkMerge [ hooks.postswitch = lib.mkMerge [
(switches.setDPI {dpi = 100;}) (switches.setDPI {dpi = 100;})
(switches.setSoftwareBrightness { (switches.setSoftwareBrightness {
device = name; device = name;
brightness = 1; brightness = 0.8;
}) })
# # seems like this display doesn't support DDC
# (switches.setDDCBrightness {
# modelName = "VG27AQL3A";
# brightness = 0;
# })
# (switches.setDDCContrast {
# modelName = "VG27AQL3A";
# contrast = 0.5;
# })
]; ];
}; };
in in