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
76720eb7
Commit
76720eb7
authored
Feb 05, 2007
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ssvnc 1.0.11 files.
parent
4a4c8e27
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3451 additions
and
86 deletions
+3451
-86
README
x11vnc/misc/enhanced_tightvnc_viewer/README
+43
-10
ssvnc
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc
+11
-0
ss_vncviewer
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer
+4
-1
ssvnc.tcl
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl
+75
-73
build.unix
x11vnc/misc/enhanced_tightvnc_viewer/build.unix
+5
-1
_bundle
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle
+1
-1
tight-vncviewer-full.patch
...ed_tightvnc_viewer/src/patches/tight-vncviewer-full.patch
+3312
-0
No files found.
x11vnc/misc/enhanced_tightvnc_viewer/README
View file @
76720eb7
Enhanced TightVNC Viewer (ssvnc: SSL/SSH VNC viewer)
Copyright (c) 2006 Karl J. Runge <runge@karlrunge.com>
Copyright (c) 2006
-2007
Karl J. Runge <runge@karlrunge.com>
All rights reserved.
These bundles provide 1) An enhanced TightVNC Viewer on Unix, 2) Binaries
...
...
@@ -85,14 +85,45 @@ The enhanced TightVNC viewer features are:
VNC viewer.
(these
3
features only apply to the bundled Unix tightvnc viewer)
(these features only apply to the bundled Unix tightvnc viewer)
- rfbNewFBSize VNC support
on Unix (screen resizing, Unix only
)
- rfbNewFBSize VNC support
(screen resizing
)
- cursor alphablending with x11vnc at 32bpp (-alpha option, Unix only)
- ZRLE VNC encoding support (RealVNC's encoding)
- Extremely low color modes: 64 and 8 colors in 8bpp
(-use64/-bgr222, -use8/-bgr111)
- Medium color mode: 16bpp mode even for 32bpp Viewer display
(-16bpp/-bgr565)
- Cursor alphablending with x11vnc at 32bpp (-alpha option)
- x11vnc's client-side caching -ncache method cropping option
(-ycrop n). This will "hide" the large pixel buffer cache
below the actual display. Set to actual height or use -1 for
autodetection (tall screens are autodetected by default).
- Scrollbar width setting: -sbwidth n, the default is very thin,
2 pixels, for less distracting -ycrop usage.
- The default for localhost:0 connections is not raw encoding
(local machine). Default assumes you are using SSH tunnel. Use
-rawlocal to revert.
- XGrabServer support for fullscreen mode, for old window managers
(-grab/-graball option).
- Fix for Popup menu positioning for old window managers
(-popupfix option).
- Improvements to the Popup menu, all of these can now be changed
dynamically via the menu: ViewOnly, CursorShape updates, X11
Cursor, Cursor Alphablending, Toggle Tight/ZRLE, Toggle JPEG,
FullColor/16bpp/8bpp (256/64/8 colors).
- Run vncviewer -help for all options.
- xgrabserver support for fullscreen mode, for old window
managers (-grab option, Unix only).
The list of software bundled in the archive files:
...
...
@@ -118,7 +149,7 @@ Unix and Mac OS X:
Unpack the archive:
% gzip -dc ssvnc-1.0.
9
.tar.gz | tar xvf -
% gzip -dc ssvnc-1.0.
11
.tar.gz | tar xvf -
Run the GUI:
...
...
@@ -128,16 +159,18 @@ Unix and Mac OS X:
On MacOSX you could also click on the SSVNC app in the Finder.
The smaller file "ssvnc_no_windows-1.0.
9
.tar.gz"
The smaller file "ssvnc_no_windows-1.0.
11
.tar.gz"
could have been used as well.
On MacOSX there is also a SSVNC.app directory icon you can click on
in Finder to start the application.
Windows:
Unzip, using WinZip or a similar utility, the zip file:
ssvnc-1.0.
9
.zip
ssvnc-1.0.
11
.zip
Run the GUI, e.g.:
...
...
@@ -149,7 +182,7 @@ Windows:
select Open, and then OK to launch it.
The smaller file "ssvnc_windows_only-1.0.
9
.zip"
The smaller file "ssvnc_windows_only-1.0.
11
.zip"
could have been used as well.
You can make a Windows shortcut to this program if you want to.
...
...
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc
View file @
76720eb7
...
...
@@ -21,6 +21,17 @@ fi
PATH
=
$PATH
:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/openwin/bin:/usr/sfw/bin:/usr/local/bin
export
PATH
if
[
"X
$FULLNAME
"
=
"XKarl J. Runge"
]
;
then
VNCVIEWER_POPUP_FIX
=
1
export
VNCVIEWER_POPUP_FIX
if
uname
-smr
|
grep
'Linux 2\.4.*i686'
>
/dev/null
;
then
UNAME
=
"Linux.i686.older"
export
UNAME
fi
PATH
=
`
echo
"
$PATH
"
|
sed
-e
's,runge/bin/override,-------------,'
`
fi
if
[
"X
$WISH
"
=
"X"
]
;
then
WISH
=
wish
for
try
in
wish wish8.3 wish8.4 wish8.5
...
...
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ss_vncviewer
View file @
76720eb7
...
...
@@ -185,7 +185,10 @@ do
shift
done
if
[
"X
$gotalpha
"
!=
"X1"
]
;
then
if
[
"X
$gotalpha
"
=
"X1"
]
;
then
VNCVIEWER_ALPHABLEND
=
1
export
VNCVIEWER_ALPHABLEND
else
NO_ALPHABLEND
=
1
export
NO_ALPHABLEND
fi
...
...
x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ssvnc.tcl
View file @
76720eb7
This diff is collapsed.
Click to expand it.
x11vnc/misc/enhanced_tightvnc_viewer/build.unix
View file @
76720eb7
...
...
@@ -157,7 +157,11 @@ start=`pwd`
cd
$tmp
;
failed
=
0
count
=
0
for
patch
in
../../patches/tight
*
patches
=
"../../patches/tight-vncviewer-full.patch"
if
[
!
-f
"
$patches
"
]
;
then
patches
=
`
ls
../../patches/tight
*
|
grep
-v
'tight-vncviewer-full.patch'
`
fi
for
patch
in
$patches
do
if
[
!
-f
"
$patch
"
]
;
then
continue
...
...
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle
View file @
76720eb7
#!/bin/sh
rm
-rf
./src/tmp/
*
||
exit
1
vers
=
1.0.
9
vers
=
1.0.
11
cd
..
||
exit
1
...
...
x11vnc/misc/enhanced_tightvnc_viewer/src/patches/tight-vncviewer-full.patch
0 → 100644
View file @
76720eb7
This diff is collapsed.
Click to expand it.
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