1RUN_SCALED(1)               General Commands Manual              RUN_SCALED(1)
2
3
4

NAME

6       run_scaled - run an X11 application upscaled or downscaled
7

SYNOPSIS

9       run_scaled [--scaling=VALUE] application [application-arguments]
10
11

DESCRIPTION

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

EXAMPLES

18       run_scaled xterm -ls
19              Starts the command "xterm -ls", with the default scaling of 2.
20              The xterm window will be twice as big as it normally would be.
21
22       run_scaled --scaling=250% firefox
23              Start firefox, upscaled by 250%.
24
25

OPTIONS

27       --scaling=VALUE
28              The scaling factor to apply, specified as:
29
30              number ie: 2, 1.5
31
32              fraction
33                     ie: 3/2
34
35              percentage
36                     ie: 250%
37       If unspecified, the default value is 2.
38
39

LIMITATIONS

41       The scaling value is limited to the range 0.1 to 10,  and  even  within
42       that  range, values lower than 1 may not work correctly with large dis‐
43       plays.
44
45

SEE ALSO

47       xpra(1)
48
49
50
51                                                                 RUN_SCALED(1)
Impressum