Quirk problem in intel driver 2.2.0 (possible "patch" included)
Andreas Schildbach
andreas at schildbach.de
Sat Dec 8 02:50:00 PST 2007
Hello,
The ignore_tv quirk for the Dell Latitude X1 currently does not have any
effect (I tested xserver-xorg-video-intel (2:2.2.0-1ubuntu1))
Is it possible that the following line in i830_quick is not correct?
/* Dell Latitude X1 */
{ PCI_CHIP_I945_GM, 0x1028, 0x01a3, quirk_ignore_tv },
The Dell X1 has got a i915 family chip:
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Dell Unknown device 01a3
I think that line should read:
/* Dell Latitude X1 */
{ PCI_CHIP_I915_GM, 0x1028, 0x01a3, quirk_ignore_tv },
Regards,
Andreas
More information about the xorg
mailing list