Port-amd64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: VirtualBOX additions (again)
On Fri, Dec 21, 2018 at 21:17:13 +0000, Chavdar Ivanov wrote:
> For some reason it didn't build first time vboxmouse drivers at all,
vboxmouse is obsolete, you should be able to use stock "ws" driver
(I'm pretty sure I cc'ed you on that mail):
Section "ServerLayout"
...
InputDevice "Mouse0" "CorePointer"
Section "InputDevice"
Identifier "Mouse0"
Driver "ws"
Option "Device" "/dev/wsmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
(If you don't use X, you can also cat < /dev/wsmouse > /dev/null & at
the console and that will prevent mouse capturing).
-uwe
Home |
Main Index |
Thread Index |
Old Index