-1

At first, there are something wrong of my xrdp, just as XRDP on ARM64 bullseye issue shows.

I tried Bram's method, and I can use 'windows remote desktop connect' properly. However, I find that I can't use VNC any more, it shows "Cannot currently show the desktop".

More seriously, after a power off of my raspberry 4B, I can use neither VNC nor XRDP.

VNC still shows "cannot currently show the desktop", and the XRDP shows “internal error has occurred, error code: 0x4"(this is translated), how can I fix at least one of them?

1 Answers1

0

There is a simple solution.

Don't use the Mutter WM, revert to X which VNC requires.

Enabling the in-built VNC server, should use Openbox rather than Mutter.

See https://raspberrypi.stackexchange.com/a/135703/8697

ps ax | grep openbox should show if Openbox is in use.

NOTE I haven't tried 64 bit (because there is little point) but it this works on 32bit.

Milliways
  • 62,573
  • 32
  • 113
  • 225