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
XPRA_DEFAULT_VFB_RESOLUTION was added in #1132.
XPRA_DEFAULT_VFB_RESOLUTION
We could just support: --resize-display=1600x1200.
--resize-display=1600x1200
Also make it possible to honour the --pixel-depth with Xvfb.
--pixel-depth
Xvfb
The text was updated successfully, but these errors were encountered:
Done in r26423. (r26424 for man page)
Examples:
xpra start-desktop --resize-display=1280x1024 --pixel-depth=30
This will also work for Xvfb, which will now start with a 30-bit display.
Sorry, something went wrong.
No branches or pull requests
XPRA_DEFAULT_VFB_RESOLUTION
was added in #1132.We could just support:
--resize-display=1600x1200
.Also make it possible to honour the
--pixel-depth
withXvfb
.The text was updated successfully, but these errors were encountered: