LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-13-2004, 11:04 PM   #1
Matt.Ramos
Member
 
Registered: Jul 2004
Location: Hopatcong, New Jersey
Posts: 70

Rep: Reputation: 15
Mouse Scroll?


Well.. I searched for about 20 or 30 minutes trying to find out how to get my mouse wheel to work, and I saw the code/command to put in my xorg.conf file, it was like, XZ something something 4 5

Mouse buttons 5

Well, I put that in, and X wouldn't start. I had to boot from disc 2, and "mount /dev/hda5 /mnt/hd" and "chroot /mnt/hd /bin/bash" to get those 2 lines out of there. Did I do something wrong? Or is it my mouse? Or computer?


Thanks a bunch
 
Old 07-13-2004, 11:11 PM   #2
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
You need to add this to your section labeled Section "InputDevice":
Code:
Option "ZAxisMapping" "4 5"
That's all I have ever added.
 
Old 07-13-2004, 11:12 PM   #3
Matt.Ramos
Member
 
Registered: Jul 2004
Location: Hopatcong, New Jersey
Posts: 70

Original Poster
Rep: Reputation: 15
Is that the only thing? And, will it work right away, or will I need to restart? Or log in and out?
 
Old 07-13-2004, 11:12 PM   #4
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Just restart X.
 
Old 07-13-2004, 11:13 PM   #5
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Just for reference, here is that whole section.
Code:
Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
EndSection
EDIT: I forgot you also need to add "IM" to the Protocol option like in the above example.

Last edited by blk96gt; 07-13-2004 at 11:15 PM.
 
Old 07-13-2004, 11:22 PM   #6
Matt.Ramos
Member
 
Registered: Jul 2004
Location: Hopatcong, New Jersey
Posts: 70

Original Poster
Rep: Reputation: 15
Code:
Section "InputDevice"

# Identifier and driver

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


That's mine now, I change "Auto" To yours?


[Edit]

I have a USB mouse.
 
Old 07-13-2004, 11:32 PM   #7
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
Yeah I think that's how I did it on my laptop with the USB mouse on there.
 
Old 07-13-2004, 11:36 PM   #8
Matt.Ramos
Member
 
Registered: Jul 2004
Location: Hopatcong, New Jersey
Posts: 70

Original Poster
Rep: Reputation: 15
Wouldn't it mean that it's looking for my mouse in a PS/2 port? Even though it's USB?
 
Old 07-13-2004, 11:42 PM   #9
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
I don't think so. I have IMPS/2 with the USB mouse on my laptop.
 
Old 07-13-2004, 11:47 PM   #10
Matt.Ramos
Member
 
Registered: Jul 2004
Location: Hopatcong, New Jersey
Posts: 70

Original Poster
Rep: Reputation: 15
Ok, i'll restart now, and tell you how it worked.
 
Old 07-13-2004, 11:52 PM   #11
Matt.Ramos
Member
 
Registered: Jul 2004
Location: Hopatcong, New Jersey
Posts: 70

Original Poster
Rep: Reputation: 15
It works! Thanks a lot I'm now a scrolling machine


Thanks again
 
Old 07-13-2004, 11:54 PM   #12
blk96gt
Member
 
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230

Rep: Reputation: 30
No problem.
 
Old 07-14-2004, 08:50 AM   #13
tubatodd
Member
 
Registered: Jun 2003
Location: Birmingham, Alabama (USA)
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
I tried adding "Option "ZAxisMapping" "4 5"" and changing my setting to IMPS/2 instead of PS/2 and when I restarted my mouse was completely out of control. I'll have to try "Option "ZAxisMapping" "4 5"" with PS/2 instead.
 
Old 07-14-2004, 11:27 AM   #14
ngallow
LQ Newbie
 
Registered: Jul 2004
Posts: 1

Rep: Reputation: 0
Mouse Scroll

This working in my x,org On Slackware 10

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Emulate3Buttons" "on"
EndSection

Last edited by ngallow; 07-14-2004 at 11:29 AM.
 
Old 07-14-2004, 12:26 PM   #15
ajbrouwe
Member
 
Registered: Jan 2004
Posts: 93

Rep: Reputation: 15
Where do I get to this InputSelection screen? I understand the code that needs to be added, just don't know where to put it.

Andrew
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse Scroll Button doesn't work with Logitech PS/2 MOuse. duffmckagan Slackware 10 12-02-2008 11:27 PM
USB scroll mouse doesn't scroll Rhatlinux Linux - Software 10 09-29-2004 07:42 PM
2.6.6 and scroll mouse? zmttoxics Linux - General 2 06-04-2004 05:48 AM
Scroll feature in Logitech Scroll mouse does not work ssmaitra Linux - Hardware 6 11-11-2003 07:43 AM
mouse scroll Gordon Linux - Hardware 12 04-08-2003 09:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration