Comment 70 for bug 384001

Revision history for this message
In , Olvaffe (olvaffe) wrote :

Created attachment 29992
no empy configs

Do you have a nvidia card on your local machine?

driConvertConfigs filters out any visual/fbconfig that has no matching DRI configs. It could be that nvidia report visuals/fbconfigs that none of them matches DRI configs (the matching rule is strict).

The patch (against git master) makes the conversion fail in such case and skips the failing DRI screen. It should hopefully skip swrast_dri in your case.

Can you help verify it? I don't have any machine with nvidia cards.