What a coincidence, I just uploaded a new version which should have a fix for this (from upstream):
From: Andreas Stawinoga <[EMAIL PROTECTED]> 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! ** Changed in: xserver-xorg-video-intel (Ubuntu Gutsy) Status: Triaged => Fix Released -- TVout is interfering with screen resolution on Intel graphics https://bugs.launchpad.net/bugs/131646 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
