[PATCH] xf86Crtc: handle no outputs with no modes harder.

Dave Airlie airlied at gmail.com
Thu Oct 20 12:15:57 PDT 2011


On Thu, Oct 20, 2011 at 6:37 PM, Keith Packard <keithp at keithp.com> wrote:
> On Thu, 20 Oct 2011 14:43:01 +0100, Dave Airlie <airlied at gmail.com> wrote:
>
>> +     scrn->modes = xf86ModesAdd(scrn->modes,
>> +                                xf86CVTMode(scrn->display->virtualX,
>> +                                            scrn->display->virtualY,
>> +                                            60, 0, 0));
>
> Do you want to just use 1024x768 here?

Well we set those values to 1024x768 (or two defines for them) in the
xf86InitialConfiguration, so I think
it should be fine using these values here.

Dave.


More information about the xorg-devel mailing list