-
Notifications
You must be signed in to change notification settings - Fork 379
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
Change resolution when no connected monitor #336
Comments
To provide more context, I am trying to run it in a script with the options for GPU. I got this from the other issues (for example: #206):
|
I found two related bugs (check of xrandr output (available monitors) and check of --size argument). |
@mviereck I pulled the latest master version, with this command
However, even when supplying a size in the script, it doesn't change the size and I still see the warning about xrandr.
Is that correct? My current workaround is that once I am able to get into the container and access terminal, I just type |
Please use ( The long command with
|
@mviereck ok, that worked. Thanks! New note, which is from the latest version.
Works. |
@mviereck actually, sorry. What worked was updating to the latest branch. And what works now, that didn't before, is resizing the display from the client end. However, the default size does not go through. This is what I see in the xpra output on the host:
Even though I supplied 1920x1080 as an argument to size to x11docker. |
Odd. How did you start xpra? |
Yet found another bug.
|
Ok, updated,
Now the note says:
And when I started xpra client up, it loads at the right size by default. Thanks! 💯 |
Great! |
I try to provide the
size
argument, but it has no effect.This is the warning I keep seeing:
Is there any way to change that default value to something else?
The text was updated successfully, but these errors were encountered: