From: <bms...@us...> - 2007-07-30 16:47:35
|
Revision: 2549 http://morphix.svn.sourceforge.net/morphix/?rev=2549&view=rev Author: bmsleight Date: 2007-07-30 09:47:02 -0700 (Mon, 30 Jul 2007) Log Message: ----------- vncserver needs to be forced into the required depth, pixel format and colour map when running from cron rather than ssh with x-forwarding. Minmin geometry -g 1024x768. Modified Paths: -------------- trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh Modified: trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh =================================================================== --- trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh 2007-07-30 16:39:58 UTC (rev 2548) +++ trunk/mmaker/utils/auto-testing/video-qemu-booting-iso.sh 2007-07-30 16:47:02 UTC (rev 2549) @@ -235,6 +235,8 @@ echo " For every second of running qemu the script it can take up to 12s to compile the video." echo " For example using -t 300 will about one hour." echo + echo " Minimum geometry for qemu -g 1024x768" + echo echo " Launches a couple of vncserver session, kills other vncrec and qemu sessions running." echo " Requires sudo ifconfig" exit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |