You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set a environment variable with a resolution, when connection to the webvnc client, it should have this screen resolution from the environment variable and also scaling mode should be "Local scaling" instead of "Remote resizing".
Reason for change
Sometimes the default option of "remote resizing" is not big enough resolution to fit all the content. By making the chosen resolurion as the default and mode to "loal scaling", things just get smaller.
Proposed code change
I tried, but I didn't find the position inside the code, where default settings are saved.
The text was updated successfully, but these errors were encountered:
The best way to fix this is the same way that a Linux desktop does. You would scale the UI at the native resolution.
Openbox is hard mode as you have to manually set gtk scale and fonts, but stuff like LDE and XFCE has it baked in.
As far as more launch options I do this on steamOS https://github.com/linuxserver/docker-steamos/blob/master/root/defaults/startwm.sh#L54
Is this a new feature request?
Wanted change
I want to set a environment variable with a resolution, when connection to the webvnc client, it should have this screen resolution from the environment variable and also scaling mode should be "Local scaling" instead of "Remote resizing".
Reason for change
Sometimes the default option of "remote resizing" is not big enough resolution to fit all the content. By making the chosen resolurion as the default and mode to "loal scaling", things just get smaller.
Proposed code change
I tried, but I didn't find the position inside the code, where default settings are saved.
The text was updated successfully, but these errors were encountered: