vncviewer is a viewer (client) for Virtual Network Computing.
Questions tagged [vnc-viewer]
134 questions
2
votes
2 answers
VNC viewer failing to make connection with "channel 3: open failed: connect failed: No route to host"
I ssh into a server with the following:
ssh -g -L5912:server:5912 user@host
It goes through, and I can access my files on the other server through the command line (meaning I can connect to the server, it is my vnc viewer that is failing!) but when…

Vicente Esnaola
- 163
- 1
- 2
- 5
2
votes
1 answer
What protocol codes are defined for VNC? (RFB-protocol)
Just recently i found out that the various implementations of VNC on Windows, Linux and other systems have an ID based method for negotiating the protocol method of the rfb-protocol to use for the communication. Some of the protocols have more…

Alexander Stohr
- 159
- 1
- 18
2
votes
0 answers
uinput - mouse coordinates sync issue
I am writing a program to remotely control an arm based device which doesn't have X server running on it. I have a written a small utility to capture mouse events that are sent from the client side and emulate them on the device. For this purpose I…

Nithyesh
- 105
- 8
2
votes
2 answers
Vim doesn't allow me to type in numbers
I'm having difficulty using Vim. When I attempt to type in numbers it just adds a character about what I'm trying to type.
Here, I've pressed "2" and it moves up and adds an r. Number "1" adds q and moves up a line as well. I've been googling for…

kckaiwei
- 416
- 7
- 18
2
votes
1 answer
TightVNC Viewer seamless windows via Autohotkey script (or mirroring Windows app windows)
I am trying to obtain the Seamless windows effect with TightVNC Viewer.
Basically I set the client visible area to an application with
"C:\Program Files\TightVNC\tvnserver.exe" -controlapp -shareapp
then I use the following…

antonio
- 10,629
- 13
- 68
- 136
2
votes
0 answers
unable to control android emulator from novnc client in browser (chrome)
I have startup an android emulator with built-in qemu VNC server using following command on OSX lion:
$emulator -avd avd_name -qemu -vnc :1
after that I want to able to control my emulator through my chrome browser so I find noVNC…

Owen
- 55
- 8
2
votes
3 answers
Getting "Unable to execute dex: Multiple dex files define" error when trying to run main project which is using other library project
I am trying use androidVNC open source project as a Library Project in my MainProject. androidVNC has also used ZoomerWithKeys library project. I want start a activity of androidVNC library project in my MainProject by clicking on a Button.
I have…

Alok Kumar Gupta
- 97
- 1
- 7
2
votes
2 answers
VNC server & multiclient in vb.net
I want to create an application that acts as a vnc client which is connected to multiple servers at once. First and foremost, how do I access the VNC protocol in vb.net (make a client/server, output the display etc)? Second, how can a single client…

Cyclone
- 17,939
- 45
- 124
- 193
1
vote
1 answer
TightVNC Java Viewer connection
I have source code of the tight VNC and installed 'Real VNC' on my local system. When I run the source of tight VNC, it asked for the host and port so I passed following credentials: Host: 127.0.0.1 Port: 5800. Then I can see the status as connected…

Sourabh
- 59
- 1
- 15
1
vote
0 answers
x11vnc can not authenticate from LAN in ubuntu 20.04
I am using x11vnc in ubuntu 20.04, in one of my machine, I can not authenticate VNC client from LAN computer's VNC viewer. in same machine (localhost) it is working fine.
here is my configration file…

Renish Gotecha
- 2,232
- 22
- 21
1
vote
0 answers
VNC Viewer require a password when SSH tunnel to EC2 instance using key authentication
I have a EC2 instance which is running a Linux OS. The instance is private hosted and a VPN connection needs to established the connection. Only the SSH inbound traffic is allowed. I need to access the instance using VNC viewer or TigerVNC through…

DasGuin
- 11
- 1
- 1
- 8
1
vote
0 answers
Raspberry Pi has text input lag, but only within apps (browser & VS Code)
I'm trying to run Raspberry Pi Headless, connecting VNC viewer through SSH.
It appears to work fine, except for huge lag (a few seconds for whatever I typed to show on the screen) when using some apps - the default browser, or VS Code. However,…

Weevester
- 11
- 2
1
vote
2 answers
Difference in viewing a swing application via a remote client and viewing directly
So I have an executable jar file which when run in windows or in Linux by using the command
`java -jar filename.jar`
the output is this.
But when the same thing is viewed via a remote connection using VNC client, the output is reduced to this
I…

Anand Sainath
- 1,807
- 3
- 22
- 48
1
vote
0 answers
Warning: Identity file InstanceLaunch.pem not accessible: No such file or directory
I know this question has been asked on here before, however, the solutions on previous posts don't seem to be working for me. I am trying to use this command in the console "ssh -L 5901:localhost:5901 -i InstanceLaunch.pem…

Nathan Bayne
- 190
- 12
1
vote
0 answers
Discord bot goes offline randomly; no errors; only restarts through PuTTy
I have been hosting a discord bot on my raspberry pi for half a year now, but after the new discord update my bot seems to go offline within two hours of closing out my PuTTy shell and vnc viewer which I use to access my raspberry pi. After testing…

Ian K
- 11
- 3