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"


-- 
Ted Ozolins(VE7TVO)
Westbank, B. C

-- 
gentoo-user@gentoo.org mailing list

Reply via email to