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
No ability to change screen resolution? Say comparable to or in lightdm.conf?
# nano /etc/lightdm/lightdm.conf // Change... display-setup-script = /etc/lightdm/display-setup-script.sh # nano /etc/lightdm/display-setup-script.sh // Add... #!/bin/sh xrandr --output HDMI-1 -- mode 1920x1080 # chmod +x /etc/lightdm/display-setup-script.sh
The above script will force greeter (if using default lightdm) to the given resolution 1920x1080, by running the assigned script.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No ability to change screen resolution? Say comparable to or in lightdm.conf?
The above script will force greeter (if using default lightdm) to the given resolution 1920x1080, by running the assigned script.
The text was updated successfully, but these errors were encountered: