SOLVED!!!!
Update! I use Xrdp remote desktop.
This worked for me on Pi5 with bookworm:
1. Add the xrdp user to the ssl-cert group:2. Modify the /etc/X11/xrdp/xorg.conf file Then find and change change it to:
Option "DRMDevice" "" (that's a space, and two double-quotes).
Update! I use Xrdp remote desktop.
This worked for me on Pi5 with bookworm:
1. Add the xrdp user to the ssl-cert group:
Code:
$ sudo adduser xrdp ssl-cert
Code:
sudo nano /etc/X11/xrdp/xorg.conf
Code:
Option "DRMDevice" "/dev/dri/renderD128"
Option "DRMDevice" "" (that's a space, and two double-quotes).
Statistics: Posted by PiNewUser — Tue Feb 27, 2024 1:46 pm