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:
Ich habe bereits die InputSection um ein großteil verringert, jedoch ohne Erfolg.
Und die Infos zum Touchpad:
Ich hoffe ihr habt eine Lösung für mich!
mfg nighT
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