VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2320 - 2322 of 16363)

Ticket Resolution Summary Owner Reporter
#4260 fixed Mouse movement events sent after mouse clicks even if the mouse does not move -> fixed after 3.2.4 Sam Morris
Description

Related to the mouse movement issues I mentioned in #4086 the first comment: when I click a mouse button, the guest receives a button press/release event, followed immediately by a motion event, even though the mouse is not being moved.

The difference is that, now I'm using 2.2.4, the motion even occurs *after* the button events. This still results in annoying side-effects such as text being selected when clicking on a gnome-terminal window (since it thinks I just dragged the mouse pointer, I assume).

This can be observed in xev:

ButtonPress event, serial 33, synthetic NO, window 0x2000001,
    root 0x108, subw 0x0, time 4546735, (51,6), root:(421,441),
    state 0x10, button 1, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x2000001,
    root 0x108, subw 0x0, time 4546735, (51,6), root:(421,441),
    state 0x110, is_hint 0, same_screen YES

ButtonRelease event, serial 33, synthetic NO, window 0x2000001,
    root 0x108, subw 0x0, time 4547431, (51,6), root:(421,441),
    state 0x110, button 1, same_screen YES

MotionNotify event, serial 33, synthetic NO, window 0x2000001,
    root 0x108, subw 0x0, time 4547431, (51,6), root:(421,441),
    state 0x10, is_hint 0, same_screen YES

Running evtest on the input device corresponding to the mouse device only shows button events; the motion events are not present. If I remove the vboxmouse device from the X server then the spurious motion events go away, so I guess the problem lies there.

#4261 fixed Slow transfer speeds from USB disk Sam Morris
Description

When converting a physical machine into a VirtualBox guest, I attached a USB external hard disk to the host computer, and connected it to the guest. Then I started to transfer data from the disk to the guest.

I noticed that the data was only being transferred at about 1.1 MB/sec. Perhaps co-incidentally, this is the speed of a USB 1.1 hub. I checked the kernel logs and saw that the device was being attached to an EHCI controller, and was being configured to run in high speed mode, so I'm not sure what to try next...

#4262 fixed VBoxManage return code 0 on usbfilter command error => fixed in SVN Michele Petrazzo
Description

Hi, VBoxManage not return as expected 1 on error when I pass wrong a value, as always.

Here is an Example:

srv2-test:~# /usr/bin/VBoxManage usbfilter add 0 --target fv --name 'MP160 Canon C24F4F' --action hold --active yes --vendorid '0x04a9 (04A9)' --productid '0x1714 (1714)' --revision '1.6 (0106)' --manufacturer Canon --product MP160 --serialnumber C24F4F

VirtualBox Command Line Management Interface Version 2.2.4 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved.

ERROR: The Vendor ID filter expression '0x04a9 (04A9)' is not valid Details: code NS_ERROR_INVALID_ARG (0x80070057), component USBDeviceFilter, interface IUSBDeviceFilter, callee nsISupports Context: "COMSETTER(VendorId) (f.mVendorId.setNullIfEmpty())" at line 465 of file VBoxManageUSB.cpp

srv2-test:~# echo $?

0

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy