Found 2 solutions!
I'm not an expert on why these work or what the pros & cons are of each are. But here you go.
Option 1) Make a new user and login with the new username insteadOption 2)Code:
sudo adduser <username>
By default Xrdp uses the /etc/ssl/private/ssl-cert-snakeoil.key file that is readable only by members of the “ssl-cert” group. Run the following command to add the xrdp user to the group :Code:
sudo adduser xrdp ssl-cert
And find the line Option DRMDevice line and change it toCode:
sudo nano /etc/X11/xrdp/xorg.conf
Option "DRMDevice" ""
reboot raspberry pi
Option 2 worked for me, thanks!!!
Dennis, 20240802-1045
Statistics: Posted by denmendoza — Fri Aug 02, 2024 2:47 pm