update system

This commit is contained in:
2025-09-02 10:17:05 +02:00
parent 71384d0740
commit 6145732891
6 changed files with 25 additions and 40 deletions

View File

@@ -15,7 +15,7 @@ in
enable = mkEnableOption "Enable optimisations for the Gigabyte FV43U monitor";
hdr = mkOption {
type = types.bool;
default = true;
default = false;
description = "Enable HDR support for the Gigabyte FV43U monitor.";
};
};
@@ -64,7 +64,7 @@ in
slave_count_for_center_master = 0;
mfact = 0.4;
};
render.direct_scanout = 1;
render.direct_scanout = 0;
/*
monitor = [
"${monitorline},sdrbrightness,1.3"
@@ -78,7 +78,7 @@ in
scale = 1;
bitdepth = 10;
addreserved = "340,0,0,0";
cm = "hdr";
cm = if cfg.hdr then "hdr" else "srgb";
sdr_min_luminance = 0.25;
sdr_max_luminance = 400;
};

View File

@@ -38,7 +38,9 @@ in
];
})
rpcs3
bottles
wineWowPackages.stagingFull
wineWow64Packages.stagingFull
winetricks
protontricks
mangohud