Skip to content
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

No ability to change screen resolution? #242

Open
Jibun-no-Kage opened this issue Jun 7, 2024 · 0 comments
Open

No ability to change screen resolution? #242

Jibun-no-Kage opened this issue Jun 7, 2024 · 0 comments

Comments

@Jibun-no-Kage
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant