LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Can't get scroll button to work with Slackware 10.0 (https://www.linuxquestions.org/questions/slackware-14/cant-get-scroll-button-to-work-with-slackware-10-0-a-245219/)

gbdavidx 10-20-2004 02:59 PM

Can't get scroll button to work with Slackware 10.0
 
I'm a newb when it comes to linux and i was wondering where in the xorg.conf i add some sort of lines to get my scroll button mouse to work? thanks

DaWallace 10-20-2004 03:15 PM

you need ZAxisMapping like so

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

that's just my mouse section.. you only need the zaxismapping part...

gbdavidx 10-20-2004 03:35 PM

where does this go in the xorg.conf?

barisdemiray 10-20-2004 04:06 PM

Quote:

Originally posted by gbdavidx
where does this go in the xorg.conf?
Yeap!

truthe 10-20-2004 04:10 PM

it goes in the mouse section. mouse section is under the keyboard section.

cranky 10-23-2004 11:49 PM

When I am logged on as root the scroll works fine but when logged on as a user with default privaliges it does not work.

Am I missing something here?

cheers

Navaboy 10-24-2004 01:32 AM

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

Section "InputDevice"

# Identifier and driver

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

Good Luck! :Pengy:

cranky 10-24-2004 02:08 AM

That's where I had it. After logging off a couple of times it worked. Don't ask me why...

cheers

gbdavidx 10-24-2004 03:52 PM

sweet dude, thanks!!!! it works!!! :D


All times are GMT -5. The time now is 12:02 PM.