-
Notifications
You must be signed in to change notification settings - Fork 2
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Openbox exit prevents docker image from running #8
Comments
Hey! It is true there is no arm64 version, as I've not needed it. Seems to work out of the box, the most recent version. I used this command: docker run -d --name screen-server -p 80:80 --shm-size 512m -e "SCREEN_1=5900,800,1280,Galaxy Tab 2" fn61/screen-server:20240121_1530_c8d20f9d
Is it possible that you might get confused by the particular screen being all transparent? That shows on the webpage as white, so in the beginning the frontpage is just the heading "Galaxy Tab 2" because remember this is meant to host multiple screens and so frontpage has this structure:
See, this is from most recent version: Peek.2024-04-13.18-38.mp4So one has to click on the thumbnail (all white, I agree it's sucky UX!) to open the web-based VNC viewer. Another alternative is to just use VNC without the webpage. |
Seems like adding multi-arch images (ARM 64 & 32 bit) was not a pain at all. Please test if you can! #9 |
Dear Jonas, |
Great that got you forward! The multi-arch build had a bug, turns out it was a bit more work but not bad still. The above mentioned PR has an update, if you have time please try again |
I tested the new image on my Raspberry Pi 3B+ running on Raspbian 6.6, it's working! thank you :)) also : adding |
However, i haven't managed to pass the mouse events to x11vnc yet. I might be misunderstanding how it's supposed to work : what i expected was my mouse to stop being responsive (being "grabbed") as soon as i launched the docker image with the proper flag ( in both cases, using thank you for your help, i appreciate it. |
Now that you mention it, this worked without the seccomp flag on my work computer, but on my other computer I also had to use that flag.. maybe the need for it is fixed in updated Docker versions or such (I have 24.0.5 on where I don't need the flag, 20.10.7 where I need it) |
Anyways, converting to discussion as the discussion no longer concerns openbox or a bug in screen-server |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hello!
(context) I came across joonas' blog post while doing some research about multi-pointer interfaces for a theatre performance i'm currently working on (I want every member of the audience to have a mouse and to be able to interact with a big screen). Thank you for sharing your research!
However, we did not manage to get the VNC server running. we tried three methods :
I'm not sure which problem would be easiest to solve, could you please give us a hint to what we could try next?
Please forgive me if my wording is a bit vague, i used my colleague's computer and have no access to the logs at this time.
thank you for your time! :)
The text was updated successfully, but these errors were encountered: