Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
not able to scroll
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
freedonkey
n00b
n00b


Joined: 19 Sep 2003
Posts: 34
Location: CA

PostPosted: Fri Oct 03, 2003 3:45 am    Post subject: not able to scroll Reply with quote

Hi,

I have a logitech optical wireless mouse. I was able to implement the use of my left thumb button to go back in mozilla, and my middle button can act as double click by reading the gentoo forums, but I wasn't able to implement the scroll function of my mouse.

I have these line in /etc/X11/xF86Config
Code:

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/mouse"
    Option "Buttons" "6"
    Option "ZAxixMapping " "5 6"


I have these lines in /etc/X11/imwheelrc
Code:
 
".*"
None, Up, Alt_L|Left


I have these lines in /etc/X11/Sessions/kde3.1.3
Code:
 !/bin/sh

# for mouse to work
xmodmap -e "pointer = 1 2 3 6 4 5"
imwheel -k -b "6"

/usr/kde/3.1/bin/startkde



Can any one help me with implementing the scroll funcion for my mouse.

Thanks,
n
Back to top
View user's profile Send private message
Redson
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2003
Posts: 137

PostPosted: Fri Oct 03, 2003 3:53 am    Post subject: Re: not able to scroll Reply with quote

freedonkey wrote:
Hi,

I have these line in /etc/X11/xF86Config
Code:

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/mouse"
    Option "Buttons" "6"
    Option "ZAxixMapping " "5 6"


There's a space between ZAxisMapping and the "(quote) that follows it. I'm guessing that's probably the problem because everything else looks fine.

[EDIT]:Also, change it from ZAxixMapping, to ZAxisMapping
[/EDIT]

change
Quote:
Option "ZAxixMapping "

to
Quote:
Option "ZAxisMapping"

_________________
Redson
http://watchred.com/


Last edited by Redson on Fri Oct 03, 2003 5:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
Dracnor
Guru
Guru


Joined: 08 Jun 2003
Posts: 397
Location: Pennsylvania

PostPosted: Fri Oct 03, 2003 3:58 am    Post subject: Reply with quote

Change ZAxixMapping to ZAxisMapping with an "s" instead of "x". Try that.
Back to top
View user's profile Send private message
freedonkey
n00b
n00b


Joined: 19 Sep 2003
Posts: 34
Location: CA

PostPosted: Fri Oct 03, 2003 4:12 am    Post subject: Reply with quote

hey thanx guys, changed the axix to axis and everything is working fine. So stupid of me.

Thanks,
n
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Oct 03, 2003 4:35 am    Post subject: Reply with quote

Moved from Documentation, Tips & Tricks.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum