<div dir="ltr">I have given up with XFCE properly detecting/configuring displays on its own. I made shell scripts with ARandR for each of my display configurations and bound them to keyboard shortcuts. Works great.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 24, 2016 at 1:21 AM, <span dir="ltr"><<a href="mailto:flocculant@gmx.co.uk" target="_blank">flocculant@gmx.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
So - as the thread title, PC stays on, tv off, then on - get no
signal - however I can get to tty2 etc.<br>
<br>
Found this thread on the xfce forum
<a href="https://forum.xfce.org/viewtopic.php?id=9391" target="_blank">https://forum.xfce.org/viewtopic.php?id=9391</a><br>
<br>
This bug on launchpad
<a href="https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1308105" target="_blank">https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1308105</a><br>
<br>
I have a script in home<br>
<br>
<blockquote>OUTPUT="HDMI-1"<br>
BAD_MODE="1280x720"<br>
GOOD_MODE="1920x1080"<br>
<br>
for MODE in $BAD_MODE $GOOD_MODE; do<br>
DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE<br>
sleep 2<br>
done<br>
</blockquote>
I have this udev rule<br>
<br>
KERNEL=="card0", SUBSYSTEM=="drm", ENV{DISPLAY}=":0",
ENV{XAUTHORITY}="/home/home/.Xauthority",
RUN+="/home/home/fixhdmi.sh"<br>
<br>
I've checked in /dev and it's definitely card0 there.<br>
<br>
I've also rebooted without xfsettingsd - and while the desktop looks
awful - it does survive tv off and on cycles<br>
<br>
TIA<br>
<br>
<br>
</div>
<br>--<br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>
<br></blockquote></div><br></div>