| Suse/Novell This Forum is for the discussion of Suse Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
07-04-2005, 02:13 AM
|
#1
|
|
LQ Newbie
Registered: Jun 2005
Distribution: SuSE
Posts: 10
Rep:
|
VNC from a Windows box to Linux
I am trying to setup my linux box so that I can be able to VNC into it from a windows box. How can I do this correctly?
|
|
|
|
07-04-2005, 07:08 AM
|
#2
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
I've managed to do that successfully from XP to Mepis over a LAN. I just installed RealVNC on each system and it worked as it should without any hassle. (Well, it wouldn't have been a hassle if I knew how to use Linux, anyway . . .)
But I can't get it to work properly the other way around! On Win XP, I just get the linux console on a grey background but no pretty KDE windows. I'm a complete newbie to Linux still stumbling around in the dark, so any help would be appreciated!
|
|
|
|
07-04-2005, 08:29 AM
|
#3
|
|
Senior Member
Registered: Jul 2004
Location: Nantes (France)
Distribution: Arch Linux
Posts: 1,897
Rep:
|
AFAIK, when accessed, the VNC service starts a VNC server with an X session inside, by using the "startx" command. So whereas your usual desktop is set by KDM, GDM, or whatever display manager you use, for VNC it is the .xinitrc that does the choice. Try this .xinitrc:
(Note: I don't have Linux at hand, so check that the path is the good one.)
Yves.
|
|
|
|
07-04-2005, 08:49 AM
|
#4
|
|
Member
Registered: Apr 2004
Location: ..where no life dwells..
Distribution: RH,FC/SuSE/Debian/HPUX/OSX
Posts: 509
Rep:
|
hi abneru,
where do you hang?
vnc-server installed and running on linuxbox?
|
|
|
|
07-04-2005, 09:05 AM
|
#5
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
YinYeti,
Thanks for replying. I did manage to find a /usr/bin/startkde, and after reading some other help earlier today, I have also created a .xinitrc file (though earlier I missed the dot at the beginning -- i'm guessing that matters). Is "/usr/bin/startkde" all I need to enter into that file? Do I need a '&' after it or something like that? Does it need to come before/after something else? And do I need to reboot after changing it, or can I just end the session and start a new one -- or can I just start up a new session of vnc and be on my merry way?
Please bear with me here -- I have absolutely no experience in editing config files like these. It looks like I'm gonna have to get used to it though!
|
|
|
|
07-05-2005, 02:15 AM
|
#6
|
|
Senior Member
Registered: Jul 2004
Location: Nantes (France)
Distribution: Arch Linux
Posts: 1,897
Rep:
|
Hi,
I don't really know. I would expect /usr/bin/startkde to be enough, without a &, in the .xinitrc file (the dot matters, because it is part of the filename, and xinit looks for .xinitrc, not xinitrc... simple as that; for your information the dot makes the file hidden in your file browser, or with the ls command).
Actually, I think the perfect content in .xinitrc would be
Code:
exec /usr/bin/startkde
(note the "exec" at the start of the line)
Nothing more is needed in that file, though you may add more if you wish. If you do so, you'll have to run any other application before kde, and with a "&" at the end of the line. Example:
Code:
/usr/bin/gkrellm &
/usr/X11R6/bin/xeyes &
exec /usr/bin/startkde
And no need to reboot. Just start a new session with "startx" and check that all is as you wish. If so, try again with VNC.
For your information, if you already have N graphical sessions running (counting VNC ones), and you want to start a new one with startx, then you have to run startx like that:
Yves.
|
|
|
|
07-05-2005, 05:24 AM
|
#7
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
Thanks for the instructions. I've put that entry in the .xinitrc file, but to no avail. The same thing is still happening.
By the way, why are files starting with dots hidden -- even to the root user?
|
|
|
|
07-05-2005, 05:29 AM
|
#8
|
|
Member
Registered: Apr 2004
Location: ..where no life dwells..
Distribution: RH,FC/SuSE/Debian/HPUX/OSX
Posts: 509
Rep:
|
hmm? no posts from abneru...problem solved?
|
|
|
|
07-05-2005, 06:12 AM
|
#9
|
|
LQ Newbie
Registered: Jun 2005
Distribution: SuSE
Posts: 10
Original Poster
Rep:
|
Sorry for the silence, I actually didn't have access to my machine at the time. I will try the solutions given though. Thanks.
|
|
|
|
07-05-2005, 07:13 PM
|
#10
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
Problem solved! (for me, anyway)
Someone on the RealVNC mailing list suggested that I replace 'twm' with 'startkde' in the /.vcn/xtartup file. It worked!!
Instructions from elsewhere had said to replace this twm entry with kdm or gdm, both of which achieved nothing.
A very positive 'Linux moment' for this newbie! May there be many more!
|
|
|
|
07-06-2005, 05:26 AM
|
#11
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
Oh dear, looks like I've broken it again!
After a pleasant half-day of being able to operate MEPIS from WinXP, I've managed to regress back to my earlier state. I installed Apache on MEPIS (via VNC), which seemed to go smoothly, until I tried to start it and failed dismally. Typing "apachectl start", even from the directory containing that very script, merely returns "Command not found". (See http://www.mepis.org/node/7137?PHPSE...5177d44a29234c for more).
Anyway, after 'installing' Apache and rebooting, vnc is back to providing only the console on XP. The /.vnc/xstartup file still contains the line I added for startkde.
Could my attempted apache installation have interfered with VNC in any way???
|
|
|
|
07-06-2005, 07:10 AM
|
#12
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
Update on last post:
I can usually get VNC to work properly by manually running 'startkde' on the console that appears. But this makes me wonder -- why isn't the xstartup entry taking care of this?
|
|
|
|
07-07-2005, 12:08 PM
|
#13
|
|
Member
Registered: Jan 2005
Distribution: SuSE (x86), NetBSD (Sparc), Solaris (Sparc & 32-bit x86)
Posts: 278
Rep:
|
Go to the directory and do "./apachectl start". Current directory is not in the default path.
|
|
|
|
07-08-2005, 12:02 AM
|
#14
|
|
LQ Newbie
Registered: Jul 2005
Location: Brisbane, Australia
Distribution: Mepis
Posts: 13
Rep:
|
Thanks! I thought it might have had something to do with the path, but I couldn't work out why it wouldn't run even from the apache2/bin directory. Now I know what ./ means. So is linux unlike msdos in that it does not default to the current directory if "./" is omitted in a path?
|
|
|
|
07-08-2005, 02:29 AM
|
#15
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally posted by sugna
Now I know what ./ means. So is linux unlike msdos in that it does not default to the current directory if "./" is omitted in a path?
|
yes, any (sane) distribution will have omitted the current directory from the path... 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:10 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|