On 10/31/05, Ted Ozolins <[EMAIL PROTECTED]> wrote:
Kevin O'Gorman wrote:

>
>
> I got rid of the file, and now X cannot see my mouse, and refuses to
> start.
> I think the problem is that it used to be /dev/mouse and is now
> /dev/input/mouse0
> or some such.  I'm not sure.  I don't know where the Xorg config file is,
> so I don't know what to change. (I used to know when I used XFree, but
> I didn't track the whole switchover).

/etc/X11/xorg.conf
You might want to try /dev/input/mice
Here is the section out of my xorg.conf:

Section "InputDevice"

# Identifier and driver

    Identifier    "Mouse1"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "ChordMiddle"

Thanks.  That got X working again, although it turned out that I have no
xorg.conf although there *is* and xorg.conf.example.  The file I wound
up changing was XF86Config!!!  But I'm definitely using xorg.

I suppose this is a last-ditch attempt to start that's used when the
regular config file is not found.

Now back to tracking down the other errors.

++ kevin




--
Kevin O'Gorman, PhD

Reply via email to