Hello,
2012-08-16-wheezy-raspbian
I've got tightvnc server/viewer running between the pi and my windows machine.
I log in via PuTTY, how can I get vncserver to autorun when I log in to the pi?
Thanks
pi@mypi ~ $ vncserver :1 -geometry 1265x930 -name Win7 -depth 16 -pixelformat rgb565
New 'Win7' desktop is mypi:1
Starting applications specified in /home/pi/.vnc/xstartup
Log file is /home/pi/.vnc/mypi:1.log
pi@mypi ~ $
file contents: /home/pi/.vnc/xstartup
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1