[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#520018: marked as done (xserver-xorg-video-intel: X won't start on 945GME (asus et1602))



Your message dated Tue, 11 May 2010 15:43:45 +0200
with message-id <20100511134345.GA7856@radis.liafa.jussieu.fr>
and subject line Re: Bug#520018: xserver-xorg-video-intel: X won't start on 945GME (asus et1602)
has caused the Debian Bug report #520018,
regarding xserver-xorg-video-intel: X won't start on 945GME (asus et1602)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
520018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520018
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny6
Severity: normal
Tags: patch


The inter xorg driver does not work on asus eeetop (ET1602).
It reports the following error:
(EE) intel(0): SDVO: No active TMDS outputs (0x4000)

Such a bug has been fixed in more recent xorg releases
(see for example:
[1] https://bugs.freedesktop.org/show_bug.cgi?id=11645
[2] http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=59b0fbb9be880d489374b141f818948a2721a2ef
The patch described in [2] can be backported with a slight modification to
xserver-xorg-video-intel 2:2.3.2-2+lenny6,
(by replacing dev_priv->controlled_output with dev_priv->active_outputs),
and indeed the X server will start on such hardware.

--- xserver-xorg-video-intel.orig/src/i830_sdvo.c.orig        2009-03-16 22:18:27.000000000 +0100
+++ xserver-xorg-video-intel/src/i830_sdvo.c     2009-03-16 22:12:19.000000000 +0100
@@ -1320,6 +1320,14 @@ i830_sdvo_init(ScrnInfoPtr pScrn, int ou
        dev_priv->active_outputs = SDVO_OUTPUT_RGB1;
         output->subpixel_order = SubPixelHorizontalRGB;
        name_prefix="VGA";
+    } else if (dev_priv->caps.output_flags & SDVO_OUTPUT_LVDS0) {
+       dev_priv->active_outputs = SDVO_OUTPUT_LVDS0;
+        output->subpixel_order = SubPixelHorizontalRGB;
+       name_prefix="LVDS";
+    } else if (dev_priv->caps.output_flags & SDVO_OUTPUT_LVDS1) {
+       dev_priv->active_outputs = SDVO_OUTPUT_LVDS1;
+        output->subpixel_order = SubPixelHorizontalRGB;
+       name_prefix="LVDS";
     }
     else
     {

I think that this patch can be added safely into debian/patches.
Sincerely.

-- Package-specific info:

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)



--- End Message ---
--- Begin Message ---
Version: 2:2.6.99.903-1

On Mon, Mar 16, 2009 at 22:30:09 +0100, Eric Estievenart wrote:

> Package: xserver-xorg-video-intel
> Version: 2:2.3.2-2+lenny6
> Severity: normal
> Tags: patch
> 
> 
> The inter xorg driver does not work on asus eeetop (ET1602).
> It reports the following error:
> (EE) intel(0): SDVO: No active TMDS outputs (0x4000)
> 
> Such a bug has been fixed in more recent xorg releases
> (see for example:
> [1] https://bugs.freedesktop.org/show_bug.cgi?id=11645
> [2] http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=59b0fbb9be880d489374b141f818948a2721a2ef
> The patch described in [2] can be backported with a slight modification to
> xserver-xorg-video-intel 2:2.3.2-2+lenny6,
> (by replacing dev_priv->controlled_output with dev_priv->active_outputs),
> and indeed the X server will start on such hardware.
> 
That patch was included upstream in 2.7 rc, so marking as fixed in that
version.  I'll look at including the backported patch in lenny, thanks
for the pointer.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: