aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-08 20:52:08 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-08 20:52:08 +0100
commit70fced3889b4c15044041b960ab9d6be9b697f5e (patch)
treeecf6c4d2119e1c1d723baff00c5a371271247a3c /TODO
parent0686b924def291323c94f8d26d96fd0ef9d854c4 (diff)
x11: fix correct monitor capture size when output is scaled
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index ac352c4..6addd68 100644
--- a/TODO
+++ b/TODO
@@ -185,3 +185,5 @@ Support pipewire audio capture which also allows capturing audio from a single a
Or use pa_stream_set_monitor_stream, which also takes the sink-input as input. However need to track when the sink disconnects to mute and then reconnect again.
Support recording/replay/livestreaming at the same time by allowing commands to be run on an existing gpu screen recorder instance.
+
+Test if `xrandr --output DP-1 --scale 1.5` captures correct size on nvidia. \ No newline at end of file