RE: Cursor problem, please help...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've been having the same problems with my mouse. The device was specified
in xf86config, then again in /stand/sysinstall. Problem still occurs. I have
logitech ps2 mouse plugged into a serial adapter and then into a serial
port. Auto seems to be the primary cause of most of these problems, but i've
tried setting the mouse to ps2 and it doesn't work at all, then to serial
and it works, but with the cursor issue. Is there a more specific
solution...adding code, etc?

Charles Pelletier
Tech. Coordinator
St Luke's School
Irving, TX

> -----Original Message-----
> From: newbie-admin@XFree86.Org [mailto:newbie-admin@XFree86.Org]On
> Behalf Of NicolH
> Sent: Friday, November 22, 2002 9:52 AM
> To: newbie@XFree86.Org
> Subject: Re: Cursor problem, please help...
>
>
> You might have to specify the mouse protocol and the device file
> (i.e. /dev/mouse)
>
> Nicolás
>
>
> On Wed, 20 Nov 2002 07:06:14 -0800
> "Vern W Heesch" <vheesch@qwest.net> wrote:
>
> > You never said what mouse, but try "Protocol" "Auto" in the
> mouse section instead of "Protocol" "Microsoft"
> >
> > Vern
> >
> > On Wed, 20 Nov 2002 03:05:08 -0500 (EST)
> > "Ken Arromdee" <arromdee@rahul.net> wrote:
> >
> > > Since my previous version of this message seems to have been
> wiped, here
> > > goes again...
> > >
> > > I'm having a problem, which I've had for several 4. versions
> of X, where when
> > > I start up X, the cursor briefly appears in the center of the
> screen and
> > > then moves to an odd position.
> > >
> > > Details:
> > > -- This is a new Mandrake Linux 9.0 installation.
> > > -- I am normally starting X using startx.
> > > -- The bad cursor position is the same every time.  It's at
> about (650,150),
> > > in the upper right corner, on an 800x600 screen.  If I use a
> 1024x768 screen
> > > instead, I still get a bad cursor position, but not in the
> same location as
> > > the 800x600 one.
> > > -- It appears to be happening in X, not in my window manager
> (fvwm2) or
> > > anywhere else.  If I add a sleep 15 to my .xinitrc, the
> cursor moves to the
> > > wrong position before the sleep.  If I start X using just
> "X", I get a blank
> > > screen, no xinitrc, no window manager (the xinitrc runs the
> window manager),
> > > and the cursor in the same bad position.
> > > -- It isn't X server specific.  If I change my X server to
> Vesa, it still
> > > happens.  (I am using a Matrox G400.)
> > >
> > > Here's my XF86Config-4 (a stripped down test version, that
> still shows the
> > > problem).
> > >
> > > Section "Files"
> > >
> > >     RgbPath	"/usr/X11R6/lib/X11/rgb"
> > >     FontPath   "unix/:-1"
> > >
> > > EndSection
> > >
> > > Section "ServerFlags"
> > >
> > >     AllowMouseOpenFail
> > >
> > > EndSection
> > >
> > > #
> **********************************************************************
> > > # Input devices
> > > #
> **********************************************************************
> > >
> > > #
> **********************************************************************
> > > # Keyboard section
> > > #
> **********************************************************************
> > >
> > > Section "InputDevice"
> > >
> > >     Identifier "Keyboard1"
> > >     Driver      "Keyboard"
> > >     Option "AutoRepeat"  "250 30"
> > >
> > >     Option "XkbRules" "xfree86"
> > >     Option "XkbModel" "pc105"
> > >     Option "XkbLayout" "us"
> > >
> > > EndSection
> > >
> > > #
> **********************************************************************
> > > # Pointer section
> > > #
> **********************************************************************
> > >
> > > Section "InputDevice"
> > >
> > >     Identifier  "Mouse1"
> > >     Driver      "mouse"
> > >     Option "Protocol"    "Microsoft"
> > >     Option "Device"      "/dev/ttyS0"
> > >
> > > EndSection
> > >
> > >
> > > #
> **********************************************************************
> > > # Monitor section
> > > #
> **********************************************************************
> > >
> > > # Any number of monitor sections may be present
> > >
> > > Section "Monitor"
> > >     Identifier "Generic|High Frequency SVGA, 1024x768 at 70 Hz"
> > >     VendorName "Unknown"
> > >     ModelName  "Unknown"
> > >
> > >     HorizSync  31.5-65.0
> > >
> > >     VertRefresh 50-90
> > > EndSection
> > >
> > >
> > > #
> **********************************************************************
> > > # Graphics device section
> > > #
> **********************************************************************
> > >
> > > Section "Device"
> > >     Identifier "Generic Vesa"
> > >     Driver     "vesa"
> > > EndSection
> > >
> > > #
> **********************************************************************
> > > # Screen sections
> > > #
> **********************************************************************
> > >
> > > # Matrox cards will require depth of 24 and bpp of 32.
> > > Section "Screen"
> > >     Identifier "screen1"
> > >     Device      "Generic Vesa"
> > >     Monitor     "Generic|High Frequency SVGA, 1024x768 at 70 Hz"
> > >     DefaultDepth 8
> > >     DefaultFbBpp 8
> > >     Subsection "Display"
> > >         Depth       8
> > >         Modes       "800x600" "640x480" "512x384" "400x288"
> "400x256" "384x256" "384x240" "384x224" "360x288" "320x240"
> "240x256" "224x256"
> > >         ViewPort    0 0
> > >     EndSubsection
> > > EndSection
> > >
> > > Section "ServerLayout"
> > >     Identifier "layout1"
> > >     Screen     "screen1"
> > >
> > >     InputDevice "Mouse1" "CorePointer"
> > >
> > >     InputDevice "Keyboard1" "CoreKeyboard"
> > > EndSection
> > > _______________________________________________
> > > 
> > > Newbie@XFree86.Org
> > > *** To unsubscribe , or change message options, see:
> > > http://XFree86.Org/mailman/listinfo/newbie
> > >
> > _______________________________________________
> > 
> > Newbie@XFree86.Org
> > *** To unsubscribe , or change message options, see:
> > http://XFree86.Org/mailman/listinfo/newbie
> _______________________________________________
> 
> Newbie@XFree86.Org
> *** To unsubscribe , or change message options, see:
> http://XFree86.Org/mailman/listinfo/newbie

_______________________________________________

Newbie@XFree86.Org
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux