Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VNC fails when computer is set to use X11 #347

Open
probonopd opened this issue Dec 31, 2024 · 1 comment
Open

VNC fails when computer is set to use X11 #347

probonopd opened this issue Dec 31, 2024 · 1 comment

Comments

@probonopd
Copy link

VNC fails when computer is set to use X11 in Raspberry Pi reference 2024-11-19.

Steps to reproduce:

  • Enable VNC server
  • Test it - it works
  • Switch computer to use X11 using sudo raspi-config
  • Try to access VNC server - only seeing a gray background now, rather than the desktop
@lurch
Copy link
Collaborator

lurch commented Jan 1, 2025

The X11 VNC server and Wayland VNC server are actually separate programs/services, and raspi-config (currently) doesn't switch VNC services when you change GUI modes; so at the moment you have to do:

  • Enable VNC server
  • Test it - it works
  • Disable VNC server (i.e. disable the Wayland VNC server)
  • Switch computer to use X11 using sudo raspi-config
  • Reboot
  • Enable VNC server (i.e. enable the X11 VNC server)
  • Try to access VNC server - it should work now

(and the same disable-VNC, switch GUIs, enable-VNC dance if you want to switch from X11 back to Wayland)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants