Am Donnerstag 20 Oktober 2005 18:54 schrieb Simon Scheiwiller:
> Hi there
>
> Normally, when I reinstall Linux from scratch, things start to work which
> didn't before, but this time it's different - my mouse wheel doesn't work
> anymore.
>
> This is my mouse section in xorg.conf
>
> Section "InputDevice"
>       Identifier  "Mouse0"
>       Driver      "mouse"
>       Option      "Protocol" "PS/2"
>       Option      "Device" "/dev/input/mice"
>       Option      "ZAxisMapping" "4 5"
> EndSection
>
Do your mouse has five or more buttons?
If more maybe the ZAxisMapping must be changed.
To find out if buttons are mapped launch "xev" from console in X,
move the mouse in the black retrangle then move the wheel, if an output
like:

ButtonRelease event, serial 31, synthetic NO, window 0x3400001,
    root 0xbb, subw 0x3400002, time 1868753, (36,38), root:(701,103),
    state 0x810, button 4, same_screen YES

is shown the wheel scroll is mapped to button 4. If mapped to different 
buttons then 4 5 you can remap with "xmodmap".

Or try another protocol:

Option       "Protocol" "ExplorerPS/2"

Or you can use the "evdev" driver.

cz
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to