I am running Debian 11, XFCE, lightdm on an Intel NUC. I recently bought a 60" TV and have been having FUN getting display resolutions set to my liking. It took awhile but managed to get the grub screen set as I wanted, But I am having trouble getting the lightdm greeter set to the resolution I want. I tried the LightDM Gretter GTK tool, but it doesn't appear to have a way to set resolution from that tool. So here's what I have done so far.
1. Edited /etc/lightdm/lightdm.conf and changed the following line
Code: Select all
display-setup-script = /etc/lightdm/display_conf.sh
2. Created the file /etc/lightdm/display_conf.sh and verified that the xrandr command works from a terminal
Code: Select all
#!/bin/sh
xrandr --output HDMI1 -- mode 1920x1080
3. Changed the mod of the script to make it executable
Code: Select all
chmod 755 /etc/lightdm/display_conf.sh
The steps outlined above don't seem to work. I would appreciate some positive feedback on this . Thanks in advance.
EDIT: Perhaps my error is in making the script executable. I also tried chmod u+x, but no joy. Any help there?
I am not irrational, I'm just quantum probabilistic.