openSUSE Forums > Network/Internet » I need help with VNC

Go Back   openSUSE Forums > Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read


Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-Oct-2008, 00:42
SirShaggy's Avatar
Puzzled Penguin
 
Join Date: Jul 2008
Location: Athena, Oregon
Posts: 14
SirShaggy hasn't been rated much yet
Default I need help with VNC

OK, I have SUSE 11.0 installed on a machine that I use for a file server. I just installed TightVNC server on it so I can connect by another PC. I need the full desktop. I have a Windows XP machine that needs to connect to it. I downloaded TightVNC 1.3.9 to the Windows machine and launched setup. I only installed only VNC viewer, I don't want the Windows machine to be a server too. First of all, is this part correct? Only need the viewer?

Now, I didn't enable remote desktop in SUSE 11.0, do I need to? How do I start VNC server on my SUSE 11.0 server now that it is installed? I also disabled the firewall in the server for now, I need to figure out what ports need to be opened in the firewall for TightVNC server to operate correctly. I think I read somewhere 5901, but now I can't find it.

Any help would be appreciated.
SirShaggy
__________________
Foxconn C51XEM2AA-8EkRS2H 590SLI board, AMD Athlon 64 x2 5200+ EE CPU w/ Scythe Ninja 120mm heatsink, 4GB Corsair TWIN2X2048-6400C4D (2 sets), XFX 7900GS XXX card, Promise TX2 133 IDE controller card w/ 4 WD 320GB IDE drives and 4 WD 640GB SATA Drives.
Reply With Quote
  #2 (permalink)  
Old 09-Oct-2008, 00:50
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,899
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: I need help with VNC

There is a how to here
VNC HOWTO - openSUSE
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 09-Oct-2008, 01:49
SirShaggy's Avatar
Puzzled Penguin
 
Join Date: Jul 2008
Location: Athena, Oregon
Posts: 14
SirShaggy hasn't been rated much yet
Default Re: I need help with VNC

OK, I looked through the link and it is very helpful. I have issues with following it though. When I get to this point, I am not sure what to use:

" * Add a new line right below it, and pick a window manager. Let's say you have FluxBox – I would pick something lightweight, so maybe install FluxBox if you don't already have it ( fluxbox.org - old site ). It is necessary to install the following dependencies:

yast -i gcc gcc-c++ libstdc

* If you want to enable Gnome or KDE desktop, you'll have to compile Fluxbox with the extra option:

./compile --enable-kde

or

./compile --enable-gnome

* then put on this line underneath that one with "#twm&" :

exec fluxbox

* Save that file, then go back out and now run the server again:

vncserver :1"

I do not want to install or use fluxbox, just KDE. So do I just type KDE on the first line under where it says pick a window manager?

I really don't understand this sentance either: then put on this line underneath that one with "#twm&" :

exec fluxbox


I guess I need to see what someones file actually looks like. It just doesn't make sense to me.
__________________
Foxconn C51XEM2AA-8EkRS2H 590SLI board, AMD Athlon 64 x2 5200+ EE CPU w/ Scythe Ninja 120mm heatsink, 4GB Corsair TWIN2X2048-6400C4D (2 sets), XFX 7900GS XXX card, Promise TX2 133 IDE controller card w/ 4 WD 320GB IDE drives and 4 WD 640GB SATA Drives.
Reply With Quote
  #4 (permalink)  
Old 09-Oct-2008, 02:21
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,899
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: I need help with VNC

I don't really know the answer.

But I can tell you:

Quote:
I really don't understand this sentance either: then put on this line underneath that one with "#twm&" :

exec fluxbox
You need to navigate to your hidden /home/username/.vnc
and edit the file: xstartup
right click it - open with kwrite

it should look something like this:

Code:
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
exec fluxbox
*fluxbox could be replaced with another suitable WM
But that's as much as I can say. I don't actually use VNC.

This bit:
Quote:
* If you want to enable Gnome or KDE desktop, you'll have to compile Fluxbox with the extra option:

./compile --enable-kde
Basically. If you did install and compile fluxbox you use the --enable-kde argument to the ./compile

so it would be
./compile --enable-kde
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #5 (permalink)  
Old 09-Oct-2008, 13:38
SirShaggy's Avatar
Puzzled Penguin
 
Join Date: Jul 2008
Location: Athena, Oregon
Posts: 14
SirShaggy hasn't been rated much yet
Default Re: I need help with VNC

Sorry it took overnight to respond. I fell asleep. Anyway, I get the just of it now with your help. I just need to figure out exactly what to write when using KDS only. Thanks very much for your help!!

SirShaggy
__________________
Foxconn C51XEM2AA-8EkRS2H 590SLI board, AMD Athlon 64 x2 5200+ EE CPU w/ Scythe Ninja 120mm heatsink, 4GB Corsair TWIN2X2048-6400C4D (2 sets), XFX 7900GS XXX card, Promise TX2 133 IDE controller card w/ 4 WD 320GB IDE drives and 4 WD 640GB SATA Drives.
Reply With Quote
  #6 (permalink)  
Old 01-Dec-2008, 03:45
scrib's Avatar
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 43
scrib hasn't been rated much yet
Default Re: I need help with VNC

Did you get anywhere with this? I'm at the same point i can VNC (using TightVNC) to my SUSE 11 box (running vncserver). However, I just get a XDesktop session and no KDE.

If I then type startkde into the XDesktop it tries to start KDE but hangs on the "openSUSE" green screen. Anyone any ideas?
Reply With Quote
Reply

Bookmarks

Tags
server, suse 11.0, viewer, vnc, windows


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2