Hi Matt,
fös., 31. maí 2024 kl. 15:34 skrifaði Hoosier, Matt :
>
> Thanks, understood. I would expect that I need to take some care in
> allocating a buffer that my DRM driver accepts for writeback, in this usage.
>
>
>
> Do I interpret right that the wlroots screencopy extension wants the client
Hi Matt,
fös., 31. maí 2024 kl. 13:26 skrifaði Hoosier, Matt :
>
> Hi,
>
> Yeah. I agree that although I can prototype something quick and dirty here as
> a change to weston_output_capture_v1, it's probably not a good fit there.
>
> Drew or Simon, does either of
> https://github.com/swaywm/wlroo
Hi all,
I've just released wayvnc v0.5.0.
The most significant addition for this release is H.264 encoding via the
Open H.264 RFB protocol extension. Clients that have implemented Open H.264
at this time are TigerVNC and wlvncc, of which only the latter uses hardware
accelerated decoding.
H.264
Hi adlo
mið., 1. des. 2021 kl. 14:31 skrifaði adlo :
>
> Hi
>
> Does xkbcommon have a function to convert a keysym to a keycode?
It does not, last time I checked, but
"xkb_keymap_key_get_mods_for_level" does help a lot.
Wayvnc does this sort of reverse key mapping. Maybe this helps? See:
https:/
New features since v0.2.0:
* Copy & paste, thanks to Scott Moreau.
* wayvnc now has a man page.
* wayvnc now exits if authentication is enabled but fails.
Git commit history since v0.2.0:
Alexander Graul (1):
Add openSUSE Tumbleweed installation instruction
Andri Yngvason