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 script fails for arm64 setupAstroPi3.sh #18

Open
cibolo opened this issue Dec 14, 2020 · 4 comments
Open

VNC script fails for arm64 setupAstroPi3.sh #18

cibolo opened this issue Dec 14, 2020 · 4 comments

Comments

@cibolo
Copy link

cibolo commented Dec 14, 2020

The script downloads wget https://www.realvnc.com/download/binary/latest/debian/arm/ -O VNC.deb which won't work for the arm64 architecture...

Thought I would let you know...

@cibolo
Copy link
Author

cibolo commented Dec 14, 2020

it turns out that realvnc doesn't seem to support arm64 without some work, ended up installing tightvnc...

@rlancaste
Copy link
Owner

That's not good news, since I like RealVNC.

@lantictac
Copy link

I found a workaround script for installing RealVNC under Ubuntu with ARM64: https://github.com/mtbiker-s/ubuntu20.10-rpi-install-vnc

It worked on Ubuntu MATE 20.04 running on a Pi 4B 8GB.

However, in order to get headless VNC working I manually added the HDMI related lines to /boot/firmware/config.txt:

hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=46

The current AstroPi script only adds the lines if it sees them commented in /boot/firmware/config.txt - and those lines aren't present at all in this Ubuntu install. Not sure if it should just add them anyhow? Was there any benefit to this approach?

@huwilerb
Copy link

I also had trouble installing realVNC, and I found this solution:
https://ubuntu-mate.community/t/realvnc-install-on-rpi4-with-ubuntumate-20-04-1-lts/22559.

Hope that helps

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

4 participants