Touchpad MAXDATA

Debian auf Notebooks und speziellen Geräten wie eingebetteten Systemen, Routern, Set-Top-Boxen, ...
Antworten
well
Beiträge: 47
Registriert: 03.11.2003 22:05:23

Touchpad MAXDATA

Beitrag von well » 03.03.2005 11:55:08

Hallo ich habe ein MAXDATA Pro 700T
Mein Probelm ist wenn ich eine Maus am PS/2 Port angeschlossen habe, funktioniert Maus sowie das Touchpad einwandfrei.
Habe ich jedoch die Maus abgesteckt hab reagiert das Touchpad verrückt.

Meine XFree-86

Code: Alles auswählen

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
        Load 	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de_CH"
EndSection

 Section "InputDevice"
   Driver        "synaptics"
   Identifier    "Touchpad"
   Option	 "Name"		 "Autodetect"
   Option	 "CorePoint"
   Option        "Protocol"      "imps/2"
   Option        "Device"        "/dev/psaux"
   Option        "Vendor"        "Sysp"
   Option        "Finger"	 "25 30"
   
   Option        "MaxTapTime"      "120"
   Option        "MaxTapMove"      "220"
   Option        "VertScrollDelta"   "100"
   Option        "MinSpeed"      "0.02"
   Option        "MaxSpeed"      "0.12"
   Option        "AccelFactor"      "0.0010"
   
   Option        "Emulate3Buttons"   "true"
   Option        "Emulate3Timeout"   "50"
   Option        "ZAxisMapping"      "4 5"
 endSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"6 7"
	Option		"Buttons"		"7"
EndSection
.......
.......
.......
.......
.......
.......
.......
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Touchpad"
	InputDevice  	"Configured Mouse"
EndSection
MFG
well

Benutzeravatar
feltel
Webmaster
Beiträge: 10368
Registriert: 20.12.2001 13:08:23
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Leipzig, Germany
Kontaktdaten:

Beitrag von feltel » 05.03.2005 23:40:42

"ExplorerPS/2" wird sicherlich für das Pad das flasche Mausprotokoll sein. Probier mal "PS/2" oder "ImPS/2".

well
Beiträge: 47
Registriert: 03.11.2003 22:05:23

Beitrag von well » 07.03.2005 13:42:38

Funktioniert mit PS/2
THX

Antworten