<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div><div class="-x-evo-paragraph -x-evo-top-signature-spacer"><br></div><div>On Fri, 2016-05-20 at 10:08 +1000, Lindsay Mathieson wrote:Upgraded my mythbuntu 14.04/0.27 system to 16.04/0.28 in one hit.</div><pre>Kinda regretting that :) heaps of issues that I eventually worked
though.
One thing I have been unable to resolve - after an extended period of
non use (overnight) the screen will be blank and won't wake up in
response to keyboard or mouse. I can switch to a console with
Ctl-Alt-F1 which gets me a login prompt, but Ctrl-Alt-F7 just restores
the blank screen.
Loggiing on I see nothing in dmesg, Xorg.0.log or mythfrontend.log
that indicates any issues or that the screen has been turned off.
I installed xfce4-power-setting and used it to disable all screen
blanking and sleep modes.
lightdm is running and a "service restart lightdm" wakes the screen
i up. One oddity - there's always two lightdm processes.
I tried disabling console-blanking, acpmi and apm in kernel setting
but that had the weird effect of disabling my irc device and hdmi
sound.
i
Any thoughts?
thanks,
</pre><pre><br></pre><pre><br></pre><pre><br></pre><pre>i solved that with a conf file for xorg.conf.d; the 'connected monitor' setting is the one</pre><pre>you need for that issue, i believe. mine looks like this:</pre><pre><br></pre><pre>Section "Device"</pre><pre> Identifier "Card0"</pre><pre> Driver "nvidia"</pre><pre> VendorName "NVIDIA Corporation"</pre><pre> Option "ConnectedMonitor" "DFP-2"</pre><pre> Option "UseEdidDpi" "False"</pre><pre> Option "DPI" "96 x 96"</pre><pre> Option "ModeValidation" "AllowNonEdidModes,NoVesaModes,NoXServerModes"</pre><pre> EndSection</pre><pre><br></pre><pre>you have to look through your xorg log to see which device is connecting and name that device</pre><pre>in the setting.</pre><div><br></div><div><br></div></body></html>