8 lines
275 B
Bash
Executable File
8 lines
275 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# # expects TightVNC Viewer version 1.3.10
|
|
# exec xvncviewer -encodings "copyrect tight hextile zlib corre rre raw" localhost:0
|
|
|
|
# seems to work OK, with scaling even, with ssvnc!
|
|
exec ssvncviewer -encodings "copyrect tight hextile zlib corre rre raw" localhost:0
|