- status: open --> open-accepted
- Group: -->
I am using the server service on Windows 10 and Windows 11.
In
void DesktopServerProto::checkRectangle
the max. resolution is limited to 32000 x 32000, while
void DesktopServerProto::checkDimension
allows resolutions up to 64000x64000
The 32000x32000 limit can be reached with 8 x horizontally arranged 4096x2160 monitors. The check even fails, if only a single monitor is set to be used (-controlservice -shareprimary), it seems to be always done with the entire desktop resolution.
I tried to increase the rectangle limit to 64000x64000 in code at it is working like expected, so there seems to be no obvious reason for limiting to 32000x32000. It would be great if you could increase the max. rectangle resolution to 64000x64000