I recently saw the post about the all new raspberry pi 5 (which doesn't have the headphone jack

steveiliop56 wrote: ↑Sun Oct 01, 2023 2:47 pmHello!
I recently saw the post about the all new raspberry pi 5 (which doesn't have the headphone jack) and also saw about the new raspberry pi os 12 ditching x11 and dhcpcd for wayland and networkmanager. I have tried wayland through raspi-config but the vnc server disappears which means its probably not supported. So the question is will vnc server remain in raspberry pi os 12?
I haven't tried it, but I notice that TigerVNC, when installed on MS Windows, has a 'Listening Server' option which - I think - does something related to this issue.
Is there an equivalent app for iOS/iPadOS that is able to connect to WayVNC? Didn't see anything on a quick look.aallan wrote: ↑Sun Oct 01, 2023 3:36 pmsteveiliop56 wrote: ↑Sun Oct 01, 2023 2:47 pmHello!
I recently saw the post about the all new raspberry pi 5 (which doesn't have the headphone jack) and also saw about the new raspberry pi os 12 ditching x11 and dhcpcd for wayland and networkmanager. I have tried wayland through raspi-config but the vnc server disappears which means its probably not supported. So the question is will vnc server remain in raspberry pi os 12?
Yup! Unfortunately, our existing RealVNC server doesn't support Wayland, so we're using WayVNC as the server on the upcoming Bookworm release. The WayVNC server running on your Pi can be connected to using the TigerVNC client, which has binary releases for Linux, Windows, and macOS.
Safari is likely to work, if you upgrade WayVNC first to something more recent than is in Debian's repository, and install novnc/nginx...
Should still be able to use Bookworm Lite and put an X11 desktop on it.The big question is, will it be possible to 'downgrade' Bookworm to use X11 so it's usable with what people currently have while they figure out the best way forward ?
Indeed. This works really well.Gavinmc42 wrote: ↑Mon Oct 02, 2023 12:34 amShould still be able to use Bookworm Lite and put an X11 desktop on it.The big question is, will it be possible to 'downgrade' Bookworm to use X11 so it's usable with what people currently have while they figure out the best way forward ?
Miss out on all the speed improvements but if using VNC anyway it should not matter.
Does the new Pi 5 require Wayland?bls wrote: ↑Mon Oct 02, 2023 3:54 amIndeed. This works really well.Gavinmc42 wrote: ↑Mon Oct 02, 2023 12:34 amShould still be able to use Bookworm Lite and put an X11 desktop on it.The big question is, will it be possible to 'downgrade' Bookworm to use X11 so it's usable with what people currently have while they figure out the best way forward ?
Miss out on all the speed improvements but if using VNC anyway it should not matter.
It's also possible to make the Bookworm Desktop version use X11 by default, but it seems easier to build up from Lite.
Don't think it is "requires", my impression is Wayland/Wayfire is just twice as fast as old X11.Does the new Pi 5 require Wayland?
Nah, just an old dream becoming realit just comes with wayland as most people think that animated windows and stuff 'are essential'
I don't think we have tested X11 on Pi5 at all, because Wayland is so much faster. This is nothing to do with window animations, it's just much faster because Wayland handles GPU acceleration much better than X11, which was produced well before the era of GPUs so architecturally is inefficient.Gavinmc42 wrote: ↑Mon Oct 02, 2023 6:14 amDon't think it is "requires", my impression is Wayland/Wayfire is just twice as fast as old X11.Does the new Pi 5 require Wayland?
Nah, just an old dream becoming realit just comes with wayland as most people think that animated windows and stuff 'are essential'![]()
Like Vulkan is faster than old OpenGL.
Been happy with my Pi400 on Bullseye, just Bookworm is better, but I don't use VNC.
Time for VNC to catch up, any bleeding edge VNC apps using Vulkan etc?
I'm keen to test wayland and see if it has seen some improvement/some missing features added. Reported some during beta testing of Bookworm already (missing panning/transform i.e.).jamesh wrote: ↑Mon Oct 02, 2023 6:32 amI don't think we have tested X11 on Pi5 at all, because Wayland is so much faster. This is nothing to do with window animations, it's just much faster because Wayland handles GPU acceleration much better than X11, which was produced well before the era of GPUs so architecturally is inefficient.Gavinmc42 wrote: ↑Mon Oct 02, 2023 6:14 amDon't think it is "requires", my impression is Wayland/Wayfire is just twice as fast as old X11.Does the new Pi 5 require Wayland?
Nah, just an old dream becoming realit just comes with wayland as most people think that animated windows and stuff 'are essential'![]()
Like Vulkan is faster than old OpenGL.
Been happy with my Pi400 on Bullseye, just Bookworm is better, but I don't use VNC.
Time for VNC to catch up, any bleeding edge VNC apps using Vulkan etc?
We have certainly spoken to RealVNC, starting some time ago. It is their product, so they are the people who will need to make it work with Wayland.caldimerda wrote: ↑Mon Oct 02, 2023 1:27 pmRealVNC is pretty important to me. I would describe myself as very much old-school CLI man but I have 20 Pi's at home and 50 at work and it is very handy using a single client to see the GUI on what are multiple different models running several OS versions. And with each new Pi being more capable of running a GUI, actually seeing and interacting with the screen has become more important.
The idea of going back to needing perhaps more than one client is not great. And TBH, given Wayland's been around in the Linux world for a while without RealVNC yet getting to grips with it - it doesn't look too promising in the short term.
It would be nice to hear optimistic words that say yes, we're talking to RealVNC and yes, we're hopeful of a solution!
Contact RealVNC, the more that do may influence a Wayland update, I have.caldimerda wrote: ↑Mon Oct 02, 2023 1:27 pmRealVNC is pretty important to me. I would describe myself as very much old-school CLI man but I have 20 Pi's at home and 50 at work and it is very handy using a single client to see the GUI on what are multiple different models running several OS versions. And with each new Pi being more capable of running a GUI, actually seeing and interacting with the screen has become more important.
The idea of going back to needing perhaps more than one client is not great. And TBH, given Wayland's been around in the Linux world for a while without RealVNC yet getting to grips with it - it doesn't look too promising in the short term.
It would be nice to hear optimistic words that say yes, we're talking to RealVNC and yes, we're hopeful of a solution!
RealVNC staff were active on the wayland-devel mailing list in 2013-4, so they've had some awareness of the issue. Unfortunately, the sum total of their current knowledge base seems to be about replacing Wayland with X11 to make RealVNC work again.