f- hdr
This commit is contained in:
parent
1986863848
commit
cd7830e494
2 changed files with 19 additions and 10 deletions
|
|
@ -55,17 +55,24 @@
|
||||||
output = "eDP-1";
|
output = "eDP-1";
|
||||||
mode = "1920x1200@60";
|
mode = "1920x1200@60";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
scale = "1";
|
scale = 1;
|
||||||
transform = "0";
|
|
||||||
bitdepth = 10;
|
bitdepth = 10;
|
||||||
# cm = "hdr";
|
cm = "hdr";
|
||||||
# supports_wide_color = 1;
|
supports_wide_color = 1;
|
||||||
# supports_hdr = 1;
|
supports_hdr = 1;
|
||||||
# sdr_min_luminance = 0;
|
|
||||||
# sdr_max_luminance = 400;
|
sdrbrightness = 1.0;
|
||||||
# sdr_eotf = 2;
|
sdrsaturation = 1.0;
|
||||||
# sdrbrightness = 1.0;
|
|
||||||
# sdrsaturation = 1.2;
|
sdr_min_luminance = 0.005;
|
||||||
|
sdr_max_luminance = 200;
|
||||||
|
|
||||||
|
min_luminance = 0.0005;
|
||||||
|
max_luminance = 400;
|
||||||
|
max_avg_luminance = 250;
|
||||||
|
|
||||||
|
sdr_eotf = 2;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@
|
||||||
hyprshot
|
hyprshot
|
||||||
antigravity
|
antigravity
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
protonup-qt
|
||||||
|
vlc
|
||||||
|
|
||||||
(lib.mkIf osconfig.device.programs.cider-2.enable cider-2)
|
(lib.mkIf osconfig.device.programs.cider-2.enable cider-2)
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Reference in a new issue