Bug 87049 - [915] querying Randr enables LVDS output. Spurious TV detection?!
Summary: [915] querying Randr enables LVDS output. Spurious TV detection?!
Status: CLOSED INVALID
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL: http://patchwork.freedesktop.org/patc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-06 14:34 UTC by Uwe Kleine-König
Modified: 2017-06-02 12:20 UTC (History)
3 users (show)

See Also:
i915 platform: I915GM
i915 features: display/Other


Attachments
echo 0xe > /sys/module/drm/parameters/debug; xrandr --output LVDS1 --off; xrandr; echo 0 > /sys/module/drm/parameters/debug; dmesg (53.48 KB, text/plain)
2014-12-06 14:34 UTC, Uwe Kleine-König
no flags Details
dmesg of boot, with drm.debug=0xe (114.19 KB, text/plain)
2014-12-06 14:41 UTC, Uwe Kleine-König
no flags Details
xrandr --output LVDS1 --off; xrandr --current; xrandr (1.57 KB, text/plain)
2014-12-07 19:45 UTC, Uwe Kleine-König
no flags Details
xrandr --output LVDS1 --off; sleep 2; xrandr --current; sleep 2; xrandr (1.49 KB, text/plain)
2014-12-07 19:48 UTC, Uwe Kleine-König
no flags Details

Description Uwe Kleine-König 2014-12-06 14:34:42 UTC
Created attachment 110507 [details]
echo 0xe > /sys/module/drm/parameters/debug; xrandr --output LVDS1 --off; xrandr; echo 0 > /sys/module/drm/parameters/debug; dmesg

Hello,

this is the same machine and symptoms that https://bugs.freedesktop.org/show_bug.cgi?id=31519 were reported for. I decided to report a new bug because it's a different kernel/xorg combination now compared to the two years old previous bug.

Chipset: 915GM
System arch: i686
Distribution: Debian (Jessie)
Machine: Thinkpad X41
related packages:
  libdrm-intel1: 2.4.58-2
  xserver-xorg: 1:7.7+7
  xserver-xorg-core: 2:1.16.1.901-1
  xserver-xorg-video-intel: 2:2.21.15-2+b2
  linux-image-3.16.0-4-686-pae: 3.16.7-2

When I run

    xrandr --output LVDS1 --off

the LVDS output goes off as expected, but then running

    xrandr

without option reenables it again.
Comment 1 Uwe Kleine-König 2014-12-06 14:41:31 UTC
Created attachment 110508 [details]
dmesg of boot, with drm.debug=0xe
Comment 2 Uwe Kleine-König 2014-12-06 15:02:19 UTC
Adding video=SVIDEO-1:d as kernel parameter seems to fix (or work around) the issue. (Thanks to Chris Wilson for pointing that out in #31519)
Comment 3 Chris Wilson 2014-12-06 16:41:07 UTC
What's the output of that sequence of xrandr?

( xrandr --output LVDS1 --off; xrandr --current; xrandr ) >& attachme.txt
Comment 4 Uwe Kleine-König 2014-12-07 19:45:28 UTC
Created attachment 110540 [details]
xrandr --output LVDS1 --off; xrandr --current; xrandr

This is the requested output. Note that this command sequence doesn't trigger the problem, i.e. the LVDS output stays off.
See next attachment that was generated with a sleep between the commands.

Not sure this is related, but I got the following in dmesg (during login):

[   41.996076] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 26
[   41.996089] Raw EDID:
[   41.996097]  	00 ff ff ff ff ff ff 00 4c 2d 6b 03 36 32 49 4b
[   41.996104]  	17 13 01 03 0e 37 22 a0 2a fe 21 a8 53 37 ae 24
[   41.996110]  	11 50 54 bf ef 80 a9 40 81 80 81 40 71 4f 01 01
[   41.996116]  	01 01 01 01 01 01 28 3c 80 a0 70 b0 23 40 30 20
[   41.996123]  	36 00 26 57 21 00 00 1a 00 00 00 fd 00 38 4b 1e
[   41.996129]  	51 11 00 0a 41 ff ff ff ff ff ff ff ff ff ff ff
[   41.996135]  	ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   41.996141]  	ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Comment 5 Uwe Kleine-König 2014-12-07 19:48:08 UTC
Created attachment 110541 [details]
xrandr --output LVDS1 --off; sleep 2; xrandr --current; sleep 2; xrandr

This triggers the bug, the LVDS output is reenabled during the last call to xrandr.
Comment 6 Uwe Kleine-König 2014-12-07 21:29:45 UTC
From #intel-gfx

1417982504 < ickle> ukleinek: I suspect that it is you DE responding to the
    RandR notifications and resetting the outputs
[...]
1417986438  * ukleinek goes, installs openbox and plugs the external monitor
    into the X41 again
1417987536 < ukleinek> ickle: doesn't happen on openbox
1417987648 < ukleinek> ickle: output of xrandr --current and xrandr are
    identical then.
Comment 7 Jani Nikula 2015-02-12 13:54:13 UTC
(In reply to Uwe Kleine-König from comment #6)
> From #intel-gfx
> 
> 1417982504 < ickle> ukleinek: I suspect that it is you DE responding to the
>     RandR notifications and resetting the outputs
> [...]
> 1417986438  * ukleinek goes, installs openbox and plugs the external monitor
>     into the X41 again
> 1417987536 < ukleinek> ickle: doesn't happen on openbox
> 1417987648 < ukleinek> ickle: output of xrandr --current and xrandr are
>     identical then.

In light of this, do we still consider this a bug?
Comment 8 Ander Conselvan de Oliveira 2015-06-04 14:47:35 UTC
(In reply to Jani Nikula from comment #7)
> (In reply to Uwe Kleine-König from comment #6)
> > From #intel-gfx
> > 
> > 1417982504 < ickle> ukleinek: I suspect that it is you DE responding to the
> >     RandR notifications and resetting the outputs
> > [...]
> > 1417986438  * ukleinek goes, installs openbox and plugs the external monitor
> >     into the X41 again
> > 1417987536 < ukleinek> ickle: doesn't happen on openbox
> > 1417987648 < ukleinek> ickle: output of xrandr --current and xrandr are
> >     identical then.
> 
> In light of this, do we still consider this a bug?

No answer, presuming it isn't.
Comment 9 Chris Wilson 2015-06-04 15:01:17 UTC
There is still the issue that S-Video fluctuates between unknown and disconnected which causes the undesired behaviour, i.e. it would be fixed by:

diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c
index 8b9d325bda3c..f15683a489fb 100644
--- a/drivers/gpu/drm/i915/intel_tv.c
+++ b/drivers/gpu/drm/i915/intel_tv.c
@@ -1337,12 +1337,12 @@ intel_tv_detect(struct drm_connector *connector, bool force)
                                connector_status_disconnected :
                                connector_status_connected;
                } else
-                       status = connector_status_unknown;
+                       status = connector->status;
 
                drm_modeset_drop_locks(&ctx);
                drm_modeset_acquire_fini(&ctx);
        } else
-               return connector->status;
+               status = connector->status;
 
        if (status != connector_status_connected)
                return status;

There's just a small debate over what is the correct status value to return when the output detection is forced but we are unable to do so. I think not wilfully converting to unknown is beneficial.
Comment 10 Chris Wilson 2015-06-04 15:29:58 UTC
http://patchwork.freedesktop.org/patch/51176/
Comment 11 Jani Nikula 2016-01-18 13:05:18 UTC
Please try kernel v4.4.
Comment 12 Ricardo 2017-02-21 01:16:19 UTC
The request to test with latest kernel was made months ago, please update kernel and update bug.
If there is no response within a month the bug will be closed

uwe+bugsfreenode@kleine-koenig.org
Comment 13 Ricardo 2017-05-30 17:36:02 UTC
This bug is now been closed because of the lack of activity and response from submitter in order to test in recent configuration.

Closing bug


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.