![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 19
|
How to start vncserver at startup
Hello,
I installed Ubuntu server with x server ( minimal install ) on a computer without a screen. I would like to boot and then connect to the server via vnc client or via x-server. currently I installed ssh server on the linux server and ssh client ( putty ) and x-server ( cygwin-x ) on the PC . Then I used the ssh to connect to the server and then run vncserver and other tools. I know there is an option to enable the XDMP service and connect with external x-server running on other machine. I whould like to enbale the following at automatically start up: - XDMP server - VNC server What are the excat step to do so and what is recomendad ? Regards, David. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Beans: 19
|
Re: How to start vncserver at startup
Any answer ?
__________________
Regards, David. |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2006
Beans: 10
|
Re: How to start vncserver at startup
I would love to see someone answer this!!
|
|
|
|
|
|
#4 |
|
Dipped in Ubuntu
![]() Join Date: Apr 2005
Location: under a rock
Beans: 572
Ubuntu Karmic Koala (testing)
|
Re: How to start vncserver at startup
i'm trying to find a guide that i used a long time ago but i know that it has something to do with ~.vnc/xstartup
also try here http://72.14.203.104/search?q=cache:...&ct=clnk&cd=26 and go down to configuring vnserver Last edited by tronica; June 12th, 2006 at 12:01 AM.. |
|
|
|
|
|
#5 |
|
Dipped in Ubuntu
![]() Join Date: Apr 2005
Location: under a rock
Beans: 572
Ubuntu Karmic Koala (testing)
|
Re: How to start vncserver at startup
|
|
|
|
|
|
#6 |
|
Spilled the Beans
![]() |
Re: How to start vncserver at startup
If you just want vncserver to start at system startup, you can just add it to the correct runlevel: this will probably be /etc/rc3.d/ (console login, not graphical, with networkin support). To make vncserver startup automatically just add a symlink here to /etc/init.d/vncserver
Code:
# cd /etc/rc3.d # sudo ln -s /etc/init.d/ssh S99vncserver Hope it helps! |
|
|
|
|
|
#7 | |
|
Fresh Brewed Ubuntu
![]() Join Date: Apr 2006
Location: Ubuntuland
Beans: 1,372
Ubuntu 9.10 Karmic Koala
|
Quote:
__________________
24 beers in a case, 24 hours in a day. Coincidence? I think not! Karmic Koala 64 bit, AMD Phenom 9500 Quad Core, GeForce 9600 GT 8G PC2-6400 RAM, Twin 320G SATA 7200 RPM RAID0, 400G IDE 7200 RPM, 750G eSATA 7200 RPM |
|
|
|
|
|
|
#8 |
|
Spilled the Beans
![]() |
Re: How to start vncserver at startup
my mistake...
should be vncserver offcourse (was testing it on my pc for ssh server) |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|