IBM multiheaded display loses secondary head after dist-upgrade.

Bug #475756 reported by Mike Power
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xserver-xorg-video-intel (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: xorg

I have a system with one IBM card that has a VGA port and a DVI port. I used to use these two ports as a multiheaded system in 9.04. Now that I have upgraded to 9.10 I am reduced to VGA. The DVI monitor is not activated by X (it is active on boot hence it is connected).

My xorg.conf:
Section "Screen"
        Identifier "Configured Screen Device"
        Monitor "Lenovo"
        Device "Configured Video Device"
        SubSection "Display"
                Depth 24
                Modes "1680x1050" "1280x1024" "1024x768" "640x480"
                Virtual 3360 1050
        EndSubSection
EndSection

Section "Device"
        Identifier "Configured Video Device"
        Option "Monitor-TMDS-1" "Lenovo"
        Option "Monitor-VGA" "Samsung"
EndSection

Section "Monitor"
        Identifier "Samsung"
        Modeline "1680x1050" 143.75 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
        Option "PreferredMode" "1680x1050"
# VertRefresh 50 - 76
# HorizSync 30 - 83
EndSection

Section "Monitor"
        Identifier "Lenovo"
        Modeline "1680x1050" 143.75 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
        Option "PreferredMode" "1680x1050"
# VertRefresh 50 - 76
# HorizSync 30 - 83
EndSection

Tags: karmic
Revision history for this message
Mike Power (mpower) wrote :

...
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Configured Screen Device" (0)
(**) | |-->Monitor "Lenovo"
(**) | |-->Device "Configured Video Device"
...
(II) intel(0): Output VGA1 using monitor section Lenovo
(**) intel(0): Option "PreferredMode" "1680x1050"
(II) intel(0): Output DVI1 has no monitor section
...
(II) intel(0): EDID for output DVI1
(II) intel(0): Output VGA1 connected
(II) intel(0): Output DVI1 disconnected
...
(WW) intel(0): Option "Monitor-TMDS-1" is not used
(WW) intel(0): Option "Monitor-VGA" is not used
(WW) intel(0): Option "PreferredMode" is not used
(--) RandR disabled

Revision history for this message
Mike Power (mpower) wrote :

It was not using the old options to map video ports to monitors. A little poking around and I got it to recognize a specific monitor for DVI1. However it still seems to think DVI1 is disconnected. Which is incorrected because the bios drives it on boot.

Revision history for this message
Mike Power (mpower) wrote :

...
(==) ServerLayout "Configured Server Layout"
(**) |-->Screen "Configured Screen1 Device" (0)
(**) | |-->Monitor "Samsung1"
(**) | |-->Device "Configured Video Device"
(**) |-->Screen "Configured Screen2 Device" (1)
(**) | |-->Monitor "Samsung2"
(**) | |-->Device "Configured Video Device"
...
(II) intel(0): Output VGA1 using monitor section Samsung1
(**) intel(0): Option "PreferredMode" "1680x1050"
(II) intel(0): Output DVI1 using monitor section Samsung2
(**) intel(0): Option "PreferredMode" "1680x1050"
...
(II) intel(0): EDID for output VGA1
(II) intel(0): Manufacturer: SAM Model: 254 Serial#: 1146106418
...
(II) intel(0): EDID for output DVI1
(II) intel(0): Output VGA1 connected
(II) intel(0): Output DVI1 disconnected

Revision history for this message
Mike Power (mpower) wrote :

...
(==) ServerLayout "Configured Server Layout"
(**) |-->Screen "Configured Screen1 Device" (0)
(**) | |-->Monitor "Samsung1"
(**) | |-->Device "Configured Video Device"
(**) |-->Screen "Configured Screen2 Device" (1)
(**) | |-->Monitor "Samsung2"
(**) | |-->Device "Configured Video Device"
...
(II) intel(0): Output VGA1 using monitor section Samsung1
(**) intel(0): Option "PreferredMode" "1680x1050"
(II) intel(0): Output DVI1 using monitor section Samsung2
(**) intel(0): Option "PreferredMode" "1680x1050"
...
(II) intel(0): EDID for output VGA1
(II) intel(0): Manufacturer: SAM Model: 254 Serial#: 1146106418
...
(II) intel(0): EDID for output DVI1
(II) intel(0): Output VGA1 connected
(II) intel(0): Output DVI1 disconnected

Revision history for this message
Mike Power (mpower) wrote :

This looks like it could be an intel specific problem.

I have taken it as far as I can with my limited knowledge

Bryce Harrington (bryce)
affects: xorg (Ubuntu) → xserver-xorg-video-intel (Ubuntu)
Revision history for this message
Jason Roelofs (ubuntu-jameskilton) wrote :

intel 945GM card. Dual screen was working fantastically with 9.04. dist-upgrade to 9.10, and I can't get my system to even see the connected monitor any more. xrandr -q simply prints out "DVI1 disconnected (normal left inverted right x axis y axis)", nothing I do changes that.

Revision history for this message
Jason Roelofs (ubuntu-jameskilton) wrote :
Revision history for this message
Mike Power (mpower) wrote :
Revision history for this message
Vikram Dhillon (dhillon-v10) wrote :

This issue was reported against karmic, so can you confirm if this issue exists with the most recent Lucid Lynx 10.04 Alpha release? ISO CD images are available at http://cdimage.ubuntu.com/releases/lucid/ . Thanks in advance.

Changed in xserver-xorg-video-intel (Ubuntu):
status: New → Incomplete
Revision history for this message
Mike Power (mpower) wrote :

I'll test Monday when I get into work.

Revision history for this message
Mike Power (mpower) wrote :

Still not getting the second head to come up. Xorg log attached. Still getting no EDID reads for the second interface.

Bryce Harrington (bryce)
tags: added: karmic
Revision history for this message
Mike Power (mpower) wrote :

Notes from the down stream bug "You'd probably need to try alpha3 when that's published, this is too old." Let me know when alpha3 has an iso ready to go and I'll retest.

Revision history for this message
Bryce Harrington (bryce) wrote : Re: [Bug 475756] Re: IBM multiheaded display loses secondary head after dist-upgrade.

On Thu, Feb 25, 2010 at 04:15:37AM -0000, Mike Power wrote:
> Notes from the down stream bug "You'd probably need to try alpha3 when
> that's published, this is too old." Let me know when alpha3 has an iso
> ready to go and I'll retest.

alpha3 is scheduled for tomorrow so plan on snagging it then.

Revision history for this message
Mike Power (mpower) wrote :

I tried this out yesterday. Alpha3 works great. Now I am running on both monitors. I do not see the bug anymore.

Geir Ove Myhr (gomyhr)
Changed in xserver-xorg-video-intel (Ubuntu):
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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