ich weis das Problem gab es schon oft, aber ich finde im Forum
keine Lösung:
Das Mausrad meiner Maus geht nicht.
XF86Config-4
Code: Alles auswählen
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "imPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Da dachte ich mir KNOPPIX 3.2 muß her.
Gebootet und siehe da es geht. Also die config kopiert.
Aber da bewegt sich die Maus dann gar nicht mehr

Code: Alles auswählen
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Wisst Ihr was Knoppix da sonst noch macht?
xmodmap hat mir auch nichts gebracht.
Code: Alles auswählen
xmodmap -pp
There are 5 pointer buttons defined.
Physical Button
Button Code
1 1
2 2
3 3
4 4
5 5
gruss und vielen Dank fürs Lesen,
eC