My OS neofetch while running on RDPI am running XRDP server on RPI5 & connecting it remotely using Twingate connector. I am using wlfreerdp binary available in Linux systems as well as default RDP client available under Windows
As you can see the session is not GPU accelerated but still much faster than VNC or RealVNC.
Previously it was GPU accelerated but I had exactly same issue like reported here (weird artifacts)
https://github.com/Genymobile/scrcpy/is ... 2448776231
Then I applied solution mentioned above & it worked but without GPU acceleration.Any way I can get GPU accelerated RDP session
Code:
OS: Debian GNU/Linux 12 (bookworm) aarch64 OS Mod: Twister OS version 3.1.0 Host: Raspberry Pi 5 Model B Rev 1.1 Kernel: 6.12.93+rpt-rpi-v8 Uptime: 19 hours, 30 mins Packages: 3362 (dpkg), 7 (flatpak) Shell: bash 5.2.15 Resolution: 1440x900 @ 50.00Hz DE: Xfce 4.18 WM: Xfwm4 WM Theme: Breeze-Dark Theme: Breeze-Dark [GTK2], Adwaita [GTK3] Icons: breeze-dark [GTK2], Adwaita [GTK3] Terminal: xfce4-terminal Terminal Font: Monospace 12 CPU: Cortex-A76 (4) @ 2.800GHz [47.9°C] GPU: llvmpipe (LLVM 15.0.6, 128 bits) Memory: 2791MiB / 7951MiB As you can see the session is not GPU accelerated but still much faster than VNC or RealVNC.
Previously it was GPU accelerated but I had exactly same issue like reported here (weird artifacts)
https://github.com/Genymobile/scrcpy/is ... 2448776231
Then I applied solution mentioned above & it worked but without GPU acceleration.
Code:
--- /etc/X11/xrdp/xorg.conf.orig 2024-10-31 09:19:29.095733613 +0900+++ /etc/X11/xrdp/xorg.conf 2024-10-31 09:15:58.502367984 +0900@@ -51,7 +51,8 @@ Section "Device" Identifier "Video Card (xrdpdev)" Driver "xrdpdev"- Option "DRMDevice" "/dev/dri/renderD128"+ #Option "DRMDevice" "/dev/dri/renderD128"+ Option "DRMDevice" "" Option "DRI3" "1" EndSectionStatistics: Posted by beardedsickness — Thu Jul 23, 2026 10:16 am







