Subject: Re: X 4.x, XF86Setup and SuperProbe
To: Noud de Brouwer <noud@knot.nl>
From: Frederick Bruckman <fredb@immanent.net>
List: port-i386
Date: 05/27/2002 13:34:07
On Mon, 27 May 2002, Noud de Brouwer wrote:

> xf86cfg (and X -configure) do 'something' on scrn
> then blackout the scrn.. and XFree86.8.log ends w/
>
> (**) Option "Device" "/dev/mouse"
> (==) Mouse0: Buttons: 3
> (II) Keyboard "Keyboard0" handled by legacy driver
> (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
>
> Fatal server error:
> Caught signal 10.  Server aborting

That should be "/dev/wsmouse". There should be a section in XF86Config
that looks something like this:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Wsmouse"
        Option      "Device" "/dev/wsmouse"
EndSection

Except the device (and protocol) may  be wrong -- fix it like above.

Frederick