- Newest
- Most votes
- Most comments
In addition to the previous response, since you already verified the _NET_WM_STATE_FULLSCREEN and X11 geometry flags, I recommend adding three specific isolation checks to your AWS Support ticket. Proprietary remote desktop clients occasionally miscalculate Xrandr/Xinerama geometries when running outside of fully-featured compositors:
- Compositor Check: Briefly test the client under the default Ubuntu GNOME (Mutter) session. If the artifact disappears, the DCV client specifically struggles to interpret the multi-monitor geometry in a pure Openbox (non-composited) kiosk environment.
- Host-Side DPI Scaling: Ensure that the display scaling inside the Windows WorkSpace OS is strictly set to 100% for both displays. Fractional scaling mismatches between the host and the client often force rendering engines to inject scrollbars.
- Version Rollback: If possible, downgrade the Linux client to the previous version via apt to establish whether this is a direct regression introduced in 2026.0.5677-1. Including these data points in your support case will eliminate standard tier-1 troubleshooting loops and significantly speed up the engineering team's root cause analysis.
Based on the available documentation, I can confirm that the WorkSpaces Linux client does support multi-monitor configurations with up to four displays at a maximum resolution of 3840x2160 per monitor. The client includes functionality to extend the display across multiple monitors and enter full screen mode across all connected displays.
However, the specific rendering artifacts you're experiencing—the horizontal scrollbar overlapping the Windows taskbar and the thin vertical border on the primary monitor in extended fullscreen mode—are not documented as known issues or expected behavior in the current release notes.
The release notes for the 2026.0 version you're running mention several improvements and fixes, including:
- Added support for opening the client in full screen mode on all connected displays by default when provisioned on thin client devices
- Improvements to the disconnection experience
- Various bug fixes related to session handling and application stability
- Updates to the DCV SDK
The fact that the issue is isolated to the primary monitor in extended mode, while the secondary monitor renders correctly, and that your window manager configuration shows identical settings for both displays, suggests this is likely a client-side rendering issue specific to how the DCV client handles the primary display in multi-monitor extended configurations.
For troubleshooting and resolution, I recommend:
-
Report this issue directly to AWS Support through the AWS Support Center (https://console.aws.amazon.com/support/). Include the detailed reproduction steps, environment information, and isolation testing you've already performed, as this level of detail will be valuable for the engineering team.
-
Enable diagnostic logging if you haven't already, and capture logs during a session where the artifact appears. While you mentioned no relevant output at info level, verbose diagnostic logs may capture additional details that could help identify the root cause.
-
Monitor for client updates: Given that this appears to be a client-side rendering issue in a specific configuration (dual-monitor extended fullscreen on the primary display), a future client update would be the most likely path to resolution.
Your current workaround of using single-monitor mode is reasonable for the immediate term, though I understand it's not ideal for your kiosk deployment requirements.
Sources
WorkSpaces Linux client application - Amazon WorkSpaces
Relevant content
asked a year ago
asked 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago

Update: checked the display scaling suggestion from Florian's answer. Display scaling inside the WorkSpace OS is set to exactly 100% on both monitors, so that's not the cause here. Still seeing the artifact. Will look at filing a formal AWS Support ticket next.