PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Synaptics Touchpad Spind



Michael Becker
08.06.05, 05:53
Hallo

Ich habe einen Fujitsu-Siemens AMILO A1630 Laptop.
Jetzt habe ich Gentoo draufgespielt Jetzt geht so weit alles nur das Synaptics Touchpad geht nicht richtig, wenn ich mit dem Finger drüber fahre und an den Scrollfält komme springt der zeigen über den Bildschirm.
Ich habe den Synaptics-Treiber emerge und habe unten das in die xorg.conf eintragen.
In der modules-section habe ich : Load “synaptics”


Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[0]"
Option "AccelFactor" "0.0010"
Option "BottomEdge" "4000"
Option "Device" "/dev/psaux"
Option "Edges" "1900 5400 1800 3900"
Option "Emulate3Buttons" "on"
Option "Finger" "25 30"
Option "FingerHigh" "30"
Option "FingerLow" "25"
Option "InputFashion" "Mouse"
Option "LeftEdge" "1900"
Option "MaxSpeed" "0.18"
Option "MaxTapMove" "220"
Option "MaxTapTime" "180"
Option "MinSpeed" "0.02"
Option "Name" "Synaptics;Touchpad"
Option "RightEdge" "5400"
Option "SHMConfig" "on"
Option "TopEdge" "1900"
Option "VertScrollDelta" "100"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Emulate3Timeout" "50"
Option "InputFashion" "Mouse"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "yes"
EndSection

Jetzt startet mein X nicht mehr. Unten schreibe ich noch die Xorg.0.log.
Hoffe mir kann jemand helfen und mir sagen was das ist.

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-gentoo-r7 x86_64 [ELF]
Current Operating System: Linux Laptop 2.6.11-gentoo-r9 #1 Tue Jun 7 18:10:27 UTC 2005 x86_64
Build Date: 19 May 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 8 06:45:25 2005
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined InputDevice "Mouse1" referenced by ServerLayout "Server Layout".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

maxxle
13.06.05, 17:18
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[0]"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
EndSection



Data incomplete in file /etc/X11/xorg.conf
Undefined InputDevice "Mouse1" referenced by ServerLayout "Server Layout".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found



Die Fehlermeldung deutet darauf hin, das ein InputDevice mit dem Namen Mouse1 gesucht wird. Das scheint es aber bei dir nicht zu geben. Also entweder auf Mouse[0] oder Mouse[3] ändern und dann nochmal probieren.