[SOLVED] connection black screen problem on xrdp remote desktop to Raspberry Pi OS 11 bullseye

preview_player
Показать описание
[SOLVED] connection black screen problem on xrdp remote desktop to Raspberry Pi OS 11 bullseye

#remotedesktop
#xrdp
#blackscreen
Рекомендации по теме
Комментарии
Автор

Thanks for your workaround, it worked great, but I wanted to fix the root problem and be able to log in remotely with my main user. If you are using a Pi with a monitor or display of sorts and it is setup to autologin, then RDP won't work, it won't work with 2 same users trying to login at once. I set "auto login" under RPi preferences to OFF, and then when you boot the Pi it stops at the login screen and THEN you login to it using Windows Remote Desktop, works 100%. Hope this helps all of you having "black screen" or "grey screen" at RDP login. Cheers

kilohertz
Автор

I also tried this solution and it worked, thank you. but then I kept thinking on the subject and realized that I wasn't logged out on a notebook while trying to log in via rdp. that caused the black screen . just for your info gentlemen. thanks again. Oh yeah, forgot to mention, this was on Debian 12 system.

cyxlccq
Автор

Wow it really helped! I was told that xrdp system would not work if I use headless system, but you gave me a wonderful solution!!
Thanks a lot!

ThankYouMan
Автор

Man, you just saved my entire evening with this hack! Thank you very much for sharing the knowledge.

vulterey
Автор

YOU ARE THE BEST, THANK YOU MY MAN!!!

jakubbravansky
Автор

The real problem is that the pi user is part of the render group. Removing it fixes the issue: sudo gpasswd -d pi render

hugodeluna
Автор

Man, you really help me!!. Thanks a lot!

Khax
Автор

Unfortunately, it still doesn't work for me. I still have a blue screen :/

Der-coole-dude
Автор

hi, works great. How to grant root acces to the new user ?

bansbib
Автор

sudo apt-get install xrdp

sudo systemctl status xrdp

ifconfig

sudo adduser rmdt

Cyrus
Автор

edit /etc/X11/xrdp/xorg.conf


Option "DRMDevice" "/dev/dri/renderD128"
change to
Option "DRMDevice" ""

save - reboot
login

maybe better to not have automatic desktop login as default under raspi-config

Greeata
Автор

sudo adduser xrdp ssl-cert

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

find Option DRMDevice Line.

Alter this line "DRMDevice" ""

webqztz