Displaying 1 result from an estimated 1 matches for "xf86drm_mode".
2009 Sep 14
1
[Nouveau-cvs] xf86-video-nv: Branch 'master'
...en->DestroyPixmap(pdpix);
> pScreen->DestroyPixmap(pspix);
> }
> diff --git a/src/nv_driver.c b/src/nv_driver.c
> index 9317b5e..645895d 100644
> --- a/src/nv_driver.c
> +++ b/src/nv_driver.c
> @@ -741,6 +741,8 @@ NVPreInitDRM(ScrnInfoPtr pScrn)
> */
> #ifdef XF86DRM_MODE
> pNv->kms_enable = !drmCheckModesettingSupported(bus_id);
> + if (pNv->kms_enable)
> + pScrn->canDoBGNoneRoot = 1;
> #endif
> xf86DrvMsg(pScrn->scrnIndex, X_PROBED,
> "[drm] kernel modesetting %s\n", pNv->kms_enable ?
What does this latter...