We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just tried this on a Debian buster and it worked. Great! Thank you.
There are some issues though. This is how it looks:
This is how it should look:
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:
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. 😀
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just tried this on a Debian buster and it worked. Great! Thank you.
There are some issues though.
This is how it looks:
This is how it should look:
I tried to update the Dockerfile.
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:
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. 😀
The text was updated successfully, but these errors were encountered: