diff options
author | runge <runge@karlrunge.com> | 2009-12-21 11:02:31 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-12-21 11:02:31 -0500 |
commit | 9659bc129f520b635b7056cf5d746a35003a6b80 (patch) | |
tree | f393ac13d20b5b707c6360460d265e8b0f3aab73 /x11vnc/README | |
parent | 10f325e2767290a8bf0ad041ecb903c621486faa (diff) | |
download | libtdevnc-9659bc129f520b635b7056cf5d746a35003a6b80.tar.gz libtdevnc-9659bc129f520b635b7056cf5d746a35003a6b80.zip |
x11vnc: -DENC_HAVE_OPENSSL=0 to disable enc.h but still
have ssl. Tweak ps command in find_display. Try to handle
AIX su. Ignore an initial newline at login: for -unixpw.
Diffstat (limited to 'x11vnc/README')
-rw-r--r-- | x11vnc/README | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11vnc/README b/x11vnc/README index 597e2ef..685f9a6 100644 --- a/x11vnc/README +++ b/x11vnc/README @@ -2,7 +2,7 @@ Copyright (C) 2002-2009 Karl J. Runge <runge@karlrunge.com> All rights reserved. -x11vnc README file Date: Fri Dec 18 22:19:55 EST 2009 +x11vnc README file Date: Mon Dec 21 00:00:59 EST 2009 The following information is taken from these URLs: @@ -842,6 +842,15 @@ make also want to make sure that /usr/lpp/X11/include, etc is being picked up by the configure and make. + For a recent build on AIX 5.3 we needed to add these CFLAGS to be able + to build with gcc: + env CFLAGS='-maix64 -Xlinker -bbigtoc' ./configure ... + + we also built our own libjpeg and libz using -maix64. + + BTW, one way to run an Xvfb-like virtual X server for testing on AIX + is something like "/usr/bin/X11/X -force -vfb -ac :1". + Building on Mac OS X: There is now [112]native Mac OS X support for x11vnc by using the raw framebuffer feature. This mode does not use or @@ -12905,7 +12914,7 @@ x11vnc: a VNC server for real X displays Here are all of x11vnc command line options: % x11vnc -opts (see below for -help long descriptions) -x11vnc: allow VNC connections to real X11 displays. 0.9.9 lastmod: 2009-12-18 +x11vnc: allow VNC connections to real X11 displays. 0.9.9 lastmod: 2009-12-21 x11vnc options: -display disp -auth file -N @@ -13032,7 +13041,7 @@ libvncserver-tight-extension options: % x11vnc -help -x11vnc: allow VNC connections to real X11 displays. 0.9.9 lastmod: 2009-12-18 +x11vnc: allow VNC connections to real X11 displays. 0.9.9 lastmod: 2009-12-21 (type "x11vnc -opts" to just list the options.) |