mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
client: improve WAN option description
The WAN options (--color-depth and --disable-effects) need support from the guest agent to be working. Currently they are only supported on Windows. While I don't want to explicitly mention Windows in --help output, we can hint that it won't work with all guests in --help. This fixes RH bug #712941
This commit is contained in:
parent
933ca15ff4
commit
44073d1b38
@ -2276,11 +2276,11 @@ bool Application::process_cmd_line(int argc, char** argv, bool &full_screen)
|
||||
parser.add(SPICE_OPT_CANVAS_TYPE, "canvas-type", "set rendering canvas", "canvas_type", true);
|
||||
parser.set_multi(SPICE_OPT_CANVAS_TYPE, ',');
|
||||
|
||||
parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth", "guest display color depth",
|
||||
parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth", "guest display color depth (if supported by the guest vdagent)"
|
||||
"16/32", true);
|
||||
|
||||
parser.add(SPICE_OPT_DISABLE_DISPLAY_EFFECTS, "disable-effects",
|
||||
"disable guest display effects", "wallpaper/font-smooth/animation/all", true);
|
||||
"disable guest display effects (if supported by the guest vdagent)", "wallpaper/font-smooth/animation/all", true);
|
||||
parser.set_multi(SPICE_OPT_DISABLE_DISPLAY_EFFECTS, ',');
|
||||
|
||||
parser.add(SPICE_OPT_CONTROLLER, "controller", "enable external controller");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user