ab8ff54f4c
The goal is to control the rate of capture while in screencast, as it can represent a performance issue and can cause input lag and the feeling of having a laggy mouse. This commit addresses the issue reported in #66. The code measures the time elapsed to make a single screen capture, and calculates how much to wait for the next capture to achieve the targeted frame rate. To delay the capturing of the next frame, the code introduces timers into the event loop based on the event loop in https://github.com/emersion/mako Added a command-line argument and an entry in the config file as well for the max FPS. The default value is 0, meaning no rate control. Added code to measure the average FPS every 5 seconds and print it with DEBUG level. |
||
---|---|---|
.builds | ||
contrib | ||
include | ||
protocols | ||
src | ||
.editorconfig | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
meson.build | ||
meson_options.txt | ||
org.freedesktop.impl.portal.desktop.wlr.service.in | ||
README.md | ||
wlr.portal |
xdg-desktop-portal-wlr
xdg-desktop-portal backend for wlroots
Building
meson build
ninja -C build
Installing
From Source
ninja -C build install
Distro Packages
Running
Make sure XDG_CURRENT_DESKTOP=sway
is set.
When correctly installed, xdg-desktop-portal should automatically invoke xdg-desktop-portal-wlr when needed.
At the moment, some command line flags are available for testing, compatibility, or output selection. If you need to use one of these flags, you can provide an instance of xdpw using the following command:
/usr/lib/xdg-desktop-portal -r & xdg-desktop-portal-wlr [OPTION...]
To understand the available options, you can run xdg-desktop-portal-wlr --help
FAQ
Check out or FAQ for answers to commonly asked questions.
Please see the screencast compatibility guide for more information on compatible applications and how to get them working.
If you have a question or problem that is not mentioned in those documents, please open an issue or come chat with us in #sway on freenode IRC.
Contributing
If you're interested in testing or development, check out CONTRIBUTING.md for more information.
License
MIT