ReferencePlatforms/Test/Linux: Difference between revisions

Jump to navigation Jump to search
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
Then replace /home/mozqa/.vnc/xstartup with the following:
#!/bin/sh
xsetroot -solid grey
gnome-session&
And make it executable
chmod +x /home/mozqa/.vnc/xstartup
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          tightvncserver -geometry 1280x1024 -rfbport 5900
  @reboot          x11 -display :0 -shared -forever -rfbauth /home/mozqa/.vnc/passwd -bg


== Configure Apache ==
== Configure Apache ==
canmove, Confirmed users
6,441

edits

Navigation menu