weston icon indicating copy to clipboard operation
weston copied to clipboard

Allow scaling factor smaller than 1

Open DRM-Free opened this issue 1 year ago • 0 comments

I'm running an android application using waydroid in a weston environment. I have developped scripts that run with a specific screen size on my android phone and I need those scripts to run in the weston window. I successfully set the screen width and height with

waydroid prop set persist.waydroid.width = ...
waydroid prop set persist.waydroid.width  = ...

Now, my problem is that the app window is now bigger than my monitor screen. Is there a way to force weston to scale down the rendered windows so it fits into my screen? I have heard of the scale factor in the output section of weston.ini but is looks like this option can only be an integer when what I need is to scale down the display size.

DRM-Free avatar Jun 10 '23 12:06 DRM-Free