Opened 16 years ago
Closed 16 years ago
#2074 closed defect (fixed)
Mouse integration does not work
Reported by: | Tomáš Pecina | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 2.0.0 |
Keywords: | mouse integration | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
Mouse integration for Fedora 9/Fedora 9 (host/guest) stopped working in 2.0.0. Mouse seems to be stuck on the Trash Bin and does not respond correctly. Reinstallation of Guest Additions was no help, the only thing that solves the problem is to disable mouse integration. No problems with Win XP guest though.
Change History (8)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Fedora 9 is not using Xorg 1.5 (it will be part of F10), and mouse integration worked alright with VirtualBox <= 1.6.6. Besides, the supposedly duplicate ticket refers to a situation of the kernel module not compiling, which is not the case with F9.
comment:4 by , 16 years ago
No, the ticket refers to detected xorg 1.5 rcx, refusing to install the xorg modules. This has nothing to do with kernel modules, here the Xorg modules in /usr/lib/xorg/modules
are meant. And here for my Fedora9, the X server reports:
$ X -version X.Org X Server 1.4.99.901 (1.5.0 RC 1) Release Date: 5 September 2007 X Protocol Version 11, Revision 0
And this version is not yet supported by VBox and never was.
Do we talk about different versions of Fedora9?
comment:5 by , 16 years ago
Ok, thanks for the explanation, the only mystery remains why mouse integration worked with previous versions of VBox, up to 1.6.6, and why the kernel module compilation did not fail (unlike in rawhide, where unsupported Xorg version is reported and no kernel module is created). There may be a problem with correct Xorg version detection (technicall, it is still 1.4).
I think everything will work out once Xorg 1.5 is supported.
comment:6 by , 16 years ago
I still doubt that mouse integration did ever work for you with any older version of VirtualBox. And an unsupported Xorg version does nothing in common with compilation of the kernel modules. The kernel modules (vboxadd
and vboxdrv
) are compiled in any case and should compile for Linux kernels up to 2.6.27. If the modules do not compile please attach the file /var/log/vboxadd-install.log
to this defect.
To get Xorg with all features (dynamic resizing, mouse integration, seamless) working the two Xorg modules vboxmouse
and vboxvideo
have to be loaded by Xorg. AFAIR this will currently fail for the vboxmouse
module because Xorg did some nasty changes and they even added a special case for VMware (which is kind of ugly in my opinion).
So shared folders, time synchronization and probably even the vboxvideo
driver should work with Fedora9 but mouse integration will currently not and I'm pretty sure that it did never before with VBox.
comment:7 by , 16 years ago
You may actually be right, I realized that while I use VBox heavily with Win XP, I have been launching Fedora guests mainly for testing purposes and it was primarily in the text mode.
comment:8 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Mouse integration will work in Fedora 9 guests in the upcoming 2.0.2 service release.
That is not correct: AFAIR, mouse integration never worked for Fedora9 guests with VirtualBox. The reason is that we still had no time to adapt our guest additions to the Xorg 1.5 server.