mikef5410 / run_scaled

Run an X application scaled via xpra. Useful on hidpi screens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run_scaled

Run an X application scaled via xpra.

Usage: run_scaled [--scale=scaling_factor] [--opengl=auto|yes|no] [--sleep=sleeptime] application

--scale  Sets the factor the application is scaled by. Fractional scales are
         supported. It is set to 2 by default.
--opengl Sets whether xpra should use opengl for rendering. If you get rendering
         errors, especially when the window is resized, try setting it to no. It
         is set to auto by default.
--sleep  Sets how many seconds to wait after starting xpra before attaching to
         the xpra session. It is set to 1 by default.
         You might need to increase the value if your machine is particularly
         slow and attaching fails with a message like

             InitException: cannot find any live servers to connect to
             xpra initialization error:
              cannot find any live servers to connect to

Dependencies:

About

Run an X application scaled via xpra. Useful on hidpi screens.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%