Synaptics Touchpad + xorg

cubby

Member
Hi,

ich habe gestern auf meinem Laptop FreeBSD installiert - soweit läuft alles super, aber das Touchpad leider gar nicht.

Ich habe in meine /etc/X11/xorg.conf folgendes eingetragen (gekürzt):

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "synaptics" "Always Core"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "synaptics"
Option "Device" "/dev/psm0"
Option "Protocol" "psaux"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection

In meinem /var/log/Xorg.0.log kommt folgender Fehler:

(II) LoadModule: "synaptics"
(WW) Warning, couldn't open module synaptics
(II) UnloadModule: "synaptics"
(EE) Failed to load module "synaptics" (module does not exist, 0)

`dmesg |grep psm0` sagt:
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0

Meine Frage ist, woher kriege ich das Module?
Ich habe gesucht aber ausser ein paar xorg.conf Files nichts darüber gefunden.

Was mache ich falsch?
 
Zurück
Oben