So this got merged into Fedora, and nobody reads bug reports after
merging stuff to know when it breaks lots of things.
>      }
>
> +    /*
> +     * If all of the above fails, which can happen if X was started without
> +     * configuration or if BusID wasn't set for non-PCI devices, use the 
> first
> +     * device by default.
> +     */
> +    if (!foundScreen && xf86_num_platform_devices > 0 && numDevs > 0)
> +        foundScreen = probeSingleDevice(&xf86_platform_devices[0], drvp, 
> devList[0], 0);
> +

So this patch doesn't get foundScreen right at all, I've got a fix I'm
just testing now, though it just shows that the code originally was
broken, but we didn't notice!

Dave.
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to