Questions tagged [vnc-viewer]

vncviewer is a viewer (client) for Virtual Network Computing.

132 questions
4
votes
1 answer

connecting ubuntu using vnc

I need to do a remote connection to a Ubuntu PC(need to see the UI) from another Ubuntu PC and Windows PC. I know that we can do that using VNC. Can anyone explain me with the steps or give a proper link which has the instructions. I followed the…
user1667630
  • 267
  • 5
  • 14
4
votes
2 answers

How Droid VNC works?

I have install Droid VNC Server on my tablet. I also checkout it's source at http://github.com/oNaiPs/droid-VNC-server but i don't find any line of codes where it capture the screen and upload to Viewer. So, How does it work? How can it capture the…
Nguyen Minh Binh
  • 21,451
  • 30
  • 108
  • 156
3
votes
3 answers

Qt: How to make QImage aware of updated memory buffer?

I need to draw pixel data that is being held by a library as uint8_t * and that is updated frequently and partially. I get a call-back from the library every time an update is done, that looks like this: void gotFrameBufferUpdate(int x, int y, int…
akoch
  • 33
  • 2
3
votes
0 answers

Changing an exe to show a different process name in task manager

How do you change a name of a process of an executable to show a different name in the task manager? I am trying to rename the processes of Real VNC. I have tried to just rename the executable vncserver.exe and vncserverui.exe to something different…
David Brierton
  • 5,217
  • 10
  • 38
  • 83
3
votes
2 answers

x11vnc display cursor and cursor motion

Well, that question already been asked, however my environment is slightly different. I've robot that moves mouse inside x11vnc session. I'd like that cursor motion to be properly displayed with vncviewer (tigervnc-1.4.2-r2). Seems nothing…
Archer
  • 4,669
  • 7
  • 43
  • 90
3
votes
1 answer

Open Chrome VNC Viewer from URL

my question is related to this - still unresolved - question. I would like to be able to open Chrome VNC Viewer apps from a link on a website. I know that chrome supports url_handler but I have not found any clue anywhere on how to format the url…
3
votes
1 answer

vnc session show gray screen on ubuntu

I'm trying to install VNC server on Ubuntu 14 LTS. I installed the "vnc4server" package and started vncserver simply by: "vncserver" command line. (like: http://www.howtoforge.com/how-to-install-vnc-server-on-ubuntu-14.04) i got the session and i am…
user552285
  • 351
  • 2
  • 3
  • 11
3
votes
1 answer

Error in tightVNC viewer no connection could be made because the target machine actively refused it

I am using TightVNC viewer from Window7 to connect the Ubuntu machine. I got the error "Error in tightVNC viewer no connection could be made because the target machine actively refused it. I do not have any firewall setup. When i run, ps -ef | grep…
nisha
  • 683
  • 2
  • 13
  • 28
2
votes
1 answer

VNC control for WPF

i am looking for a vnc control (Client) i would be able to use inside a WPF application i am creating . I would like to to be able to capture computes with TightVNC/UltraVNC (open source types) servers. Anything like that exists? Thanks
Menyh
  • 699
  • 1
  • 10
  • 30
2
votes
0 answers

VNC viewer error "Timed out waiting for response from the computer"

I have a docker container for Selenium Chrome node It is hosted on a ubuntu docker node.Docker host is a AWS node, no access to GUI. Exposed port 5900 of docker container to 32771 port of docker host. Through NGINX enabled dummy DNS and mapped port…
Akshay J
  • 43
  • 1
  • 7
2
votes
0 answers

How to avoid authentication when connecting to standalone chrome debug container?

I am using selenium/standalone-chrome-debug. By default connecting to the container via VNC will trigger an authentication prompt which can be avoided by setting an environment variable as per the documentation: If you want to run VNC without…
customcommander
  • 11,496
  • 3
  • 35
  • 53
2
votes
0 answers

Create remmina connection file with saved password

I'm working on a C# app that starts a VNC connection to the Windows PC from a raspberry pi with a click of a button using remmina on the Rpi. Note : there is no keyboard and mouse connected to the Rpi and things should happen all from pc (so remmina…
Mohsen K
  • 199
  • 2
  • 9
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…
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
  • 95
  • 6
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
  • 9,285
  • 10
  • 59
  • 113
1
2
3
8 9