Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
07-10-2002, 10:07 PM
|
#16
|
|
Member
Registered: Jun 2002
Location: Jackson, TN
Distribution: Arch Linux 0.6
Posts: 60
Rep:
|
I've got an odd problem... my MS Intellimouse Explorer's wheel is buttons 4 and 5, I think its a version 1 so maybe thats the problem. Meaning my mouse section looks like this:
Quote:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection
|
And the wheel does not work if I put the zaxis on 6 7 like everyone else's mouse.
So needless to say the xmodmap "pointer = 1 2 3 6 7 4 5" broke the wheel so I assumed that the 4th and 5th number are for the wheel and made mine 'xmodmap "pointer = 1 2 3 4 5 6 7"' and the wheel worked again but the side buttons still didn't work in xev.
|
|
|
|
07-11-2002, 07:45 AM
|
#17
|
|
Member
Registered: Jun 2002
Distribution: RH 7.3
Posts: 30
Rep:
|
Doing something similar, but with a keyboard
Anyone every heard of a "Cortron" keyboard? It has a few additional keys like F13, F14, ... F22, as well as "Clear" and "Param Value".
I was wondering if anyone know how to get those buttons to work, 'cause right now there's no reponse when I use xev or showkey.
|
|
|
|
07-11-2002, 07:54 AM
|
#18
|
|
Member
Registered: Sep 2001
Distribution: Gentoo
Posts: 760
Rep:
|
With the keyboard issue, you could take a look at "xkeycaps" to find out what (if any) signals it is putting out, and then use xmodmap to get it to remap those signals to characters.
How you get them to actually do something depends on your system, I use fluxbox so I would use the fluxbox keymapping facilities to set them to up loauch applications and do things to windows.
|
|
|
|
07-11-2002, 04:02 PM
|
#19
|
|
Member
Registered: Jun 2002
Distribution: RH 7.3
Posts: 30
Rep:
|
How do I install xkeycaps
I download the file xkeycaps-2.46.tar.Z, umcompress it, and extracted it. Now what? The readme file said to:
"See the Imakefile for configuration parameters. To build, do the usual:
xmkmf ; make ; make install ; make install.man"
So, what I am really suppose to do?
|
|
|
|
07-11-2002, 04:14 PM
|
#20
|
|
Member
Registered: Sep 2001
Distribution: Gentoo
Posts: 760
Rep:
|
Edit "imakefile" then type the commands listed.
I suggest finding an RPM version, there should be one on your Red Hat CDs, failing that try http://rpmfind.net/
|
|
|
|
08-20-2002, 10:39 AM
|
#21
|
|
LQ Newbie
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 5
Rep:
|
tried all of this
/etc/imwheelrc
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
~/.imwheelrc -> /etc/imwheelrc
/etc/X11/XF86Config
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
.xinitrc
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"
exec /opt/fluxbox/bin/fluxbox
I know that the buttons are being seen because the left side will open links just like the regular left button.
Any ideas? Slack is almost working perfectly for me. I just love using those side buttons for scrolling history.
-edit: Just ran xev and every button is set correctly. Just alt-left and alt-right are not being mapped to buttons 6 and 7.
Last edited by UprightMan; 08-20-2002 at 10:44 AM.
|
|
|
|
08-24-2002, 10:49 PM
|
#22
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Rep:
|
I'm having the same exact problem as UprightMan...
anyone have any ideas?
|
|
|
|
08-24-2002, 11:05 PM
|
#23
|
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Don't make ~/.imwheelrc a sym link to /etc/imwheelrc, save it to /home/you/.imwheelrc.
|
|
|
|
08-25-2002, 09:39 PM
|
#24
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Rep:
|
in the ~/.imwheelrc, where does
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
go? is this the only thing that should be in there?
|
|
|
|
08-25-2002, 09:49 PM
|
#25
|
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Yep, here's mine,
Code:
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
|
|
|
|
08-26-2002, 12:00 PM
|
#26
|
|
LQ Newbie
Registered: Aug 2002
Posts: 5
Rep:
|
~/.imwheelrc
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right
/etc/X11/XF86Config
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
and added to ~/.xinitrc
xmodmap -e "pointer = 1 2 3 6 7 4 5 "
imwheel -k -b "67"
Still having problems with it mapping the side buttons (4 and 5) to back and forward. When I click on a link using those buttons it is similar to if it was button 1 and not back and forward.
|
|
|
|
08-31-2002, 04:55 PM
|
#27
|
|
LQ Newbie
Registered: Aug 2002
Location: Mesa,AZ
Distribution: RedHat 7.3
Posts: 10
Rep:
|
Okay guys. Here comes a dumb question.
How do you install IMWheel?. I donwloaded it from the link above but I cant figure out how to get it installed.
I modified the XF86Config-4 and tested with xev and my buttons are registering correctly. I just dont knw what to do with this iwheel.
Thanks for the info
|
|
|
|
08-31-2002, 07:46 PM
|
#28
|
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
It's source code Brandon, you need to do "./configure && make" then "su" and "make install" in the directry created when you untarred to package.
|
|
|
|
09-01-2002, 12:45 AM
|
#29
|
|
LQ Newbie
Registered: Aug 2002
Location: Mesa,AZ
Distribution: RedHat 7.3
Posts: 10
Rep:
|
I actually did find the instructions when I uncompressed it. With root access, I did the following:
./configure
make
make install
on the last step though, it gave me an error. Dont recall what it was now. I'm currently in WinXP... when I reboot, I'll try again & post the error message.
This probably will sound dumb too but: Why doesnt it come pre-compiled? An RPM would be nice.
|
|
|
|
09-01-2002, 01:03 AM
|
#30
|
|
Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611
Rep:
|
Well, although an RPM might be nice, not all developers are into making RPM's. Especially when source is more "universal". The work involved would only work on specific systems, whereas with source, you can make it work on ALOT of systems.
And you said "make install" gave you errors? That is really wierd, unless you weren't root. You do have to be root when running 'make install'. Configure and make went smooth, but make install produced errors. I would guess it's because you didn't have the directory it was trying to install to.
Last edited by MasterC; 09-01-2002 at 01:31 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:35 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
|
|