Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Intel Linux display driver sending incompatible signal to one monitor.
@ 2012-12-07  3:03 Freddie F. Haddad
  2012-12-07  8:29 ` Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Freddie F. Haddad @ 2012-12-07  3:03 UTC (permalink / raw)
  To: intel-gfx

Gentoo Linux
- kernel 3.6.8
- xf86-video-intel 2.20.15
- xorg-server: 1.13.0-r1

grub.conf
kernel /boot/gentoo_3.6.8 root=/dev/sda3 video=1024x768-24@75 quiet splash

.xinitrc
xrandr --output HDMI1 --mode 1600x1200 --rate 60 --output HDMI3 --mode
1600x1200 --rate 60 --right-of HDMI1

Booting the system:
Generally the displays are fine, however, sometimes (and it appears to
be completely random) the left monitor will receive a video signal that
is out of range. Briefly, the monitor will display a scrambled image
followed by the monitor's on-screen display reporting the signal is out
of range and then putting the monitor to sleep.

Starting X via startx:
When X starts, the same scenario as described above occurs.

If I shutdown the x server and return to the console, the monitor that
isn't displaying anything will come back on and be fine. Then if I start
X again, it usually displays everything correctly.

Both monitors (Dell Ultrasharp 2007FP) were purchased at the same time
and are identical. Also, I have tried various configurations with xrandr
and the kernel line in grub.conf. For example, I tried removing all
kernel parameters as well as reducing xrandr the minimum options
(removing mode and rate) without success.

-- 
Freddie F. Haddad ▪ fhaddad78@cox.net ▪ 619.269.8901

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Intel Linux display driver sending incompatible signal to one monitor.
  2012-12-07  3:03 Intel Linux display driver sending incompatible signal to one monitor Freddie F. Haddad
@ 2012-12-07  8:29 ` Paul Menzel
  2012-12-07 13:22   ` Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2012-12-07  8:29 UTC (permalink / raw)
  To: Freddie F. Haddad; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1722 bytes --]

Am Donnerstag, den 06.12.2012, 19:03 -0800 schrieb Freddie F. Haddad:
> Gentoo Linux
> - kernel 3.6.8
> - xf86-video-intel 2.20.15
> - xorg-server: 1.13.0-r1

Is your problem a regression?

> grub.conf
> kernel /boot/gentoo_3.6.8 root=/dev/sda3 video=1024x768-24@75 quiet splash
> 
> .xinitrc
> xrandr --output HDMI1 --mode 1600x1200 --rate 60 --output HDMI3 --mode
> 1600x1200 --rate 60 --right-of HDMI1
> 
> Booting the system:
> Generally the displays are fine, however, sometimes (and it appears to
> be completely random) the left monitor will receive a video signal that
> is out of range. Briefly, the monitor will display a scrambled image
> followed by the monitor's on-screen display reporting the signal is out
> of range and then putting the monitor to sleep.
> 
> Starting X via startx:
> When X starts, the same scenario as described above occurs.
> 
> If I shutdown the x server and return to the console, the monitor that
> isn't displaying anything will come back on and be fine. Then if I start
> X again, it usually displays everything correctly.
> 
> Both monitors (Dell Ultrasharp 2007FP) were purchased at the same time
> and are identical. Also, I have tried various configurations with xrandr
> and the kernel line in grub.conf. For example, I tried removing all
> kernel parameters as well as reducing xrandr the minimum options
> (removing mode and rate) without success.

I guess without log files the developers will not be able to help you.
For example you missed what hardware you are using. Please read the page
»How to file a good bug report« [1] for what is needed.


Thanks,

Paul


[1] http://intellinuxgraphics.org/how_to_report_bug.html

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Intel Linux display driver sending incompatible signal to one monitor.
  2012-12-07  8:29 ` Paul Menzel
@ 2012-12-07 13:22   ` Jani Nikula
  0 siblings, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2012-12-07 13:22 UTC (permalink / raw)
  To: Paul Menzel, Freddie F. Haddad; +Cc: intel-gfx

On Fri, 07 Dec 2012, Paul Menzel <paulepanter@users.sourceforge.net> wrote:
> Am Donnerstag, den 06.12.2012, 19:03 -0800 schrieb Freddie F. Haddad:
>> Gentoo Linux
>> - kernel 3.6.8
>> - xf86-video-intel 2.20.15
>> - xorg-server: 1.13.0-r1
>
> Is your problem a regression?
>
>> grub.conf
>> kernel /boot/gentoo_3.6.8 root=/dev/sda3 video=1024x768-24@75 quiet splash
>> 
>> .xinitrc
>> xrandr --output HDMI1 --mode 1600x1200 --rate 60 --output HDMI3 --mode
>> 1600x1200 --rate 60 --right-of HDMI1
>> 
>> Booting the system:
>> Generally the displays are fine, however, sometimes (and it appears to
>> be completely random) the left monitor will receive a video signal that
>> is out of range. Briefly, the monitor will display a scrambled image
>> followed by the monitor's on-screen display reporting the signal is out
>> of range and then putting the monitor to sleep.
>> 
>> Starting X via startx:
>> When X starts, the same scenario as described above occurs.
>> 
>> If I shutdown the x server and return to the console, the monitor that
>> isn't displaying anything will come back on and be fine. Then if I start
>> X again, it usually displays everything correctly.
>> 
>> Both monitors (Dell Ultrasharp 2007FP) were purchased at the same time
>> and are identical. Also, I have tried various configurations with xrandr
>> and the kernel line in grub.conf. For example, I tried removing all
>> kernel parameters as well as reducing xrandr the minimum options
>> (removing mode and rate) without success.
>
> I guess without log files the developers will not be able to help you.
> For example you missed what hardware you are using. Please read the page
> »How to file a good bug report« [1] for what is needed.

Yes, please file a bug at https://bugs.freedesktop.org/

Have you tried swapping the HDMI outputs the monitors are connected to?
Is it still the same monitor that fails, or whichever monitor connected
to the failing HDMI output?

Have you tried whether it fails with other display modes as well?


BR,
Jani.


>
>
> Thanks,
>
> Paul
>
>
> [1] http://intellinuxgraphics.org/how_to_report_bug.html
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-07 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07  3:03 Intel Linux display driver sending incompatible signal to one monitor Freddie F. Haddad
2012-12-07  8:29 ` Paul Menzel
2012-12-07 13:22   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox