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 [--scale=VALUE] application [application-arguments]
10       run_scaled  [--scale=VALUE]  [xpra-arguments]  -- application [applica‐
11                  tion-arguments]
12
13

DESCRIPTION

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

EXAMPLES

20       run_scaled xterm -ls
21              Starts the command "xterm -ls", with the default scaling of 2.
22              The xterm window will be twice as big as it normally would be.
23
24       run_scaled --scale=250% firefox
25              Start firefox, upscaled by 250%.
26
27       run_scaled --speaker=off --microphone=off -- wine notepad.exe
28              Starts  the  command  "wine  notepad.exe", with audio inputs and
29              outputs disabled (by additional Xpra arguments) and the  default
30              scaling of 2.
31
32

OPTIONS

34       --scale=VALUE
35              The scaling factor to apply, specified as:
36
37              number ie: 2, 1.5
38
39              fraction
40                     ie: 3/2
41
42              percentage
43                     ie: 250%
44       If unspecified, the default value is 2.
45
46

LIMITATIONS

48       The  scaling  value  is limited to the range 0.1 to 10, and even within
49       that range, values lower than 1 may not work correctly with large  dis‐
50       plays.
51
52

SEE ALSO

54       xpra(1)
55
56
57
58                                                                 RUN_SCALED(1)
Impressum