PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Maus funktioniert mit neuem kernel nicht



Spider01
05.01.06, 21:17
hi,
nachdem ich meinen kernel von 2.6.11.7
auf 2.6.15 upgedated hab funktioniert die maus nicht mehr.
laut der log, wird die maus richtig erkannt, aber beim XINPUT:add. kackts dann ab

meine xorg.conf



Section "ServerLayout"
Identifier "Main Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
EndSection

Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection

Section "InputDevice"

# Option "XkbOptions" ""
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
# Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
Option "Dev Phys" "usb-0000:00:11.2-2/input0" # cat /proc/bus/input/devices
Option "Device" "/dev/input/mouse0" # (/dev/input/mice also appears to work)
Option "Buttons" "12"
Option "ZAxisMapping" "11 12"
Option "Resolution" "800"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse1"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

# multisync
# multiple ranges of sync frequencies
Identifier "My Monitor"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
EndSection

Section "Device"
Identifier "My Video Card"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection



laßt euch nicht von der zweiten maus iritieren ;)
das device ist auch unter dem neuem kernel
mitels cat ausgebar.

irgend eine idee ?

srynonick
05.01.06, 22:15
mal versucht bei

InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
die 2. maus zu entfernen? das war bei mir grade das problem dass ich den cursor net bewegen konnte. weiß leider nicht genau was du mit nicht von der 2.maus irritieren lassen meinst, nutzt du denn 2 versch. mäuse? :confused:

Spider01
06.01.06, 13:16
na hab ne funk maus, wo der akku mal ab und an fertig ist,
das steck ich nur die andere maus an
starte X nochmal (gehts auch ohne ? )
und arbeite dann weiter

die config funktioniert aber auch ohne die zweite maus
mit dem neuen kernel nicht,
er meckert immer nur über die erste, da
die als corepointer eingestellt ist

BedriddenTech
06.01.06, 16:03
Kann es sein, daß du kein Event Interface mehr im Kernel hast?




Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
Option "Dev Phys" "usb-0000:00:11.2-2/input0" # cat /proc/bus/input/devices
Option "Device" "/dev/input/mouse0" # (/dev/input/mice also appears to work)
Option "Buttons" "12"
Option "ZAxisMapping" "11 12"
Option "Resolution" "800"
EndSection

Deswegen frage ich.

Spider01
07.01.06, 15:33
na hab den neuen kernel mit der alten config gebacken,
Event Interface ?
keine Ahnung ob sich da was geändert hat, mal schaun ob ichs irgendwo finde
oder weiß jemand wo ich das wieder einschalten kann ?

Spider01
08.01.06, 14:55
also mein kernel wurde mit folgendem gebacken

CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_INPUT_MOUSEDEV=y

soll ich mal das letzte deaktivieren ?

Spider01
08.01.06, 15:16
also hab folgendes auskommentiert


Option "Protocol" "evdev"

und jetzt gehts auch mit dem neuen kernel