jsorg71

Results 81 comments of jsorg71

I think I know how to fix this. I'll make a PR soon, unless you got a fix.

For a link to my conversations with the PA guys. https://www.spinics.net/lists/pulse-audio/msg20447.html I think the best solution would be for pulseaudio to support a module api. Similar to what Xorg does....

Pulse was used in the beginning for 2 reason. - most apps try pulse first, then ALSA - ALSA is Linux only Pulse has a virtual ALSA device so ALSA...

Hm, so there seems to be a problem with v12. I can take a look on buster. We might be doing latency wrong and the new PA server is more...

I have create #38 for possible fix.

This might be because the - 2 in https://github.com/neutrinolabs/xorgxrdp/blob/devel/xrdpmouse/rdpMouse.c#L169-L170 I'm not sure if we need to subtract 2 anymore

We should add that to the check when building You can see what package provides a file on Debian with dpkg -S /usr/include/libdrm/drm_fourcc.h In this case it's in libdrm-dev

I don't think it's a bug in https://github.com/neutrinolabs/xorgxrdp/commit/d9850d1e0065c58829aad6c9d3525c180dc19cb9 but it exposes another bug in the drawing tracking. Can I post a patch for you to test? If ok, I can...

A quick and dirty patch here, I can make a cleaner one of ok. ``` diff --git a/module/rdp.h b/module/rdp.h index 48b0054..1871a5e 100644 --- a/module/rdp.h +++ b/module/rdp.h @@ -329,6 +329,9 @@...

Sorry, I didn't get to this yet. I didn't forget about it. I want to enable Damage extension if it exists and use to find where we're missing a screen...