Page 2 of 2

Posted: 10. Jan 2009, 18:43
by Sasquatch
Ah, that kind of behaviour. I have that on my Host PC. When I switch to a different virtual console than the one I'm useing at the moment and then back, it doesn't go below the limit of my screen.

Is it possible to change resolution without GA

Posted: 10. Jan 2009, 22:34
by Dashken
I understand it is not possible to install GA on Jaunty Alpha 2.

But is there a way to modify the resolution to something bigger than 800x600 without installing GA?

Posted: 17. Jan 2009, 15:57
by Fazer
I got VirtualBox 2.1.0 and since a month I can't force Ubuntu 9.04 (guest) to work in graphic mode. I've already updated it to the latest version. Is it working at all for other people?

Posted: 18. Jan 2009, 20:44
by Sasquatch
Fazer wrote:I got VirtualBox 2.1.0 and since a month I can't force Ubuntu 9.04 (guest) to work in graphic mode. I've already updated it to the latest version. Is it working at all for other people?
Did you by chance install the GA and does it want to use the video driver of the GA? If so, remove the video driver line and replace it to use the vesa driver. The Xorg.0.log file should give more info on why it doesn't want to start, or run startx from the CLI.

Posted: 19. Jan 2009, 15:36
by Fazer
Yes, I installed GA.

I reinstalled Ubuntu and have 800x600 graphic mode. I can live with it ;-)

Posted: 23. Jan 2009, 15:27
by Fazer
With the new 2.1.2 version I finally have bigger resolution, but no mouse integration. What I mean is if I want to VirtualBox to capture the input, I have to click inside of its window. If I want to release the input, I have to press right Ctrl.

I've installed VboxLinuxAdditions-x86. Do I have to run something else to have seamless input integration?

Posted: 24. Jan 2009, 13:52
by Sasquatch
Fazer, you might need the vboxmouse line in your xorg.conf. I posted my xorg.conf of Ubuntu 8.10 before, you should be able to find it.

Posted: 25. Jan 2009, 19:05
by Fazer
Thanks, that helped me.

The proper xorg.conf is:

Code: Select all

Section "Device"
   Identifier   "Configured Video Device"
   Driver      "vboxvideo"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Section "InputDevice"
        Identifier  "vboxmouse"
        Driver          "vboxmouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"        0 0
        InputDevice     "vboxmouse"
EndSection

Posted: 27. Jan 2009, 17:15
by srv1973
Sasquatch wrote:Fazer, you might need the vboxmouse line in your xorg.conf. I posted my xorg.conf of Ubuntu 8.10 before, you should be able to find it.
Hi, that's strange. I've just upgraded to 2.1.2 and am testing with Ubuntu Jaunty, and mouse integration works perfectly. Incidentally, the vboxvideo driver works perfectly as well with XServer 1.6RC.... happily running full-screen in 1280x1024 at the moment, and resizing works as expected as well.

Posted: 27. Jan 2009, 17:21
by srv1973
srv1973 wrote:
Sasquatch wrote:Fazer, you might need the vboxmouse line in your xorg.conf. I posted my xorg.conf of Ubuntu 8.10 before, you should be able to find it.
Hi, that's strange. I've just upgraded to 2.1.2 and am testing with Ubuntu Jaunty, and mouse integration works perfectly.
Note that I still have to click inside the window in order to get the keyboard to be sent to the VB guest.... mouse clicks are passed properly, without 'double-click', and I don't have to use RightCtl to leave the window.

Posted: 27. Jan 2009, 19:45
by Fazer
Mouse integration worked only the first time after I changed xorg.conf. On next launches I have to press right Ctrl again to release mouse.

I've looked at the xorg.conf and it's exactly the same as I posted above. What's happening?

Posted: 27. Jan 2009, 22:00
by Sasquatch
No idea. I removed my Jaunty test machine and installed a different Linux distro, just to see which one might be better than Ubuntu for my needs. So far, none had what I wanted, and am about to reinstall Jaunty in it. I will see what happens after I install it completely and without any modifications, install the GA.

Posted: 28. Jan 2009, 12:57
by srv1973
Fazer wrote:Mouse integration worked only the first time after I changed xorg.conf. On next launches I have to press right Ctrl again to release mouse.

I've looked at the xorg.conf and it's exactly the same as I posted above. What's happening?
My xorg.conf is empty. First installed the new 2.1.2 guest additions, then did "mv xorg.conf xorg.conf.backup" followed by "touch xorg.conf"...

Really, it should work with an empty xorg.conf...

Posted: 12. Feb 2009, 21:15
by kernst
srv1973 wrote: Note that I still have to click inside the window in order to get the keyboard to be sent to the VB guest.... mouse clicks are passed properly, without 'double-click', and I don't have to use RightCtl to leave the window.
Just curious: what did you mean by the "double-click" part?

See, I'm having some trouble with the latest (2.1.2, as of this writing) VirtualBox and Guest Additions which causes X to register a double click for each click of the left mouse button. The guest OS is Debian Lenny, which was 'apt-get dist-upgrade' upgraded yesterday from Etch. I did remember to rebuild the Guest Additions from the GA ISO, as X didn't even work after the upgrade to Lenny without doing that.

I've made the unwanted double-clicking go away by reverting to

Code: Select all

Driver    "mouse"
in 'Section "InputDevice"' of xorg.conf, but this of course loses host mouse integration, which is very nice to have.

I'm not convinced yet whether it's Debian's fault or the VirtualBox GA drivers. My problem is pretty much exactly one described in this Debian forum post, including the part about just having upgraded to Lenny. I tried mostly everything suggested there (removing extra "InputDevice" stanzas from xorg.conf [there were none], trying different protocols) to no avail.

If it would be interesting to anyone trying to track down the root of the problem, I can attach X.org server logs or whatever else. I was mostly satisfied that I'd gotten the problem to go away, albeit without mouse integration, so I didn't do a whole lot of tinkering after that.

Posted: 23. Feb 2009, 12:45
by Fazer
The Guest Additions work properly now on VirtualBox 2.1.4.