Deprecate --vsync-aggressive

Original developer's word in man page: "Reported to work pretty terribly".

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-03-10 13:58:38 +00:00
parent 22da17630f
commit e7de44260b
5 changed files with 5 additions and 22 deletions

View File

@ -144,9 +144,6 @@ OPTIONS
(Note some VSync methods may not be enabled at compile time.)
--
*--vsync-aggressive*::
Attempt to send painting request before VBlank and do XFlush() during VBlank. Reported to work pretty terribly. This switch may be lifted out at any moment.
*--sw-opti*::
Limit compton to repaint at most once every 1 / 'refresh_rate' second to boost performance. This should not be used with *--vsync* drm/opengl/opengl-oml as they essentially does *--sw-opti*'s job already, unless you wish to specify a lower refresh rate than the actual value.