Mike Fieschko wrote:
>
> >>> "Hoyt" == Hoyt <[EMAIL PROTECTED]> writes:
>
> [snip]
>
> Hoyt> I ran XFree86 -config then looked at my working (in the
> Hoyt> other installation) config file and the new one and came up
> Hoyt> with one that worked. The most important thing was to modify
> Hoyt> the /etx/X11/X link to point to the version 4 binary. I
> Hoyt> emailed more detailed steps to Tom at MUO to help get his
> Hoyt> 7.1 bug-fixes page started. 8)
>
> Hoyt> I will send a copy of my XF86Config file to anyone who wants
> Hoyt> it.
>
> [snip]
>
> Have you ( or anyone ) gotten a Logitech wheel mouse working? XFree4
> refuses to start with the 'ZAxisMapping' option, here.
>
I'm using a logitech PS/2 mouse with a wheel (Badged as Fujitsu)
. The Syntax has changed a bit in XF4 - they seem to have gone mad
on quotation marks this time :)
heres what I use.
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
regards,
Colin Fowler.