|
Lines 2365-2377
xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow)
Link Here
|
| 2365 |
|
2365 |
|
| 2366 |
xf86CollectEnabledOutputs(scrn, config, enabled); |
2366 |
xf86CollectEnabledOutputs(scrn, config, enabled); |
| 2367 |
|
2367 |
|
| 2368 |
if (xf86TargetUserpref(scrn, config, modes, enabled, width, height)) |
2368 |
if (xf86TargetFallback(scrn, config, modes, enabled, width, height)) |
| 2369 |
xf86DrvMsg(i, X_INFO, "Using user preference for initial modes\n"); |
|
|
| 2370 |
else if (xf86TargetPreferred(scrn, config, modes, enabled, width, height)) |
| 2371 |
xf86DrvMsg(i, X_INFO, "Using exact sizes for initial modes\n"); |
| 2372 |
else if (xf86TargetAspect(scrn, config, modes, enabled, width, height)) |
| 2373 |
xf86DrvMsg(i, X_INFO, "Using fuzzy aspect match for initial modes\n"); |
| 2374 |
else if (xf86TargetFallback(scrn, config, modes, enabled, width, height)) |
| 2375 |
xf86DrvMsg(i, X_INFO, "Using sloppy heuristic for initial modes\n"); |
2369 |
xf86DrvMsg(i, X_INFO, "Using sloppy heuristic for initial modes\n"); |
| 2376 |
else |
2370 |
else |
| 2377 |
xf86DrvMsg(i, X_WARNING, "Unable to find initial modes\n"); |
2371 |
xf86DrvMsg(i, X_WARNING, "Unable to find initial modes\n"); |