Comment 38 for bug 131646

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

What a coincidence, I just uploaded a new version which should have a fix for this (from upstream):

From: Andreas Stawinoga <email address hidden>
Date: Thu, 24 Jan 2008 00:51:09 +0000 (+0800)
Subject: Samsung Q45 has no TV output
X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-intel.git;a=commitdiff;h=db0a7c569e383436a2725e1e74f35fb426da1196

Samsung Q45 has no TV output
---

--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -91,6 +91,8 @@ static i830_quirk i830_quirk_list[] = {

     /* Samsung Q35 has no TV output */
     { PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv },
+ /* Samsung Q45 has no TV output */
+ { PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv },

     /* Dell Inspiron 510m needs pipe A force quirk */
     { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },

--

closing as fixed, reopen if not!