]> git.sesse.net Git - rdpsrv/blob - Xserver/README
Give up X server for now, connect to VNC on localhost instead.
[rdpsrv] / Xserver / README
1 =======================
2 Xvnc - the VNC X server
3 =======================
4
5 This is the top level directory for Xvnc, the VNC X server (or the X VNC
6 server, depending on how you look at it).
7
8 It is based on the XFree86 3.3.2 "server only" distribution, which in turn is
9 based on the X11R6.3 distribution from the X consortium.
10
11 To build Xvnc, simply do "make World" in this directory (make sure you have run
12 ./configure in the directory above this one first - this generates the file
13 config/cf/vnclibs.def which is needed for the build).  If the build is
14 successful, the binary will be left in programs/Xserver.
15
16 If you have trouble building you may need to play around with the imake
17 configuration files in the directory config/cf.  Read the X consortium files
18 RELNOTES.TXT and INSTALL.TXT.  Also see the file config/cf/vnc.def for
19 information specific to Xvnc.
20
21 The code specific to the VNC X server is in programs/Xserver/hw/vnc.  The rest
22 of the code is a cut-down version of the standard XFree86 distribution without
23 many of the later X extensions or hardware-specific code.