Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5288

Troubleshooting • Re: Issue with Web Browser when RDP into Pi4

$
0
0
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 instead

Code:

sudo adduser <username>
Option 2)
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

Code:

sudo nano /etc/X11/xrdp/xorg.conf
And find the line Option DRMDevice line and change it to
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



Viewing all articles
Browse latest Browse all 5288

Trending Articles