Hi Folks,
I’m just getting back into Linux. Since I’m using an older RPi 3 Model B+ (aarch64) device, I thought I would try/use dietpi OS. I want to place the device at a remote site for remote access.
The plan is to use Rustdesk on the raspberry pi device for local network access. I keep getting an “Unsupported display server tty, x11 expected” on the Rustdesk screen. I have poked around, but no joy. Can someone point me in the right direction??
But XDG_SESSION_TYPE is set to tty despite the fact that XFCE is running, maybe this is why we see the message but it’s working anyways.
I guess it#s still tty because we start it from console via startx. And Rustdesk works because there is a display available.
Now to see if I can get the regular users to login automatically, startx and make sure Rustdesk start. Then this will be useful. So far, I’m enjoying Dietpi.
WOW, I thought I had totally messed it up. Took a few times to get the autologin/autostart to work. The biggest key was to add this command via cli: sudo systemctl enable rustdesk
The cool thing, even the client does not throw the “unsupported error” anymore (either one).
So, now it appears to work!!
Thanks for pointing me in the right direction!!