SUSE / openSUSE This Forum is for the discussion of Suse Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-29-2006, 01:23 PM
|
#1
|
Member
Registered: Feb 2005
Posts: 44
Rep:
|
Logitech MX1000 Laser mouse
trying to figure out how to make this work (all the buttons) on linux. I've seen a couple old tutorials on installing xbindkeys but i can't get xbindkeys to install get some errors when i do the make and makeinstall commands.
any help would be appreciated, thanks.
|
|
|
03-29-2006, 03:06 PM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
|
|
|
03-29-2006, 03:18 PM
|
#3
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
the mousewheel, left mouse button and right mouse button..
i want to use the 2 thumb buttons mouse4/5 (at least its 4/5 on windows)
|
|
|
03-29-2006, 03:21 PM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
well lets start by getting the basic buttons to work.
is it a USB mouse? what is the number of buttons?
since you dont say what distro and version your using, this may not work:
open your /etc/X11/xorg.conf file.. scroll down to the mouse input device section and copy/paste that here so we can check it out
|
|
|
03-29-2006, 03:24 PM
|
#5
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Logitech Explorer Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
i have the Logitech MX1000 laser mouse its a usb wireless.
|
|
|
03-29-2006, 03:25 PM
|
#6
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
oh and im using SuSE10.0
|
|
|
03-29-2006, 03:26 PM
|
#7
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
Quote:
Originally Posted by bogey
the mousewheel, left mouse button and right mouse button..
i want to use the 2 thumb buttons mouse4/5 (at least its 4/5 on windows)
|
i misread your question, the mousewheel/left&right mouse btns work.. i was wanting the other ones to work as well (the 2 thumb buttons)
|
|
|
03-29-2006, 03:28 PM
|
#8
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
ok.. because i was gonna say, that your configuration looks similar to mine, and it works (the basic buttons).
did you read the link i posted earlier? iv never tried it but that is what a simple search yielded... if that doesnt work then continue to search on LQ.org or google.com/linux for your mouse. there ARE threads regarding this mouse at this website already, check them out if you havent already.
|
|
|
03-29-2006, 03:34 PM
|
#9
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
on step 2 it says to
Copmile it with gcc -o evdev-key-btn-test evdev-key-btn-test.c an run it with the following command
i type that in the terminal and it says no such file/directory exists
ugh why can't this mouse profile already be in sax2? its a popular mouse, this and the mx518
is there a script that will just set it all up w/ 1 command :P
|
|
|
03-29-2006, 03:43 PM
|
#10
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
can you post exactly what you typed and exactly the output?
did you download the file it said to download to compile?
can you paste the output of the cat command it tells you to issue in step 2
|
|
|
03-29-2006, 04:28 PM
|
#11
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
cat /proc/bus/input/devices
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd event0
B: EV=40001
B: SND=6
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event1
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0011 Vendor=0002 Product=0006 Version=0042
N: Name="ImExPS/2 Logitech Explorer Mouse"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event2
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103
|
|
|
03-29-2006, 04:54 PM
|
#12
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
..ok? again, what is the output of the command that you issued? did you download the file it said to download?
if you dont want me to help you i can simply stop.. please provide details.
|
|
|
03-29-2006, 07:22 PM
|
#13
|
Member
Registered: Feb 2005
Posts: 44
Original Poster
Rep:
|
its not telling me to download anything in the first 2 steps tho, the second step isnt compiling w/e its trying to.
|
|
|
03-29-2006, 07:50 PM
|
#14
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
in step 2 it says the following:
Quote:
You can see the event device at the Handler and test it with a little tool you can get here.
|
the text 'here' is a hyperlink to the .c file its referring to. you need to click it and save the file then use gcc on that file. youll have to either 'cd' to the directory you save the file or use the full path to the file when u run the gcc command
|
|
|
All times are GMT -5. The time now is 04:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|