ubuntuusers.de

Synaptics Touchpad und das Klicken

Status: Ungelöst | Ubuntu-Version: Ubuntu
Antworten |

GizmoQ2k

Anmeldungsdatum:
20. April 2006

Beiträge: 9

Wohnort: Krefeld

Hallo zusammen,

habe mir heute Hardy auf dem Notebook installiert. Soweit scheint auch fast alles so zu laufen, wie es sollte.

Hier ein Problem:

Das Synaptics Touchpad wir erkannt und funktioniert aus den ersten Blick, jedoch

1. Bei Links-Klick wird kurz geklickt und auch gescrollt, und das mehrfach. Hier die Ausgabe aus xev

ButtonPress event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1131796, (121,106), root:(126,155),
    state 0x400, button 5, same_screen YES

ButtonRelease event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1131896, (121,106), root:(126,155),
    state 0x1400, button 5, same_screen YES

ButtonPress event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1131896, (121,106), root:(126,155),
    state 0x400, button 5, same_screen YES

ButtonRelease event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1131996, (121,106), root:(126,155),
    state 0x1400, button 5, same_screen YES

ButtonPress event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1131996, (121,106), root:(126,155),
    state 0x400, button 5, same_screen YES

ButtonRelease event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1132092, (121,106), root:(126,155),
    state 0x1400, button 3, same_screen YES

ButtonRelease event, serial 27, synthetic NO, window 0x3200001,
    root 0x65, subw 0x0, time 1132092, (121,106), root:(126,155),
    state 0x1000, button 5, same_screen YES

Bei meinem Desktop Rechner mit Trackball erfolgt immer nur bei einem wirklichem Event eine Ausgabe in xev.

2. Gleiches gilt für einen Rechts-Klick, nur das hier in die andere Richtung gescrollt wird.

2. Die Scrollbereiche sind viel zu weit in der Mitte, d.h., das vertikale Scrollen erfolgt eigentlich links vom Scrollbereich.

Hier noch der Ausschnitt aus der xorg.conf:

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"true"
	Option		"SHMConfig"	"true"
	Option		"VertEdgeScroll"	"true"
EndSection

Weiss hier jemand Rat?

Antworten |