https://bugs.kde.org/show_bug.cgi?id=430415
--- Comment #3 from Frederick Zhang <frederick...@tsundere.moe> --- Welp, it seems to be related to my weird display setup again... and probably nvidia lol (I'll definitely get an AMD next time sigh) I've got 3 displays: DP-0 1080p on the left, DP-3 4K in the middle (primary) and DP-1 1080p on the right. And my Xsetup command is: xrandr --fb 11520x2160 \ --output "$LEFT" --auto --scale 2.0 --dpi 256 --panning 3840x2160+0+0 --pos 0x0 \ --output "$MIDDLE" --auto --primary --scale 1.0 --dpi 163 --panning 3840x2160+3840+0 --pos 3840x0 \ --output "$RIGHT" --auto --scale 2.0 --dpi 205 --panning 3840x2160+7680+0 --pos 7680x0 And so far this is the only configuration that I can use to reproduce this problem. I've tried: 1. All 3 displays on, X scale all set to 1.0 2. Left and Middle on, Left scale set to 2.0 3. Left and Middle on, Left scale set to 1.0 4. Right and Middle on, Left scale set to 2.0 5. Right and Middle on, Left scale set to 1.0 ...and Spectacle rectangular region capturing worked just normally. Is it possible that this issue is only reproducible when X framebuffer is large enough? -- You are receiving this mail because: You are watching all bug changes.