Page 1 of 1

AutoresizeGuest for version 1.6

Posted: 27. May 2008, 23:10
by tienhn
Hello All,
I recently upgrade VirtualBox to 1.6 and found out one odd behavior. Up to 1.5.6, my Windos XP guest always set the resolution to the size of the guset window, here are the XML portion of ExtraData block:
[code]
<ExtraData>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
<ExtraDataItem name="GUI/LastCloseAction" value="shutdown"/>
<ExtraDataItem name="GUI/LastWindowPostion" value="1,69,1404,1103,max"/>
<ExtraDataItem name="GUI/Fullscreen" value="off"/>
<ExtraDataItem name="GUI/Seamless" value="off"/>
<ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
</ExtraData>
[/code]

Now with 1.6, it always started with a smaller resolution and then I must use the pull down menu to select "Auto Guest Resize". Is this normal?

I am running on Ubuntu Hardy host.
Cheers,