ReferencePlatforms/UnitTestOnly/Ubuntu: Difference between revisions

no edit summary
(Created page with '=Install OS= Install from the Ubuntu 9.04 32bit live cd image =Configure OS= Enable Vino (System->Preference->Remote Desktop) to connect with a password and no confirmation. Se…')
 
No edit summary
Line 5: Line 5:
Enable Vino (System->Preference->Remote Desktop) to connect with a password and no confirmation.
Enable Vino (System->Preference->Remote Desktop) to connect with a password and no confirmation.


Set video resolution to highest available
=Set up Xvfb=
<pre>
# Make sure Xvfb is running on :2
@reboot    ps -C Xvfb | grep -q Xvfb || exec Xvfb :2 -screen 0 1280x1024x24 &
*/5 * * * * ps -C Xvfb | grep -q Xvfb || exec Xvfb :2 -screen 0 1280x1024x24 &
 
# Make sure metacity is running on :2
@reboot    ps -C metacity -f | grep -q :2 || exec metacity --display :2 --replace &
*/5 * * * * ps -C metacity -f | grep -q :2 || exec metacity --display :2 --replace &
</pre>


=Update All Packages=
=Update All Packages=
Confirmed users
1,377

edits