vnc

m and s keys do not work over vnc connection to ubuntu server

I'm new at setting a lot of this up, so bear with me. I installed Ubuntu 10.4 server on a 64 bit machine. Then I added vnc so I could manage it while it's racked. I start the server, SSH to it, and run vncserver :1 At this point, all keys work fine. Next I exit out of the SSH session and fire up my client vnc app. I connect via the I...

Qt support for VNC

i want to test whether qt is supporting VNC or not. For that i have written a small layout program using Qt library. the source code for the layout program is as follows: layout.cpp #include <QApplication> #include <QHBoxLayout> #include <QSlider> #include <QSpinBox> int main(int argc, char *argv[]) { QApplication app(argc, ar...

How to send a keystroke to a x11 vnc session (xtightvncviewer)

I need to press a ceratin Key after setting up a server connection via xtightvncviewer in order to make an automated screenshot. Can i pass it with the startupscript? ~/VNC# xtightvncviewer myserver.dyndns.org -bgr233 -passwd /root/.vnc/passwd ...

How does your team work together in a remote setup?

Hi, we are a distributed team working on the object database db4o. The way we work: We try to program in pairs only. We use Skype and VNC or SharedView to connect and work together. In our online Tuesday meeting every week (usually about 1 hour) we talk about the tasks done last week we create new pairs for the next week with a r...

Starting x11vnc remotely when X server is already running

I have a ubuntu linux machine that I have already logged into and X server is running (it is pass the login manager like gdm). I can access this machine through ssh. My goal is to start x11vnc on this machine and attach it to the X server that is already running. When I ssh into the machine and start x11vnc, it says: X11 was unable to ...

what is a new way for remote desktop

i want to connect t my server without using remote desktop of windows or VNC . can you help me with another way and explain for me a new way for remote desktop? my server is : windows 2003 ...

i can't see a context menu of WPF windows app through VNC

I can open a context menu but cannot see the opened menu list through VNC. (I know that i can open the context menu by checking the vnc server machine directly) I tested on different vnc servers / clients machines (although all of them are windows Vista), and different wpf app, but still I cant see any menu list. Is this a reported prob...

Implementing VNC in Qt

I am trying to create a simple application for watching a screen in Qt. I have written my own server and client. At the moment the client simply sends a screenshot of the entire screen to the server so it can be displayed. I am just wondering if I can implement VNC into my server and client, or is there a way of comparing two images so I...

VNC Bash Problem

I'm having a curious problem with a little script to make a VNC connection to a remote host. The script just makes an SSH tunnel for the VNC session and then opens the viewer. It's only two lines, and when copied into the shell manually, it works fine. However, invoking the script causes the VNC viewer to fail with this error: main: ...

(C#) VNC# (VNCSHARP) Issue

Hi, i have downloaded the VNC# demo application from here The problem i faced is, the demo work perfectly when i ran it in Visual Studio 2010 Express Edition, but it will pop up an error message when its ran outside of visual studio. The error message was: "Unable to write data to the transport connection: An established connection was ...

How can I encapsulate a casual window (of X.org, Win32, Java Swing or SWT, etc) in web page element?

I seek to show a specific window (not a whole desktop) of an application running on a remote Windows of Linux desktop in an element on a web page. I suppose this can be done by means of some binary plugin or a Java applet (like VNC client applet show the whole desktop inside a browser). Any suggestions? ...

Web based VNC client ??

i am currently developing a web app which has a part where i have to open a specific machine through VNC to see its desktop. i am required to have a web based VNC client , which means it shouldn't install a server or any other file on the client's side, the client just opens the web browser and puts the ip of the targeted machine to Open...

How does UltraVNC achive "Server Monitor Blanking"

UltraVNC is able to blank the monitor of the computer being remotely accessed. My question is, how is this possible? In my understanding, due to the nature of the Windows OS, remote desktop applications are limited to remotely displaying only snapshots of the current physical screen. I believe UltraVNC is also subject to this limitatio...

guacamole vnc viewer - how to ?

hello, i have my tomcat server running, i downloaded the guacamole vnc viewer, and i followed the instructions on : http://guacamole.sourceforge.net/ however when i type :http://localhost:8080/guacamole/ i get error message : http status 404 The requested resource () is not available. anyone using guacamole, plz can you explain the st...

qemu vnc server for remote address

qemu -vnc 0.0.0.0:1 -monitor stdio -hda ubunt* I am running this command but it isn't opening a port. I have checked it with netstat. My goal is to log into the VNC server somewhere else besides locally. ...

Develop remotely in XCode using iPad and VNC / RDP.

Okay, this is a simple question. Which VNC/RDP app for iPad has features (maybe such as developer-friendly keyboard layouts) that are good for using Xcode remotely? Maybe some of you Mac developers out there have an iPad, and have tried using Xcode remotely on your iPad using some VNC / RDP app. The question is, which one is BEST for WOR...

RFB Protocol 3.8 vs 4.x

Hi, I have a library (C++ code) use the RFB protocol. however, i drive into refersh issue when i use it via TLS and RFB 3.8. I can't repreduce it with RFB 4.x or without TLS. Does anyone know it there is change between those versions affect TLS??? BTW - when i increase the packet buffer i'm sending to 8K (instead of 4k), most of the issu...

VNC on CentOS 5.5 + Gnome

Hi Guys/gals I have successfully started a vncserver and can connect to it through the browser via 111.111.111.111:5081. It looks like it's working because I do see the Gnome cursor (X). However, apart from the cursor I just have a black screen. No taskbar or anything. Right click provides nothing either. Does anyone have any idea wh...

VNCSharp Disconnects Immediately

I am using VNCSharp (http://cdot.senecac.on.ca/projects/vncsharp/) to create a WPF based VNC client. When I try to connect to a server I am almost immediately disconnected. But when I use the RealVNC client (a RealVNC server is running) the connection completes just fine. Does anyone have any ideas why I'm getting bounced off the serv...

Virtual channels for VNC?

Does anybody know weather VNC (RFB) supports virtual channels and add-ins to them like it is in the RDP (Microsoft Terminal Services)? I just want to transfer my own data across a VNC connection... ...