Custom Query (16363 matches)
Results (769 - 771 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #644 | fixed | VirtualBox randomly causes mouse to jump to top left corner permanently in Ubuntu Gutsy host, XP VM | ||
| Description |
Also applies to 1.4.0. While working in an XP virtual machine, occasionally the mouse "jumps" position by a couple of inches. Every now and then, the mouse seems to jump into a state that it cannot recover. It moves to the top left corner of the screen and is trapped there. The mouse button still works but you cannot move it off that position. This occurs both for the built in trackpad and any external mouse. Restarting X fixes the problem. I suspect there may be an issue with Gutsy or my drivers causing the jump but VirtualBox should not trap the mouse that way. I can provide further data if needs be xorg.conf or anything. |
|||
| #645 | duplicate | When doing a snapshot, network does not work any more with Linux guest. => Fixed in 1.5.4 | ||
| Description |
Using VirtualBox 1.5.0 OSE (1.5.0-dfsg-1 from Debian). Here are the steps:
Rebooting the guest does not solve the problem.
I use a bridged tun interface. br0 8000.000cf1a5600d no eth0 tun-test If I use tcpdump on tun-test, I see DHCP request from guest and answers from DHCP server. I suppose the problem is then receiving on guest. Same applies for ARP. Guest kernel is 2.6.18-5 from Debian. I suppose this is not a kernel problem since rebooting does not solve the problem. |
|||
| #646 | fixed | Only one of the CD/DVD drives from the host is available for mount | ||
| Description |
I am running VirtualBox 1.5.0 on Fedora 7 Linux. I have two CD/DVD drives: /dev/scd0 and /dev/scd1, the first one is a DVD drive, and the second one is a CD drive. The system symlinks them as /dev/dvd and /dev/cdrom respectively. Only /dev/cdrom is available in the dropdown box when I try to select a host drive to be mounted on the VM. When I try to do that from the command line I get the following: [shamardin@leo ~]$ VBoxManage modifyvm adserver -dvd host:/dev/dvd VirtualBox Command Line Management Interface Version 1.5.0 (C) 2005-2007 innotek GmbH All rights reserved. error: Invalid host DVD drive name The command 'VBoxManage modifyvm adserver -dvd host:/dev/cdrom' is executed without any problems. [shamardin@leo ~]$ ls -l /dev/{dvd,cdrom,scd0,scd1}
lrwxrwxrwx 1 root root 4 2007-09-06 09:36 /dev/cdrom -> scd1
lrwxrwxrwx 1 root root 4 2007-09-06 09:36 /dev/dvd -> scd0
brw-------+ 1 shamardin disk 11, 0 2007-09-06 09:36 /dev/scd0
brw-------+ 1 shamardin disk 11, 1 2007-09-06 09:36 /dev/scd1
Is it a problem with my system or with the VirtualBox? |
|||

