Hi,
ich habe ein merkwuerdiges Problem: an meinem Notebook funktioniert das integrierte (SynPS/2 Synaptics) Touchpad nicht. Es wird zwar unter Einstellungen/Maus und Touchpad angezeigt und ist einschaltbar aber dann funktionieren nur die (Hardware)-Tasten für linke und rechte Maustaste. Bewegen laesst sich meine Maus mit dem Pad nicht. (Unter Windoof funzt das Touchpad)
meine xorg.conf:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# ...
Section "Module"
Load "synaptics"
EndSection
Section "InputClass"
Identifier "Touchpad"
Driver "synaptics"
#Option "Device" "/dev/input/event9"
#Option "Protocol" "event"
#Option "LeftEdge" "1900"
#Option "RightEdge" "5400"
#Option "BottomEdge" "1800"
#Option "TopEdge" "3900"
#Option "FingerLow" "25"
#Option "FingerHigh" "30"
#Option "MaxTapTime" "180"
#Option "MaxTapMove" "220"
#Option "VertScrollDelta" "100"
#Option "MinSpeed" "0.02"
#Option "MaxSpeed" "0.18"
#Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
MatchIsTouchpad "on"
EndSection
# ...
|
make.conf beinhaltet:
|
Quellcode
|
1
|
INPUT_DEVICES="evdev keyboard mouse joystick synaptics"
|
ein emerge -DN world habe ich nach diesen AEnderungen bereits durchgeführt.
und im Kernel habe ich unter
device Drivers / Input device support / Event interface
Device Drivers / Input Device support / Mice PS/2 mouse
sowie alles mit Synaptics einkompilieren lassen...
Wuerde mich freun, wenn Ihr mir helfens koennts
danke