X xSauronx Lifer Jul 14, 2000 19,582 4 81 Dec 6, 2007 #1 i get occassional power flickers here and want the vnc server to start under my users account whenever debian boots up is this possible? presently i have to ssh in, then run vnc4server -geometry 1000x668 -depth 24 any ideas? thanks
i get occassional power flickers here and want the vnc server to start under my users account whenever debian boots up is this possible? presently i have to ssh in, then run vnc4server -geometry 1000x668 -depth 24 any ideas? thanks
Nothinman Elite Member Sep 14, 2001 30,672 0 0 Dec 7, 2007 #2 As a quick hack you could always just do something like "su - user -c 'vnc4server -geometry 1000x668 -depth 24' &" in /etc/rc.local.
As a quick hack you could always just do something like "su - user -c 'vnc4server -geometry 1000x668 -depth 24' &" in /etc/rc.local.