-
-
Notifications
You must be signed in to change notification settings - Fork 95
"Scale" does not seem to work #21
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
Comments
I didn't came to this part yet |
@mizzunet this feature seems to be important! until I implement this in the next fs release file here is a hack to make it happen like this we need export env variables ( #!/bin/bash
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADRESS
export PULSE_SERVER=127.0.0.1
export GDK_SCALE=2
export XCURSOR_SIZE=48
export QT_SCALE_FACTOR=2
exec startxfce4 after starting the server with and as @GxmerSam said don't try to change resolution from vnc it makes things look bad You can play with that values to make them suitable for you |
@saicharankandakuri thank you, that did the job |
Uh oh!
There was an error while loading. Please reload this page.
This scale setting doesn't seem to work,
This is what happens when zooming out if changed
It did work fine Ubuntu xfce on AndroNix's, https://andronix.app/
It is handy that I wouldn't need to zoom if the scale is 2x as everything can be read.
The text was updated successfully, but these errors were encountered: