I must not be doing something right, how am I supposed to connect to vncserver with X-Win32 ?
Main Topics
Browse All TopicsFor over a week now I have been reading tutorials and trying different software, xfvb, vnc...I am lost, I have googled everything I can think of and I need a little direction. I have debian 9.0 etch installed, with Xorg running on the local terminal. I have X-Win32 on my Xp machine, and I would really like to "remote desktop" into the debian box, and ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ok, I am using Ultra VNC Viewer, and I seem to be able to login, however, I do not see any start menu or anything like that, its a blank screen with a mouse, here is a screen shot...
http://www.staticdynamics.
any ideas ?
There are two ways to do this. The first way is with VNC, which is not really the "native" way of doing remote desktop. The simplest way to do it is to log in to X on the machine and use either KDE or GNome. Both of them have a "Remote Access" control panel applet you can run. Then just leave KDE/Gnome up all the time and you can VNC into it that way.
The "native" or "real" way to do remote desktop is via Remote X. There are two ways to approach it. I've never used X-Win32, only Cygwin + X, but the theory should be the same.
First, load up X-Win32, and there should be an option to turn on TCP listening or something like that; what you're looking for is the option that will allow remote clients to connect to it. Get the IP of your Windows machine. Then, log in (via ssh) to your Linux machine and do
export DISPLAY="192.168.1.10:0" (or whatever your IP address is, but you do need :0 at the end)
Then if you run something that uses X (say, 'pidgin' or 'xcalc') it should open up in your locally running X-Win32 instance.
The other way is that X-Win32 probably supports something called "XDMCP Broadcast". That will let you do a full Remote X session, including a login prompt, from your Debian machine. You have to make a couple configuration changes to /etc/X11/gdm/gdm.conf (or kdm.conf if you're using KDM). Search for "XDMCP" in the config file and it should be pretty self explanatory.
You have to restart the vncserver after changing the ~/.vnc/xstartup. Bear in mind that this creates a new desktop and it's this desktop that is exported not the desktop that you see on the local screen of the computer. If you want vnc to behave as in windows you need to install x11vnc instead of a normal vncserver on the debian machine.
Business Accounts
Answer for Membership
by: ibu1Posted on 2007-12-02 at 21:57:55ID: 20393910
What's the problem with vnc ?