Page 1 of 1

Help! I can't escape full screen mode!

Posted: 21. Feb 2009, 03:41
by sulpicius
I have searched the forums and documentation and can find no solution (or even a reference) to this very strange problem: I am running Ubuntu 8.10 as Host. I have a Windows XP virtual machine that works perfectly. However, after installing the Guest Additions, the Windows VM automatically starts in full screen mode and the Host Key is completely disabled. I cannot get out of full screen or switch back to the Host without completely terminating the Windows Guest. Any help would be appreciated.

Posted: 21. Feb 2009, 13:15
by Sasquatch
Are you sure it's actually fullscreen? Did you get a message when going to fullscreen? The message describes how to get out of the current mode you are in (be it fullscreen or seamless). It's possible that the resolution is just so high that it appears as fullscreen. But you would see the Host taskbar/panels if that was the case. Try Hostkey+F to exit fullscreen.

Posted: 21. Feb 2009, 22:30
by sulpicius
Sasquatch wrote:Are you sure it's actually fullscreen? Did you get a message when going to fullscreen? The message describes how to get out of the current mode you are in (be it fullscreen or seamless). It's possible that the resolution is just so high that it appears as fullscreen. But you would see the Host taskbar/panels if that was the case. Try Hostkey+F to exit fullscreen.
Yes, I'm absolutely sure it's fullscreen. For a split-second, as the VM starts, I can see the Virtualbox window frame with its taskbar, etc. Then it disappears and Windows XP continues to load in fullscreen mode, and there is no message of any kind. I've tried Hostkey+F (and every other combination I can think of). I've even tried reassigning the Hostkey in the Virtualbox preferences. Alas, nothing works -- the Hostkey is appears completely disabled.

Posted: 21. Feb 2009, 22:35
by Sasquatch
In that case, go to the folder where the VM settings are. This is by default in your user profile. Open a terminal or file browser and go to ~/.VirtualBox/Machines (might be with lowercase 'M'). Now look for the xml file of your machine. Open it with a text editor (gedit, nano, vi(m)) and check this line:

Code: Select all

      <ExtraDataItem name="GUI/Fullscreen" value="off"/>
It's probably on "on", change it to "off" and start the VM.

Posted: 21. Feb 2009, 23:52
by sulpicius
Sasquatch wrote:In that case, go to the folder where the VM settings are. This is by default in your user profile. Open a terminal or file browser and go to ~/.VirtualBox/Machines (might be with lowercase 'M'). Now look for the xml file of your machine. Open it with a text editor (gedit, nano, vi(m)) and check this line:

Code: Select all

      <ExtraDataItem name="GUI/Fullscreen" value="off"/>
It's probably on "on", change it to "off" and start the VM.
I tried your suggestion, but it didn't work. In fact the particular line of code you reference did not exist, so I added it. I tried the value "off" and also the value "false".

Posted: 22. Feb 2009, 00:02
by sulpicius
Oh, wait! My bad! I was looking at the wrong xml file. I found the machine file for Windows XP, changed the value from "on" to "off" and now the VM opens in windowed mode! Hooray! Thank you very much for your help -- I would never have found this on my own.

Re: Help! I can't escape full screen mode!

Posted: 3. Mar 2009, 20:59
by bdentremont
I am having the same issue. The solution above indeed allows the virtual machine which was previously shutdown from full screen mode to be started in a window. However, it doesn't resolve the root problem of the host key not working. I am running an Ubuntu 8.10 and Windows XP SP 3 guest with guest additions. The host key was previously working and I recently upgraded to Virtualbox 2.1.4. I upgraded my guest additions after performing the Virtualbox upgrade and tried disabling "Auto Capture Keyboard" in the Virtualbox preferences with no effect. I also tried uninstalling guest additions on the XP guest. After doing this the host key liberates the mouse and allows me to regain control of my Gnome panels, but does not kick the virtual machine out of full screen mode as I expected. Reinstalling guest additions results in the complete disabling of the host key again.

Has anyone else seen this? Should this be submitted as a bug or am I doing something stupid?

Re: Help! I can't escape full screen mode!

Posted: 6. Mar 2009, 16:16
by Sasquatch
You might be doing something silly. Going outside of fullscreen isn't just hitting the Host key, you have to use the keyboard shortcut to actually exit it. The key is Host+F. So HOLD the host key (right ctrl by default), then press F.

Re: Help! I can't escape full screen mode!

Posted: 11. Mar 2009, 17:24
by bdentremont
Sasquatch,
"The key is Host+F" - Works great! It had been a while since I used this and thought I knew what I was doing. Thanks a lot for your help and for your patience.