Bug 8237 - Cannot create sessions larger than 16384×16384
Summary: Cannot create sessions larger than 16384×16384
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VNC (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-05 15:35 CEST by Pierre Ossman
Modified: 2023-10-10 13:04 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2023-10-05 15:35:25 CEST
ThinLinc (Xvnc) currently refuses to resize a session to anything larger than 16384 pixels in either dimension. This limit was added to avoid overflowing signed 32-bit calculations:

https://github.com/TigerVNC/tigervnc/commit/996356b6c65ca165ee1ea46a571c32a1dc3c3821

Most users should stay way below this limit, as it would mean more than 4 UHD monitors side-by-side. Some extreme video walls might exceed this, though.

Note You need to log in before you can comment on or make changes to this bug.