I also can confirm this works. Thank you, Eugene! It took me an embarrassing number of tries to get this right, so for others wanting to implement this work-around:
printf '\n[SeatDefaults]\ndisplay-setup-script=/usr/bin/bug1245474-work-around.sh\n' |sudo tee /etc/lightdm/lightdm.conf.d/60-display-setu-script.conf sudo chmod 644 /etc/lightdm/lightdm.conf.d/60-display-setu-script.conf printf '( sleep 10; xset dpms 120 125 130 ) &\n' |sudo tee /usr/bin/bug1245474-work-around.sh sudo chmod 755 /usr/bin/bug1245474-work-around.sh Don't forget to reboot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245474 Title: [regression] on login screen, monitor stays on forever To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1245474/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
