[PATCH] : quirk for AOpen MP45

Zhenyu Wang zhen78 at gmail.com
Fri Jan 16 03:37:47 PST 2009


On 2009.01.10 09:15:36 +0100, Vincent Mussard wrote:
> Hi
> 
> I own an AOpen MP45 mini-pc which doesn't have an LVDS output although 
> xorg reports one.
> Like for the other mini-pc, this patch solves the problem.
> 
> Thanks
> 
> Vincent
> 
> -----------
> 
> diff -Naubr xf86-video-intel-2.5.99.2/src/i830_quirks.c 
> xf86-video-intel-2.5.99.2.new/src/i830_quirks.c
> --- xf86-video-intel-2.5.99.2/src/i830_quirks.c 2009-01-08 
> 07:32:38.000000000 +0100
> +++ xf86-video-intel-2.5.99.2.new/src/i830_quirks.c     2009-01-10 
> 08:49:18.000000000 +0100
> @@ -233,6 +233,7 @@
>     { PCI_CHIP_I915_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
>     { PCI_CHIP_I945_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
>     { PCI_CHIP_I965_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
> +    { PCI_CHIP_GM45_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
>     { PCI_CHIP_I965_GM, 0x8086, 0x1999, quirk_ignore_lvds },
> 
>     /* Apple Mac mini has no lvds, but macbook pro does */
> 

2.6-branch doesn't have my LVDS detect patch, as I'd like to get
more testing before putting in stable. 
Could you try git master to see if LVDS has the right detection?
I know some Aopen might still not work, so that we can use your quirk.



More information about the xorg mailing list