3

My business is heavily dependent upon the remote display capability of X11. Does the new 64-bit Raspberry Pi Operating System allow me to choose X11 instead of Wayland ?

Gene
  • 47
  • 1
  • 1
  • 2

1 Answers1

5

Yes. You can select that using the raspi-config tool.

From a terminal window on your RPi, type the following:

sudo raspi-config

Once the ncurses dialog starts, select Advanced Options. You'll then see something like the picture below. Select the "A6" option & follow the instructions.

enter image description here

SaeX
  • 123
  • 4
Seamus
  • 23,558
  • 5
  • 42
  • 83