Tagged Questions
The vnc-server tag has no wiki summary.
4
votes
1answer
289 views
How to make x11vnc adjust resolution with client display
When use x11vnc display:0 to start the vnc server, then client will have exactly the same resolution as server, is that possible to configure x11vnc server (i.e. edit the .x11vncrc file) to make the ...
2
votes
1answer
41 views
How to share a common linux terminal that can be used remotely by 2 or more users ?
I want to code/debug collaboratively on a shared linux terminal (so that both parties can see what is being typed into it, and its output) with someone in a remote location. What is the best way to ...
1
vote
0answers
48 views
To develop a VNC server applet using the VNCJ library
I need to develop an applet using vncj such that the applet can act as a VNC server and the system can be viewed by other using VNC viewer.
A sample applet is provided in the this site
...
1
vote
1answer
209 views
Resizing an Xvfb display
Simple Question: Is there a way to resize a Xvfb display?
I tried with RandR but it seems that the RandR extension is not supported by Xvfb. Are there other ways to resize the screen?
Thanks for ...
1
vote
2answers
218 views
How does VNC continuously repaint windows?
How does VNC send REPAINT messages to windows even when a user is not active?
I would like to implement this in C sharp - I've had a look at the PrintWindow, SendMessage methods and none of them ...
1
vote
1answer
683 views
noVNC connecting to VNCServer on private LAN using HTTPS only
Not sure if i'm really up-to-date, but i'm looking in a way to convert my existing project to use HTML5 websockets.
Here's my situation :
- Client runs a modified java vnc applet with extra ...
1
vote
1answer
342 views
VNC Server .Net Library
I'm looking for a .NET component which aid me the introduction of VNC communication compatibility to an application.
The application already installs necessary Windows hook, so I'm interested only on ...
1
vote
0answers
200 views
Key Mappings in RealVNC Client
I am using Real VNC viewer on Windows. I sometimes find it very difficult to shift from VNC to windows. I have to use F8->Minimize and then Alt-TAB. I wish I had more flexibility. Can these key ...
1
vote
1answer
305 views
vnc server in java , is there such thing ? opensource?
i didnt found any vnc server written in java is there any change there is no such thing ?
i mean free and open source ?
1
vote
1answer
271 views
Using PyQt4.QtWebKit on a Debian server
I'm having a problem using PyQT4 on a Debian server. My script works fine on an Ubuntu Desktop machine, and I now want to deploy it on a server.
Knowing it needed an X server, I launched one doing
...
0
votes
0answers
11 views
Ubuntu server + vncserver 'd' key minimize all windows [closed]
I found a solution on other forums:
System->Control Center->Keyboard Shortcuts
but the problem is that I have ubuntu (11.10) server with no gui, how is it possible to change this key binding from ...
0
votes
0answers
57 views
Change Mac OS 10.7 Lion VNC Server listening port
Is there any way to change the default vnc server port on a Mac. For the latest mac os version 10.7 Lion. The built in screen sharing, vnc server, is set to the default port of 5900. Would there be a ...
0
votes
0answers
11 views
How to send the changed images using an RFBserver
I am developing a VNC java server using the library given in the link
http://sourceforge.net/projects/vncjlgpl/
I need to develop an applet to host this javascript. I created the classes required to ...
0
votes
0answers
31 views
How to use multi touch feature of iphone remotely from desktop?
I am using veency on Iphone that is working as VNC server application. I have a .net client application that is working as VNC client to control Iphone from desktop.
How can I pass multi touch ...
0
votes
0answers
49 views
Is there a way to programatically update the UltraVNC password?
UltraVNC stores an encrypted password in a local INI file (ultravnc.ini). I need to update the password for UltraVNC pragmatically. Basically the input is a plain text password and the output is the ...
0
votes
1answer
226 views
Solving the xinetd “Transport endpoint is not connected”
I'm trying to get a simple websocket proxy to work with xinetd.
The proxy is here : https://github.com/kumina/wsproxy
(basic proxy for vnc)
Here's my xinetd/wsproxy config:
service wsproxy
{
...
0
votes
0answers
248 views
How to stop xfce on debian after vnc session complete?
I installed debian on one of my computers and installed xfce over it. Now I intalled TightVNCviewer on the client windows pc and tightvncserver on debian system. I generally log into the server from ...
0
votes
0answers
47 views
How iPhone and Android can be controlled from PC
Does anyone has any idea on how Perfecto Mobile and Deviceanywhere controls the iPhone, Android and many other smartphones ? Is it though VNC kind of logic or is through a special hardware setup ?
...
0
votes
1answer
430 views
Getting the Qt VNC Server to work
I compiled and installed Qt for Embedded Linux and made sure to use -qt-gfx-vnc in the ./configure line.
I start my application with the following code.
int argc = 1;
char *argv[] = { "appname", ...
0
votes
3answers
170 views
Access Internal URL while using External URL
I am developing an interface to show what VNC-web stations are active and providing a link to that web interface.
Example: Station 1 is: http://192.168.1.1 on port 5800
If I run this on my local ...
0
votes
0answers
138 views
Windows 7: Capture the graphic output of an application
I have looked around, with out much luck, for a VNC server that robustly supports sharing a single application window via VNC under Windows 7. (Correctly handling occlusion, resizing, etc.)
See my ...
0
votes
1answer
267 views
NoVNC on iphone/ipad?
I'm trying to connect to a vnc server from iPhone using NoVNC.
I have some issues with "mouse" which behaves very irrationally.
Has anyone experienced the same behaviour ?
(will post code in a few)
...
0
votes
1answer
134 views
TightVNC On Another Network
does anyone know how I can connect to my PC using TightVNC on another network? I have it working properly over a local network but I want to connect from different locations. Thanks.
0
votes
1answer
124 views
Restrict keyboard short-cuts in x11vnc
How can I restrict keyboard shortcut options in x11vnc?
for example, I want to restrict Alt+F4, Alt+x, Ctrl+Q, etc.
Is -skip_keycodes option of any help here?
0
votes
2answers
234 views
Is it possible to find out if a VNC connection is active
My application is running on windows XP, a VNC server is also running on the PC. I'd like to find out if someone is currently connected to the VNC server (e.g. to use simpler icons). I'm using ...
0
votes
2answers
1k views
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 ...
0
votes
1answer
2k views
VNC server component for .NET
I'm looking for a way to listen on a specific port as a VNC server, then be able to send whatever I want to the connected VNC client.
There's a lot of VNC client components, but I've not yet found a ...
-1
votes
1answer
63 views
VNC Sever possible in iOS? [closed]
I am looking to control my iPhone from my OSX machine. I assumed there would already be a VNC server application for the iPhone in the App Store.
Before I go ahead and try and create one myself, is ...