Autostarting VNCserverForum: Apps Topic: Autostarting VNCserver started by: UndCon Posted by UndCon on Aug. 25 2005,15:19
I need help to autostart VNCserver at bootup(or any easy remotecontroller so i can manage Xmmp to play my music from network and listen to webradio) VNC is DL:ed via MyDSL / Net / VNC4X-1.4.6.dsl.info and i got 2 icons on the desktop... is VNC running or do i need to configure ? Posted by mikshaw on Aug. 25 2005,19:52
You'll probably want to change /home/dsl/.bash_profile to say "vncserver" instead of "startx".
Posted by skaos on Aug. 26 2005,10:05
I don't know anything about VNC, but you may start servers when booting from /opt/bootlocal.sh.
Posted by mikshaw on Aug. 26 2005,14:16
The difference here is that VNCserver starts an X session....you'll have a conflict, since .bash_profile also starts an X session when dsl logs in.
Posted by hzray on Sep. 04 2005,02:29
edit .xinitrc file and add "/usr/local/bin/vnc4x0.sh &>/dev/null &" to that. but this line must before "fluxbox 2>/dev/null" line. |