Synaptics Touchpad ohne Mauszeiger

N

nighT

Hiho,
ich habe schon wieder ein problem mit meinem Netbook.
Ich habe hier ArchLinux am laufen.
Mein Synaptics Touchpad habe ich laut diesem Howto installiert.
Nun wird das Touchpad erkannt und ist auch verfügbar. Jedoch bewegt sich der Mauszeiger nicht. Wenn ich jedoch mit der Maus auf eine Schaltflache fahre udn dann auf dem Touchpad hin und her gehe, sehe ich, dass die Schaltfläche die farbe ändert.

So sieht momentan meine xorg.conf aus:
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "synaptics" "CorePointer"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "glx"
	Load  "dbe"
	Load  "record"
	Load  "dri2"
	Load  "dri"
	Load  "extmod"
	Load  "synaptics"
EndSection

Section "InputDevice"
        Identifier  "synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mouse1"
        Option      "Protocol" "auto-dev"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 945GME Express Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Ich habe bereits die InputSection um ein großteil verringert, jedoch ohne Erfolg.
Und die Infos zum Touchpad:
Code:
I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input2
U: Uniq=
H: Handlers=mouse1 event2 
B: EV=b
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: ABS=11000003

Ich hoffe ihr habt eine Lösung für mich!

mfg nighT
 
Welche X-Server-Version nutzt du? Wenn es 1.6.1 oder neuer ist, könntest du versuchen, alle Angaben bezüglich des Touchpads aus der xorg.conf zu entfernen, damit der X-Server versucht, sich dahingehend selbst zu konfigurieren. Vielleicht bringt es etwas :think:

Außerdem scheint mir im Moment nicht ausgeschlossen zu sein, dass es vielleicht nur an einem defekten Cursor-Theme liegt. Benutzt du die X-Standard-Cursor?

cu
 
Hier meine XorgVersion:
Code:
X -version

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686 
Current Operating System: Linux Rechenknecht 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
Build Date: 28 June 2009  11:20:52AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.

Zu deiner Aussage: Ich hatte am Anfang bereits die Xorg.conf im Rohzustand. Dort hat es auch nicht funktioniert. Bin dann selber erst durch den Wiki Artikel darauf gekommen, die Section hinzuzufügen.
 

Ähnliche Themen

X11 Monitor Position

X startet nichtmehr

xrandr X11 Problem

Zweiter Monitor geht bei Vollbildspielen aus.

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Zurück
Oben