Custom Query (16363 matches)
Results (2101 - 2103 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #12189 | obsolete | Windows 7 guest won't start on Ubuntu host when using kernel 3.11 | ||
| Description |
Host system is running Ubuntu 13.04. Upgraded kernel from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.5-saucy. When I start my Windows 7 guest, it won't boot. If I reboot to stock kernel 3.8.0 it boots fine. $ apt-cache policy virtualbox-4.3 virtualbox-4.3:
|
|||
| #13216 | fixed | Keyboard mapping missing Alt-Gr -> fixed in 4.3.x and later releases after 18 Nov 2014 | ||
| Description |
Alt-Gr key does not work, disabling Pipe- and At-symbols (very annoying). Included 4.3.14 Guest Additions seem to work on first boot only, any guest reboot disables Alt-Gr again. |
|||
| #9320 | duplicate | PutMouseEventAbsolute function produces a click with -2 offset on each coordinate -> duplicate of #9321 | ||
| Description |
I am using VirtualBox SDK to move/click mouse on guest from app running on host through IMouse interface. I've noticed that when I call PutMouseEventAbsolute(x, y, 0, 0, 1) the real click happens at (x-2,y-2) position. GA are installed, but Mouse Integration is disabled for the guest. I have created .NET wrapper for VirtualBox.exe with tlbimp tool. My program looks like this: / VirtualBoxClass vbc = new VirtualBoxClass(); IMachine vm = vbc.FindMachine("w7"); SessionClass s = new SessionClass(); vm.LockMachine(s, LockType.LockType_Shared); s.Console.Mouse.PutMouseEventAbsolute(100, 100, 0, 0, 1); / the click happens at (98,98) |
|||

