[KRdp] [Bug 488358] Connecting to a system with a higher resolution screen compared the client sends an image that is too large
Akseli Lahtinen
bugzilla_noreply at kde.org
Wed Jun 12 08:06:26 BST 2024
https://bugs.kde.org/show_bug.cgi?id=488358
Akseli Lahtinen <akselmo at akselmo.dev> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |akselmo at akselmo.dev
--- Comment #2 from Akseli Lahtinen <akselmo at akselmo.dev> ---
I think you forgot to add the screenshot :D
But yeah I worked on some of the downscaling stuff, which would always scale
the video stream (and quality) down to the client size.
However in my testing it was always kind of unusable since it would sometimes
make the items in the video really small, but I have 3440x1440 screen that was
being scaled down to 1920x1080 so that might be why.
IIRC this is how it goes in windows world:
- Client tells the server what their screen resolution is
- Server changes the actual display resolution to match the client resolution
- Any downscaling happens after this
Anyhow, we don't have anything like this yet. Your best bet currently is to set
the client to scale the server video stream.
So yeah, *client* needs to make sure the video stream is visible.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list