RUN_SCALED(1) General Commands Manual RUN_SCALED(1)

run_scaled - run an X11 application upscaled or downscaled

run_scaled [--scale=VALUE] application [application-arguments]

run_scaled [--scale=VALUE] [xpra-arguments] -- application [application-arguments]

run_scaled uses xpra(1) to show any X11 application with arbitrary scaling applied.

Starts the command "xterm -ls", with the default scaling of 2.
The xterm window will be twice as big as it normally would be.
Start firefox, upscaled by 250%.
Starts the command "wine notepad.exe", with audio inputs and outputs disabled (by additional Xpra arguments) and the default scaling of 2.

The scaling factor to apply, specified as:
ie: 2, 1.5
ie: 3/2
ie: 250%

If unspecified, the default value is 2.

The scaling value is limited to the range 0.1 to 10, and even within that range, values lower than 1 may not work correctly with large displays.

xpra(1)