Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
7 buttons mouse help
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
Bigbang
n00b
n00b


Joined: 24 May 2004
Posts: 29
Location: Quebec

PostPosted: Wed Jan 19, 2005 11:03 pm    Post subject: 7 buttons mouse help Reply with quote

Hi, I use a logitech wireless mouse and I'd like to make the 2 buttons on the side work.

I tried doing what's in this thread:
https://forums.gentoo.org/viewtopic.php?t=279577

but it doesn't work...

Here's my xorg.conf:
Code:
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "6 7"
        Option          "Buttons"               "7"
EndSection


I don't seem to have xmodmap and couldn't find any configuration file that's named xmodmap or .xmodmap

Also, when I start imwheel ...:
Code:
imwheel -k -b "67"
INFO: imwheel started (pid=30731)
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Could not open display, check shell DISPLAY variable, and export or setenv it!


~thx for any help
Back to top
View user's profile Send private message
Lotu
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2004
Posts: 106
Location: Finland

PostPosted: Thu Jan 20, 2005 12:33 am    Post subject: Reply with quote

Xmodmap should come with X. Try 'whereis xmodmap'.

It is usually best to use evdev protocol with mice-of-many-buttons. Check https://forums.gentoo.org/viewtopic.php?t=246605 and see what you can learn.

If you use a laptop, you need some additional tweaking, because xmodmap currently only recognizes one mouse at a time.

Happy tweaking, tell us how you did. :)
_________________
In a world without walls and fences, who needs Windows and Gates?

I'm an evil homosexual communist.
Back to top
View user's profile Send private message
Bigbang
n00b
n00b


Joined: 24 May 2004
Posts: 29
Location: Quebec

PostPosted: Thu Jan 20, 2005 12:36 am    Post subject: Reply with quote

Code:
xmodmap: /usr/X11R6/bin/xmodmap /usr/bin/X11/xmodmap /usr/man/man1/xmodmap.1x.gz /usr/share/man/man1/xmodmap.1x.gz

Strange because it doesn't come up when I type xmod*tab**tab*

I saw a thread about the Logitech MX700 too, I'll try doing what's in there and in yours.

~thx
Back to top
View user's profile Send private message
alienvenom
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jan 2005
Posts: 123
Location: San Francisco, CA

PostPosted: Thu Jan 20, 2005 12:38 am    Post subject: Reply with quote

/usr/X11R6/bin/ isn't in my binary path, either. And I don't think it should be.

Same with /opt/ati/bin/

You don't want to have too many programs show up in the bin path!
Back to top
View user's profile Send private message
Lotu
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2004
Posts: 106
Location: Finland

PostPosted: Thu Jan 20, 2005 12:40 am    Post subject: Reply with quote

You probably don't have /usr/X11R6/bin in your path. Try 'echo $PATH' and if it doesn't show up, put into your ~/.bashrc the line

Code:
PATH=$PATH:/usr/X11R6/bin

_________________
In a world without walls and fences, who needs Windows and Gates?

I'm an evil homosexual communist.
Back to top
View user's profile Send private message
Bigbang
n00b
n00b


Joined: 24 May 2004
Posts: 29
Location: Quebec

PostPosted: Thu Jan 20, 2005 12:40 am    Post subject: Reply with quote

alienvenom wrote:
You don't want to have too many programs show up in the bin path!

That's a good point. Well, I'll try the evdev alternative since imwheel doesn't seem to start up correctly.

I'll just call it directly with: /usr/X11R6/bin/xmodmap/
Back to top
View user's profile Send private message
Lotu
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2004
Posts: 106
Location: Finland

PostPosted: Thu Jan 20, 2005 12:44 am    Post subject: Reply with quote

alienvenom wrote:
/usr/X11R6/bin/ isn't in my binary path, either. And I don't think it should be.

Same with /opt/ati/bin/

You don't want to have too many programs show up in the bin path!


The last statement is very true. However, /usr/X11R6/bin contains stuff like startx, xev, xmodmap and xkill, which certainly are all important commands to many users.
_________________
In a world without walls and fences, who needs Windows and Gates?

I'm an evil homosexual communist.


Last edited by Lotu on Thu Jan 20, 2005 12:52 am; edited 1 time in total
Back to top
View user's profile Send private message
Lotu
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2004
Posts: 106
Location: Finland

PostPosted: Thu Jan 20, 2005 12:52 am    Post subject: Reply with quote

ARGGGG. I just realised they are also in /usr/bin/X11 which goes with /usr/bin in path. Please disregard all my previous messages. :oops:
_________________
In a world without walls and fences, who needs Windows and Gates?

I'm an evil homosexual communist.
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