Try using:-

# dpkg-reconfigure xserver-xfree86


...and point the device to  /dev/gpmdata if you intend to continue using
gpm 



Else (which is what I prefer as I do not rquire a mouse in
console-mode), do :-

# apt-get remove --purge gpm

..and then set the device to point to the relevant raw device in /dev.
E.g. For PS/2, point it to /dev/psaux and for com[1-2], point it to
/dev/ttyS[0-1]

If you have a scrolling mouse, use the imps2 protocol instead. Here are
the relevant sections of my XF86Config-4:-

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

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

HTH


Patrick


On Wed, 2002-05-29 at 05:20, Jerome Acks Jr wrote:
> On Tue, May 28, 2002 at 11:31:41AM -0300, Klaus Imgrund wrote:
> > Hello,
> > 
> > I just started fooling around with debian. The part that gives me more
> > trouble than usual is the setup of the xserver.
> > I upgraded from xfree3.3.6 to 4.1.0 but I am getting the same problems.
> > The mouse doesn't work at all (flickers around) with xf86config. 
> If you have installed gpm, set the mouse device in X to be /dev/gpmdata
> and set "repeat_type=raw" in gpm.conf.
> 
> To configure X4.1, as root run "XFree86 -configure" and then tweak
> the resulting configuration file. 
> 
> -- 
> Jerome



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

Reply via email to