Invisible border on DP-2 bottom part of the screen

i get a strange invisible border on my second monitor… the bottom of the DP-2 screen.. my mouse cant reach…
monitorv2 {
output = DP-1
mode = 3440x1440@175
position = 0x0
bitdepth = 10
scale = 1
supports_wide_color = 1
supports_hdr = 1
sdr_min_luminance = 0.005
sdr_max_luminance = 240
}

monitorv2 {
output = DP-2
mode = 2560x1440@100
position = 3445x-900
bitdepth = 10
scale = 1
transform = 3
supports_wide_color = 1
supports_hdr = 1
sdr_min_luminance = 0.005
sdr_max_luminance = 240
}

render:cm_auto_hdr = 1
render:cm_fs_passthrough = 1

Video in Discord channel “Hyprland-Issues”

Tried changing positions, etc.. does not help..

Can you please post the video here (or host it on streamable / youtube / vimeo)?

https://imgur.com/a/iYkuEPt

imgur is the worst platform you could’ve chosen. Anyways, is that monitor transformed in any way?

yes config is on main post

monitorv2 {
output = DP-2
mode = 2560x1440@100
position = 3445x-900
bitdepth = 10
scale = 1
transform = 3
supports_wide_color = 1
supports_hdr = 1
sdr_min_luminance = 0.005
sdr_max_luminance = 240
}

I’ve seen this reported on the bug tracker, but I thought it was fixed…? Maybe not… what’s your hyprland version?

latest 0.50.0-1 on cachyos not -git

i had this issue for like 3-4 weeks isch

can it have something to do with (se below)
Monitor DP-2 (ID 1):
[email protected] at 3440x-900
description: ASUSTek COMPUTER INC VG32AQA1A R8LMQS068177
make: ASUSTek COMPUTER INC
model: VG32AQA1A
serial: R8LMQS068177
active workspace: 6 (6)
special workspace: 0 ()
reserved: 0 38 0 0 <---------THIS!
scale: 1.00
transform: 3
focused: no
dpmsStatus: 1
vrr: false
solitary: 0
activelyTearing: false
directScanoutTo: 0
disabled: false
currentFormat: XRGB2101010
mirrorOf: none

No, it’s likely the transform. See the discussion, found it: Cursor can't reach area on secondary transformed screen · hyprwm/Hyprland · Discussion #10100 · GitHub

cursor {
no_hardware_cursors = true
}

fixed it

i think i removed this setting when i changed my graphics card from nvidia to a 9070xt

thanks