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
0c8d392e
Commit
0c8d392e
authored
Feb 18, 2008
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor date changes.
parent
6c45a721
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
8 deletions
+26
-8
README
x11vnc/README
+22
-4
x11vnc.1
x11vnc/x11vnc.1
+2
-2
x11vnc.c
x11vnc/x11vnc.c
+1
-1
x11vnc_defs.c
x11vnc/x11vnc_defs.c
+1
-1
No files found.
x11vnc/README
View file @
0c8d392e
x11vnc
README
file
Date
:
Thu
Jan
24
15
:
45
:
09
EST
2008
x11vnc
README
file
Date
:
Sat
Feb
2
21
:
40
:
58
EST
2008
The
following
information
is
taken
from
these
URLs
:
...
...
@@ -858,6 +858,9 @@ make
use
[
127
]-
clear_all
.
*
Usage
with
dvorak
keyboards
has
been
improved
.
See
also
:
[
128
]-
xkb
.
*
Support
for
the
ZYWRLE
encoding
,
this
is
the
RealVNC
ZRLE
encoding
extended
to
do
motion
video
and
photo
regions
more
efficiently
by
way
of
a
Wavelet
based
transformation
.
Here
are
some
features
that
appeared
in
the
0.9.3
release
:
...
...
@@ -10948,6 +10951,13 @@ start ssvnc.exe
(
otherwise
you
'd have to browse to the drive directory each time you
load or save).
One user on Windows created a BAT file to launch SSVNC and needed to
do this to get the Home directory correct:
cd \ssvnc\Windows
start \ssvnc\Windows\ssvnc.exe
(an optional profile name can be supplied to the ssvnc.exe line)
WARNING: if you use ssvnc from an "Internet Cafe", i.e. some untrusted
computer, please be aware that someone may have set up that machine to
be capturing your keystrokes, etc.
...
...
@@ -11329,7 +11339,7 @@ es and source AND full archives in the zip dir. (~15MB)
Here
is
the
toplevel
README
from
the
bundle
:
Enhanced
TightVNC
Viewer
(
SSVNC
:
SSL
/
SSH
VNC
viewer
)
Copyright
(
c
)
2006
-
200
7
Karl
J
.
Runge
Copyright
(
c
)
2006
-
200
8
Karl
J
.
Runge
All
rights
reserved
.
These
bundles
provide
1
)
An
enhanced
TightVNC
Viewer
on
Unix
,
2
)
Binaries
...
...
@@ -11667,6 +11677,14 @@ on a USB flash drive that you carry around for mobile use and you want
the
profiles
you
create
to
stay
with
the
drive
(
otherwise
you
'd have to
browse to the drive directory each time you load or save).
One user on Windows created a BAT file to launch SSVNC and needed to
do this to get the Home directory correct:
cd \ssvnc\Windows
start \ssvnc\Windows\ssvnc.exe
(an optional profile name can be supplied to the ssvnc.exe line)
WARNING: if you use ssvnc from an "Internet Cafe", i.e. an untrusted
computer, an intruder may be capturing keystrokes etc.
...
...
@@ -11920,7 +11938,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.4
lastmod
:
2008
-
0
1
-
24
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.9.4
lastmod
:
2008
-
0
2
-
02
x11vnc
options
:
-
display
disp
-
auth
file
-
N
...
...
@@ -12039,7 +12057,7 @@ libvncserver-tight-extension options:
% x11vnc -help
x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-0
1-24
x11vnc: allow VNC connections to real X11 displays. 0.9.4 lastmod: 2008-0
2-02
(type "x11vnc -opts" to just list the options.)
...
...
x11vnc/x11vnc.1
View file @
0c8d392e
.\" This file was automatically generated from x11vnc -help output.
.TH X11VNC "1" "
Jan
uary 2008" "x11vnc " "User Commands"
.TH X11VNC "1" "
Febr
uary 2008" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
version: 0.9.4, lastmod: 2008-0
1-24
version: 0.9.4, lastmod: 2008-0
2-02
.SH SYNOPSIS
.B x11vnc
[OPTION]...
...
...
x11vnc/x11vnc.c
View file @
0c8d392e
/*
* x11vnc: a VNC server for X displays.
*
* Copyright (c) 2002-200
7
Karl J. Runge <runge@karlrunge.com>
* Copyright (c) 2002-200
8
Karl J. Runge <runge@karlrunge.com>
* All rights reserved.
*
* This is free software; you can redistribute it and/or modify
...
...
x11vnc/x11vnc_defs.c
View file @
0c8d392e
...
...
@@ -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.4 lastmod: 2008-0
1-24
"
;
char
lastmod
[]
=
"0.9.4 lastmod: 2008-0
2-02
"
;
/* 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