From 98006a8dbae3ffc629891c463651968c01370c97 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 21 Nov 2025 10:20:15 +0300 Subject: Remove setting max bpc --- docs/wiki/Configuration:-Debug-Options.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/wiki/Configuration:-Debug-Options.md b/docs/wiki/Configuration:-Debug-Options.md index 5dea65f2..53ae54f9 100644 --- a/docs/wiki/Configuration:-Debug-Options.md +++ b/docs/wiki/Configuration:-Debug-Options.md @@ -320,6 +320,10 @@ Apparently, setting max bpc to 8 breaks some displays driven by AMDGPU. If this happens to you, set this debug flag, which will prevent niri from changing max bpc. AMDGPU bug report: https://gitlab.freedesktop.org/drm/amd/-/issues/4487. +Since: next release +This setting is deprecated and does nothing: niri no longer sets max bpc. +The old niri behavior with this setting enabled matches the new behavior. + ```kdl debug { keep-max-bpc-unchanged -- cgit