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

Display is messed up #3

Open
Strunck opened this issue Jul 7, 2023 · 0 comments
Open

Display is messed up #3

Strunck opened this issue Jul 7, 2023 · 0 comments

Comments

@Strunck
Copy link

Strunck commented Jul 7, 2023

Just tried this on a Debian buster and it worked. Great! Thank you.

There are some issues though.
This is how it looks:
novnc_grizzly

This is how it should look:
novnc_ok

I tried to update the Dockerfile.

FROM node:18-bullseye

COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x "/usr/local/bin/docker-entrypoint.sh"
ENTRYPOINT ["docker-entrypoint.sh"]

COPY /app/ /home/novnc/
COPY package.json package.json
RUN npm install
RUN mkdir -p /home/novnc/app
RUN ["apt", "install", "-y", "git"]
RUN git clone -b master https://github.com/novnc/noVNC /home/novnc/app/novnc-ui/
CMD node /home/novnc/app.js

But that did not do it. The display is still messed up.

After rebooting the HMI/PLC on which the vnc server is installed, it looked better:
novnc_littleBetter

Playing with Qualitiy and Compression settings are improving the display.

The vncserver lives on an embedded Yocto Linux device. Exor ex710.

x11vnc --version
x11vnc: 0.9.16 lastmod: 2019-01-05
UN65XXXXM01003694 admin@AAB-UV4:/bin$ uname -a
Linux AAB-UV4 4.14.78-rt47-1.0.0-ga #1 SMP PREEMPT RT Mon Jul 4 09:35:00 UTC 2022 armv7l GNU/Linux

I just wanted to give some feedback. Overall I am very happy that this exists. 😀

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

1 participant