canmove, Confirmed users
6,441
edits
| Line 21: | Line 21: | ||
== Configure VNC Server == | == Configure VNC Server == | ||
Setup gdm to auto-login when it starts. Open up /etc/gdm/gdm.conf and add the following lines: | |||
AutomaticLoginEnable=true | |||
AutomaticLogin=mozqa | |||
Then restart gdm: | |||
sudo /etc/init.d/gdm restart | |||
Set a password with: | Set a password with: | ||
vncpasswd | vncpasswd | ||
Make vnc start on boot by adding the following to mozqa's crontab: | Make vnc start on boot by adding the following to mozqa's crontab: | ||
@reboot | @reboot x11 -display :0 -shared -forever -rfbauth /home/mozqa/.vnc/passwd -bg | ||
== Configure Apache == | == Configure Apache == | ||