-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Expand the VNC embedded client resolution beyond 640x480 #82
Comments
I run The changes below affect both the web-based VNC client, as well as when using a "real" VNC client (like Screens, which is what I used for the screenshots). Here's a "before" screenshot of Preferences for reference:
and then copy/pasting:
When you choose File > Exit,
which, when all combined together, makes Preferences look like this, providing a lot more room to interact with As I mentioned, these are temporary changes, so anytime the container gets re-created it's necessary to re-run the commands. Since I don't need to restart my OZW container very often, this temporary work-around is OK for now. Not sure this will work in other situations, but thought it was worth mentioning in case it helped anybody else. |
when starting the container I pass in these environment variables and it works for me
Does not require to shell into the container, and to modify any files. I'm using it on a Synology NAS, hence configure it using a GUI, but from the command line you should be able to add it to the
thx to @eddyg for finding the right names to set. EDIT: I must note that I use the all-in-one image |
we should close this. OZW is obsolete I have migrated to zwaveJS which is awesome and works great, never regret the migration |
As mentioned in this other issue, the embedded VNC version's resolution is locked at 640x480. This really limits the functionality of the embedded VNC version as you can't really see anything in the window at that size. This fix will help users across all platforms!
#i maybe the way to go is to simply fix the VNC embedded client version and improve the resolution beyond 640x480, that way you dont need to use the OS specific client
Originally posted by @fgonza2 in #78 (comment)
The text was updated successfully, but these errors were encountered: