Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-24-2005, 12:21 AM
|
#1
|
Member
Registered: Jan 2004
Posts: 43
Rep:
|
Vino on FC4 - accessible before Gnome login?
I've recently begun using FC4 (for about the third time - hopefully I can stick with it). I've got the Vino server running in Gnome for remote desktop access, but it seems that I cannot connect without logging onto the machine first. Can anyone think of a way to make Vino accessible before logging in, or maybe there's a way to remotely make the machine login to the Gnome desktop. I suppose this is something Linux experts wouldn't normally do, but as a newbie, having graphical access to the desktop would be a huge advantage for me. Since I'm running it on a dual boot system, it would be nice if I could reboot the machine remotely and still have the desktop environment accessible.
Thanks in advance for any suggestions...
Mike
|
|
|
11-24-2005, 03:02 AM
|
#2
|
Member
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827
Rep:
|
Vino is just one type of a VNC server, it serves the current X session. There are several other vnc servers that allow a new X to be created upon server startup(tightvnc and realvnc come to mind.)
If youre looking for a way to log into a machine remotely via GDM, then VNC is not the right course of action. Its alot simpler to take an ssh connection, fire up a normal vnc server and then connect to that.
If you realy want to go thru with GDM, then I suggest you do some reading around the topics of LTSP since thats the smartest project using remote GDM, they have the best docs on it.
|
|
|
11-25-2005, 03:26 AM
|
#3
|
Member
Registered: Jan 2004
Posts: 43
Original Poster
Rep:
|
Thanks for the advice. I eventually learned that I could get TightVNC (or regular VNC for that matter) to show my desktop by configuring the script $HOME/.vnc/xstartup. Here's what mine looks like (for anyone else that's looking to accomplish the same):
#!/bin/sh
# Red Hat Linux VNC session startup script
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
setroot -solid grey
vncconfig -iconic & xterm -ls -title "$VNCDESKTOP Desktop" & twm &
Now, in order to be able to load the vnc client without having to physically be present to login on the server first, I can ssh into the server and run vncserver <options> :<display>. Then I can connect no problem, and it looks great.
I did notice that GNOME got confused about my keyboard (is this usual?) As a note to others, if you are prompted, make sure you choose the 'GNOME' settings, not the 'X' settings, or your keys will be all mixed up.
|
|
|
All times are GMT -5. The time now is 06:42 PM.
|
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
|
|