[SRU] Xfce resets TV mode to NULL when power cycled

Bug #1308105 reported by Mario Limonciello
556
This bug affects 107 people
Affects Status Importance Assigned to Milestone
Xfce4 Settings
Fix Released
Critical
xfce4-settings (Ubuntu)
Fix Released
Medium
Unassigned
Xenial
Fix Released
Medium
Unassigned
Bionic
Fix Released
Medium
Unassigned

Bug Description

[Impact]

 * When a TV is power-cycled, it is no longer detected as an available display.

 * The root issue is in xfce4-settings: xfsettingsd.

 * The related patch correctly handles the NULL mode the TV enters when powered off.

[Test Case]

 * Connect a TV to a computer running xfce4-settings 4.12.0, this can be in a single configuration or dual-monitor.

 * Power the TV off.

 * Power the TV on.

 * Expected: TV powers on and remains connected as an available display.

 * Actual: TV powers on and is not connected or detected.

[Regression Potential]

 * Regression potential is minimal: The associated patch targets this very specific scenario and behavior, and does not interact with the rest of the codebase.

[Original Report]
I had an HTPC with Mythbuntu 12.04 installed. Upon upgrading a new behavior that if the TV is power cycled it no longer detects a link with the HTPC.

When this happens I can find in the xorg log that there is an accompanying log item:

[ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

After debugging with NVIDIA at https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-detected/ we've deteremined it's a X client that reacts to the RANDR events causing the mode to be set to NULL.

Working through the list in an Xfce environment, the culprit is xfsettingsd. If xfsettingsd is running, it causes the TV to come up in a NULL mode. If it's killed, it remains in the mode it was previously running in.

Until this is fixed, this behavior can be worked around with a simple shell script:
==============================
#!/bin/sh
#Fix TV state when HDMI link is lost.
#By Mario Limonciello <email address hidden>

OUTPUT="HDMI-0"
BAD_MODE="1280x720"
GOOD_MODE="1920x1080"

for MODE in $BAD_MODE $GOOD_MODE; do
 DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
 sleep 2
done
==============================

Revision history for this message
Mario Limonciello (superm1) wrote :

For people on mythbuntu who encounter this with a mceusb remote, here's how i'm working around it:

1) Save this file to /home/user/fix_tv_state.sh and make it executable
==============================
#!/bin/sh
#Fix TV state when HDMI link is lost.
#By Mario Limonciello <email address hidden>

OUTPUT="HDMI-0"
BAD_MODE="1280x720"
GOOD_MODE="1920x1080"

for MODE in $BAD_MODE $GOOD_MODE; do
 DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
 sleep 2
done
==============================

2) Create ~/.lirc/irexec and put these contents:
==============================
begin
     remote = mceusb
     button = KEY_POWER
     prog = irexec
     repeat = 0
     config = /home/user/fix_tv_state.sh
end
==============================

3) Add to ~/.lircrc this line:
include ~/.lirc/irexec

4) Restart machine, lightdm or log out/in

Now power button on your mceusb remote will fix the HTPC video output state.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in nvidia-graphics-drivers (Ubuntu):
status: New → Confirmed
Changed in nvidia-graphics-drivers-331 (Ubuntu):
status: New → Confirmed
Revision history for this message
Mario Limonciello (superm1) wrote :

After some more sleuth work with NVIDIA, we've discovered that this is happening because of a RANDR event. An X client is responding to the RANDR events and forcing it to this NULL resolution.

I checked what clients were running, and it's xfsettingsd causing this problem. If I kill xfsettingsd prior to turning on/off my TV it comes back at the right resolution.

Changed in xfce4-settings (Ubuntu):
status: New → Confirmed
Changed in nvidia-graphics-drivers (Ubuntu):
status: Confirmed → Invalid
Changed in nvidia-graphics-drivers-331 (Ubuntu):
status: Confirmed → Invalid
Changed in mythbuntu:
status: New → Confirmed
importance: Undecided → Medium
summary: - HDMI Handshake fails after TV powered off
+ Xfce resets TV mode to NULL when power cycled
description: updated
Revision history for this message
Mario Limonciello (superm1) wrote : Re: Xfce resets TV mode to NULL when power cycled

Here is the xfsettingsd debug output when the RR events are received. When the TV comes up there is a handful of change events and the end result is that the output gets disabled but not re-enabled.

xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 447.
xfce4-settings(displays): Detected CRTC 448.
xfce4-settings(displays): Noutput: before = 1, after = 0.
xfce4-settings(displays): Output disconnected: HDMI-0
xfce4-settings(displays): Disabling CRTC 447.
xfce4-settings(displays): No active output anymore! Attempting to re-enable the internal output.
xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 447.
xfce4-settings(displays): Detected CRTC 448.
xfce4-settings(displays): Noutput: before = 0, after = 0.
xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 447.
xfce4-settings(displays): Detected CRTC 448.
xfce4-settings(displays): Detected output 452 HDMI-0.
xfce4-settings(displays): Noutput: before = 0, after = 1.
xfce4-settings(displays): New output connected: HDMI-0

Revision history for this message
Jack Deslippe (jdeslip) wrote :

I'm seeing a similar issue after upgrading from mythbuntu 12.04 to 14.04. Only I'm using integrated graphics from intel sandybridge.

Revision history for this message
Stuart Matthews (mtrauts) wrote :

This issue also affects Gigabyte GA-EG45M-UD2H motherboard with Intel GMA X4500HD integrated graphics. Fresh install of mythbuntu 14.04. 13.10 was not affected.

Revision history for this message
Thomas Goerke (t-tom-w) wrote :

I have the same issue with ASUS P5E-VM HDMI motherboard. Fresh install of 14.04. Previous version (13.??) was not affected.

Revision history for this message
Trey Boudreau (trey-v) wrote :

Same problem with Intel NUC D54250WYK. I've only ever run 14.04 on it.

Revision history for this message
Ernst Persson (ernstp) wrote :

One workaround is to install gnome-settings-daemon and check the box in Xfce session settings to start gnome services on startup.

Revision history for this message
rhpot1991 (rhpot1991) wrote :

I added the following in /etc/mythtv/session-settings to work around this issue:
killall xfsettingsd

This will kill xfsettingsd when mythfrontend starts.

Revision history for this message
Gabriel Pannwitz (gabkdlly) wrote :

I think that I was experiencing this problem. I tried the workarounds mentioned above, but none of them really "worked". But I do not seem to be experiencing this issue when I switched to using DVI instead of HDMI. For what is worth, I am running Xubuntu 14.04 on a Dell Studio-XPS.

Revision history for this message
Weston (westont) wrote :

I am experiencing the same with Mythbuntu 14.04 and an AMD A10 APU. Deactivating the autorunning of xfsettingsd fixed the problem.

Revision history for this message
Bubu Fearn (bubu-fearn) wrote :

I have the same bug with Xubuntu 14.04 on AMD Radeon 6770 with a Toshiba HDTV

Turn off TV and signal is lost and can't get it back again until I restart the desktop.

Revision history for this message
Bubu Fearn (bubu-fearn) wrote :

Oops, I got linked to this bug from

http://ubuntuforums.org/showthread.php?t=2220583&page=4

I didn't realise it was registered as an Nvidia bug though.

Clearly its not as my card is an AMD.

Revision history for this message
Stephen Michael Kellat (skellat) wrote : Re: [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

AMD owns nVidia these days as one of their brands. You may perhaps be in
the right place.

Revision history for this message
Nick (soapduk) wrote : Re: Xfce resets TV mode to NULL when power cycled

^No AMD owns ATI, the other major graphics card provider.

I am also experiencing this problem on integrated Intel graphics on Xubuntu 14.04 when using HDMI. It's the first distro I have used on this system but I never had the problem on Xubuntu 12.04 on my previous sytem (which was VGA/D-sub).

I do not get 'NULL' in my /var/log/Xorg.0.log but the issue is basically the same problem. I do get null in dmesg however:

[code][ 0.152426] ACPI: SSDT (null) 0004C4 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.153472] ACPI: SSDT (null) 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.160066] ACPI: SSDT (null) 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.163743] ACPI: SSDT (null) 00008D (v01 PmRef ApCst 00003000 INTL 20061109)[/code]

Revision history for this message
Straximus (straximus) wrote :

I downgraded xfce-settings to the 4.11.0 package from Saucy, and locked it at that version. It eliminated the issue, and everything appears to function normally.

Revision history for this message
Nick (soapduk) wrote :

Thanks Straximus, that worked for me too.

Revision history for this message
Paul V. Stodghill (paul-stodghill) wrote :
Download full text (4.3 KiB)

tl;dr - There is a bug in xfsettingsd that not only affects external monitors, but primary monitors as well.

I believe that I am encountering the same bug, but by a different scenario. This may also be the same bug as #1313539.

I am running Xubuntu 14.04 on two of my four computers. I have all four computers connected to a single keyboard, monitor and mouse via a 4port KVM switch. Prior 14.04 upgrade, this setup worked like a dream. Post 14.04 upgrade, I have found that switching to either of the Xubuntu machines results in a blank monitor. On one machine, I am usually able to get to a virtual console and reset of the video by restarting lightdm. On the other machine, I am not able to even get a virtual console, and I have to ssh into the machine in order to restart lightdm.

The dying video happens so frequently that I starting the process of migrating away to XFCE. I installed Gnome Shell on one machine and Fluxbox on the other. Neither of these WM's exhibited the dying video phenomena.

Based upon this bug report, I decided to investigate the possibility that xfsettingsd might be the problem. Here's what I did.

1) Log in to a Xubuntu session.

2) Open a terminal window. Because I needed to do part of this from the Xubuntu session and part of this via ssh, I opened a new Byobu session (screen or tmux would work too). Then,

    $ killall xfsettingsd
    $ XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon 2>&1 | tee output.txt

3) After the initial output from xfsettingsd had finished,

    $ cp output.txt before.txt

4) Here's where the fun begins: I unplugged the monitor from the KVM switch. I waited a few seconds, and then I plugged the monitor back into the switch. No video. I switched the KVM to one of the other computers and verified that the monitor was corrected plugged in and working.

5) On one of the other computers with working video, I ssh'ed into the machine running the Xubuntu session and reconnected to the Byobu session. I found that xfsettingsd had crashed.

6) Executing "sleep 5; xfsettingsd" on the ssh session and switching to the Xubuntu machine restored the video.

7) I diff'ed the "before.txt" with the "output.txt". Here is the output that was generated when the monitor was unplugged and replugged.

xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 63.
xfce4-settings(displays): Detected CRTC 64.
xfce4-settings(displays): Detected CRTC 65.
xfce4-settings(displays): Noutput: before = 1, after = 0.
xfce4-settings(displays): Output disconnected: VGA1
xfce4-settings(displays): Disabling CRTC 63.
xfce4-settings(displays): No active output anymore! Attempting to re-enable the internal output.
xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 63.
xfce4-settings(displays): Detected CRTC 64.
xfce4-settings(displays): Detected CRTC 65.
xfce4-settings(displays): Noutput: before = 0, after = 0.
xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(di...

Read more...

Revision history for this message
Paul V. Stodghill (paul-stodghill) wrote :

Following Straximus's lead (comment #18), I downgraded to the xfce4-settings package from Saucy. I left the machines allow all weekend long, and this morning the video on both machines worked as expected.

There is a regression bug between xfce4-settings 4.11.0-1ubuntu1 (saucy) and 4.11.2-1ubuntu2 (trusty).

Revision history for this message
nick_s (nickstylianou) wrote :

This also affects me on Mythbuntu 14.04 x86 64bit with the open radeon driver and ATI RS880 [Radeon HD 4250] graphics controller.
The workaround for me was to disable xfsettingsd in the GUI Settings under "Session and Startup":
1) In the "Application Autostart" tab I unticked xfsettingsd.
2) In the "Session" tab I selected xfsettingsd and clicked "Quit Program".

Revision history for this message
Charles 'Buck' Krasic (charles-krasic) wrote :

Ahh, this issue has been driving me crazy since I did the 14.04 upgrade.

I'm using ubuntu 14.04 + xfce4 + plex connected to my yamaha receiver and panasonic hdtv (with pulse-eight cec usb dongle). (setup is years old).

The procedure above (#22) did the trick for me. Thanks!

Revision history for this message
Paul V. Stodghill (paul-stodghill) wrote :

Unfortunately, the workaround in #22 does not work form me. Since my computers are plugged in to a KVM switch, I need xfsettings running in order to reset my mouse and keyboard settings after switching computers.

Workaround #18 works for me.

Has anyone reported this bug upstream?

Revision history for this message
JeanLuke (james-jasa) wrote :

I am having the same problem. I upgraded frm Mythbuntu 12.04 to 14.04 with the Asus M3N78 motherboard (Nvidia 8200 graphics card & nvidia-304-updates driver).

Using xfce4-settings from Ubuntu 13.10 (as per post #18) fixed it for me. I have not tried using the suggestion from post #10.

There is another fix in this thread that I'll try later this week -> http://ubuntuforums.org/showthread.php?t=2221496

Revision history for this message
JeanLuke (james-jasa) wrote :

I added the options:
       Option "ConnectedMonitor" "DFP-0"
       Option "UseDisplayDevice" "DFP-0"
to the "devices" section of my /etc/X11/xorg.conf and it seems to have fixed it - even with the current xfce4-settings installed.

Tests I have done:
1/ boot with the television off, turn it on and get display
2/ boot with the television on, power cycle it (off time about 30 minutes) and have display
3/ boot with the television off, switch it on for 5 minutes, off for 30 minutes, back on and have display

As above, I have the Asus M3N78 motherboard (Nvidia 8200 onboard graphics) with nvidia-304-updates driver, using HDMI.

Revision history for this message
Bengt Nilsson (bnilsson11) wrote :

I have Ubuntustudio amd64 14.04LTS on a HTPC with a TV connected to HDMI-0 on a GA-880GMA-UD2H, Radeon mobo graphics.

Tried to follow #26, but it seems I don't have any xorg.conf in my /etc/X11.
Any advice?

Revision history for this message
JeanLuke (james-jasa) wrote :

My solution only works for Nvidia graphics cards using Nvidia drivers, sorry. Technically, it's a work-around, not a fix.

For those who do use Nvidia drivers but do not have an xorg.conf file, you can generate one with the "nvidia-xconfig" tool run as root or with sudo. See http://http.download.nvidia.com/XFree86/Linux-x86/1.0-8756/README/chapter-03.html

Revision history for this message
Patrick Stump (pstump-y) wrote :

I did the fix in #26 and it fixed my issues as well.
The only difference was that in nvidia-settings my samsung tv was coming up as "DFP-1" so I had to change it to :
        Option "ConnectedMonitor" "DFP-1"
       Option "UseDisplayDevice" "DFP-1"

JeanLuke THANK YOU! This has been an huge source of frustration.

As of today this is still not assigned, so not really sure when they will get to fixing it.

Revision history for this message
In , Mario Limonciello (superm1) wrote :

In xfsettingsd 4.11.2 there appears to be a regression that when a TV hooked up to the computer via HDMI gets power cycled, it stops displaying anything.

It happens via a RANDR event being sent to all X clients when the TV gets turned off.

xfsettingsd thinks that it should switch to an internal output, but desktops don't have one. So when the TV comes back on the bus it seems like it's an extra monitor and xfsettingsd gets confused.

xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 447.
xfce4-settings(displays): Detected CRTC 448.
xfce4-settings(displays): Noutput: before = 1, after = 0.
xfce4-settings(displays): Output disconnected: HDMI-0
xfce4-settings(displays): Disabling CRTC 447.
xfce4-settings(displays): No active output anymore! Attempting to re-enable the internal output.
xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 447.
xfce4-settings(displays): Detected CRTC 448.
xfce4-settings(displays): Noutput: before = 0, after = 0.
xfce4-settings(displays): RRScreenChangeNotify event received.
xfce4-settings(displays): Refreshing RandR cache.
xfce4-settings(displays): Detected CRTC 447.
xfce4-settings(displays): Detected CRTC 448.
xfce4-settings(displays): Detected output 452 HDMI-0.
xfce4-settings(displays): Noutput: before = 0, after = 1.
xfce4-settings(displays): New output connected: HDMI-0

Additional details can be found on the Ubuntu bug report located here:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1308105

Changed in xfce4-settings:
importance: Unknown → Medium
status: Unknown → Confirmed
Revision history for this message
In , Alexander Schmidt (voidcastr) wrote :

I just bisected the git repository of xfce/xfce4-settings and identified the commit that introduced the issue as:

------------------------------------------

dbd76eb58bd9d7a55de753daa5572ef24867d924

Author: Lionel Le Folgoc <email address hidden> 2012-11-08 20:15:42
Committer: Simon Steinbeiss <email address hidden> 2012-11-08 20:50:40
Parent: 82ab3a355a4b7eff6cffa57ca5a8e8622feb2d31 (l10n: Updated Portuguese (pt) translation to 100%)
Child: cf67ba0d283d991c67a4e3df2de758f94cb2f7d2 (l10n: Updated Spanish (Castilian) (es) translation to 99%)
Branches: master, remotes/origin/bluesabre/display-settings, remotes/origin/bluesabre/display-settings2, remotes/origin/master, remotes/origin/ochosi/primary
Follows: xfce4-settings-4.11.0
Precedes: xfce4-settings-4.11.1

    Re-enable the internal display when the external one is disconnected

    (and add the possibility to start xfce4-display-settings --minimal when a new
    display is connected)

    Signed-off-by: Simon Steinbeiss <email address hidden>

------------------------------------------

Building and using its immediate predecessor fixes the issue for me. Can anybody confirm?

I am currently investigating the code, trying to find what's wrong. However, I have little to no experience regarding the code base, so this might take a while. Any help would be greatly appreciated.

Revision history for this message
In , Jate Sujjavanich (jatedev) wrote : Re: Xfce resets TV mode to NULL when power cycled

I am using the Yocto project to build a linux image containing xfce. I have been having the same problem with a failure to detect when disconnecting and reconnecting an LCD monitor.

I reverted commit dbd76eb58bd9d7a55de753daa5572ef24867d924, and I can confirm that I can now disconnect the monitor at will with detection.

I'll have to use this workaround for now.

Revision history for this message
In , Alexander Schmidt (voidcastr) wrote :

I am currently stuck analyzing this issue. The following considerations refer to commit dbd76eb58bd9d7a55de753daa5572ef24867d924.

After adding lots of debug output to displays.c, I noticed a potential issue in

static GPtrArray* xfce_displays_helper_list_outputs (XfceDisplaysHelper*)

which contains the line of

if (output_info->connection != RR_Connected)

When powering off a screen and powering it on again, the value of output_info->connection is always 1 (=RR_Disconnected). Hence, the rest of the surrounding loop's iteration is skipped, no modes are detected, etc.

According to my current understanding (which might be completely erroneous) of how the code works, this is wrong and it could hint to the actual cause of the issue - which I'm still unable to identify.

Further observations:

xfce_displays_helper_list_outputs is called twice in displays.c - once by xfce_displays_helper_init(...) and once by xfce_displays_helper_reload(...). In the former case, (output_info->connection != RR_Connected) is false for one of my outputs, thus modes are getting detected, etc. In the latter, it is not.

Can anybody assess whether or not I am on the right track?

Any help debugging this would still be greatly appreciated. :)

Revision history for this message
In , Alexander Schmidt (voidcastr) wrote :

Created attachment 5681
HDMI power cycling patch

Created and attached a small patch that fixes the issue for me. It applies to any xfce4-settings version starting from dbd76eb58bd9d7a55de753daa5572ef24867d924 (contained in 4.11.1), up to the current origin/master.

Can anybody confirm this patch fixing the issue while not introducing undesirable side effects?

As I understand, it is indeed a suitable solution (cf. the implementation in 641c6c4d7dda4ac41f811c8c0f9e26738f12a732 which used a corresponding approach) but it might conceal another underlying problem:

g_ptr_array_unref(GPtrArray*) is expected to have the same effect as g_ptr_array_free(GPtrArray*, TRUE) in case there is exactly one reference to the given argument. However, in the case at hand, the effects differ, which leads to the conclusion that there is more that just one reference left to the given argument, prior to calling g_ptr_array_unref. This could indicate some bug/leak -- but as I understand, calling g_ptr_array_free with free_seg=TRUE deals with that (somebody correct me if I'm wrong).

Revision history for this message
In , Jate Sujjavanich (jatedev) wrote :

I just tested the HDMI power cycling patch. I am able to unplug and replug the VGA connector on my motherboard and still detect it.

Revision history for this message
In , Sean Davis (bluesabre) wrote :

I've tested the patch, and noticed that without the patch xfsettingsd sometimes crashes when an external display (in this case, a TV) is unplugged. Without the patch, xfsettingsd no longer crashes.

Revision history for this message
In , Simon Steinbeiß (ochosi) wrote :

(In reply to Sean Davis from comment #5)
> I've tested the patch, and noticed that without the patch xfsettingsd
> sometimes crashes when an external display (in this case, a TV) is
> unplugged. Without the patch, xfsettingsd no longer crashes.

Now you got me confused, "without the patch" in both cases? Just to be sure, which is it?

Revision history for this message
In , Raj B (bigwoof) wrote : Re: Xfce resets TV mode to NULL when power cycled

I tested this patch and it seems to have fixed the problem for me.

I have Linux machine running Ubuntu Trusty with the latest nVidia drivers (337.25-0ubuntu1~xedgers14.04.2). I used XFCE as my window manager for a mythtv/xbmc setup.

patching xfsettingsd has solved the loss of display issue for me.

My machine is connected to an Onkyo receiver which is then connected to an Epson projector.

Revision history for this message
Bengt Nilsson (bnilsson11) wrote :

I would like to try "this patch".
Please supply a link to where I can find it, and some detailed instructions on how to apply it. I am not a programmer.

Regards,

B. Nilsson

Revision history for this message
In , Sean Davis (bluesabre) wrote :

Created attachment 5723
HDMI and Screen On Event Patch

I think I figured out the failure in the logic. You are right, since we are clearing the caches in that particular function, it makes sense to make sure they are truly freed.

The above fix uncovered another issue with the order of events when the "Configure new displays when connected" feature is enabled. I found that we are clearing our caches in the middle of the screen event (thats the leftover reference you found). I reordered the code for that function, and now I think I should have a fully functional patch.

Please try the attached patch and let me know if the issue is still resolved for you.

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

posted this on the ubuntu launchpad.

tried the patch by Alexander. It works.

trying the patch by Sean now (reverted the previous patch). so far so good.

using the xfce4-settings-4.11.2 code base b.t.w.

my setup is a ubuntu trusty machine using latest nVidia drivers (337.25-0ubuntu1~xedgers14.04.2) connected via HDMI to an Onkyo receiver which is then connected to an Epson projector.

I used to lose the signal when I turned off the receiver. but so far so good with both patches

Revision history for this message
In , Alexander Schmidt (voidcastr) wrote :

I'm afraid but Sean's patch, "fix_for_bug11107.patch", does not fix the issue for me. I tried with both git-master (d532c0f06d4a629aebf11e8bead63617931001d2) and tag 4.11.2 (e329018189663837f2cd9c50807e4376a852cc88). My patch in turn still works with both said commits.

However, since my patch only addresses the issue's symptoms but not its actual cause, Sean's patch should be further improved instead of just using mine.

It's interesting to see that "fix_for_bug11107.patch" already fixes the problem for Raj, which makes me think that there's more to this issue than we understand thus far.

Btw, I tried both enabling and disabling the "Configure new displays when connected" feature but that did not have any effect. I'm out of ideas right now.

My configuration:
Xubuntu 14.04 x64
Kernel 3.13.0-39-generic
Intel Core i5-4590S
Intel driver 2.99.911-0intel1
Monitor attached with a HDMI-to-HDMI cable

Revision history for this message
In , Simon Steinbeiß (ochosi) wrote :

Odd, I tested Sean's patch with 14.10 with Nvidia drivers and it rid me of the spawning of countless minimal dialogs.

That said, I've never really been able to reproduce the original bugreport, I was mainly regression-testing.

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

This is strange.

The new patch did not work for me. Left everything off for a day, came back and turned it off and the signal was gone. I had to use my hack

/usr/bin/xrandr -s 1
/usr/bin/xrandr -s 0

to get the signal back.

no such issues last week with Alexander's 1 liner. I noticed that the longer patch has that 1 liner as well and then some.

wierd!

Raj

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

have been running Alexander's patch for about one week now and it has solved the issue for me. I no longer have to reset the display even after switching off the receiver and the projector for multiple hours.

Raj

Revision history for this message
Chris (christopherdbennett) wrote : Re: Xfce resets TV mode to NULL when power cycled

Alexander's patch also works nicely for me! So awesome to have a font I can read again and not to have to mess with Linux every time I turn off the receiver or switch it to a different input. Nice work!

Revision history for this message
douglas sargent (dbsargent) wrote : Re: [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

Hey can you please send me some install information so that I can try it
out.

Cheers

Doug
On Nov 23, 2014 3:40 PM, "Chris" <email address hidden> wrote:

> Alexander's patch also works nicely for me! So awesome to have a font I
> can read again and not to have to mess with Linux every time I turn off
> the receiver or switch it to a different input. Nice work!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1308105
>
> Title:
> Xfce resets TV mode to NULL when power cycled
>
> Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
> Confirmed
> Status in xfce4-settings:
> Confirmed
> Status in “nvidia-graphics-drivers” package in Ubuntu:
> Invalid
> Status in “nvidia-graphics-drivers-331” package in Ubuntu:
> Invalid
> Status in “xfce4-settings” package in Ubuntu:
> Confirmed
>
> Bug description:
> I had an HTPC with Mythbuntu 12.04 installed. Upon upgrading a new
> behavior that if the TV is power cycled it no longer detects a link
> with the HTPC.
>
> When this happens I can find in the xorg log that there is an
> accompanying log item:
>
> [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"
>
> After debugging with NVIDIA at
> https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
> detected/ we've deteremined it's a X client that reacts to the RANDR
> events causing the mode to be set to NULL.
>
> Working through the list in an Xfce environment, the culprit is
> xfsettingsd. If xfsettingsd is running, it causes the TV to come up
> in a NULL mode. If it's killed, it remains in the mode it was
> previously running in.
>
>
> Until this is fixed, this behavior can be worked around with a simple
> shell script:
> ==============================
> #!/bin/sh
> #Fix TV state when HDMI link is lost.
> #By Mario Limonciello <email address hidden>
>
> OUTPUT="HDMI-0"
> BAD_MODE="1280x720"
> GOOD_MODE="1920x1080"
>
> for MODE in $BAD_MODE $GOOD_MODE; do
> DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
> sleep 2
> done
> ==============================
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mythbuntu/+bug/1308105/+subscriptions
>

Revision history for this message
Phillip Stanton (phillip-stanton) wrote : Re: Xfce resets TV mode to NULL when power cycled

I'm running mythbuntu and upgraded to 14.04. When I switched video inputs on my receiver the screen would die and I would have to manually run xrandr to force the display to start again. But after following the steps in post #22 the issue was resolved. Thanks Nick I would have never found that setting.

Revision history for this message
Derek (glubbish) wrote :

Hi,
I was wondering if someone could help me out on this.
I would like to apply the patch, but have very little ubuntu knowledge.
I am running ubuntu 14.04 and have found I get this problem.

The workaround in #22 works for me, but makes the fonts hard to read. This is why I would like to use Alexander's patch.

However, I am not sure how to do it.

I checked my system for xfsettingsd and displays.c but could not find either
sudo . -name displays.c -print
returns nothing (run from the root dir)

I assume that if I can find displays.c all I need to do is go to that directory and do:
patch < {patchname}

Any/All help appreciated.

Revision history for this message
In , Julien Villemure (phunkatic) wrote :

Happy to report Alexander's patch worked for me as well.

Ubuntu 14
Kernel 3.13.0-24-generic x86_64
Radeon HD 5450 (open 'radeon' driver)
Connected via HDMI to an A/V receiver (connected to TV)
Power-cycling the receiver caused the issue before the patch

Revision history for this message
In , xdevnull (xdevnull) wrote :

I've had this same problem which led me here, though I'm using a distro and wasn't sure how to patch it. Someone for the distro used the first patch and uploaded a new build. It solved my problem.

I'm using Manjaro .8.11 with kernel 3.18 on an Asus Chromebox M400

Here's a link to the forum post.

https://forum.manjaro.org/index.php?topic=19411.0

Thanks for the patch

Thomas Mashos (tgm4883)
tags: added: downstream
Revision history for this message
In , Dave (xwebsubs) wrote :

Hello,

Apologies if this is not the correct procedure, I'm new to Linux.
I have a PC with Linux Lite 2.2(Ubuntu 14.04/xfce based)

If I swap the HDMI output to another PC, and then switch back to Linux Lite
I have a black/blank screen, I think it is the issue described here.

How can I apply the fixes/patches noted at the top.??

Many Thanks... Dave

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

I suspect that I'm seeing the same issue as the original poster. Running xfce4-settings 4.11.3, without any of the published patches.

When unplugging the HDMI cable I very often get an 'xfsettingsd' crash. This results in Xfce reverting to some fallback, default (and ugly) theme, as well as the font size changes. When it crashes, I get this message in the console:

liv@liv-inspiron:~$ The program 'xfsettingsd' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRRCrtc (invalid Crtc parameter)'.
  (Details: serial 1191 error_code 148 request_code 140 minor_code 21)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
l

A quick and dirty, but useful solution is to then run 'xfsettingsd' from a terminal. This reverts from the ugly theme to the usual desktop appearance settings.

In any case, I've just upgraded from 4.11.2 to 4.11.3, and this bug has suddenly become all the more visible...

Revision history for this message
John R (h-ubuntu-3) wrote : Re: Xfce resets TV mode to NULL when power cycled

Hey guys - a little help for a relative Ubuntu n00b?

I'm *not* running Mythbuntu - I'm running standard Ubuntu Desktop 14.04. I don't have xfce4-settings installed, but I am seeing very similar behaviour to that described in this bug report. I have a DisplayPort monitor attached. If I switch it off and switch it on again (or switch it to a different input and back again), Ubuntu doesn't detect the monitor and it says black. I have to reboot the box to get the display back. (There may be a way of getting it back using ssh but I haven't been able to do that yet).

If I change the monitor cable from DisplayPort to DVI this does not happen. I'm using a GTX660 with an HP LP2475w.

My behaviour looks like the same bug, but changing xfce4-settings won't help as I don't have it installed!

Can anyone verify this behaviour, and if verified, add the appropriate data in the "Affects" field? Thanks.

Revision history for this message
Arjen (acm-tweakers) wrote :

What works for me to get some output on my blank screen is to execute 'xrandr --auto' via ssh.

That only works when X was started in the first place, which may not be the case if you had booted without the screen on or something like that.

Revision history for this message
In , Sean Davis (bluesabre) wrote :

Liviu, this is an issue I had found while investigating this issue.. Can you test if the patch I posted in comment 7 https://bugzilla.xfce.org/show_bug.cgi?id=11107#c7 fixes the issue for you?

Changed in xfce4-settings:
status: Confirmed → Incomplete
Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

Hi!

Unfortunately this doesn't seem to help in my case. I've installed a patched 4.11.3 (from my PPA here: https://launchpad.net/~landronimirc/+archive/ubuntu/collection , includes fix_for_bug11107.patch), then logged out, logged in.

Then:
- connect HDMI cable for external display
- in simple dialog select Display #2 (right-most choice)
- then select Display #1 (left-most choice)
- then unplug HDMI cable

More often than not this is sufficient to trigger the xfsettingsd crash.

Revision history for this message
In , André Miranda (andreldm) wrote :

@Dave
For Ubuntu 14.04, this is how your you can build xfsettings with the patches:

sudo apt-get install xfce4-dev-tools libexo-1-dev libgarcon-1-0-dev libxfce4ui-1-dev
git clone git://git.xfce.org/xfce/xfce4-settings
cd xfce4-settings
curl https://bugzilla.xfce.org/attachment.cgi?id=5681 > alexander-patch.diff
curl https://bugzilla.xfce.org/attachment.cgi?id=5723 > sean-patch.diff
Choose a patch to Apply: patch -p1 < <patch>
./autogen.sh && make && sudo make install
/usr/local/bin/xfsettings --replace

If you wanna to try other patch, first remove what's applied:
patch -R -p1 < <applied patch>

After playing, remember to remove the installed xfsettings:
sudo make uninstall

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

@André

I've tried your instructions, but now Sean's patch no longer applies cleanly to master:
sh>patch -p1 < "sean_fix_for_bug11107.patch" (3834)
patching file xfsettingsd/displays.c
Hunk #2 FAILED at 407.
1 out of 6 hunks FAILED -- saving rejects to file xfsettingsd/displays.c.rej
sh>patch -p1 < "sean_fix_for_bug11107.patch" (3834) returned '1'

>cat "displays.c.rej" (3854)
--- xfsettingsd/displays.c
+++ xfsettingsd/displays.c
@@ -407,7 +407,7 @@
                                       gpointer data)
 {
     XfceDisplaysHelper *helper = XFCE_DISPLAYS_HELPER (data);
- GPtrArray *old_outputs;
+ GPtrArray *new_outputs;
     XfceRRCrtc *crtc;
     XfceRROutput *output, *o;
     XEvent *e = xevent;
>cat "displays.c.rej" (3854) returned '0'

Revision history for this message
In , André Miranda (andreldm) wrote :

My fault, I wrote this little guide at work and due an annoying proxy I couldn't git clone... so I downloaded the latest release from:
http://git.xfce.org/xfce/xfce4-settings/snapshot/xfce4-settings-4.11.3.tar.bz2

IDK, maybe the following commit has broken the patch:
http://git.xfce.org/xfce/xfce4-settings/commit/xfsettingsd/displays.c?id=404d982f2936a58649423642956be563982b2ffa

It's seems to be fairly simple to update the patch, but I'm bit in a hurry, if none does that, as soon as possible I'll upload a new patch.

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

I tested Alexander's patch, and although I'm not yet sure if it helps with the xfsettingsd crash, the approach is buggy. First I notice that 'Mirror displays' option is now disabled, and each time I switch from one option to the other, 4 instances of the display window are being opened. Overall, not the way to go.

@André

It would be great if you could post an updated version of Sean's patch!

Revision history for this message
In , André Miranda (andreldm) wrote :

Created attachment 5908
HDMI and Screen On Event Patch(Updated)

@Liviu
Here you are =)

Revision history for this message
Bengt Nilsson (bnilsson11) wrote : Re: Xfce resets TV mode to NULL when power cycled

Could someone involved in this discussion PLEASE describe how to implement this patch.

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

Thanks a lot André! And thanks a lot for the instructions; although I know most of them individually, stringing them all together wasn't immediately obvious.

I've tested Sean's updated patch and I'm happy to report that it seems indeed to solve the `xfsettingsd` crashes. I will test it for a couple more days to make sure that all is OK, but so far looks very promising! I'll report back if I'm still hitting trouble.

(The only nagging issue was that after `make install`---hence having both /usr/bin/xfsettingsd and /usr/local/bin/xfsettingsd---for some reason the "Mirror display" option was greyed out. I suspect it's some issue with having both binaries installed at the same time, but I can't say.)

Revision history for this message
In , Steve Dodier-Lazaro (sidi) wrote :

Hi Liviu,

Let us know in a few days if the bug is fixed with the patch, and if no side effects were found, so we can release it in time for 4.12.

Thanks.

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

As far as fixing the issue goes, it's very simple:

- if I do `/usr/bin/xfsettingsd --replace` (4.11.3), then I can easily replicate the crash
- if I do `/usr/local/bin/xfsettingsd --replace` (GIT master with Sean's updated patch), the I can no longer replicate the crash

I think the patch is effective at addressing the issue.

As for the disabled `Mirror displays` option, if I remove the stock xfce4-settings and only keep the /usr/local/bin installation, then the issue persists: when I connect the HDMI cable, the `Mirror displays` option is disabled (see attached screenshot). I'm not sure how else to test this...

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

Created attachment 5916
disabled `Mirror displays` option with Sean's updated patch

Changed in xfce4-settings:
status: Incomplete → In Progress
Revision history for this message
In , Simon Steinbeiß (ochosi) wrote :

@Liviu: Is the "mirror" option available when installing xfce4-settings from git master without Sean's patch?

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

Surprisingly, not.

>git checkout master (22206)
Already on 'master'
Your branch is up-to-date with 'origin/master'.
>git checkout master (22206) returned '0'

Then:

make distclean && ./autogen.sh && make

I also removed 'xfce4-settings' from Synaptic. After `make install`, I run `xfsettingsd --replace`.

When I plug the HDMI cable, the `Mirror displays` option is disabled. So this issue already seems to be in GIT master. But more strangely, still, I can NOT reproduce the xfsettingsd crash. It's as if it were already fixed in master. Go figure....

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

OK: disabled `Mirror displays` option

GIT bisect points me to:

>git bisect bad (22224)
835671ad8db9bcaed4ec3d53753b7f9a8b4610a7 is the first bad commit
commit 835671ad8db9bcaed4ec3d53753b7f9a8b4610a7
Author: Sean Davis <email address hidden>
Date: Sat Jan 31 11:31:52 2015 -0500

    Fix issues found with cppcheck (Thanks Mario) (Bug 10879)

:040000 040000 f3782b2eee70c04f7715a6aa10d8a2ab7b5b3d42 4cbdb493675c1f077dfb1da25cc087eae33f8e3d M dialogs
:040000 040000 995180b85348189b33ae73a4b3a1bd4f2ba675a6 f5e0a19760ca4a33b5ae0e681da7ee0976f5935e M xfsettingsd
>git bisect bad (22224) returned '0'

There was some unexpected impact of this clean-up...

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

As for the xfsettingsd crash, I noticed that with current master I was no longer experiencing the crashes. So I did some GIT bisecting, and it turns out that I can reproduce the crash with:
http://git.xfce.org/xfce/xfce4-settings/commit/?id=5a7f55a049147320adb8e2dc8495d6f868c4d6ac

But I get no more crashes with:
http://git.xfce.org/xfce/xfce4-settings/commit/?id=404d982f2936a58649423642956be563982b2ffa

It seems to me that Olivier has inadvertently fixed this issue... Just to confirm, I do NOT get xfsettingsd crashes when using master and my usual test case. As far as my setup is concerned, this issue is fixed.

=====
So what remains to be addressed is the disabled `Mirror displays` option introduced in 835671ad8db9bcaed4ec3d53753b7f9a8b4610a7. Should I open a separate ticket on this issue?

Revision history for this message
In , Steve Dodier-Lazaro (sidi) wrote :

Glad to hear it's fixed for you. Looking at the two commits, XfceOutputInfo *output was probably unitialised, causing a NULL check to be ignored and a SEGFAULT.

Thanks for this thorough testing and debugging, Liviu. I'll close this issue, please do open another report for your Mirror Display issue, and mark it high -- I've spotted some variable initialisation bugs in that code too.

Revision history for this message
In , jc00ke (jesse-jc00ke) wrote :

Does anyone know how one might get this fix into Xubuntu?

Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

Here we go: Bug 11525

BTW, I wonder if this xfsettingsd crash issue was solved by addressing the Coverity scan reports...
https://scan.coverity.com/projects/4135

Changed in xfce4-settings:
status: In Progress → Fix Released
Revision history for this message
In , André Miranda (andreldm) wrote :

@Jesse
If everything goes well, this fix is going to be on Xfce 4.12, the question is if Xubuntu is going to ship it in 15.04.
You can also build it by yourself or use a PPA, maybe https://launchpad.net/~xubuntu-dev/+archive/ubuntu/xfce-4.12.

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

Hi,

just wanted to point out that Sean's patch did *not* fix the screen disappearing issue for me but the one liner from Alexander did.

Was a different patch apply to the main tree to fix the original reason for this bug report? I'm willing to test the latest version, but I can only do it next week at the earliest.

Raj

Revision history for this message
In , Steve Dodier-Lazaro (sidi) wrote :

Raj,

Thanks for clarifying. There might have been several sources of crashes in the same report.

Could the people who commented on this report test whether Xfce4-Settings git (hence with Olivier's recent fix) + Alexander's patch work well for them?

Olivier, André: would you like to take ownership of this bug and push whichever additional patch is required?

Changed in xfce4-settings:
importance: Medium → Critical
status: Fix Released → Confirmed
Revision history for this message
In , Liviu Andronic (landronimirc) wrote :

I would only suggest to prospective testers to first try out Xfce4-Settings GIT (hence with Olivier's recent fix) with *no patch*. At least here it fixes the issue, and maybe this addresses your concerns, too.

Revision history for this message
Alexander Schmidt (voidcastr) wrote : Re: Xfce resets TV mode to NULL when power cycled

With the current git-master (xfce4-settings 8adbd2e2463f5cc46c7ed94c0acf264155476268) and NO patches the issue does not occur for me. That is, neither when powering my HDMI-connected screen off and on again nor when physically disconnecting and reconnecting it.

However, I cannot even reproduce the original issue anymore. Weird!

My current configuration:
Xubuntu 14.04 x64
Kernel 3.13.0-45-generic
Intel Core i5-4590S
Intel driver 2.99.911-0intel1
Monitor attached with a HDMI-to-HDMI cable

Things that indeed changed:
- new, different mainboard (the old one died some weeks ago due to a power supply voltage peak)
- new but identical CPU (died due to the same reason)
- upgraded packages from the official Xubuntu 14.04 sources (got no related PPAs or such, so it's just regular updates)
- new kernel version (probably does not matter)

Btw, my machine is not a laptop, so I'm down to 0 outputs when physically disconnecting my screen (I kind of remember this being relevant in the source code).

Revision history for this message
fkervin (fleckskervin) wrote :
Download full text (3.5 KiB)

Hi Everyone,

I'm glad to have found this thread (Many thanks to ToZ in forum.xfce.org): https://forum.xfce.org/viewtopic.php?id=9391

My problem is I read so many possible solutions that I really don't know what to do. I have an intel onboard graphics card and if I turn off TV i have blank screen when later I switch it on again (Xubuntu 14.04)

What is the procedure you reccomend me to do? From last posts here it seems to be a fixed releaded, how do I install?

I've make a recopilation of all the possible solutions I've read here:

****FIRST - Use this script when problem happends:
==============================
#!/bin/sh
#Fix TV state when HDMI link is lost.
#By Mario Limonciello <email address hidden>

OUTPUT="HDMI-0"
BAD_MODE="1280x720"
GOOD_MODE="1920x1080"

for MODE in $BAD_MODE $GOOD_MODE; do
 DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
 sleep 2
done
==============================

My question is: How can I run the script when HDMI link is lost if I've no video signal?

****SECOND - install gnome-settings-daemon and launch on system boot.
It seems too easy to be true, hehe, Do i try?

****THIRD - killall xfsettingsd
In my case I can leave computer on with desktop on screen, so I can't do this on any program boot. Whose are the consequences of killing this application on system boot?
I've read it can causes an undesired problem, fonts are unreadable (could cause some problem with image quality)

****FOUR - Using DVI cable instead of HDMI
I could use a DVI to HDMI cable, at last I can get sound from it, althought I'd prefer maintaining the DVI connection.

****FIVE - downgrade xfce-settings to the 4.11.0 package from Saucy, and locked it at that version (4.11.3 causes the problem).
How can I do this?

****SEVEN - Create xorg.conf and add those lines:
Option "ConnectedMonitor" "DFP1"
Option "UseDisplayDevice" "DFP1"

OR
       Option "ConnectedMonitor" "DFP-0"
       Option "UseDisplayDevice" "DFP-0"

to the "devices" section of /etc/X11/xorg.conf.

Only for nVidia cards

****EIGHT - Install a patched 4.11.3 (from my PPA here: https://launchpad.net/~landronimirc/+archive/ubuntu/collection , includes fix_for_bug11107.patch).
The person who told this seems to not have solved with this procedure. How can I do this? I mean, How can I Install this patched version.

****NINE - Sean's patch, "fix_for_bug11107.patch"
I don't know where to download it from or how to install, it seems to be explained in next option (TEN)

****TEN - Alexander's patch, also Sean's, explained here:
For Ubuntu 14.04, this is how your you can build xfsettings with the patches:

sudo apt-get install xfce4-dev-tools libexo-1-dev libgarcon-1-0-dev libxfce4ui-1-dev
git clone git://git.xfce.org/xfce/xfce4-settings
cd xfce4-settings
curl https://bugzilla.xfce.org/attachment.cgi?id=5681 > alexander-patch.diff
curl https://bugzilla.xfce.org/attachment.cgi?id=5723 > sean-patch.diff
Choose a patch to Apply: patch -p1 < <patch>
./autogen.sh && make && sudo make install
/usr/local/bin/xfsettings --replace

If you wanna to try other patch, first remove what's applied:
patch -R -p1 < <applied patch>

After playing, remember to remove the installed xfsettings:
sudo make uninsta...

Read more...

Revision history for this message
In , André Miranda (andreldm) wrote :

@Steve
I guess that Olivier, Alexander or Sean are more suitable to tackle this than me, all I did was to give some instructions and update the patch, so don't expect a patch from me any sooner.
I use a 27" display and 19" in extended mode(configured via NVidia Settings) and everything works smoothly, but as soon as possible, I'll give it a go(with and without patches) and see what happens while switching, plugging and unplugging them.

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

i'll test the latest git version without any additional patches early next week when I get back home. I'll report what I find after a day or two of testing (the bug only manifests when the display has been off for quite some time)

Thanks,

Raj

Revision history for this message
fkervin (fleckskervin) wrote : Re: Xfce resets TV mode to NULL when power cycled
Download full text (6.3 KiB)

 I've spent a good amount of hours researching and making tests, unfortunately I can't make it work and I'm really desperate, so I'd really thank any help.

I hope someone can lend me a hand (mainly on the procedures of patches of alexander and sean, I can't make them work).
----

The script of first solution works (in my case replacing HDMI-0 with HDMI1), I create it in ~/fixhdmi.sh and chmod 755 it.

The question here is automating the process, and in this I've not been able to, It only works running script manually from terminal (I've no try to make a shortcut, it's not valid for my needs) :(

I even added a wait time before the process (since the TV takes some time in beign ready I thought it could help) and a message after with zenity:

[code]#!/bin/sh
#Fix TV state when HDMI link is lost.
#By Mario Limonciello <email address hidden>
sleep 10
OUTPUT="HDMI1"
BAD_MODE="1280x720"
GOOD_MODE="1920x1080"

for MODE in $BAD_MODE $GOOD_MODE; do
 DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
 sleep 2
done
zenity --info --title="HDMI" --text="fixhdmi.sh has been executed"
[/code]

I've found a few entries explaining the procedure of udev, so I've create a the file /etc/udev/rules.d/hdmi.rules with this content

[code]KERNEL=="card0", SUBSYSTEM=="drm", ACTION=="change", RUN+="/home/fkervin/fixhdmi.sh[/code]

I also tryed:
[code]SUBSYSTEM=="drm", ACTION=="change", RUN+="/home/fkervin/fixhdmi.sh[/code]

I tried another ones I don't remember...

The result without the udev entry is "no signal message", with it I have cursor on screen over black for a seconds but then dissapear and "no signal" message again. It makes me think that

the udev could be working on TV disconnect but not on connect (only an idea). Later when I tried the alexander's mod I had the same effect, (cursor and blank screen), I don't how it there is any relation.

I've try udevadm in a power-off/power-on of the TV, having this result:

[code]
fkervin@fkervin:~$ sudo udevadm monitor
[sudo] password for fkervin:
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[121.525065] change /devices/pci0000:00/0000:00:02.0/drm/card0 (drm)
UDEV [135.590008] change /devices/pci0000:00/0000:00:02.0/drm/card0 (drm)
KERNEL[142.156140] change /devices/pci0000:00/0000:00:02.0/drm/card0 (drm)
UDEV [156.226634] change /devices/pci0000:00/0000:00:02.0/drm/card0 (drm)
[/code]

I can't figure out how to make udev rule work :(

-----

I've try to install Xfce 4.12 packages:

[code]
sudo add-apt-repository ppa:xubuntu-dev/xfce-4.12
sudo apt-get update
sudo apt-get upgrade
[/code]

It unfortunately doesn't solve the problem.

------

killing xfsettingsd makes it work, but since it interfere on the icons, text and many elements, it's not appropiate.

------

In the option of installing an older xfce4-settings:

by adding the saucy mirrors to you sources.list, and running apt-get update && apt-get install xfce4-settings/saucy or apt-get -t saucy install xfce4-settings

I don't know what should I add to sources.list.

------

Alexander and sean's procedures:
I've try several times with no results, for example:

...

Read more...

Revision history for this message
Glen Dragon (gdragon) wrote :

For those trying the above commands... the curl to get the patch files is likely not working.
I'm not motivated enough on curl to figure out the problem, but i was able to copy/paste with a browser.
If you are unsure, look at the patch files, git diff, the output of patch, etc...

For me the latest git did not fix the problem.
Sean's (updated) patch also did not fix the problem.
Alexander's patch *did* fix my problem.

My use case is with a single display attached to a A/V receiver. Turning the receiver off, and back on did not come pack.
Using alexander's one liner, it works great.

IMHO, this is a big issue, and i'm shocked that it's not been rectified yet.

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

so the original bug of the display resetting to NULL has *not* been fixed in the latest git version.

I left it for a day, came back and the display was blank when I turned on the projector.

I have applied Alexander's 1 line patch and I'm testing that now. But the git version has *not* fixed the problem.

Someone else has reported the same issue with the git version in the ubuntu version of this bug report btw

https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1308105

see the last comment at the bottom

can we please include the 1 line patch to the master repo?

Thanks,

Raj

Revision history for this message
In , Bluesabre-1 (bluesabre-1) wrote :

I would add the one-line patch, but then every monitor event triggers the "new monitor" signal since all previously known monitors are now forgotten.

To see this bug in action, enable the setting "Configure new displays when connected", then manipulate the monitors with the settings dialog. Move them, turn them on/off, click apply.

You'll quickly find many many display settings popping up.

So while this patch fixes this bug for you, it also creates a new bug for everyone. Please continue to explore and provide additional patches. It's difficult to provide a proper fix when the original issue does not affect me or Simon, the other active maintainer of the display settings..

Revision history for this message
In , Bigwoof1234 (bigwoof1234) wrote :

Hi Sean,

interesting. I have never tried to configure the monitor as this is my projector display and not my laptop.

This is wierd as the bug you mentioned would suck for laptop / PC use where you plug in and configure external displays somewhat regularly but the bug that is the point of this bug report is terrible for anyone using a projector or LCD display that is attached to a media PC and switched off fairly regularly.

I guess I'll just continue using my patched version until a suitable "fixes all bugs" version is written.

Thanks for the explanation for why the patch has not been included yet b.t.w. It was very informative!

Raj

Revision history for this message
fkervin (fleckskervin) wrote : Re: Xfce resets TV mode to NULL when power cycled

Hi all,

Some days ago appeared xfce 4.12, I've made an sudo apt-get update and upgrade but problem is not solved.

Have I done something wrong or the problem is still not solved?

Regards

Revision history for this message
Sean Davis (bluesabre) wrote :

@fkervin The bug status is still not marked as fixed. There has not been a valid fix that doesn't cause a regression.

Revision history for this message
pqwoerituytrueiwoq (pqwoerituytrueiwoq) wrote :

I have been having this issue on my 14.04 install for a while now (probably as long as Mario), i have been using my rPi and a button to run a command over ssh to fix it
DISPLAY=":0.0" xrandr --output HDMI-0 --auto

i upgraded me and my dad to xfce 4.12 and now he has the issue ga-a55m-ds2 motherboard and a AMD A6-3500 APU
he is running xubuntu 14.04 w/ linux 3.16.7 w/ xfce 4.12 (open source drivers, NOT fglrx/catalyst)
he is using DVI on a HP 2009M monitor
this command restores the display for him
DISPLAY=":0.0" xrandr --output DVI-0 --auto
he seems to have this issue wen the power manager turns the display off and the monitor goes into standby

Revision history for this message
In , keepitsimpleengr (keepitsimpleengineer) wrote :

I experienced this on an HDTV client, workaround and details herehttps://bbs.archlinux.org/viewtopic.php?pid=1510206#p1510206

Revision history for this message
In , keepitsimpleengr (keepitsimpleengineer) wrote :

My workaround of attaching another monitor to my desktop acting as a HDTV MythTV client is not 100% effective.

Revision history for this message
Adam Kaminski (thimslugga) wrote : Re: Xfce resets TV mode to NULL when power cycled

I am currently experiencing this issue with a foxconn d180s j1800 motherboard and Xubuntu 15.04. After turning off the TV and receiver I do not receive any video when turning them back on. Running the script fixhdmi.sh posted above or 'xrandr -d :0 --auto' seems to fix the issue. I just need to figure out how to trigger when TV turns back on.

Revision history for this message
Arjen (acm-tweakers) wrote :

You could probably just use 'xrandr --auto', at least that worked for me.

I have actually now a different 'fix', by simply never having the system notice the hdmi-link goes down. I used this wiki-page to fix that for my Intel Haswell-cpu graphics.

https://wiki.archlinux.org/index.php/Kernel_mode_setting

My final cmdline is now this:
video=HDMI-A-1:1920x1080@60e dmr_kms_helper.edid_firmware=HDMI-A-1:edid/tv-edid-data.edid

The tv-edid-data file is located in /usr/lib/firmware/edid/ and was derived via 'get-edid'. It actually also seemed to work with the built-in '1920x1080.edid' (saves you retrieving it from your receiver, but I thought it a bit more save to have the actual edid).
Just supplying the video-parameter wasn't enough in my case, it failed to actually set the resolution to 1920x1080 (and used 1024x768 instead). Adding the edid-data fixed that (it may even be sufficient to only force-load the edid data).

The reason this works is not because it fixes the issue, but because it prevents the hdmi-link from ever going down - as far as the kernel is concerned.

Revision history for this message
Ernst Persson (ernstp) wrote :

My best solutions to the MythBuntu/XBMC/Kodi usecase:

1) Run a MythBuntu/XBMC/Kodi-session without any desktop at all! They're in /usr/share/xsessions/
for running completely standalone.

2) Running a really minimal WM that doesn't try to manage screens at all like Openbox. Works
well with Steam big picture mode.

Revision history for this message
In , M-zdila (m-zdila) wrote :

On my system (Linux bono 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux) the issue appeared only cca 2 weeks ago. I don't know which package update (Debian Testing) caused it.

Everytime the monitor blanks it can't resume.

My workaround is to have this code running:
while true; do xrandr -d :0 --output HDMI1 --mode 1920x1080; sleep 10; done

My display card:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)

Revision history for this message
In , Newacct407 (newacct407) wrote :

Looking at Sean's comment of 2015-02-19, it appears that a functional patch is still being sought. I am experiencing the problem of the display not coming back when it is reconnected. I'm posting this in hopes that it assists the maintainers of the code in resolving the issue. With the 4.12 branch from git, I was able to reproduce this bug with just a regular desktop (non HDMI) by disconnecting and reconnecting the monitor. When the monitor was reconnected, the screen does not resume.

In the xfce_displays_helper_screen_on_event function in the top section it has the condition of the disconnection of the monitor. In that section it is calling a forced disable of the crtc via

  crtc->mode = None;
  xfce_displays_helper_disable_crtc (helper, crtc->id);

However, in the else condition below where it is adding in new outputs, the crtc is still in a disabled status when this gets executed after the cable has been reattached. (mode = None, width=0, etc)

I think that the proper solution is to get the crtc re-enabled/refreshed upon reconnection and I'm hoping that those that actually know this code would know how to do this (I tried a couple of options across various functions but they did not work).

The interim "hack" solution that seems to work for me is to comment out the code that is disabling the crtc. This doesn't seem to spawn additional displays but may other regression problems. And since it is a true hack rather than a correct solution, I'm not attaching it as a patch.

Hope this helps, let me know if testing is needed or if you can point me to the proper method of getting the crtc information refreshed.

Revision history for this message
Erik Hovland (erik-m) wrote : Re: Xfce resets TV mode to NULL when power cycled

Adding my me too. I have a ECS Liva X with an intel graphics chip. When I turn off my Samsung TV the screen goes away. I added the suggestion above (killall xsettingsd) to the /etc/mythtv/session-settings and was able to confirm that it does workaround the problem.

Revision history for this message
In , Newacct407 (newacct407) wrote :

Created attachment 6473
Patch to call xrandr --auto when a new display is connected

Revision history for this message
Ivan Kozik (ludios) wrote : Re: Xfce resets TV mode to NULL when power cycled

I have a Viewsonic VX2475Smhl-4K attached with a DisplayPort cable to a Gigabyte GTX 970 (nvidia-358 driver, ASUS Z97-A, UEFI boot with CSM disabled), and it requires `xrandr --auto` after being power cycled. That's easy to set to a keyboard shortcut when logged in, but harder in xflock4. Even less amusing, Linux text VTs don't work until an `xrandr --auto` in an X session.

There were reports that non-VESA-compliant DisplayPort cables that wire pin 20 (DP_PWR) cause this problem, but I checked my Cable Matters cable with a multimeter and it does not wire pin 20.

Microsoft has a page about this problem: https://support.microsoft.com/en-us/kb/2625567

Revision history for this message
In , Vincentiwilliam (vincentiwilliam) wrote :

I still get this in xfce4-settings.4.12.0-3 when I shut off the monitor via its power button, or switch to another pc via a K-V-M switch. I'm unable to resume the display when switching back to my Linux pc or turning the power back on. I have to run 4.10.1-1. For a while I used the 4.11.3-3 fix from Manjaro but that doesn't work now either since last -Syu. I'm running Archlinux 4.3.0-1-ck on an Asus M5A88-M mobo, with on-board Radeon 4250 graphics using the HDMI port. The HDMI is directly connected to an Asus VS247 lcd monitor. The K-V-M only switches the keyboard and mouse from the Linux pc, the other pc's it also switches the VGA as they are connected to the monitor VGA (the monitor default is HDMI so I manually switch the monitor by its selector button to VGA for the VGA pc's). I have to remote into the Linux pc and do a normal reboot in order to get the display to turn on else use the power button on front of the Linux pc :(.
Not sure where to look to troubleshoot. Thank you for your consideration.

Revision history for this message
Greg Fordyce (greg.fordyce) wrote : Re: Xfce resets TV mode to NULL when power cycled

I also struggled with this bug when doing a fresh install of Mythbuntu 14.04 this week.

I downloaded xfce4-settings 4.11.0-1 from this link.

https://launchpad.net/ubuntu/saucy/amd64/xfce4-settings/4.11.0-1ubuntu1

Then "sudo dpkg -i xfce4-settings_4.11.0-1ubuntu1_amd64.deb" to install it and synaptic to lock this version.

I can now switch off my TV connected with HDMI cable and when I switch it back on it works.

Mythbuntu is running on a Gigabyte Brix GB-BXBT-2807 with 4gb ram, 120gb ssd, DVB-T usb tuner. The machine runs both front and backend.

Revision history for this message
douglas sargent (dbsargent) wrote : Re: [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

Hi Greg,

    Trying to follow your instructions.

     What do you mean by... and synaptic to lock this version....

     What did you do, what did you execute

Thanks

Doug
On Jan 17, 2016 1:05 PM, "Greg Fordyce" <email address hidden> wrote:

> I also struggled with this bug when doing a fresh install of Mythbuntu
> 14.04 this week.
>
> I downloaded xfce4-settings 4.11.0-1 from this link.
>
> https://launchpad.net/ubuntu/saucy/amd64/xfce4-settings/4.11.0-1ubuntu1
>
> Then "sudo dpkg -i xfce4-settings_4.11.0-1ubuntu1_amd64.deb" to install
> it and synaptic to lock this version.
>
> I can now switch off my TV connected with HDMI cable and when I switch
> it back on it works.
>
> Mythbuntu is running on a Gigabyte Brix GB-BXBT-2807 with 4gb ram, 120gb
> ssd, DVB-T usb tuner. The machine runs both front and backend.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1308105
>
> Title:
> Xfce resets TV mode to NULL when power cycled
>
> Status in Mythbuntu:
> Confirmed
> Status in xfce4-settings:
> Confirmed
> Status in nvidia-graphics-drivers package in Ubuntu:
> Invalid
> Status in nvidia-graphics-drivers-331 package in Ubuntu:
> Invalid
> Status in xfce4-settings package in Ubuntu:
> Confirmed
>
> Bug description:
> I had an HTPC with Mythbuntu 12.04 installed. Upon upgrading a new
> behavior that if the TV is power cycled it no longer detects a link
> with the HTPC.
>
> When this happens I can find in the xorg log that there is an
> accompanying log item:
>
> [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"
>
> After debugging with NVIDIA at
> https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
> detected/ we've deteremined it's a X client that reacts to the RANDR
> events causing the mode to be set to NULL.
>
> Working through the list in an Xfce environment, the culprit is
> xfsettingsd. If xfsettingsd is running, it causes the TV to come up
> in a NULL mode. If it's killed, it remains in the mode it was
> previously running in.
>
>
> Until this is fixed, this behavior can be worked around with a simple
> shell script:
> ==============================
> #!/bin/sh
> #Fix TV state when HDMI link is lost.
> #By Mario Limonciello <email address hidden>
>
> OUTPUT="HDMI-0"
> BAD_MODE="1280x720"
> GOOD_MODE="1920x1080"
>
> for MODE in $BAD_MODE $GOOD_MODE; do
> DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
> sleep 2
> done
> ==============================
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mythbuntu/+bug/1308105/+subscriptions
>

Revision history for this message
In , Kev Bowring (flocculant) wrote :

seeing this in 16.04 daily xubuntu

didn't get anywhere with the script in the LP bug report, nor trying to use that AND a udev rule (from xfce forum)

I am though getting success here using the one-liner (though sleeping for 3 here instead of 10) in comment #48

Revision history for this message
Alexandre ACEBEDO (aacebedo) wrote : Re: Xfce resets TV mode to NULL when power cycled

I have exactly the same issue on 15.10 with an intel card.
philmmanjaro on github has published a patch to solve the issue. Just applies the patch on xfce 4.12 source code
The workaround to fix this is the following:

$> sudo apt-get install xfce4-dev-tools libexo-1-dev libgarcon-1-0-dev libxfce4ui-1-dev libxklavier-dev
$> git clone git://git.xfce.org/xfce/xfce4-settings
$> git clone https://github.com/manjaro/packages-extra.git
$> cd xfce4-settings
$> git checkout xfce4-settings-4.12.0
$> patch -p1 < ../packages-extra/xfce4-settings/hdmi-power-cycling.patch
$> ./configure --prefix=/usr --enable-pluggable-dialogs --enable-libxklavier
$> make
$> sudo make install
$> sudo reboot now

Revision history for this message
Alexandre ACEBEDO (aacebedo) wrote :

I did a small mistake on my compiling instruction above, replace ./configure by ./autogen.sh and it should work.

Revision history for this message
In , Jkampe68 (jkampe68) wrote :

As suggested in comment 49
I think proper solution is enable crtc upon reconnection IF it is disabled.

Here is a prototype for patch - I'm hoping maintainer (Sean?)
can suggest "correct code" to enable crtc.

diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
index 095e323..af70256 100644
--- a/xfsettingsd/displays.c
+++ b/xfsettingsd/displays.c
@@ -415,6 +415,7 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
     XfceRROutput *output, *o;
     XEvent *e = xevent;
     gint event_num;
+ gint j;
     guint n, m, nactive = 0;
     gboolean found = FALSE, changed = FALSE;

@@ -496,9 +497,37 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
                 {
                     xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "New output connected: %s",
                                     output->info->name);
+ /* need to enable crtc for output ? */
+ if (output->info->crtc == None)
+ {
+ xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "enabling crtc for %s", output->info->name);
+ crtc = xfce_displays_helper_find_usable_crtc (helper, output);
+ if (crtc)
+ {
+ crtc->mode = output->preferred_mode;
+ crtc->rotation = RR_Rotate_0;
+ crtc->x = crtc->y = 0;
+ /* set width and height */
+ for (j = 0; j < helper->resources->nmode; ++j)
+ {
+ if (helper->resources->modes[j].id == output->preferred_mode)
+ {
+ crtc->width = helper->resources->modes[j].width;
+ crtc->height = helper->resources->modes[j].height;
+ break;
+ }
+ }
+ xfce_displays_helper_set_outputs (crtc, output);
+ crtc->changed = TRUE;
+ }
+ }
+
                     changed = TRUE;
                 }
             }
+ if (changed)
+ xfce_displays_helper_apply_all (helper);
+
             /* Start the minimal dialog according to the user preferences */
             if (changed && xfconf_channel_get_bool (helper->channel, NOTIFY_PROP, FALSE))
                 xfce_spawn_command_line_on_screen (NULL, "xfce4-display-settings -m", FALSE,

Revision history for this message
In , Jkampe68 (jkampe68) wrote :

Created attachment 6590
Enable crtc if it is disabled after power cycle

Added prototype patch to enable crtc after power cycle of displayport monitor.
I hope maintainer can suggest improvements.

Revision history for this message
In , Vincentiwilliam (vincentiwilliam) wrote :

The patch in #53 is working for me. Arch Linux 4.3.3.2-ck. Asus Radeon R7-240 video card (using the hdmi port), Asus M5A88-M computer. I can now switch via k-v-m to other pc's, can turn off power to monitor for extended periods and all resumes when power is back on or k-v-m is switched back to the Arch pc (other pc's are vga).

Revision history for this message
Fabian Mathews (supagu) wrote : Re: Xfce resets TV mode to NULL when power cycled

Any update on this issue?

Im getting it on the latest xubuntu nightly.

I can still access the console via Ctrl+Alt + F1. But cannot get back to the xfce desktop.

Revision history for this message
Andy Wood (ahwood-9) wrote :

Reproducible on HP Pavilion SE a6655f, AMD x64, with Asus brand Geforce GT-220 (ENGT220) video card, only connected output is HDMI to surround receiver, then HDMI to Panasonic LED TV.
Unused workaround from comment #22 (disable xfsettingfsd) and has been solid since. I switched inputs on the TV away from the surround to a digital cable box, watched a little TV, then back without issue. I turned off TV and surround, turned back on, and I can still see the output from the HP.

Mythbuntu 14.0.4 LTS (fresh install of 14.04.4 actually).

A side-effect was that sometimes the mouse pointer would also disappear if I switched away and back again. I'll be watching that problem closely on this HP PC now that I've worked around the current problem.

Revision history for this message
In , graysky (da-audiophile) wrote :

In troubleshooing with ToZ in the forums, it seems as through this bug is related to bug #12480 as well. The patch from comment #53 seems to be allowing my monitor to wake from suspend under the 4.4.x series of kernels. I will preform more tests before calling this solved, but wanted to document this in the ticket.

Revision history for this message
In , graysky (da-audiophile) wrote :

Probably had 2 dozen or more suspend/wake cycles using the patch from comment #53 under linux v4.4.6 and it xfce4 is behaving as it should waking the monitor. If the patch as-is is grammatically correct, etc. I would recommended applying it to xfce4-settings.

Revision history for this message
Vaughan Harper (vaughanharper94) wrote :

Just a minor point: Glen pointed out in comment #86 that the curl command to get the patch files doesn't work.

I've done some playing around. For some reason 'curl https://bugzilla.xfce.org/attachment.cgi?id=5681' doesn't work - but 'curl -L http://bugzilla.xfce.org/attachment.cgi?id=5681', which follows the 302 redirect from 'http://bugzilla.xfce.org/...' to 'https://bugzilla.xfce.org/...', does work.

So it's possible to get the patches by issuing:

curl -L http://bugzilla.xfce.org/attachment.cgi?id=5681 > alexander-patch.diff
curl -L http://bugzilla.xfce.org/attachment.cgi?id=5723 > sean-patch.diff

Revision history for this message
In , James Bunton (jamesbunton) wrote :

Thanks jkampe68! Attachment 6590 completely fixes the problem for me on Ubuntu and Arch Linux. I've made an AUR package including your patch:

https://aur.archlinux.org/packages/xfce4-settings-blank-screen-fix/

Revision history for this message
In , Vincentiwilliam (vincentiwilliam) wrote :

Haven't had any problems since installing the patch from #53. I plan to upgrade Arch next weekend but haven't seen a new release of xfce4-settings (4.12.0-3).

Revision history for this message
In , Dg773 (dg773) wrote :

I was experiencing the same issue switching my display (through a kvm) between the Debian/Stretch machine running 4.12.0-2 and another machine. jkampe68's patch fixed the problem. Thank you.

Revision history for this message
In , Vincentiwilliam (vincentiwilliam) wrote :

I just upgraded Arch (-Syu) with xfce4-settings ignored in pacman.conf, then upgraded xfce4-settings from the aur using James' [url]https://aur.archlinux.org/packages/xfce4-settings-blank-screen-fix/[/url]
and all is well (tested KVM switch, tested turn off monitor), thanks James!

Revision history for this message
Jan (jan-hendrik) wrote :

The patch by jkampe68 (#109) did it for me. Here is my flow chart:

Downloaded the xfce4-settings_4.12.0.orig.tar.bz2 (https://launchpad.net/ubuntu/+archive/primary/+files/xfce4-settings_4.12.0.orig.tar.bz2) and unpacked it.

Saved the Patch by jkampe68 (http://bug-attachment.xfce.org/attachment.cgi?id=6590) as .patch file.

Navigated to xfce4-settings-4.12.0-orig/xfsettingsd/ and used the patch command to patch the displays.c file.

Now "./configure --prefix=/usr --sysconfdir=/etc" until all dependencies were fulfilled.
Garcon can be found here: https://mirror.netcologne.de/xfce/src/xfce/garcon/0.5/garcon-0.5.0.tar.bz2

"make"

"sudo make install"

Now the /usr/bin/xfsettingsd was replaced and everything worked well after reboot.

Revision history for this message
Jan (jan-hendrik) wrote :
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "Patch by jkampe68" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

tags: added: patch
Revision history for this message
Chuck McManis (chuck-mcmanis) wrote :

Trying to implement the suggestion in #115, I've got the git repo from xfce.org and applied the patch, did the configure which ends with:

Build Configuration:

* Installation prefix: /usr
* Debug Support: full
* Xrandr support: yes
* UPower support: no
* Libnotify support: no
* Xcursor support: yes
* Xorg libinput support: no
* Embedded settings dialogs no
* Sounds settings support no
* Libxklavier support: yes
* Mime settings (gio-unix): yes

But attempting a build gives the error:

make[4]: Entering directory '/home/cmcmanis/src/xfce4-settings/dialogs/appearance-settings'
  CC xfce4_appearance_settings-main.o
main.c:44:34: fatal error: appearance-dialog_ui.h: No such file or directory
compilation terminated.
Makefile:667: recipe for target 'xfce4_appearance_settings-main.o' failed

So presumably there is a missing step here somewhere.

Revision history for this message
Chuck McManis (chuck-mcmanis) wrote :

Scratch that, forgot to autogen.sh first, did it earlier but did not repeat after resolving the last dependency. So not it compiled, on to testing.

Revision history for this message
Chuck McManis (chuck-mcmanis) wrote :

Ok I have confirmed that the patch in #115 (Saved the Patch by jkampe68 (http://bug-attachment.xfce.org/attachment.cgi?id=6590) as .patch file.) fixes the issue on NUC derived systems (Intel graphics, I've got a NUC5i7RYH and a Gigabyte BRIX) where the screen attached to the display port output does not come back on when power is re-applied to the monitor. The next step is validating that the screen can recover after a "sleep state" which has been initiated by light-lock.

I pulled the git repo applied the patch, ran autogen.sh then make, then make install. Rebooted and verified the new settingsd was running (

cmcmanis@charliehorse:~$ xfsettingsd --version
xfsettingsd 4.12.0git-56abfbd (Xfce 4.12)

Copyright (c) 2008-2011
 The Xfce development team. All rights reserved.

Please report bugs to <http://bugzilla.xfce.org/>.
cmcmanis@charliehorse:~$

Power cycled the monitor, and where previously this would always cause it to not come back, it now returns. System is Xubuntu 16.04 otherwise vanilla install.

Revision history for this message
In , Chuck McManis (chuck-mcmanis) wrote :

I have confirmed that this patch allows my NUC derived systems to recover the display when the monitor is switched off and then switched on again. This for a NUC5i7RYH and a Gigabyte BRIX (GB-BXi5H-4200)

Revision history for this message
Chuck McManis (chuck-mcmanis) wrote :

And the title here really needs to be changed that this isn't an nVidia bug, that probably confuses people trying to find it.

Revision history for this message
In , Drew Lustro (drewlustro) wrote :

Wow... thank heavens. I can also very that the patch from Comment #53 has solved this bug that has been driving me nuts for weeks. I would lose my entire X session every single day as soon as the screen blanked... quite troublesome when you're trying to make linux work as your daily drive, haha.

I had to learn how to patch a .deb file properly in the process, but that was worth it too.

Cannot thank you enough, @jkampe68

-- Hardware/Software --
GPU: GTX 970 over DisplayPort 1.2
Monitor: Dell P2715 (4K@60Hz, hardware rev A03)
OS: Xubuntu Xenial (16.04 LTS)
Manually patched xfce4-settings version: 4.12.0-2ubuntu1

Useful links on patching .deb's:
https://help.ubuntu.com/community/UpdatingADeb
http://www.cyberciti.biz/faq/appy-patch-file-using-patch-command/

Revision history for this message
Drew Lustro (drewlustro) wrote :

OK. This has been driving me nuts for weeks. I would lose my entire X session every single day as soon as the screen blanked... quite troublesome when you're trying to make linux work as your daily drive, haha.

*Confirmed fix* w/ the patch suggested on xfce's bugzilla: https://bugzilla.xfce.org/show_bug.cgi?id=11107#c53

Download the xfce4-settings source, apply the patch, increment with a non-maintainer version number (for no future apt-get conflicts once this gets an official fix), and reinstall your patched xfce4-settings.

I had to learn how to patch a .deb file properly in the process, but that was worth it too.

-- Hardware/Software --
GPU: GTX 970 over DisplayPort 1.2
Monitor: Dell P2715 (4K@60Hz, hardware rev A03)
OS: Xubuntu Xenial (16.04 LTS)
Manually patched xfce4-settings version: 4.12.0-2ubuntu1

Useful links on patching .deb's:
https://help.ubuntu.com/community/UpdatingADeb
http://www.cyberciti.biz/faq/appy-patch-file-using-patch-command/

Revision history for this message
In , Mtsaavedra (mtsaavedra) wrote :

I've had good luck with the patch (thank you!) but still see one problem. After my dual monitors turn back on, they are now in mirrored mode instead of side-by-side as they were before they went to sleep. Running `xfsettingsd --replace` after this restores the screens to their proper setup.

Revision history for this message
In , 3-rs (3-rs) wrote :

Running sparky linux with xfce. dual screen in expand mode after wake up works until kernel 4.3. after that it wakes up mirrored. see this thread:

https://forum.xfce.org/viewtopic.php?id=10951

hope this helps to find the cause.

Revision history for this message
In , Luuk van der Duim (wrinkledpassenger) wrote :

On Linux Mint 18 xfce, I too got bitten by this bug.
After power off / power on, the monitor reports 'no signal'.

Intel Integrated Q45/Q43 Graphics (Dell Optiplex 780 USFF)
DisplayPort <--> DVI-D cable
Acer V243HL LCD Monitor (1920x1080 @60Hz)

I applied 'Enable crtc if it is disabled after power cycle' patch as provided in comment #53 by jkampe68 to the source package of xfce4-settings (4.12.0-2ubuntu1)

This fixed the issue. Thank you jkampe68.

I sincerely hope this patch or an adaptation that fixes the problem accordingly will find its way into the xfce4-repository.

Thanks in advance!

    Luuk

Revision history for this message
In , Vincentiwilliam (vincentiwilliam) wrote :

xfce4-settings-4.12.0-5 has the patch applied in the (Arch Linux) package:
https://git.archlinux.org/svntogit/packages.git/commit/?h=packages/xfce4-settings

Revision history for this message
Ian Young (duffrecords) wrote :

The patch in comment #53 works for me too, meaning that the desktop remains visible after power cycling my receiver. However, the MythTV frontend disappears (but the process is still running, according to ps). mythfrontend.log doesn't provide any clues as to what is happening at the time the receiver is turned off, either. I guess I could upgrade to Mythbuntu 16.04 but I'm expecting to encounter new problems then, such as no more 32-bit Chrome.

Revision history for this message
In , Bluesabre-1 (bluesabre-1) wrote :

I'm really impressed, thanks to the persistence with trying to find a solution to this bug. As several of you have mentioned, the patch in #53 / #54 (courtesy of jkampe68) seems to resolve the issue. I have tested this patch myself, and while not being able to reproduce the original issue, I have verified that there do not seem to be any regressions with this patch.

I have committed this change here: https://git.xfce.org/xfce/xfce4-settings/commit/?id=2233f20a7ec6d7cb7dcc5752d62d98e37d9c21ad

I'm planning to do a new release including this patch shortly. HUGE shout out to everyone that helped figure this one out!

Revision history for this message
In , Jkampe68 (jkampe68) wrote :

I see one issue in the patch;

When enabling the crtc it _unconditionally_ sets the output crtc (preferred) mode, rotation etc. properties.
In multimonitor setups this likely leads screens to appear mirrored after power cycle (see comment #63 and #64)

The patch should be improved by reading/restoring the crtc output properties from saved xfconfig. I simply was not up to the task to write that code, maybe someone can contribute?

Revision history for this message
In , Travis-o (travis-o) wrote :

Similarly I keep losing my configured resolution of 1280x720, with the system defaulting back to 1920x1080 every time (which looks rubbish on my crappy monitor).

Manually running "xfsettingsd --replace" is a workaround, but not ideal. All progress though, it's still much better than rebooting every time. Thanks a ton for getting us this far.

Revision history for this message
In , Dhekkir (dhekkir) wrote :

*** Bug 12786 has been marked as a duplicate of this bug. ***

Revision history for this message
Brax (luc1982) wrote :

The patch by philmanjaro works for me too by following instructions by Alexandre ACEBEDO (aacebedo) from 2016-01-25, on a braswell system (N3150 - Zbox CI323)

One thing though, I still have an issue if the TV is turned off when the PC is booted initially, xrandr will give me the proper info and tell me the screen is connected once I power it on, but xfce will still show it as Disabled (by connecting with x11vnc), I'm not sure if it's related or not

xrandr -auto sometimes fixes it but not always I sometimes have to reboot the system with the TV powered on for it to start working again

Revision history for this message
Manuel Widmer (m-widmer-d) wrote :

As another workaround it is possible to disable the hotplug events in xorg conf.
here the steps:
switch to tty (crtl + alt + f1) and log in.
sudo service lightdm stop
sudo Xorg -configure # this creates an xorg.conf and displays where it is stored
sudo cp /path/to/xorg.conf.new /etc/X11/xorg.conf
sudo vim /etc/X11/xorg.conf

then add to the "Device" section:
 Option "UseHotplugEvents" "false"

save and quit and restart lightdm:
sudo service lightdm start

found it here:
https://ubuntuforums.org/showthread.php?t=2123353
http://www.gossamer-threads.com/lists/mythtv/users/570769
https://ubuntuforums.org/showthread.php?t=2220583&page=5

Revision history for this message
In , David-lloyd (david-lloyd) wrote :

I've opened a downstream Fedora bug at https://bugzilla.redhat.com/show_bug.cgi?id=1375171 with a bit more information that might be useful.

Revision history for this message
In , Ncopa (ncopa) wrote :

(In reply to jkampe68 from comment #68)
> I see one issue in the patch;
>
> When enabling the crtc it _unconditionally_ sets the output crtc (preferred)
> mode, rotation etc. properties.
> In multimonitor setups this likely leads screens to appear mirrored after
> power cycle (see comment #63 and #64)
>
> The patch should be improved by reading/restoring the crtc output properties
> from saved xfconfig. I simply was not up to the task to write that code,
> maybe someone can contribute?

I suggest that we close this issue and create a new for the mirrored-after-power-cycle.

Revision history for this message
Patricio (patriciov) wrote :

Hi.
This affects me too.
I'm looking for what some other users refer to as "Alexander's patch" but I can't find it.
Additionally, I see the post numbers jump fro #2 to #41... How can I see the other posts? Perhaps the patch was posted there?

Revision history for this message
Alexandre ACEBEDO (aacebedo) wrote :

Hi!
The XFCE4's maintainer claimed to have merged the patch for this bug here:
https://bugzilla.xfce.org/show_bug.cgi?id=11107#c67 on 2016-08-12.

A new version of xfce-settings (4.12.1) has been released on 2016-09-15 so we can assume that the fix is integrated in the release.

Note that the patch is not the same as the one I've linked in comment #107. I still have to test the new version.

Note also that the 4.12.1 version was not integrated in ubuntu 16.10 so we still have to recompile and install it manually :(

Revision history for this message
Patricio (patriciov) wrote :

Thanks for that!
I think I'll keep waiting for the patched version to come out for my distro (32bit Xubuntu 16.04) as I'm really trying to avoid installing dev tool and compiling from source... I guess I'm just too old and grumpy now and prefer to spend time using my computers than fixing them. I already filled my quota of applying manual patches for things to just work in the 90's :D.

Anyway, I really appreciate the effort many of you guys put into making my life easier with great, open software.

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

I have an ASUS Z170M-Plus Mobo with an Intel Core i3-6100T, Intel HD 530 graphics and a Samsung TV connected through HDMI, running Mythbuntu 16.04.

I had the issue that when I turned the TV off and then back on again, the TV would say "No Signal" and I would have to run
$ sudo service lightdm restart
to get it to work again.

Based on Alexandre's comment #128, I installed xfce-settings 4.12.1 from here:
https://packages.debian.org/stretch/amd64/xfce4-settings/download
http://ftp.uk.debian.org/debian/pool/main/x/xfce4-settings/xfce4-settings_4.12.1-1_amd64.deb
and installed it on my Mythbuntu 16.04 installation. To my surprise, I didn't have any dependency issues, it all applied without problems and now the problem seems fixed! I can turn the TV off and on again and the picture comes back as expected.

Great work all in getting this sorted.

Revision history for this message
Jonathan Boler (galatians) wrote :

I also installed http://ftp.uk.debian.org/debian/pool/main/x/xfce4-settings/xfce4-settings_4.12.1-1_amd64.deb but my 2nd monitor doesn't come back on after it's entered power-save mode when I move the mouse which does turn my primary laptop display back on.

No combination of xrandr commands or switching to the console with CTRL-ALT-F1 brings it back on. The only thing that works is to power cycle the monitor which causes the display setup to switch back to single display mode. Then I have to go re-configure the dual display setup which is really annoying because I have to move all my windows back to their correct positions on the 2 displays.

I've tested my external monitor on windows and it always comes back on immediately even after entering the same power save mode so it's not an issue with the monitor.

Interestingly when I use the displayport over USB-C pass through it all works correctly. It's only with HDMI that the problem occurs.

I'm using a Dell Precision 5510 laptop with Intel Graphics enabled and the nvidia graphics disabled on Xubuntu 16.04.1 with all updates applied. I've also tested this with the same results on Ubuntu 16.10 with all updates applied.

xrandr shows it's still sending the signal to the external HDMI display even though the display is still in power saving mode:

tenpin: ~ xrandr
Screen 0: minimum 8 x 8, current 1920 x 2160, maximum 32767 x 32767
eDP1 connected 1920x1080+0+1080 (normal left inverted right x axis y axis) 346mm x 194mm
   1920x1080 59.93*+ 59.93
   1680x1050 59.95 59.88
   1600x1024 60.17
   1400x1050 59.98
   1600x900 60.00
   1280x1024 60.02
   1440x900 59.89
   1280x960 60.00
   1368x768 60.00
   1360x768 59.80 59.96
   1152x864 60.00
   1280x720 60.00
   1024x768 60.00
   1024x576 60.00
   960x540 60.00
   800x600 60.32 56.25
   864x486 60.00
   640x480 59.94
   720x405 60.00
   640x360 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
   1920x1080 60.00*+ 50.00 59.94
   1920x1080i 60.00 50.00 59.94
   1600x1200 60.00
   1280x1024 75.02 60.02
   1152x864 75.00
   1280x720 60.00 50.00 59.94
   1024x768 75.03 60.00
   800x600 75.00 60.32
   720x576 50.00
   720x576i 50.00
   720x480 60.00 59.94
   720x480i 60.00 59.94
   640x480 75.00 60.00 59.94
   720x400 70.08
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

Jonathan,

Given the latest version of xfce-settings (4.12.1) was easy to install and fixed all of my issues (see comment #130 above), it would be interesting to know whether this also fixed your problem.

Kind regards,

Aaron

Revision history for this message
Patricio (patriciov) wrote :

I downloaded xfce4-settings 4.12.1-11 as stated in comment #130 but for my i386-based xubuntu 16.04 from https://packages.debian.org/stretch/i386/xfce4-settings/download

This solved it for me.

Revision history for this message
Bengt Nilsson (bnilsson11) wrote :

I tried xfce4-settings 4.12.1-11 as mentioned in #133 and indeed it "works", X does not crash.
However, the set screen resolution is lost. When I turn on the screen again, the desktop defaults to the highest possible screen resolution.
In my case, it means that my desktop menu bar and docky are placed outside the screen bounds, tricky to reset.
Better than it was before, but not quite there yet.

Revision history for this message
Stefan Fleischmann (sfleischmann) wrote :

Note that there is a Ubuntu package of 4.12.1 available now http://packages.ubuntu.com/zesty/xfce4-settings which can be installed at least without dependency issues on Ubuntu 16.04.

The upstream commit that fixes the issue is here https://git.xfce.org/xfce/xfce4-settings/commit/?id=2233f20a7ec6d7cb7dcc5752d62d98e37d9c21ad.

As mentioned in the upstream bug report: "[...] one issue in the patch; when enabling the crtc it _unconditionally_ sets the output crtc (preferred) mode, rotation etc. properties". Anyway it was decided to merge the patch and address that issue in a new bug #. So maybe the best way is to do the same here, i.e. mark this as fixed in zesty and apply the patch in xenial and yakkety. And create a new bug for the lost screen resolution and other settings.

Changed in xfce4-settings:
status: Confirmed → Fix Released
Revision history for this message
Anna Thomas (annabel82) wrote :

Running Xubuntu 16.04.1 with all updates applied as of 31/01/17 this bug affected me when using the HDMI port of a Braswell chipset Shuttle XS36V5. When resuming my Samsung TV from standby the HDMI wouldn't wake up and thus no picture. It was the only display device attached. Tried various combinations of power management settings in UEFI/XFCE/TV to no avail, as well as a different HDMI port on TV as well as different HDMI.

Upon a 'sudo reboot' from SSH or by pressing the power button on the shuttle (had power button set to 'shutdown' instead of 'ask') the TV would wake up within a second or two and show the shutting down logo.

Consulted your Freenode IRC channel, Flocculant suggested applying:

https://launchpadlibrarian.net/269857837/xfce4-settings_4.12.0-3ubuntu1_amd64.deb

Which i did with 'dpkg -i xfce4-settings_4.12.0-3ubuntu1_amd64.deb && apt-get install -f' and this fixed it. Petition to get this fix applied to a SRU for 16.04 thanks <3

Revision history for this message
In , Mtsaavedra (mtsaavedra) wrote :

Hi - sorry to comment on an old closed bug, but has anyone ever reported the remaining problem (monitors mirrored after wake) as Natanael Copa suggested in #72? I searched but could not find anything.

Revision history for this message
In , Vincentiwilliam (vincentiwilliam) wrote :

Not here, I'm unfamiliar with the mirrored monitors issue other than mentioned in the bug report.

Revision history for this message
In , Simon Steinbeiß (ochosi) wrote :

Please create a new issue if needed but refrain from posting questions like that here. This is not a mailing list.

tags: added: xenial
Revision history for this message
Dion Bonner (dion.b) wrote :

This is affecting me on Mythbuntu 16.0.4.3 - with all updates applied as of 10.09.2017. Machine is an Intel NUC NUC6CAYS.

Display is a Panasonic TV connected via HDMI.

As with other users above running xrandr --output 'DP-1' --mode '1920x1080' brings the display back to life, as does restarting X11. The problem can be cured by killing xfsettingsd.

dmesg and Xorg.log (concatenated together) attached so that you can get a sense of the hardware involved.

Sorry not sure whether this issue is Ubuntu specific or whether the bug belongs upstream with the XFCE guys. Happy to help in any way I can.

Revision history for this message
Theo Linkspfeifer (lastonestanding) wrote : Re: Xfce resets TV mode to NULL when power cycled

Unfortunately, the version in 16.04 was not patched.

The bug is fixed in 18.04 which installs xfce4-settings 4.12.4.

Changed in xfce4-settings (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Herb Miller Jr. (herbmilleriw) wrote :

Is there any hope of this being backported to 16.04? This is a big problem for our customers running our digital signage players running 16.04. This is a pretty critical bug to leave unaddressed in an LTS that still has two years of support left.

Sean Davis (bluesabre)
summary: - Xfce resets TV mode to NULL when power cycled
+ [SRU] Xfce resets TV mode to NULL when power cycled
Sean Davis (bluesabre)
Changed in nvidia-graphics-drivers (Ubuntu Xenial):
status: New → Invalid
Changed in nvidia-graphics-drivers (Ubuntu Bionic):
status: New → Invalid
Changed in nvidia-graphics-drivers-331 (Ubuntu Xenial):
status: New → Invalid
Changed in nvidia-graphics-drivers-331 (Ubuntu Bionic):
status: New → Invalid
Changed in xfce4-settings (Ubuntu Bionic):
status: New → Fix Released
Sean Davis (bluesabre)
description: updated
Revision history for this message
Sean Davis (bluesabre) wrote :

Attaching xenial debdiff

Revision history for this message
Sean Davis (bluesabre) wrote :

Uploaded package version 4.12.0-2ubuntu1.16.04.1

Changed in xfce4-settings (Ubuntu Xenial):
status: New → In Progress
Revision history for this message
Timo Aaltonen (tjaalton) wrote : Please test proposed package

Hello Mario, or anyone else affected,

Accepted xfce4-settings into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/xfce4-settings/4.12.0-2ubuntu1.16.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-xenial. In either case, without details of your testing we will not be able to proceed.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping!

N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.

Changed in xfce4-settings (Ubuntu Xenial):
status: In Progress → Fix Committed
tags: added: verification-needed verification-needed-xenial
Mathew Hodson (mhodson)
no longer affects: nvidia-graphics-drivers (Ubuntu)
no longer affects: nvidia-graphics-drivers (Ubuntu Xenial)
no longer affects: nvidia-graphics-drivers-331 (Ubuntu)
no longer affects: nvidia-graphics-drivers (Ubuntu Bionic)
no longer affects: nvidia-graphics-drivers-331 (Ubuntu Xenial)
no longer affects: nvidia-graphics-drivers-331 (Ubuntu Bionic)
affects: mythbuntu → ubuntu-translations
no longer affects: ubuntu-translations
Revision history for this message
Vladimir Kuznetsov (vovakuz) wrote :

I have installed the package xfce4-settings (version 4.12.0-2ubuntu1.16.04.1) from xenial-proposed.
The fix worked for me. Thanks!

Mathew Hodson (mhodson)
tags: added: regression-release verification-done-xenial
removed: dist-upgrade downstream verification-needed verification-needed-xenial
Changed in xfce4-settings (Ubuntu):
importance: Undecided → Medium
Changed in xfce4-settings (Ubuntu Xenial):
importance: Undecided → Medium
Changed in xfce4-settings (Ubuntu Bionic):
importance: Undecided → Medium
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xfce4-settings - 4.12.0-2ubuntu1.16.04.1

---------------
xfce4-settings (4.12.0-2ubuntu1.16.04.1) xenial; urgency=medium

  * debian/patches/lp1308105.patch:
    - Fix Xfce resetting TV mode to NULL when power cycled (LP: #1308105)

 -- Sean Davis <email address hidden> Tue, 26 Mar 2019 21:52:13 -0400

Changed in xfce4-settings (Ubuntu Xenial):
status: Fix Committed → Fix Released
Revision history for this message
Łukasz Zemczak (sil2100) wrote : Update Released

The verification of the Stable Release Update for xfce4-settings has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.