-
Notifications
You must be signed in to change notification settings - Fork 147
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
Enhance DPI settings for Linux VM display #4206
Conversation
Unit Test Results15 tests 15 ✅ 1s ⏱️ Results for commit 8a1f756. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What have increased the DPI? The Guacamole version upgrade?
This bit 'sudo -u "${VM_USER}" -i bash -c 'echo Xft.dpi: 192 >> ~/.Xresources' ' |
/test-force-approve Not tested |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 8a1f756) (in response to this comment from @marrobi) |
Increase the DPI settings for the Linux VM display to improve clarity and reduce blurriness. Documentation is updated to guide users on modifying the DPI settings.
Updated Gucamole server to 1.5.5.
Also enabled docker to run as a user without sudo.
Fixes #4200