Files
rdp_client/test_new_monitor_approach.py
root 80fd3dde36 Remove /size: parameter conflict with /monitors: for better compatibility
Issue: /monitors:1,2 with /size:3840x1080 still shows only single monitor
Analysis: /size: parameter may conflict with /monitors: in FreeRDP 2.11.5

New approach:
- Use /monitors:1,2 WITHOUT /size: parameter
- Let /monitors: parameter handle monitor layout and sizing automatically
- Remove /size: from command when using specific monitor selection
- Keep /size: only for single monitor or manual resolution settings

Expected behavior:
- /monitors:1,2 should automatically span across monitors 1,2
- Remove potential parameter conflicts causing single monitor fallback
- Maintain fullscreen-like behavior through monitor spanning

Test command change:
Before: xfreerdp /size:3840x1080 /monitors:1,2
After:  xfreerdp /monitors:1,2

This follows FreeRDP documentation that /monitors: should handle sizing.
2025-09-18 11:12:01 +02:00

1.8 KiB