Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Ewald Jenisch
On Fri, Jan 27, 2006 at 10:11:44AM -0500, George Fazio wrote:
 I had the same issue. My mouse wheel stopped working, and imwheel started
 using it for my broswer back/forward (instead of the buttons it's suppose to
 use). I was able to get the mouse wheel working again by editing my
 xorg.conf file, but I'm still having issues with imwheel which seem to stem
 from xmodmap saying my mouse should have 11 buttons and not 7 (which worked
 prior to the upgrade).

Hi George,

Sorry for getting back so late, but I've been away from any email for
the past days.

In short - it worked using your setup. Interestingly that you have to
disable moused in order to get the mouse fully working under X. Even
more interesting that nobody else seems to have stumbled across this
problem...

Thanks much for your hints!

-ewald

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


Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Andrea Venturoli

Ewald Jenisch wrote:

On Fri, Jan 27, 2006 at 10:11:44AM -0500, George Fazio wrote:

I had the same issue. My mouse wheel stopped working, and imwheel started
using it for my broswer back/forward (instead of the buttons it's suppose to
use). I was able to get the mouse wheel working again by editing my
xorg.conf file, but I'm still having issues with imwheel which seem to stem
from xmodmap saying my mouse should have 11 buttons and not 7 (which worked
prior to the upgrade).


Hi George,

Sorry for getting back so late, but I've been away from any email for
the past days.

In short - it worked using your setup. Interestingly that you have to
disable moused in order to get the mouse fully working under X. Even
more interesting that nobody else seems to have stumbled across this
problem...



Not exactly, at least not for me.
I experienced the same problem, but I'm still using moused. I only had 
to remove

moused_flags=-z 4 5 #may not have been exactly so, I'm going by heart
from /etc/rc.conf.

Hope it helps.

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


Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Andrew Pantyukhin
You can always tell xmodmap that you've got 11
buttons (or whatever xorg tells you in its log). Just
add ... 8 9 10 11 to the map and it will work fine
once again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Xn Nooby
I fixed this problem by killing moused and setting the device to /dev/psm0.
I thought it was just me!



On 2/2/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote:

 You can always tell xmodmap that you've got 11
 buttons (or whatever xorg tells you in its log). Just
 add ... 8 9 10 11 to the map and it will work fine
 once again.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

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


Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread George Fazio
A friend of mine pointed me to this message from one of the Xorg lists. I
have not yet had time to test it, and it will probably be a couple days
before I do. Hope this helps everyone out. -George

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthias Hopf
Sent: Thursday, February 02, 2006 7:19 AM
To: Discuss issues related to the xorg tree
Subject: Re: ms intellimouse not working right


On Feb 01, 06 11:16:06 -0600, Jason Dravet wrote:
 I am using rawhide (fedora core development).  They just updated to xorg 7

 final and I was hoping that my mouse problem would be fixed, but it
wasn't.
 I have a 5 button + scrollwheel mouse (MS intellimouse explorer).  I want
 to use the side buttons.  In xorg 6.8 it worked great, but in 7 it does
not
 work.  Here is the mouse part of my xorg.conf:

 Section InputDevice
   Identifier Mouse0
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/input/mice
   Option Buttons 7
   Option Emulate3Buttons no
   Option ZAxisMapping 6 7
 EndSection

 I also have this file called mouse.sh in /etc/X11/xinit/xinitrc.d/
 #!/bin/sh
 # /etc/X11/xinit/xinitrc.d/mouse
 # Required for the configuration of a 5-button mouse
 xmodmap -e pointer = 1 2 3 6 7 4 5

No longer required, actually harmfull now.

man mouse (default was wrong, have commited that now):

   Option ButtonMapping N1 N2 [...]
  Specifies how physical mouse buttons are mapped to logical
 but-
  tons.   Physcial button 1 is mapped to logical button N1,
physi-
  cal button 2 to N2, and so forth.  This enables the use of
phys-
  icalbuttonsthatareobscuredby
ZAxisMapping.
  Default: 1 2 3 8 9 10 

So if you want to get buttons events 6 and 7 with physical buttons 4 and 5
you want
Option Buttons 5
Option ZAxisMapping 4 5
Option ButtonMapping 1 2 3 6 7

But as mice with two wheels are getting more available now, applications
might be configured to use buttons 6 and 7 for horizontal scrolling
soon. You might want to use the default configuration and configure
applications to use buttons 8 and 9 for button actions.

Though it is largely undecided right now whether the default like it is
now is a good idea, or whether other buttons should be reserved for the
secondary wheel.

 If I run mouse.sh I get this:
 xmodmap:  commandline:1:  bad number of buttons, must have 11 instead of 7
 xmodmap:  1 error encountered, aborting.

This is because due to default ButtonMapping you get 4 more buttons than
configured. But you don't want to use xmodmap any more.

 I was run xorg7 rc something and there was a discussion about the number
of
 buttons being hard coded or something like that the point is this is/was a

 known problem.  I can't find the thread now that I need it.

No. Different thing.

Matthias
--
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
xorg mailing list
[EMAIL PROTECTED]
http://lists.freedesktop.org/mailman/listinfo/xorg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade xorg-* - mouse-wheel stops working under X

2006-01-27 Thread Ewald Jenisch
Hi,

Some days ago I portupgraded my system including some of the xorg-
ports like xorg-clients, xorg-server etc.

Since that upgrade the mouse wheel doesn't work any more under X-win

The problem definitely came with the upgrade. I've used the mouse
wheel for months without problems and didn't change anything
mouse-related in my config (i.e. /etc/rc.conf, and
/usr/X11R6/lib/X11/xorg.conf)

Here's what I have now:

# portversion -v | grep xorg
xorg-clients-6.9.0  =  up-to-date with port 
xorg-documents-6.9.0=  up-to-date with port 
xorg-fonts-100dpi-6.9.0 =  up-to-date with port 
xorg-fonts-75dpi-6.9.0  =  up-to-date with port 
xorg-fonts-encodings-6.9.0  =  up-to-date with port 
xorg-fonts-miscbitmaps-6.9.0  =  up-to-date with port 
xorg-fonts-truetype-6.9.0   =  up-to-date with port 
xorg-libraries-6.9.0=  up-to-date with port 
xorg-manpages-6.9.0 =  up-to-date with port 
xorg-server-6.9.0   =  up-to-date with port 
xorg-vfbserver-6.9.0=  up-to-date with port 
# 

Has anybody else experienced this problem?

Any cure?

Thanks much in advance for your help,
-ewald

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


Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-01-27 Thread George Fazio
I had the same issue. My mouse wheel stopped working, and imwheel started
using it for my broswer back/forward (instead of the buttons it's suppose to
use). I was able to get the mouse wheel working again by editing my
xorg.conf file, but I'm still having issues with imwheel which seem to stem
from xmodmap saying my mouse should have 11 buttons and not 7 (which worked
prior to the upgrade).

Not sure what you're configuration is, but I had...

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolAuto
Option Device  /dev/sysmouse
Option Buttons 7
Option ZAxisMapping 6 7

I change two lines, and disabled moused in my rc.conf file and killed the
process...

Option Device  /dev/psm0
Option ZAxisMapping 4 5

And, here's my .kde/Autostart/mouse.sh file that starts imwheel (failing
right now) incase anyone has any ideas on this.

xmodmap -e pointer = 1 2 3 4 5 6 7
imwheel -k -b 67

Hope this helps.

Goerge

On 1/27/06, Ewald Jenisch [EMAIL PROTECTED] wrote:

 Hi,

 Some days ago I portupgraded my system including some of the xorg-
 ports like xorg-clients, xorg-server etc.

 Since that upgrade the mouse wheel doesn't work any more under X-win

 The problem definitely came with the upgrade. I've used the mouse
 wheel for months without problems and didn't change anything
 mouse-related in my config (i.e. /etc/rc.conf, and
 /usr/X11R6/lib/X11/xorg.conf)


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