PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mausproblem!



krebsi83
24.08.03, 16:45
hallo ihr linux-cracks!

ich habe folgendes problem:
mein laptop hat ein touchpad, welches mir aber zu doof ist, deshalb habe ich mir eine usb-maus gekauft....
mein touchpad hängt an /dev/psaux und ist in meiner xfree86-config-datei als corepointer angegeben (dies funktioniert super)

nun habe ich ein 2tes inputdevice angelegt, welches als sendcoreevents eingestellt ist
das device ist (wie in allen usb-maus anleitungen angegeben ) /dev/input/mice und die anderen einstellungen stimmen auch!

die maus funktioniert leider immernoch nicht :(

nach viel rumprobieren habe ich bemekt, dass wenn ich mit angeschlossener usb-maus starte, in /dev/input außer mice noch mouse0 existiert!!! starte ich den rechner ohne maus neu (oder ziehe die maus ab) existiert in /dev/input nur noch mice....
stecke ich die maus nun an existiert auch nur mice (also nur nach start mit angeschlossener maus existiart außer mice auch noch mouse0)

ich habe auch schon versucht /dev/input/mouse0 in die xfree86-config-datei einzutragen.... dies bringt aber leider auch nichts :(

bitte um eure hilfe! hab keine ahnung was ich noch probieren soll

danke! - krebsi83

juergen123
25.08.03, 18:55
Bei mir siehts in der xf86config folgerndermassen aus:

################################################## ##############

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
EndSection

Section "InputDevice"
Driver "keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbKeyCodes" "xfree86"
Option "XkbLayout" "de"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "5"
Option "Device" "/dev/mouse"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
Option "CalcAlgorithm" "IteratePrecisely"
HorizSync 31-65
Identifier "Monitor[0]"
ModelName "AutoDetected"
Option "DPMS"
VendorName "AutoDetected"
VertRefresh 57-70
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "640x480" 27.96 640 656 720 864 480 480 485 501
Modeline "800x600" 43.68 800 816 928 1072 600 600 606 626
Modeline "1024x768" 61.19 1024 1040 1216 1328 768 768 775 802
Modeline "1024x768" 74.45 1024 1040 1216 1328 768 768 776 802
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "640x480" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "AutoDetected"
Driver "sis"
Identifier "Device[0]"
Option "dpms"
VendorName "AutoDetected"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

################################################## #


Habe SuSe 8.0 auf einem Gericom Notebook und die USB-Maus mit einem Adapter am PS2 Port hängen.
Läuft prima... obwohl es eine Microsoft Maus ist :D

Vielleicht konnte ich Dir hiermit helfen

Gruß
Jürgen

krebsi83
26.08.03, 14:08
@juergen123:

danke! aber leider habe ich keinen ps/2-anschluss an meinem notebook, ich werde wohl ne andere usb-maus probieren müssen, kann ja sein, dass meine maus infach nur sche**e ist :(

@alle:

kann sein, dass dies euch weiter hilft:

wenn ich den befehl "cat /dev/psaux" in der konsole eingebe und mein touchpad "bewege", dann kommen wild irgendwelche zeichen... (d.h. mein touchpad schickt daten an den rechner)

mache ich das mit /dev/input/mouse0 oder /dev/input/mice und bewege dann meine usb-maus passiert nix :(
-> meine usb-maus schickt theoretisch keine daten an den rechner oder??:confused:??

wenn ihr noch 'ne ahnung habt was es sein könnte, dann schreibt bitte, ich glaube aber nicht das es die XFree86-konfiguratoin ist und auch alle nötigen kernelmodule sind geladen! hab also keinen schimmer was es noch sein könnte:(

danke!

mfg

krebsi83

Ocean
29.08.03, 15:49
Hallo,

ich hatte dasselbe Problem, doch es gibt Abhilfe:

Siehe unter
http://www.linux-knowledge-portal.org/de/content.php?SEARCH&content/hardware/intellimouse.html&PHPSESSID=99afe1def1f7beb799861777ebe0360e

Ich habe die Maus zum Laufen gebracht. Doch auch hier im Forum ist ein HowTo des Problems beschrieben.

Leider klappt zur Zeit meine USB nicht mehr, da ich für mein Laptop ACPI installiert habe und nun Probleme mit dem USB Port auftauchen.

So long

Ocean