Comment 27 for bug 507196

Revision history for this message
Edgar_Wibeau (060310-elmo) wrote :

Hello,

following Robert's advice (thanks alot!), I removed the VENDOR line because that string is empty in my DMI info.
So what remains is:

        {
                .ident = "PC-81005",
                .matches = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
                },
        },

And now kernel modesetting works perfectly for me, both with internal LVDs an with a VGA screen attached!

Me very happy :-)