Ticket #219 (closed defect: fixed)
Guest Mouse Integration doesn't work with openSUSE
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Priority: | major | Component: | other |
Version: | VirtualBox 1.3.8 | Keywords: | |
Cc: | Guest type: | other | |
Host type: | other |
Description
I have just installed a new openSUSE 10.2 guest on Windows 2000 Server SP4 Host. VirtualBox 1.3.8.
After installing the guest additions, mouse integration doesn't seem to be working.
-Alexey
Change History
Note: See
TracTickets for help on using
tickets.
We just saw this problem on an other openSUSE installation. The problem is that the X server is initialized very early, that is before the vboxadd module is loaded. I've fixed that problem in svn but to get your mouse integration work again, just make sure that vboxadd is loaded before earlykdm is started:
Please edit the file /etc/init.d/vboxadd and remove the word $syslog in line 16 just behind 'Required-Start:'. Then
Then reboot the guest. The mouse integration should work again.