PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Notebook, Synaptics Touchpad, SuSE 9.2, Neustart



Oldie-62
08.03.05, 18:46
Hallo zusammen.

Bei meinem Notebook mit Synaptics Touchpad tritt nach der Installation von SuSE 9.2 folgendes Problem auf:

Vom graphischen Login wird Neustart und booten von Windows (in diesem Fall XP Home) gewählt. Soweit funktioniert auch alles. Nur wenn Windows gebootet ist und der Login Bildschirm da ist, läßt sich der Mouszeiger zwar bewegen jedoch führt das Touchpad keinen Klick mehr aus. Dazu muß man die Tasten benutzen.

Bei früheren Installationen von SuSE Linux (bis 9.0 (9.1 habe ich ausgelassen)) trat dieses Problem nicht auf.

Nun möchte ich hier mal fragen, ob jemand evtl. auch dieses Problem hat und ob es dafür eine Lösung gibt.

Vorab erst mal Danke.

Valleyman
08.03.05, 21:34
Vielleicht hilft dir das ja was, bei mir funktioniert es:


Lots and lots of users are having problems with SuSE 9.2 and ALPS touchpads.
Motion is imprecise and tapping doesn't work. This is because SuSE has
decided to ship its kernel with the alps.c patch. The purpose of this patch
is to allow the Synaptics Xorg/XFree driver to control the touchpad and
provide the user with advanced functions (the Synaptics driver also manages
ALPS touchpads). The problem is that the alps.c patch has some issues
regarding tapping.

To go back to the pre-9.2 touchpad behavior and bypass the ALPS driver you
will need to pass the psmouse.proto=bare option to the kernel. With this
option, you can have a basic XF86Config mouse section:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "InputFashion" "Mouse"
Option "Protocol" "Auto"
EndSection

To add the psmouse.proto=bare permanently you need to go to:
YaST2 -> System -> Boot Loader Configuration
Edit the "SUSE LINUX 9.2" section, and to the kernel option that in your
case might be (some options may be different in your case):
(hd0,2)/boot/vmlinuz root=/dev/hda3 vga=0x314 selinux=0
splash=silent resume=/dev/hda2 desktop elevator=as showopts

you should add psmouse.proto=bare:

(hd0,2)/boot/vmlinuz root=/dev/hda3 vga=0x314 selinux=0 splash=silent
resume=/dev/hda2 desktop elevator=as showopts psmouse.proto=bare

Reboot and your touchpad should now work fine.

Gruß,
Valley