-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
-e RESOLUTION=1920x1080 does nothing #136
Comments
Works for me:
|
Hmm... I'm using the container in slightly other way. I have run the container in graphical mode first time (in browser), made some changes, deployed some additional software -- and saved it as binary image to use further. After that it memorized the resolution of my browser and if I'm trying to re-run the container in other resolution with |
I've also tried to use the url <container_server>:6080/resize, like it was written in #115 (comment) I did it under other browser window with much bigger viewport (approximately, 1920 x 1050), but it also did not help: the resolution did not change. |
@Felix-neko It may affect original mechanism If you use |
Any update? |
How do you do save it as binary to use it later? |
Hi! I've tried to use the key
-e RESOLUTION=1920x1080
to set the screen resolution. Alas, the resolution didn't change:Can you tell me, how to fix it?
The text was updated successfully, but these errors were encountered: