VirtualBox vboxmouse X.org configuration

Florent Peterschmitt florent at peterschmitt.fr
Fri Aug 30 10:37:35 UTC 2013


Hi,

I'm using FreeBSD 9.2-RC3 and VBox 4.2.16 on host & guest. I had to
configure X.org this way to get mouse integration:

---

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option "AutoAddDevices" "False"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "vboxmouse"
    Option "SendCoreEvents" "True"
EndSection

---

Does anybody can confirm this is the right way? Using directly the
vboxmouse on CorePointer doesn't work at all and disabling integration
from VBox host makes the pointer not moving anymore.

-- 
Florent Peterschmitt           | Please:
florent at peterschmitt.fr        |  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92           |  * Send PDF for documents.
http://florent.peterschmitt.fr |  * Trim your quotations. Really.
Proudly powered by Open Source | Thank you :)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20130830/73a0b96e/attachment.sig>


More information about the freebsd-x11 mailing list