debian([EMAIL PROTECTED]) is reported to have said:
> On Mon, Apr 30, 2007 at 10:47:33AM -0400, Wayne Topa wrote:
> 
> > In my T40 xorg.conf i have
> > 
> > #   Load "dri"
> > 
> > At the bottom of the conf file add
> > 
> > Section "ServerFlags"
> >     Option  "AIGLX" "off"
> > EndSection
> 
> OK, with those changes in place, I now get:
> 
> (EE) xf86OpenSerial: Cannot open device /dev/input/mice
> (EE) Configured Mouse: cannot open input device
> (EE) PreInit failed for input device "Configured Mouse"
> 
> I have tried every combination of /dev/*anythinglikeamouse*, all to no
> avail.

If you have xserver-xorg-input-mouse installed, you have a problem
with the InputDevice section of your xorg.conf.  Now I found plenty of
examples on Google, but to save you time, here's mine.  

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
EndSection


You also need to install
xserver-xorg-input synaptics    (touchpad)
xserver-xorg-video-ati          (ATI Display Driver)
and/or 
xserver-xorg-video-vesa (in case the ati package doesn't work for you)

Thats about it.

Wayne

-- 
Your mouse has moved.  Windows needs to be restarted for the
changes to take effect.  [OK]
_______________________________________________________


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to