Unix Technical Forum

Scroll wheel does not work in slack 10.0

This is a discussion on Scroll wheel does not work in slack 10.0 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I installed 10.0 last night. I am using Logitech wireless usb mouse. I cannot scroll. I looked for the ...


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-19-2008, 01:50 PM
Rory Jakes
 
Posts: n/a
Default Scroll wheel does not work in slack 10.0

I installed 10.0 last night. I am using Logitech wireless usb mouse. I
cannot scroll. I looked for the x86config file in /etc/x11 but could
not find it to change it. Where is the file in 10.0? Do I still use
x86config or another file to be able to scroll?

Thank you
Rory Jakes
roryjakes@yahoo.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 01:50 PM
Sam
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

On 20 Jul 2004 09:02:40 -0700, roryjakes@yahoo.com (Rory Jakes) wrote:

>I installed 10.0 last night. I am using Logitech wireless usb mouse. I
>cannot scroll. I looked for the x86config file in /etc/x11 but could
>not find it to change it. Where is the file in 10.0? Do I still use
>x86config or another file to be able to scroll?


Is this the first time you have used Slackware? or X?

You can find out how to do it on the web. http://google.com

IIRC you just have to add a couple of lines into your config file.
Also, it's called xf86config not x86config, that might have something
to do with your problem. In Slackware 10.0 the X System in use isn't
XFree86 (OK, this is as I understand it, I am a newb too!) it's now
X.org. Your config file is /etc/X11/xorg.conf as far as I can tell.

Happy Slacking.

Sam
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 01:50 PM
Cryptic Lineage
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Rory Jakes wrote:
> I installed 10.0 last night. I am using Logitech wireless usb mouse. I
> cannot scroll. I looked for the x86config file in /etc/x11 but could
> not find it to change it. Where is the file in 10.0? Do I still use
> x86config or another file to be able to scroll?
>
> Thank you
> Rory Jakes
> roryjakes@yahoo.com



in /etc/X11/xorg.conf make sure that the input device section on mouse
has following option added:

Option "ZAxisMapping" "4 5"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 01:50 PM
HJohnson
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Rory Jakes wrote:
> I installed 10.0 last night. I am using Logitech wireless usb mouse. I
> cannot scroll. I looked for the x86config file in /etc/x11 but could
> not find it to change it. Where is the file in 10.0? Do I still use
> x86config or another file to be able to scroll?
>
> Thank you
> Rory Jakes
> roryjakes@yahoo.com


The correct answer is /etc/X11/xorg.conf

--

humjohn AT aerosurf DOT net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 01:50 PM
Gary Singleton
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Rory Jakes wrote:
> I installed 10.0 last night. I am using Logitech wireless usb mouse. I
> cannot scroll. I looked for the x86config file in /etc/x11 but could
> not find it to change it. Where is the file in 10.0? Do I still use
> x86config or another file to be able to scroll?
>

This is covered in the alt.os.linux.slackware FAQ at:
http://wombat.san-francisco.ca.us/fa.../cache/38.html

The new config file is /etc/X11/xorg.conf rather than XF86Config.
--
G.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 01:51 PM
Sebastian Stein
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Rory Jakes <roryjakes@yahoo.com> wrote:
> I installed 10.0 last night. I am using Logitech wireless usb mouse. I
> cannot scroll. I looked for the x86config file in /etc/x11 but could
> not find it to change it. Where is the file in 10.0? Do I still use
> x86config or another file to be able to scroll?


It should work:

Identifier "usbmouse"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Emulate3Buttons" "true"

Google for those strings and you will find an answer.

Sebastian
--
http://www.hpfsc.de/ - die Seite rund um:
Assembler, Bundeswehr, TFT LCDs, Halle/Saale, Fahrradtouren, Neuseeland,
Wanderstaat Mauma, Raumschiff USS Nathan, Enemy Room, MLCAD Tutorial
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 01:52 PM
Rory Jakes
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Sebastian Stein <seb_stein@gmx.de> wrote in message news:<cb00t1-tg.ln1@laptop-seb.hpfsc.de>...
> Rory Jakes <roryjakes@yahoo.com> wrote:
> > I installed 10.0 last night. I am using Logitech wireless usb mouse. I
> > cannot scroll. I looked for the x86config file in /etc/x11 but could
> > not find it to change it. Where is the file in 10.0? Do I still use
> > x86config or another file to be able to scroll?

>
> It should work:
>
> Identifier "usbmouse"
> Driver "mouse"
> Option "Protocol" "imps/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> Option "Buttons" "5"
> Option "Emulate3Buttons" "true"
>
> Google for those strings and you will find an answer.
>
> Sebastian


I got into etc/X11/xorg.conf last night and used the Identifier Driver
and options above and various combinations, always leaving in Option
"ZAxisMapping" "4 5" to no avail. I also tried other combinations and
even at one point logged out and rebooted and then startx and locked
up the mouse completely and was able to log out and vi into xorg.conf
to make changes back to default. Any more suggestions from out there?

Thanks in advance,
Rory Jakes
roryjakes@yahoo.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 01:52 PM
Sebastian Stein
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Rory Jakes <roryjakes@yahoo.com> wrote:
> I got into etc/X11/xorg.conf last night and used the Identifier Driver
> and options above and various combinations, always leaving in Option
> "ZAxisMapping" "4 5" to no avail. I also tried other combinations and
> even at one point logged out and rebooted and then startx and locked
> up the mouse completely and was able to log out and vi into xorg.conf
> to make changes back to default. Any more suggestions from out there?


Present us the important parts of your xorg.conf and what kind of mouse do you
have (USB, PS/2, COM)? Also, does the mouse need any special drivers under
MS Win? Is gpm (or gmp, I'm not sure) running? To see if config changes work
you only need to restart X not the whole system.

Sebastian
--
http://www.hpfsc.de/ - die Seite rund um:
Assembler, Bundeswehr, TFT LCDs, Halle/Saale, Fahrradtouren, Neuseeland,
Wanderstaat Mauma, Raumschiff USS Nathan, Enemy Room, MLCAD Tutorial
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 01:53 PM
Rory Jakes
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Sebastian Stein <seb_stein@gmx.de> wrote in message news:<cb00t1-tg.ln1@laptop-seb.hpfsc.de>...
> Rory Jakes <roryjakes@yahoo.com> wrote:
> > I installed 10.0 last night. I am using Logitech wireless usb mouse. I
> > cannot scroll. I looked for the x86config file in /etc/x11 but could
> > not find it to change it. Where is the file in 10.0? Do I still use
> > x86config or another file to be able to scroll?

>
> It should work:
>
> Identifier "usbmouse"
> Driver "mouse"
> Option "Protocol" "imps/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> Option "Buttons" "5"
> Option "Emulate3Buttons" "true"
>
> Google for those strings and you will find an answer.
>
> Sebastian

*************************
*************************
I tried to use the strings above you suggested last night individually
and together. Nothing seems to work!! I even lost my mouse altogether
at one point. I can't use Identifier "usbmouse". Any other
suggestions. Obviously, xorg.conf is the correct file. I DO know that
changing xf86.conf worked with 9.1!

Thank you for added suggestions.

Rory Jakes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 01:53 PM
HJohnson
 
Posts: n/a
Default Re: Scroll wheel does not work in slack 10.0

Rory Jakes wrote:
> Sebastian Stein <seb_stein@gmx.de> wrote in message news:<cb00t1-tg.ln1@laptop-seb.hpfsc.de>...
>
>>Rory Jakes <roryjakes@yahoo.com> wrote:
>>
>>>I installed 10.0 last night. I am using Logitech wireless usb mouse. I
>>>cannot scroll. I looked for the x86config file in /etc/x11 but could
>>>not find it to change it. Where is the file in 10.0? Do I still use
>>>x86config or another file to be able to scroll?

>>
>>It should work:
>>
>> Identifier "usbmouse"
>> Driver "mouse"
>> Option "Protocol" "imps/2"
>> Option "Device" "/dev/input/mice"
>> Option "ZAxisMapping" "4 5"
>> Option "Buttons" "5"
>> Option "Emulate3Buttons" "true"
>>
>>Google for those strings and you will find an answer.
>>
>>Sebastian

>
> *************************
> *************************
> I tried to use the strings above you suggested last night individually
> and together. Nothing seems to work!! I even lost my mouse altogether
> at one point. I can't use Identifier "usbmouse". Any other
> suggestions. Obviously, xorg.conf is the correct file. I DO know that
> changing xf86.conf worked with 9.1!
>
> Thank you for added suggestions.
>
> Rory Jakes


use uppercase for the Protocol option, thusly:
Option "Protocol" "IMPS/2"

You do not need the Emulate3Buttons option, since IMPS/2 allows
pressing down on the scroll wheel to act as the third button.


--

humjohn AT aerosurf DOT net
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 10:24 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