From da2f8eec4cb0191d101d9a456db8a97682edc48a Mon Sep 17 00:00:00 2001 From: GabrielGilbert Date: Wed, 10 Jul 2024 09:11:20 -0400 Subject: [PATCH] config: Add documentation for 10 bit color displays Add a note in Monitors.conf about 10 bit color displays and how it can affect screen captures --- config/hypr/UserConfigs/Monitors.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hypr/UserConfigs/Monitors.conf b/config/hypr/UserConfigs/Monitors.conf index 36781f9..b23da3d 100644 --- a/config/hypr/UserConfigs/Monitors.conf +++ b/config/hypr/UserConfigs/Monitors.conf @@ -19,6 +19,11 @@ monitor=,preferred,auto,1 #monitor = DP-1, preferred, auto, 1 #monitor = HDMI-A-1, preferred,auto,1 +# NOTE: for monitors with 10 bit color displays, enable the depthbit,10 option. +# Otherwise, screen captures might render a black screen + +# monitor=,preferred,auto,1,bitdepth,10 + # QEMU-KVM or any virtual box #monitor = Virtual-1, 1920x1080@60,auto,1