From: Sedat Dilek <[email protected]>
Signed-off-by: Sedat Dilek <[email protected]> --- building.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/building.html b/building.html index 54112e4..b2fb2b0 100644 --- a/building.html +++ b/building.html @@ -37,12 +37,12 @@ LIBRARY_PATH=$HOME/install/lib <h2>PreReq: Kernel ModeSetting and PageFlip IOCTL</h2> -<p>At this point, kernel modesetting is upstream for Intel, ATI/AMD and -nVidia chipsets. Most distributions ship with kernel modesetting -enabled by default and will work with Wayland out of the box. The -modesetting driver must also support the page flip ioctl, which only -the Intel driver does at this point.</p> - +<p>At this point, Kernel ModeSetting (KMS) is upstream for Intel, AMD/ATI +and nVidia graphics cards. Most distributions ship with KMS enabled by default. +The KMS driver must also support the PageFlip IOCTL, which is currently +the case for Intel and AMD/ATI graphics cards (XXX: nVidia?). +Furthermore, a ddx (X video driver) with pageflip support is also required. +</p> <h2>Building mesa without Wayland EGL platform</h2> -- 1.7.4.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
