zwerver
Legacy Member
Na de update van 9.10 naar kernel 2.6.31-19-386 werkt mijn muis niet meer zoals tevoren. Naar beneden scrollen gaat enkel nog door het scrollwieltje in te drukken en dan te scrollen, en niet meer door gewoon te scrollen. Naar boven gaat wel nog zoals voordien. Via Google zag ik niet direct een oplossing...
output via xev:
wat normaal 1x naar beneden scrollen zou moeten zijn:
wat 1x naar beneden scrollen nu is:
1x naar boven scrollen:
xorg.conf is niet veranderd

output via xev:
wat normaal 1x naar beneden scrollen zou moeten zijn:
Code:
FocusOut event, serial 36, synthetic NO, window 0x6a00001,
mode NotifyGrab, detail NotifyNonlinear
EnterNotify event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7461096, (125,102), root:(131,159),
mode NotifyUngrab, detail NotifyNonlinear, same_screen YES,
focus YES, state 0
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FocusIn event, serial 36, synthetic NO, window 0x6a00001,
mode NotifyUngrab, detail NotifyNonlinear
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 4294967213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Code:
ButtonPress event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7574541, (145,134), root:(151,191),
state 0x0, button 2, same_screen YES
ButtonPress event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7575341, (145,134), root:(151,191),
state 0x200, button 5, same_screen YES
ButtonRelease event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7575341, (145,134), root:(151,191),
state 0x1200, button 5, same_screen YES
ButtonRelease event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7577117, (145,134), root:(151,191),
state 0x200, button 2, same_screen YES
Code:
ButtonPress event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7524510, (165,137), root:(171,194),
state 0x0, button 4, same_screen YES
ButtonRelease event, serial 36, synthetic NO, window 0x6a00001,
root 0x154, subw 0x0, time 7524510, (165,137), root:(171,194),
state 0x800, button 4, same_screen YES
xorg.conf is niet veranderd
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
# generated from default
EndSection

