Unix Technical Forum

Current and Mousewheel

This is a discussion on Current and Mousewheel within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I updated to the lastest -current, which includes a change to xorg, and now my IMPS/2 mousewheel does not ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 02:12 PM
Vigil
 
Posts: n/a
Default Current and Mousewheel

I updated to the lastest -current, which includes a change to xorg, and
now my IMPS/2 mousewheel does not always work. It won't work in mlterm and
now it only works if I mouseover the scrollbar in Opera.

Anyone else get this, and/or have a fix?

--

..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 02:12 PM
psyops
 
Posts: n/a
Default Re: Current and Mousewheel

On Wed, 25 Jan 2006 00:06:46 +0000, Vigil wrote:

> I updated to the lastest -current, which includes a change to xorg, and
> now my IMPS/2 mousewheel does not always work. It won't work in mlterm and
> now it only works if I mouseover the scrollbar in Opera.
>
> Anyone else get this, and/or have a fix?


try adding the line

Option "ZAxisMapping" "4 5"

to /etc/X11/xorg.conf in the InputDevice secion. Here's a snip of mine:

# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 02:12 PM
Greg Heilers
 
Posts: n/a
Default Re: Current and Mousewheel

On Wed, 25 Jan 2006 01:31:55 +0000, psyops wrote:

> On Wed, 25 Jan 2006 00:06:46 +0000, Vigil wrote:
>
>> I updated to the lastest -current, which includes a change to xorg, and
>> now my IMPS/2 mousewheel does not always work. It won't work in mlterm and
>> now it only works if I mouseover the scrollbar in Opera.
>>
>> Anyone else get this, and/or have a fix?

>
> try adding the line
>
> Option "ZAxisMapping" "4 5"
>
> to /etc/X11/xorg.conf in the InputDevice secion. Here's a snip of mine:
>
> # ************************************************** ********************
> # Core Pointer's InputDevice section
> # ************************************************** ********************
>
> Section "InputDevice"
>
> # Identifier and driver
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/mouse"
> Option "ZAxisMapping" "4 5"


In addition, I have found that you *may* also need
the following, before the ZAxisMapping line:

Option "Buttons" "5"

--

Greg Heilers
Registered Linux user #328317 - SlackWare 10.2 (2.6.13)
AUS
.....


He gets it from your side of the family, you know. No monsters on my
side.

-- Homer Simpson
Treehouse of Horror II

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 02:12 PM
Vigil
 
Posts: n/a
Default Re: Current and Mousewheel

On Wed, 25 Jan 2006 01:31:55 +0000, psyops wrote:

>> I updated to the lastest -current, which includes a change to xorg, and
>> now my IMPS/2 mousewheel does not always work. It won't work in mlterm
>> and now it only works if I mouseover the scrollbar in Opera.
>>
>> Anyone else get this, and/or have a fix?

>
> try adding the line


You don't understand, it was working before, and now it hardly works on
anything but if I mouseover a scrollbar. My xorg.conf hasn't changed from:

Section "InputDevice"
Identifier "Explorer"
Driver "mouse"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7"
EndSection

--

..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 02:12 PM
Loki Harfagr
 
Posts: n/a
Default Re: Current and Mousewheel

Le Wed, 25 Jan 2006 07:41:54 +0000, Vigil a écrit*:

> On Wed, 25 Jan 2006 01:31:55 +0000, psyops wrote:
>
>>> I updated to the lastest -current, which includes a change to xorg, and
>>> now my IMPS/2 mousewheel does not always work. It won't work in mlterm
>>> and now it only works if I mouseover the scrollbar in Opera.
>>>
>>> Anyone else get this, and/or have a fix?

>>
>> try adding the line

>
> You don't understand, it was working before, and now it hardly works on
> anything but if I mouseover a scrollbar. My xorg.conf hasn't changed from:
>
> Section "InputDevice"
> Identifier "Explorer"
> Driver "mouse"
> Option "Buttons" "7"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ExplorerPS/2"
> Option "ZAxisMapping" "6 7"
> EndSection


Well, now that's information, though, as the crystal ball is under
repair after investigating on which cat turned the monitor down the
desk, we're still missing a description of
"doesn't always work" and "now it only works if I mouseover..." :-)

Meanwhile, as the "Mouse Config" has had some funny changes for
6.9 and 7.0 you may like to read the source doc :
http://ftp.x.org/pub/X11R6.9.0/doc/html/mouse.html

It may ring a mouse to you ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 02:12 PM
Vigil
 
Posts: n/a
Default Re: Current and Mousewheel

On Wed, 25 Jan 2006 13:48:49 +0100, Loki Harfagr wrote:

> Well, now that's information, though, as the crystal ball is under
> repair after investigating on which cat turned the monitor down the desk,
> we're still missing a description of "doesn't always work" and "now it
> only works if I mouseover..." :-)


I expected this would be a common problem with people here since the last
change to -current, and so I didn't think I needed to explain more.

> Meanwhile, as the "Mouse Config" has had some funny changes for
> 6.9 and 7.0 you may like to read the source doc :
> http://ftp.x.org/pub/X11R6.9.0/doc/html/mouse.html
>
> It may ring a mouse to you ;-)


"17 December 2002"

"...now my IMPS/2 mousewheel does not always work."

Thanks for your help.

--

..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 02:13 PM
Vigil
 
Posts: n/a
Default Re: Current and Mousewheel

On Wed, 25 Jan 2006 00:06:46 +0000, Vigil wrote:

> Anyone else get this, and/or have a fix?


I have a fix.

-current's new X must have swapped the mouse's Z axis for the Y axis, so,
change ZAxisMapping to YAxisMapping in your xorg.conf.

--

..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 02:13 PM
Vigil
 
Posts: n/a
Default Re: Current and Mousewheel

On Wed, 25 Jan 2006 22:38:37 +0000, Vigil wrote:

> -current's new X must have swapped the mouse's Z axis for the Y axis, so,
> change ZAxisMapping to YAxisMapping in your xorg.conf.


Sweet, that worked. Thanks!

--

..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-20-2008, 02:13 PM
Loki Harfagr
 
Posts: n/a
Default Re: Current and Mousewheel

Le Wed, 25 Jan 2006 18:06:19 +0000, Vigil a écrit*:

> On Wed, 25 Jan 2006 13:48:49 +0100, Loki Harfagr wrote:
>
>> Well, now that's information, though, as the crystal ball is under
>> repair after investigating on which cat turned the monitor down the desk,
>> we're still missing a description of "doesn't always work" and "now it
>> only works if I mouseover..." :-)

>
> I expected this would be a common problem with people here since the last
> change to -current, and so I didn't think I needed to explain more.


There, there, so you prefer to assume things prior to ask ?
And then you ask and are willing us to assume you're right of
not giving information on what your problem is?

OK, then I'll assume you were stuck with the common problem
since last time current was not current: bring back your razor
in the bathroom and plug back your mouse in the mouse plug ;-)

>
>> Meanwhile, as the "Mouse Config" has had some funny changes for
>> 6.9 and 7.0 you may like to read the source doc :
>> http://ftp.x.org/pub/X11R6.9.0/doc/html/mouse.html
>>
>> It may ring a mouse to you ;-)

>
> "17 December 2002"


That's a general date for upper section, the page itself was
last amended on: 21.12.2005 08:24:33

You may have noticed the ZAxisMapping section had a severe lifting.

> "...now my IMPS/2 mousewheel does not always work."


BTW, I have one mouse at work I had to put :

Option "ZAxisMapping" "5 4"

instead of

Option "ZAxisMapping" "4 5"

like I have on my other machines, all on -current, wonders ...-)
Not as funny as when they changed "keyboard" to "kbd", though!

> Thanks for your help.


Be our guest ;-)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:04 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com