Monday, January 2, 2023

XRDP is not working

 Based on 

https://forums.raspberrypi.com/viewtopic.php?t=323471

Re: bullseye: xrdp not working for user "pi"


https://github.com/neutrinolabs/xrdp/issues/2060

Modify /etc/X11/xrdp/xorg.conf to use xrdp normally


sudo nano /etc/X11/xrdp/xorg.conf

and comment 

#Option "DRMDevice" "/dev/dri/renderD128"

Option "DRMDevice" ""


ademas agregar esto al final para que ande mas rapido el xrdp

Section "Extensions"
    Option "Composite" "Disable"
EndSection

No comments:

Post a Comment