New issue
Advanced search Search tips

Issue 618367 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

CRD client app doesn't handle client devicePixelRatio that corresponds to non-integer DPI.

Project Member Reported by sergeyu@chromium.org, Jun 8 2016

Issue description

What steps will reproduce the problem?
(1) Connect from a client that has devicePixelRatio = 1.6 to a Linux host

What is the expected output?
The screen resolution on the host is set to match the client size

What do you see instead?
The screen resolution on the host is slightly larger than the client size.

It looks like the problem is that the client client rounds DPI from 153.6 to 153, but doesn't scale the requested resolution according to that DPI.
 

Sign in to add a comment