LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 08-28-2005, 12:55 AM   #1
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Rep: Reputation: 15
SuSE 9.3 and MX500 Mouse


Hi all,

Here's my xorg.conf excert for my MX500 Logitech mouse.

Code:
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "10"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Logitech USB-PS/2 Optical Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection
The problem that I am having is that the thumb buttons on the side to not work (they are supposed to be back and forwards in either your file manager or browser, also the scroll wheel does not work, I have tried all sorts of things.

I had it working fine in Mandriva before switching over to SuSE and the only thing that I saw different in Mandriva was the ZAxisMapping section which in Mandriva was set to "6 7".

I have tried running sax2 to reconfigure the mouse, that didn't work, I have deleted the mouse and re-added it, that didn't work.

So please help me!!!
 
Old 08-30-2005, 09:08 AM   #2
alisic
LQ Newbie
 
Registered: Aug 2005
Location: Utrecht, Netherlands
Distribution: SuSe 9.3 + KDE 3.4
Posts: 10

Rep: Reputation: 0
Hi there!

I have an MX 700 Logitech mouse, so I hope I can help you out here...

I did these steps:

(1) I changed the mouse part of my xorg.conf file:

Code:
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "7"
  Option       "Protocol" "ExplorerPS/2"
  Option       "ZAxisMapping" "6 7"
EndSection
(2) I made a bash script, called mouse.sh, containing the following:

Code:
#!/bin/sh

# Required for the configuration of a 5-button mouse

xmodmap -e "pointer = 1 2 3 6 7 4 5"
(3) I put this file in the directory ~/.kde/Autostart/

I use KDE, but I'm sure you can do something like that for gnome if you want to use that. Now every time I start KDE, this bash file is read and processed, and the mouse is working perfectly for me. I had some trouble first, when I put another Logitech type behind the "Protocol", instead of just "ExplorerPS/2".


I hope this helps you, good luck!

Laura
 
Old 08-30-2005, 12:58 PM   #3
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Original Poster
Rep: Reputation: 15
Awesome thanks for that, will give it a try tonight
 
Old 08-30-2005, 01:00 PM   #4
alisic
LQ Newbie
 
Registered: Aug 2005
Location: Utrecht, Netherlands
Distribution: SuSe 9.3 + KDE 3.4
Posts: 10

Rep: Reputation: 0
Cool

Let me know if you succeeded! I spent some hours on it, so I know how it feels... (of course, please let me also know if you did not )

Last edited by alisic; 08-30-2005 at 01:01 PM.
 
Old 09-08-2005, 04:35 AM   #5
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Original Poster
Rep: Reputation: 15
Well the good news is I got the mouse working just fine, I unplugged it and removed the PS/2 adapter and plugged it in by USB. Restarted and it was detected as an MX500, Suse even added an option in the Control Panel to change the Counts per inch

So after a few weeks of putting up with there was finally an easy solution.
 
Old 09-12-2005, 10:07 AM   #6
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Rep: Reputation: 30
Dang! I have Suse 9.3 pro and it doesn't recognize my MX700. I'd be happy if it called it even a Logitech device.

Where do I find this Xorg.conf file. How do I edit it? how do I create a bash script?
 
Old 09-12-2005, 01:38 PM   #7
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Original Poster
Rep: Reputation: 15
Hi,

Have you run sax2 from the command line?

If not, from your desktop press CTRL-ALT-F1 at the same time, this will drop you out of x windows login as yourself at the prompt then su to root, type in init 3 then again from the prompt type sax2, follow the prompts and alter the mouse settings, go back to the command prompt and then type init 5.

You should now be at your desktop.

Good luck
 
Old 09-12-2005, 04:32 PM   #8
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Rep: Reputation: 30
Hmm...Sax2 still doesn't have an MX500, or 700. Is it supose to?
 
Old 09-12-2005, 05:32 PM   #9
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Original Poster
Rep: Reputation: 15
Set it to explorer usb/ps/2 mouse and you should be OK, is it plugged in by USB or PS/2?
 
Old 09-13-2005, 09:54 AM   #10
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Rep: Reputation: 30
USB ......I can get my mouse to work, but I don't have the two side buttons working. Will this accomplish it?
 
Old 09-13-2005, 01:27 PM   #11
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Original Poster
Rep: Reputation: 15
It worked for me anyway, I'll post my xorg file when I get a chance.
 
Old 09-13-2005, 03:21 PM   #12
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Rep: Reputation: 30
Thanks, then I'll give 'er a try.

Oh, how do I edit my xorg file? And, where is it located.
 
Old 09-13-2005, 04:39 PM   #13
adrenaline_NZ
Member
 
Registered: Jun 2004
Location: Wellington, New Zealand
Distribution: Suse 9.3
Posts: 36

Original Poster
Rep: Reputation: 15
Only edit it when you are not running X Windows, type at the command vi /etc/X11/xorg86.conf and edit away. vi is a text editor, to exit the editor press the esc key followed by :q! then enter, or to save press exc as well then :x then enter.
 
Old 01-29-2006, 11:14 AM   #14
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Rep: Reputation: 30
Perchance did you ever get a chance to post your Xorg file? I'm still unable to use my side buttons. Also, how do you create a bash file? When I changed things in my Xorg file, I was suddenly unable to get back into X. I had decided to leave well enough alone for a while, but now I'm back to being pissed off after using M$ XP for a while and enjoying the use of the side buttons.
 
Old 01-29-2006, 08:21 PM   #15
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
It appears that the issue of mouse configuration benefited from SuSE 10.0 release. For one YaST makes better use of sax2 and more mice seem to be supported. The only MS product allowed in my office is the MS Intellimouse Explorer two with forward back buttons on the side. Default configuration didn't support these. I followed the Logitech instructions in this thread and ended up with the scroll wheel doing forward/back and the side buttons doing scroll 1 line. I gave up for a while but think in my case the change of 4-5 with 6-7.
xmodmap -e "pointer = 1 2 3 6 7 4 5"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with mx500 after applying 2.6.10 wilu Linux - Newbie 2 01-08-2005 06:00 AM
MX500 MX700 imwheel new question Freaksta Linux - Software 2 06-30-2004 05:12 PM
2.6.3 / MX500 USB mouse Freaksta Linux - Hardware 1 02-28-2004 04:03 PM
Logitech MX500 mouse buttons matthewchng Slackware 3 12-19-2003 05:00 AM
Intellimouse MX500 (USB Optical) Havox Slackware 3 11-09-2003 01:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 12:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration