My computer is set not to sleep or lock, but to blank the display after eg 10 mins. I have 2 monitors, which, prior to 16.04, worked as expected - the only noticeable thing was that, for whatever hardware reason, one took an extra moment or two to wake up after the screen blanked, but it worked fine.
After upgrading to 16.04, when waking from display blank, that monitor gets disabled - it wakes to only one monitor active. I have to go to Displays settings and re-enable (and re-position) it. I checked in XFCE Power Manager and this behaviour exists whether I have Handle display power management ticked or not - so far the only way I have found to stop it is to turn off display blanking altogether.
There are no power/sleep/etc settings on the monitor itself. Anything I can to do tell it not to lose/disable this display?
xrandr
if the screen is correctly arranged . Could you post it somewhere? Please mention what you'd prefer. – Jacob Vlijm May 29 '16 at 21:18Ideally I was hoping for some lower level fix, but as you suggest, maybe it's the graphics driver itself - I'll experiment a bit more to see if I can reproduce in another 'buntu or with another screen.
– Matthew May 30 '16 at 00:20xrandr --output HDMI2 --left-of HDMI1 --auto
Where HDMI2 is the misbehaving one. Allocated it to a keystroke in Keyboard settings so at least it's just a keypress to get it back - and surprisingly helpfully, xfwm4 puts the right windows back on each monitor.
Still, a proper fix would be good...
– Matthew Jun 01 '16 at 21:21xrandr -
to my Custom Keyboard Shortcuts but this doesn't resolve the problem... @JacobVlijm ubuntu 17.10 – Kar19 Mar 11 '18 at 14:57