Re: Full-motion zero-copy screen capture in Weston

2024-06-01 Thread Andri Yngvason
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

Re: Full-motion zero-copy screen capture in Weston

2024-05-31 Thread Andri Yngvason
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

[ANNOUNCE] wayvnc v0.5.0

2022-07-09 Thread Andri Yngvason
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

Re: xkbcommon: Converting keysym to keycode

2021-12-01 Thread Andri Yngvason
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:/

[ANNOUNCE] wayvnc 0.3.1

2020-09-28 Thread Andri Yngvason
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