Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
7ee3eccc
Commit
7ee3eccc
authored
Jun 18, 2007
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: set NCACHE -1 for release.
parent
d3326942
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
README
x11vnc/README
+10
-10
options.c
x11vnc/options.c
+2
-2
x11vnc.1
x11vnc/x11vnc.1
+1
-1
x11vnc_defs.c
x11vnc/x11vnc_defs.c
+1
-1
No files found.
x11vnc/README
View file @
7ee3eccc
x11vnc
README
file
Date
:
Thu
Jun
14
22
:
46
:
36
EDT
2007
x11vnc
README
file
Date
:
Sat
Jun
16
17
:
10
:
23
EDT
2007
The
following
information
is
taken
from
these
URLs
:
...
...
@@ -709,7 +709,7 @@ make
on
Unix
that
supports
ultravnc
filetransfer
.
It
is
in
the
classes
/
ssl
/
UltraViewerSSL
.
jar
file
(
that
is
pointed
to
by
ultra
.
vnc
).
The
signed
applet
SignedUltraViewerSSL
.
jar
version
(
pointed
to
by
ultrasigned
.
vnc
will
be
needed
to
access
the
local
(
pointed
to
by
ultrasigned
.
vnc
)
will
be
needed
to
access
the
local
drive
if
you
are
using
it
for
file
transfer
via
a
Web
browser
.
Some
other
bugs
in
the
UltraVNC
Java
viewer
were
fixed
and
a
few
improvements
to
the
UI
made
.
...
...
@@ -1460,7 +1460,7 @@ make
[299]Q-116: Why don'
t
I
hear
the
"Beeps"
in
my
X
session
(
e
.
g
.
when
typing
tput
bel
in
an
xterm
)?
[
300
]
Q
-
117
:
Can
x11vnc
work
with
IPv6
?
[
300
]
Q
-
117
:
Does
x11vnc
work
with
IPv6
?
[
301
]
Q
-
118
:
Thanks
for
your
program
and
for
your
help
! Can I make a
donation
?
...
...
@@ -3725,7 +3725,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
GNOME gdm, KDE kdm, or CDE dtlogin? (i.e. nobody is logged into an X
session yet).
One time only
.
If the X login screen is running and you just want to
One time only
:
If the X login screen is running and you just want to
connect to it once (i.e. a one-shot):
It is usually possible to do this by just adjusting the XAUTHORITY
...
...
@@ -3762,7 +3762,7 @@ x11vnc -logfile $HOME/.x11vnc.log -rfbauth $HOME/.vnc/passwd -forever -bg
[
518
]
the
example
at
the
end
of
this
FAQ
).
Then
restart
dtlogin
,
e
.
g
.:
/
etc
/
init
.
d
/
dtlogin
stop
;
/
etc
/
init
.
d
/
dtlogin
start
or
reboot
.
Continuously
.
Have
x11vnc
reattach
each
time
the
X
server
is
Continuously
:
Have
x11vnc
reattach
each
time
the
X
server
is
restarted
(
i
.
e
.
after
each
logout
):
To
make
x11vnc
always
attached
to
the
X
server
including
the
login
...
...
@@ -7481,7 +7481,7 @@ or:
trying a [798]redirector such as esd.
Q-117:
Can
x11vnc work with IPv6?
Q-117:
Does
x11vnc work with IPv6?
Currently the only way to do this is via [799]inetd. You configure
x11vnc to be run from inetd or xinetd and instruct it to listen on an
...
...
@@ -10476,8 +10476,8 @@ es and source AND full archives in the zip dir. (~15MB)
[
30
]
ssvnc
-
1.0.18
.
zip
[
31
]
ssvnc_all
-
1.0.18
.
zip
Please
help
test
the
UltraVNC
file
t
ransfer
support
in
the
native
Unix
VNC
viewer
.
Please
help
test
the
UltraVNC
File
T
ransfer
support
in
the
native
Unix
VNC
viewer
!
A
self
-
extracting
and
running
file
for
the
"ssvnc_unix_minimal"
package
is
here
:
[
32
]
ssvnc
.
Save
it
as
filename
"ssvnc"
,
type
"chmod
...
...
@@ -11030,7 +11030,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.2 lastmod: 2007-06-1
4
x11vnc: allow VNC connections to real X11 displays. 0.9.2 lastmod: 2007-06-1
6
x11vnc options:
-display disp -auth file -N
...
...
@@ -11144,7 +11144,7 @@ libvncserver-tight-extension options:
%
x11vnc
-
help
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.9.2
lastmod
:
2007
-
06
-
1
4
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.9.2
lastmod
:
2007
-
06
-
1
6
(
type
"x11vnc -opts"
to
just
list
the
options
.)
...
...
x11vnc/options.c
View file @
7ee3eccc
...
...
@@ -206,8 +206,8 @@ int wireframe_local = 1;
#ifdef NO_NCACHE
#define NCACHE 0
#else
#define NCACHE -12
#define
xx
NCACHE -1
#define
xx
NCACHE -12
#define NCACHE -1
#endif
#endif
...
...
x11vnc/x11vnc.1
View file @
7ee3eccc
...
...
@@ -2,7 +2,7 @@
.TH X11VNC "1" "June 2007" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
version: 0.9.2, lastmod: 2007-06-1
4
version: 0.9.2, lastmod: 2007-06-1
6
.SH SYNOPSIS
.B x11vnc
[OPTION]...
...
...
x11vnc/x11vnc_defs.c
View file @
7ee3eccc
...
...
@@ -15,7 +15,7 @@ int xtrap_base_event_type = 0;
int
xdamage_base_event_type
=
0
;
/* date +'lastmod: %Y-%m-%d' */
char
lastmod
[]
=
"0.9.2 lastmod: 2007-06-1
4
"
;
char
lastmod
[]
=
"0.9.2 lastmod: 2007-06-1
6
"
;
/* X display info */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment