XRDP connection #18
Replies: 2 comments 1 reply
-
You mean the Pi Zero acting as a USB GUD/HID to XRDP bridge? It would have been interesting to see how well a userspace implementation would perform: https://github.com/notro/gud/wiki/Gadget-Implementations#userspace-linux Hmm maybe you can make use of a writeback connector in order to get the framebuffer content from userspace, if so you could use the vc4 driver: https://forums.raspberrypi.com/viewtopic.php?t=334068#p2000304 |
Beta Was this translation helpful? Give feedback.
-
You have to memcpy the whole framebuffer instead of just the part that changed, like a mousepointer, which is slower. |
Beta Was this translation helpful? Give feedback.
-
All,
I'm contemplating attempting to loop outputs to and inputs from an XRDP session on the Raspberry Pi. The idea is to use a Pi Zero W as a USB client on [any] host, exposing HIDs and graphics via the Pi Zero to an XRDP session and thus creating a universal RDP gadget.
Has anyone ever attempted this or something similar? Any ideas on specific parts of the solution where implementations exist?
Beta Was this translation helpful? Give feedback.
All reactions