dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

X not recognizing the sysmouse - bsd.freebsd.misc

This is a discussion on X not recognizing the sysmouse - bsd.freebsd.misc ; This is one I've never seen before . . . Everything configured nicerly, and the ever-so-useful mouse in the console works just fine. X configures nicely, and works, ut the mouse doesn't. The only error in .xsession-errors is for a ...


Home > Database Forum > Operating Systems > bsd.freebsd.misc > X not recognizing the sysmouse

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 09-28-2008, 05:22 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default X not recognizing the sysmouse

This is one I've never seen before . . .

Everything configured nicerly, and the ever-so-useful mouse in the
console works just fine. X configures nicely, and works, ut the mouse
doesn't.

The only error in .xsession-errors is for a missing application.

in xorg.conf, section ServerLayout has

InputDevice "Mouse0" "CorePointer"'

Section InputDevice has

Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4" "5"

(I manually changed the 3buttons setting)

rc.conf enables moused, but moused was running before I uncommented
that line. Could it starting from somewhere else (where???) be
causing this problem?

I have managed to type this in in firefox in X.

thanks

hawk

Reply With Quote
  #2  
Old 09-29-2008, 01:58 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

dochawk wrote:
>
> rc.conf enables moused, but moused was running before I uncommented
> that line. Could it starting from somewhere else (where???) be
> causing this problem?


X or hal or sysmouse or something runs moused automatically if it
doesn't find it already running. The behavior is different than
enabling moused in /etc/rc.conf.

http://docs.freebsd.org/cgi/getmsg.c...27.freebsd-x11
http://docs.freebsd.org/cgi/getmsg.c...27.freebsd-x11

It's on my list of things that I may eventually sometime if time permits
get back to thinking about getting ready to see if investigating it
should be placed on the list of things I may get around to doing
sometime.

--
Warren Block * Rapid City, South Dakota * USA
Reply With Quote
  #3  
Old 09-29-2008, 03:14 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

On Sun, 28 Sep 2008 14:22:57 -0700 (PDT)
dochawk wrote:

> This is one I've never seen before . . .
>
> Everything configured nicerly, and the ever-so-useful mouse in the
> console works just fine. X configures nicely, and works, ut the mouse
> doesn't.


What does the mouse cursor do in X ? Does it sit still in the
middle or shoot off to the left hand side ?

> The only error in .xsession-errors is for a missing application.
>
> in xorg.conf, section ServerLayout has
>
> InputDevice "Mouse0" "CorePointer"'
>
> Section InputDevice has
>
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/sysmouse"


Does /dev/sysmouse exist ?

> rc.conf enables moused, but moused was running before I uncommented
> that line. Could it starting from somewhere else (where???) be
> causing this problem?


That's odd.

--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
Reply With Quote
  #4  
Old 09-29-2008, 09:10 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

Steve O'Hara-Smith wrote:
> On Sun, 28 Sep 2008 14:22:57 -0700 (PDT)
> dochawk wrote:
> > Everything configured nicerly, and the ever-so-useful mouse in the
> > console works just fine. X configures nicely, and works, ut the mouse
> > doesn't.

>
> What does the mouse cursor do in X ? Does it sit still in the
> middle or shoot off to the left hand side ?


It sits in the middle. Today it's an arrow, but I think it was an X
yesterday.

> Does /dev/sysmouse exist ?


Yes. Yesterday, there was a functional mouse on the consoles; today
there is not.

However, /etc/rc.d/moused reports a running process. The behavior
does not change after restartin the daemon.

> > rc.conf enables moused, but moused was running before I uncommented
> > that line. Could it starting from somewhere else (where???) be
> > causing this problem?

>
> That's odd.


Annoying, too

I am running hal for Sam's atheros patch to use my wifi. I'm also
using the nvidia x11 driver.

hawk
Reply With Quote
  #5  
Old 09-30-2008, 12:26 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

On Mon, 29 Sep 2008 18:10:09 -0700 (PDT)
dochawk wrote:

> Steve O'Hara-Smith wrote:
> > On Sun, 28 Sep 2008 14:22:57 -0700 (PDT)
> > dochawk wrote:
> > > Everything configured nicerly, and the ever-so-useful mouse in the
> > > console works just fine. X configures nicely, and works, ut the mouse
> > > doesn't.

> >
> > What does the mouse cursor do in X ? Does it sit still in the
> > middle or shoot off to the left hand side ?

>
> It sits in the middle. Today it's an arrow, but I think it was an X
> yesterday.


OK that lets out one common bug.

> > Does /dev/sysmouse exist ?

>
> Yes. Yesterday, there was a functional mouse on the consoles; today
> there is not.
>
> However, /etc/rc.d/moused reports a running process. The behavior
> does not change after restartin the daemon.


Try killing moused (make sure it dies) and then running it with -d
and -f arguments added. With a bit of luck there will be informative
messages.

> hawk


Been missing you in afc BTW, 'twas a better place with you in it.

--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
Reply With Quote
  #6  
Old 10-04-2008, 09:12 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

Steve O'Hara-Smith wrote:
> On Mon, 29 Sep 2008 18:10:09 -0700 (PDT)
> dochawk wrote:
> > > Does /dev/sysmouse exist ?

> >
> > Yes. Yesterday, there was a functional mouse on the consoles; today
> > there is not.
> >
> > However, /etc/rc.d/moused reports a running process. The behavior
> > does not change after restartin the daemon.

>
> Try killing moused (make sure it dies) and then running it with -d
> and -f arguments added. With a bit of luck there will be informative
> messages.


curiouser and curioser.

IT tells me

moused: proto params f8 80 00 00 8 00 ff
moused: port : /dev/psm0 interface: ps/2 type: sysmous model:
IntelliMouse

It gives me plenty of activity when I move the mouse.

Oh, and I think I said the pointer was an X previously; now it's an
arrow in the middle of the screFen.


> Been missing you in afc BTW, 'twas a better place with you in it.


I'm trying to find my way back, but it seems that rather than a
glitch, my newsserver was dropped without notice. I'll be back once I
get an nntp server--reading it with google is just to painful.
Reply With Quote
  #7  
Old 10-07-2008, 08:43 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

On Sat, 4 Oct 2008 18:12:21 -0700 (PDT)
dochawk wrote:

> Steve O'Hara-Smith wrote:
> > On Mon, 29 Sep 2008 18:10:09 -0700 (PDT)


> > Try killing moused (make sure it dies) and then running it with
> > -d and -f arguments added. With a bit of luck there will be informative
> > messages.

>
> curiouser and curioser.
>
> IT tells me
>
> moused: proto params f8 80 00 00 8 00 ff
> moused: port : /dev/psm0 interface: ps/2 type: sysmous model:
> IntelliMouse
>
> It gives me plenty of activity when I move the mouse.


Sounds promising - does X work under these conditions ? If so look
in /etc/rc.conf and see if it's getting launched with iffy parameters.

> Oh, and I think I said the pointer was an X previously; now it's an
> arrow in the middle of the screFen.
>
>
> > Been missing you in afc BTW, 'twas a better place with you in
> > it.

>
> I'm trying to find my way back, but it seems that rather than a
> glitch, my newsserver was dropped without notice. I'll be back once I
> get an nntp server--reading it with google is just to painful.


Try motzarella.org - it's free with effective splorge and spam
filters - it works for me.

--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
Reply With Quote
  #8  
Old 10-12-2008, 12:03 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

On Oct 7, 5:43 am, Steve O'Hara-Smith wrote:
> On Sat, 4 Oct 2008 18:12:21 -0700 (PDT)
>

[moused -d -f]

> > IT tells me

>
> > moused: proto params f8 80 00 00 8 00 ff
> > moused: port : /dev/psm0 interface: ps/2 type: sysmous model:
> > IntelliMouse

>
> > It gives me plenty of activity when I move the mouse.

>
> Sounds promising - does X work under these conditions ? If so look
> in /etc/rc.conf and see if it's getting launched with iffy parameters.


X works entirely save for the mouse; I've been using it with firefox
to post these (until this message,
sent from firefox on the darkside)

I got irritated enough to rip it all out; there were a couple of
other odd quirks, like vipw not working
even after a couple of updates an buildworlds.

I very cleverly deleted the extra servers in xorg configurattion--
including vga. I've now learned
about rmconfig, but not before wiping the freshly built ports


> > > Been missing you in afc BTW, 'twas a better place with you in
> > > it.

>
> > I'm trying to find my way back, but it seems that rather than a
> > glitch, my newsserver was dropped without notice. I'll be back once I
> > get an nntp server--reading it with google is just to painful.

>
> Try motzarella.org - it's free with effective splorge and spam
> filters - it works for me.


I have it working for their public access groups, but once more, the
battle with trn for authentication on an external server is
engaged . . . I have my old file from before the earthlink server was
yanked.

What do I use for the user name on that? the bare username for
motzarella? username@motzarella.org? the email address I created
with them?
Reply With Quote
  #9  
Old 10-12-2008, 11:08 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

On Oct 12, 4:03*pm, dochawk wrote:
> On Oct 7, 5:43 am, Steve O'Hara-Smith wrote:> On Sat,4 Oct200818:12:21 -0700 (PDT)
>
> *[moused -d -f]
>
> > > IT tells me

>
> > > moused: proto params f8 80 00 00 8 00 ff
> > > moused: port : /dev/psm0 interface: ps/2 *type: sysmous model:
> > > IntelliMouse

>
> > > It gives me plenty of activity when I move the mouse.

>
> > * * * * Sounds promising - doesXwork under these conditions ? If so look
> > in /etc/rc.conf and see if it's getting launched with iffy parameters.

>
> Xworks entirely save for the mouse; I've been using it with firefox
> to post these (until this message,
> sent from firefox on the darkside)
>
> I got irritated enough to rip it all *out; there were a couple of
> other odd quirks, like vipw not working
> even after a couple of updates an buildworlds.
>
> I very cleverly deleted the extra servers in xorg configurattion--
> including vga. * I've now learned
> about rmconfig, but not before wiping the freshly built ports
>


Ah-hah! i
This time, I got X working before adding the nvidia drivers or
swapping ath for a newer version, and I now have mouse, nvidia, and
wireless. Still a couple of bugs on the wireless, but I should even
have it running encrypted soon.

Now to continue the battle with trn & motzarella.org . . .

hawk
Reply With Quote
  #10  
Old 10-13-2008, 03:13 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: X not recognizing the sysmouse

On Sun, 12 Oct 2008 20:08:11 -0700 (PDT)
dochawk wrote:

> Now to continue the battle with trn & motzarella.org . . .


Try putting leafnode in the middle.

--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 06:01 AM.