qemu-options.hx (5430a28fe452907c9e1b2097e073bc1ea4b29f39) | qemu-options.hx (80e0c8c39b663cd44ea8d47efe256897b7102f50) |
---|---|
1HXCOMM Use DEFHEADING() to define headings in both help text and texi 2HXCOMM Text between STEXI and ETEXI are copied to texi version and 3HXCOMM discarded from C version 4HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to 5HXCOMM construct option structures, enums and help message for specified 6HXCOMM architectures. 7HXCOMM HXCOMM can be used for comments, discarded from both texi and C 8 --- 899 unchanged lines hidden (view full) --- 908 909@item lossy 910 911Enable lossy compression methods (gradient, JPEG, ...). If this 912option is set, VNC client may receive lossy framebuffer updates 913depending on its encoding settings. Enabling this option can save 914a lot of bandwidth at the expense of quality. 915 | 1HXCOMM Use DEFHEADING() to define headings in both help text and texi 2HXCOMM Text between STEXI and ETEXI are copied to texi version and 3HXCOMM discarded from C version 4HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to 5HXCOMM construct option structures, enums and help message for specified 6HXCOMM architectures. 7HXCOMM HXCOMM can be used for comments, discarded from both texi and C 8 --- 899 unchanged lines hidden (view full) --- 908 909@item lossy 910 911Enable lossy compression methods (gradient, JPEG, ...). If this 912option is set, VNC client may receive lossy framebuffer updates 913depending on its encoding settings. Enabling this option can save 914a lot of bandwidth at the expense of quality. 915 |
916@item non-adaptive 917 918Disable adaptive encodings. Adaptive encodings are enabled by default. 919An adaptive encoding will try to detect frequently updated screen regions, 920and send updates in these regions using a lossy encoding (like JPEG). 921This can be really helpfull to save bandwidth when playing videos. Disabling 922adaptive encodings allow to restore the original static behavior of encodings 923like Tight. 924 |
|
916@end table 917ETEXI 918 919STEXI 920@end table 921ETEXI 922 923DEFHEADING() --- 1423 unchanged lines hidden --- | 925@end table 926ETEXI 927 928STEXI 929@end table 930ETEXI 931 932DEFHEADING() --- 1423 unchanged lines hidden --- |