Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
07-21-2003, 07:12 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25
Rep:
|
Mandrake 9.1 (M$ Intellimouse Explorer) setting not sticking
Alright, found my way to the newbie forum finally! I'M HOME!
My problem is that I went to the M Control Center, tried to configure my mouse in the MouseDrake Hardware configuration.
It has a slot for M$ Explorer and for some reason it is stuck on the wheel. I select Explorer and it goes back to the default hardware page. THen I go back, and it is still on wheel!
What am I doing wrong?
Last edited by mfarley; 07-22-2003 at 03:06 PM.
|
|
|
07-22-2003, 03:06 PM
|
#2
|
LQ Newbie
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25
Original Poster
Rep:
|
bumpo =)
|
|
|
07-22-2003, 03:33 PM
|
#3
|
Member
Registered: Jun 2003
Posts: 34
Rep:
|
This is not a solution but another issue with the exact same distro and the exact same mouse and deals with the wheel.
Mandrake 9.1 for some reason treats my Intellimouse Explorer's wheelup and wheeldown as mouse4 and mouse5, and the two side mousebuttons are usuable as scrollup and scrolldown.
I have no clue if any of this is related to your issue, but I'd figure I'd comment about it since it is dealing with Mandrake 9.1 and the Intelli Mouse Explorer.
|
|
|
07-22-2003, 05:42 PM
|
#4
|
LQ Newbie
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25
Original Poster
Rep:
|
It is insanely frustrating as the wheel only works on occasion!
This is too funny: the top side button opens up a new page and searches google, and the bottom button acts as though it was a right click!
Hopefully someone can help.
|
|
|
07-22-2003, 05:44 PM
|
#5
|
Member
Registered: Jun 2003
Posts: 34
Rep:
|
Have no clue if this will be effective at all, but have you tried setting up your mouse in harddrake as a Generic 3 button wheel mouse? It's worth a shot.
|
|
|
07-22-2003, 05:47 PM
|
#6
|
LQ Newbie
Registered: Jul 2003
Distribution: Mandrake 9.1
Posts: 25
Original Poster
Rep:
|
Under USB the only option I have worth trying is either wheel which I am on or Microsoft Explorer (which it won't allow me to use!)
|
|
|
08-08-2003, 02:00 PM
|
#7
|
LQ Newbie
Registered: Aug 2003
Posts: 2
Rep:
|
I found another thread here entitled using buttons 4 and 5 that was very helpful to me in getting the buttons working in Mandrake 9.1.
I kept trying to select the intellimouse too and it wouldn't seem to take either.
This is what I finally ended up with.
I installed IMWHEEL. It is included with the distriubution. I am thinking now it may have already been installed and I just didn't know, but I installed it using Mandrake's add software option, so I didn't have to go get it or compile it or anything.
Then
I edited the file /etc/X11/XF86Config-4 so it looks like this.
All I had to do was add the line for Buttons.
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
Then I edited the file
/etc/X11/imwheelrc
immediately after the line that has ".*"
I added
None, Up, Alt_L|Left
None, Down, Alt_L|Right
Then, I changed the file
/etc/X11/xinit.d/imwheel
I changed the line
[ "$WHEEL" = yes -a -n "$BINARY" ] && $BINARY -p
to this
[ "$WHEEL" = yes -a -n "$BINARY" ] && $BINARY -p -b "67"
Then I created a file in my user folder ~/.Xdefaults that has this in it.
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"
I am pretty sure the second line is redundant and can be removed, but it is still there at the moment and it is working. I think since I made all the other changes to more global files, that I should add the first line to the /etc/X11/xsession file, but it is working the way it is so I am not going to mess with it. I am not even sure I need this file at all, but I created it sometime during the process while I was still getting this to work and it was still there when it was finally working, so I left it there.
That was about it. After doing these things I can restart the system and the buttons seem to work fine.
|
|
|
All times are GMT -5. The time now is 08:06 AM.
|
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
|
|