[PATCH wayland-web 2/6] xwayland: merged to master

Pekka Paalanen ppaalanen at gmail.com
Tue May 6 06:25:36 PDT 2014


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

Drop the branch that does not exist anymore.
Drop DDX build instructions as not needed anymore.
Ditto xorg.conf changes for the special DDXes.
---
 xserver.html | 65 +++++-------------------------------------------------------
 1 file changed, 5 insertions(+), 60 deletions(-)

diff --git a/xserver.html b/xserver.html
index db99dd0..eb1f146 100644
--- a/xserver.html
+++ b/xserver.html
@@ -42,60 +42,18 @@
   xserver on 32-bit systems.
 </p>
 
-<h2>X.org</h2>
+<h2>X Server</h2>
 
-<pre>    git clone git://anongit.freedesktop.org/xorg/xserver -b xwayland
+<p>XWayland support has been merged in the master branch on April 4th, 2014,
+and is first released with xserver 1.16. The separate X.org video DDXes
+are not needed anymore.</p>
+<pre>    git clone git://anongit.freedesktop.org/xorg/xserver
     cd xserver
     ./autogen.sh --prefix=$WLD
     make
     make install
     cd ..
 </pre>
-<p>This gets you the latest Wayland enabled X server, until the Wayland enablement
-gets merged into the master branch.</p>
-
-<h2>DDX</h2>
-
-<p>
-  The Device Dependent part of X.  Only one of these is necessary.
-  xf86-video-intel works with Intel open source video drivers.
-  xf86-video-ati works with AMD Radeon open source drivers.
-  xf86-video-wayland is implemented in software, so it works on all
-  hardware, but is somewhat less complete.  xf86-video-nouveau works
-  with Nvidia / Nouveau.
-</p>
-    
-<pre>    git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel -b xwayland
-    cd xf86-video-intel
-    ./autogen.sh --prefix=$WLD
-    make
-    make install
-    cd ..
-</pre>
-
-<pre>    git clone https://github.com/RAOF/xf86-video-ati -b xwayland
-    cd xf86-video-ati
-    ./autogen.sh --prefix=$WLD
-    make
-    make install
-    cd ..
-</pre>
-
-<pre>    git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-wayland
-    cd xf86-video-wayland
-    ./autogen.sh --prefix=$WLD
-    make
-    make install
-    cd ..
-</pre>
-
-<pre>    git clone https://github.com/RAOF/xf86-video-nouveau -b xwayland
-    cd xf86-video-nouveau
-    ./autogen.sh --prefix=$WLD
-    make
-    make install
-    cd ..
-</pre>
 
 <h2>Paths</h2>
 
@@ -108,19 +66,6 @@ gets merged into the master branch.</p>
     ln -s /usr/bin/xkbcomp $WLD/bin/
 </pre>
 
-<h2>xorg.conf</h2>
-
-<p>
-  Intel, ATI / AMD, and Nouveau DDXes probably do not require
-  any xorg.conf modifications.  If you use WLSHM, it requires a
-  $WLD/etc/X11/xorg.conf containing:
-</p>
-<pre>Section "Device"
-        Identifier "Device"
-        Driver "wlshm"
-EndSection
-</pre>
-
 <h2>weston.ini</h2>
 
 <p>
-- 
1.8.5.5



More information about the wayland-devel mailing list