[i946GZ] - only output to vga not hdmi or dvi

Bug #289883 reported by Jeremy Lucier
6
Affects Status Importance Assigned to Milestone
xf86-video-intel
Fix Released
High
xserver-xorg-video-intel (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: xserver-xorg-video-intel

I upgraded from Hardy to Ibex RC, and instantly hit a problem which I've been trying to solve for over 4 hours now. A little background, I have a 946GZ Intel gfx card, connected via HDMI to my Asus VK222H monitor (22" widescreen). Prior to the upgrade, it ran perfectly fine under Hardy with the Intel driver and it recognized all the resolutions properly, etc. Now, onto the problem:

Basically, upon gdm attempting to show itself (it doesn't), I receive the following errors from X:
- (EE) intel(0): No valid modes.
- (EE) Screen(s) found, but none have a usable configuration.

So, I figure my Xorg.conf is out of date. So I of course recreate the file using dpkg reconfigure, and the same occurs. I try setting the BusID and also hardcoding in which driver to use within the xorg.conf -- but still nothing. I've tried a few recommendations such as the procedures listed under the launchpad doc's, but still I haven't had any success.

Basically, the only way I can view GDM/Gnome/etc is by using the slower VESA driver.

[lspci]
00:00.0 Host bridge [0600]: Intel Corporation 82946GZ/PL/GL Memory Controller Hub [8086:2970] (rev 02)
     Subsystem: ASUSTeK Computer Inc. Device [1043:81ea]
00:02.0 VGA compatible controller [0300]: Intel Corporation 82946GZ/GL Integrated Graphics Controller [8086:2972] (rev 02)
     Subsystem: ASUSTeK Computer Inc. Device [1043:81ea]

Revision history for this message
Jeremy Lucier (jrlucier) wrote :
Revision history for this message
Jeremy Lucier (jrlucier) wrote :
description: updated
Revision history for this message
Geir Ove Myhr (gomyhr) wrote : Re: [Intrepid RC] X won't load using the Intel driver - 946GZ Intel Graphics Card

Thanks for reporting this bug. For the sake of troubleshooting, could you try to connect your monitor using VGA and DVI if available? Also, although dpkg reconfigure should probably effectively do the same, could you remove your /etc/X11/xorg.conf alltogether? Finally, the developers like to have the output of lspci with the options -vvnn.

I haven't seen any other bugs for 946GZ yet, so there will probably not be many others who can confirm or help troubleshooting.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

I attempted the connection using DVI with no success (it returns the same as it does under HDMI). I've also tried HDMI and DVI with no xorg.conf at all, and failed under both with the same errors.

I'll attempt the VGA when I get home (in around 3 hours) with the xorg.conf removed, and also after a dpkg reconfigure. I'll also grab the lspci -vvnn as well.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Under VGA, the intel driver and X load properly. I've attached the Xorg.0.log for the VGA session.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

lspci -vvnn for VGA. - This does work.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Xorg DVI file - Fails.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

lspci -vvnn for DVI

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Xorg HDMI - Original problem, fails.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

lspci -vvnn for HDMI

Revision history for this message
Geir Ove Myhr (gomyhr) wrote :

It looks like your DVI and HDMI connections are not detected (the logs for DVI and HDMI are identical). The driver doesn't see any connected monitors, and therefore doesn't know what to do. I think it should be possible to add stuff to xorg.conf to override it, but hopefully someone else knows exactly what. I think something along the lines of
Option "monitor-TMDS-1" "My DVI monitor"
in the Device section and then a section with something like
Section "Monitor"
        Identifier "My DVI monitor"
        ...
EndSection
where ... probably contains the modelines that you find in the Xorg.0.vga.works.log. If you want to dig a bit yourself you can check out the monitor section of the xorg.conf(5) man page.

Changed in xserver-xorg-video-intel:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Bryce Harrington (bryce) wrote : Re: Intel 946GZ - only output to vga not hdmi or dvi

[This is an automatic notice.]

We'd like to forward your bug upstream, however upstream requires
that you first test it against their newer driver code.

To save you the effort of building the driver from source, we've built
packages for the driver and its new dependencies.

So you have a couple options:

 1. Download and test .debs for intrepid, from:
     https://edge.launchpad.net/~intel-gfx-testing/+archive

 -or-

 2. Download and test the Jaunty alpha-2 (or newer) Live CD,
     (which includes a beta of the new xserver 1.6 as well).
     See http://cdimage.ubuntu.com/releases/9.04/ for ISOs

Thanks ahead of time! You can simply reply to this email to report your
findings.

P.S., if you wish to forward your bug upstream yourself, please follow
these directions to do so:
  http://intellinuxgraphics.org/how_to_report_bug.html

Changed in xserver-xorg-video-intel:
status: Confirmed → Incomplete
Revision history for this message
Jeremy Lucier (jrlucier) wrote :

I just tried option number 1 (installing the test debs) -- that did not fix the problem at all.

I'll attempt #2 tomorrow. :)

Revision history for this message
Iman (ghasrfakhri) wrote :

Hello
I have the same problem for using Sony VPL-ES5 LCD Projector, I'm using ASUS P5GC-VM PRO mainboard with onboard Intel® 945GC Chipset I also tried GIGABYTE GA-G31M-S2L with the same Graphic chip and I've had same problem.
I atached the xorg log file.

Revision history for this message
Iman (ghasrfakhri) wrote :

In addition I have only VGA output.

Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks for the confirmation. Guess this can go upstream now.

Changed in xserver-xorg-video-intel:
status: Incomplete → Triaged
Revision history for this message
Bryce Harrington (bryce) wrote :

@lman, you have a completely different video card model, not appropriate to this bug report. You should report it as a separate issue as we will not be investigating it as part of this bug. See http://wiki.ubuntu.com/X/Reporting for directions on reporting X bugs.

Bryce Harrington (bryce)
description: updated
Revision history for this message
Bryce Harrington (bryce) wrote :

jlucier, I've forwarded your bug upstream to https://bugs.freedesktop.org/show_bug.cgi?id=19548 - please subscribe to this bug in case upstream needs further information or wishes you to test something. Thanks ahead of time!

Revision history for this message
Bryce Harrington (bryce) wrote :

jlucier, upstream has asked to see the Xorg.0.log from your test with the newer driver, as they believe it should work with that.

Also, have you had a chance to test against jaunty? That could also be useful in case the newer xserver plays a role in this.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Here's the Xorg.0.log with the newer driver's installed.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Just tested with Jaunty [Alpha 3] -- same exact problem/issue.

Changed in xserver-xorg-video-intel:
status: Unknown → Confirmed
Revision history for this message
Bryce Harrington (bryce) wrote :

Jeremy, upstream would like you to join the upstream bug report for further discussion of this issue. Please join it via https://bugs.freedesktop.org/show_bug.cgi?id=19548, otherwise they may close it due to lack of information rather than continue investigation of your issue.

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Joining the bug report upstream. Attached is the latest Xorg.0.log from boot up (before reverting back to vesa).

Revision history for this message
Jeremy Lucier (jrlucier) wrote :

Here's the latest Xorg.0.log with debugmode set to true.

Changed in xserver-xorg-video-intel:
status: Confirmed → In Progress
Changed in xserver-xorg-video-intel:
status: In Progress → Fix Released
Bryce Harrington (bryce)
tags: added: tv-out
Revision history for this message
Bryce Harrington (bryce) wrote :

Looks like this was fixed as of the 2.7 release, which is available in karmic now, and in the x-updates ppa for jaunty. Closing as fixed.

Changed in xserver-xorg-video-intel (Ubuntu):
status: Triaged → Fix Released
Changed in xserver-xorg-video-intel:
importance: Unknown → High
Changed in xserver-xorg-video-intel:
importance: High → Unknown
Changed in xserver-xorg-video-intel:
importance: Unknown → High
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.