Hyprland
                                
                                
                                
                                    Hyprland copied to clipboard
                            
                            
                            
                        Underscan/Overscan Support
I'm not 100% sure if this feature is already possible but I know this is an issue with sway as well.
I use a TV as part of my computer setup that requires a 5% underscan for it to work. Can this feature be added to hyprland?
what is a 5% underscan in this scenario? 5% FPS less?
https://en.wikipedia.org/wiki/Overscan
It means there's a black box around the displayed image. It's not taking up the entire screen.
xrandr --output  HDMI-A-1 --right-of HDMI-A-0 --set underscan on --set 'underscan hborder' 96 --set 'underscan vborder' 54
This is the xrandr command I would use. It basically reduces the edge around the screen by adding a black border around it. Of about 5% in my case. In xrandr you have to manually calculate it.
The overscan problem has to be addressed in wlroots first. See https://github.com/swaywm/sway/issues/5038
thats what I suspected. It's too low level of a thing