I hate meeses to pieces

2003-07-18 Thread Daryl Hunt
I am an extreme newbie at FreeBSD.  I have it installed but when I go into
the Xserver in either of the two GUIs I get a weird mouse that seems to only
be able to stay on the very top of the screen and has no vertical movement.

I have it setup on Auto and PS/2 Busmouse settings.  It works when the
config is run from the command line but it blows up like I described upon
entering the GUI (i.e. KDE)


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread Kent Stewart
On Thursday 17 July 2003 11:34 pm, Daryl Hunt wrote:
 I am an extreme newbie at FreeBSD.  I have it installed but when I go
 into the Xserver in either of the two GUIs I get a weird mouse that
 seems to only be able to stay on the very top of the screen and has
 no vertical movement.

 I have it setup on Auto and PS/2 Busmouse settings.  It works when
 the config is run from the command line but it blows up like I
 described upon entering the GUI (i.e. KDE)


I was always told to use sysmouse and auto.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread Matthew Graybosch
On Friday 18 July 2003 02:34 am, Daryl Hunt wrote:
 I am an extreme newbie at FreeBSD.  I have it installed but when I
 go into the Xserver in either of the two GUIs I get a weird mouse
 that seems to only be able to stay on the very top of the screen
 and has no vertical movement.

 I have it setup on Auto and PS/2 Busmouse settings.  It works when
 the config is run from the command line but it blows up like I
 described upon entering the GUI (i.e. KDE)

What sort of mouse do you have? I have a Logitech trackball connected 
to my PS/2 mouse port, and use the following in my XF86Config:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/psm0
Option  Buttons 5
Option  ZAxisMapping 4 5
EndSection

If your mouse is a PS/2 mouse, try using /dev/psm0 and auto protocol.

-- 
Matthew Graybosch
http://www.starbreaker.net
I am become root, shatterer of kernels.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: I hate meeses to pieces

2003-07-18 Thread unix

You can set the protocol to MouseManPlusPS/2 in /etc/X11/XF86Config file. It might 
actually make your mouse work.



 --- On Fri 07/18, Daryl Hunt  [EMAIL PROTECTED]  wrote:
From: Daryl Hunt [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Fri, 18 Jul 2003 00:34:12 -0600
Subject: I hate meeses to pieces

I am an extreme newbie at FreeBSD.  I have it installed but when I go intobrthe 
Xserver in either of the two GUIs I get a weird mouse that seems to onlybrbe able to 
stay on the very top of the screen and has no vertical movement.brbrI have it 
setup on Auto and PS/2 Busmouse settings.  It works when thebrconfig is run from the 
command line but it blows up like I described uponbrentering the GUI (i.e. 
KDE)brbrbr___br[EMAIL PROTECTED] 
mailing listbrhttp://lists.freebsd.org/mailman/listinfo/freebsd-questionsbrTo 
unsubscribe, send any mail to [EMAIL PROTECTED]br

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread Gary Kline
On Fri, Jul 18, 2003 at 12:01:02AM -0700, Kent Stewart wrote:
 On Thursday 17 July 2003 11:34 pm, Daryl Hunt wrote:
  I am an extreme newbie at FreeBSD.  I have it installed but when I go
  into the Xserver in either of the two GUIs I get a weird mouse that
  seems to only be able to stay on the very top of the screen and has
  no vertical movement.
 
  I have it setup on Auto and PS/2 Busmouse settings.  It works when
  the config is run from the command line but it blows up like I
  described upon entering the GUI (i.e. KDE)
 
 
 I was always told to use sysmouse and auto.


Same here.

This problem happened to me at least a couple time when 
I installed X with different mice.  I've got several boxes
running thru a KVM switch and using the PS/2 protocol and
use:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol Auto
Option  Device /dev/sysmouse
EndSection


I'm using ctwm, not KDE, but this ought have nothing to
do with the mouse-at-top-of-screen. IIRC, the problem
happened as soon as xlogin screen appeared and after I
touched the mouse.

 
 Kent
 
 -- 
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread Kenneth Culver
   I am an extreme newbie at FreeBSD.  I have it installed but when I go
   into the Xserver in either of the two GUIs I get a weird mouse that
   seems to only be able to stay on the very top of the screen and has
   no vertical movement.
  
   I have it setup on Auto and PS/2 Busmouse settings.  It works when
   the config is run from the command line but it blows up like I
   described upon entering the GUI (i.e. KDE)
  
 
  I was always told to use sysmouse and auto.


   Same here.

I had this problem when I let X open the /dev entry for the mouse on it's
own, but if I use moused the problem disappears. So I'd suggest that you
make sure you're using moused, and then make sure it's using
/dev/sysmouse. If you're still having the problem after that, then I'm
out of ideas :-P

Ken
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread Gary Kline
On Fri, Jul 18, 2003 at 12:31:27PM -0400, Kenneth Culver wrote:
I am an extreme newbie at FreeBSD.  I have it installed but when I go
into the Xserver in either of the two GUIs I get a weird mouse that
seems to only be able to stay on the very top of the screen and has
no vertical movement.
   
I have it setup on Auto and PS/2 Busmouse settings.  It works when
the config is run from the command line but it blows up like I
described upon entering the GUI (i.e. KDE)
   
  
   I was always told to use sysmouse and auto.
 
 
  Same here.
 
 I had this problem when I let X open the /dev entry for the mouse on it's
 own, but if I use moused the problem disappears. So I'd suggest that you
 make sure you're using moused, and then make sure it's using
 /dev/sysmouse. If you're still having the problem after that, then I'm
 out of ideas :-P
 

Right.  moused is essential.  Forgot about that piece of the
puzzle.  

  154  ??  Ss 1:42.59 moused -p /dev/psm0 -t auto

gary

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread clayton rollins
On Fri, 18 Jul 2003 00:34:12 -0600 Daryl Hunt [EMAIL PROTECTED] wrote:
I am an extreme newbie at FreeBSD.  I have it installed but when I go into
the Xserver in either of the two GUIs I get a weird mouse that seems to 
only
be able to stay on the very top of the screen and has no vertical movement.

I have it setup on Auto and PS/2 Busmouse settings.  It works when the
config is run from the command line but it blows up like I described upon
entering the GUI (i.e. KDE)
Beyond the obvious stuff, you might want to verify your video card setup. I 
had similar weirdness from an inaccurate chipset definition once. (mouse 
worked flawlessly from the command line...)

Good Luck,
Clayton
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I hate meeses to pieces

2003-07-18 Thread LLeweLLyn Reese
Gary Kline [EMAIL PROTECTED] writes:

 On Fri, Jul 18, 2003 at 12:31:27PM -0400, Kenneth Culver wrote:
 I am an extreme newbie at FreeBSD.  I have it installed but when I go
 into the Xserver in either of the two GUIs I get a weird mouse that
 seems to only be able to stay on the very top of the screen and has
 no vertical movement.

 I have it setup on Auto and PS/2 Busmouse settings.  It works when
 the config is run from the command line but it blows up like I
 described upon entering the GUI (i.e. KDE)

   
I was always told to use sysmouse and auto.
  
  
 Same here.
  
  I had this problem when I let X open the /dev entry for the mouse on it's
  own, but if I use moused the problem disappears. So I'd suggest that you
  make sure you're using moused, and then make sure it's using
  /dev/sysmouse. If you're still having the problem after that, then I'm
  out of ideas :-P
  
 
   Right.  moused is essential.  Forgot about that piece of the
   puzzle.  
 
   154  ??  Ss 1:42.59 moused -p /dev/psm0 -t auto
[snip]

I'm running moused with the same commandline. In my XF86Config, I
have:

Option ProtocolMouseSystems
Option Device  /dev/sysmouse

If you have ps/2 and auto for those fields, and are running moused, I
believe you may get weird problems.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]