LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 09-17-2003, 06:12 PM   #1
Tezdread
Member
 
Registered: Aug 2002
Location: England
Distribution: SuSE 8.1
Posts: 84

Rep: Reputation: 15
Mouse Problems


Hi all,

I recently got a new mouse for my windowz box and thought it would be a fairly simple job of using my old mouse on my linux box...if only!

I powered down and changed the mouse over then rebooted. I got the setup screen with a selection of different mice but mine wasn't on the list. I tried various options and Tested them but on that screen I couldn't get the mouse to work so I chose the standard USB MOUSE option and applied the new settings.

When I got into KDE my mouse was not working properly. :-/ When I moved the mouse windows started appearing in from of others and the "left click menu" popped up in different places.

The mouse is a logitech USB Optical/Wheel mouse, I've been to the logitech site but they don't have drivers for Linux?

Now when I reboot I don't get the options screen to test other options. What can I do??

Am I really this limited by the options I was given to what mouse I can use?

Thanks in advance
 
Old 09-17-2003, 06:44 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What does your Xconfig or Xconfig-4 under /etc/X11/ show for mouse settings. This is where changes will be made for Xserver.
 
Old 09-18-2003, 06:07 PM   #3
Tezdread
Member
 
Registered: Aug 2002
Location: England
Distribution: SuSE 8.1
Posts: 84

Original Poster
Rep: Reputation: 15
Thanks for you help Brian.

I saw this config stuff in other posts but didn't know where to look. It took me a while without a mouse :-)

This is the config:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]
Option "Device" "/dev/mouse"
Option "InputFashion" "Mouse"
Option "Name" "AutoDetected"
Option "Protocol" "ps/2"
Option "Vendor" "AutoDetected"

(It is not set to ps/2 because I added a USB-PS/2 Connector as the USB didn't work...)


I have it open in Konqueror but I don't know how to edit it?
 
Old 09-19-2003, 12:32 PM   #4
muflon
Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Very own distro
Posts: 30

Rep: Reputation: 15
Option "Protocol" "ExplorerPS/2"
Option "Resolution" "800"
Option "SampleRate" "200"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons" "off"

This is what I use to get my Logitech mx500 and several other modern USB mice to work (including the Razer Boomslang 1000 and 2000)

Edit the resolution to match your mouse.
Edit the ZAxismapping aswell. Might be "4 5" on your mouse.

Hope this helped you.
 
Old 09-19-2003, 12:52 PM   #5
Tezdread
Member
 
Registered: Aug 2002
Location: England
Distribution: SuSE 8.1
Posts: 84

Original Poster
Rep: Reputation: 15
Hi muflon and thanks for your help. This is probably a real dumb question but how can I edit this file? I've looked at all the options in Konqueror and can't find one to open the file in Kedit etc?

Also how do I know what to use for the resolution? You say to match my mouse but I don't know what the resolution of my mouse is?

If I delete this part of the file will I get the setup screen when I reboot?

Thanks again
 
Old 09-19-2003, 01:10 PM   #6
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Rep: Reputation: 30
in konqueror,right click on the file and there will be options like open with etc.try it.
else open a konsole window and run kedit.
use trial and error method to match the resolution.
there wont be much problems (usually)associated with 'playing with your mouse settngs and all'.
Cheers,
arun
 
Old 09-20-2003, 08:07 AM   #7
audiomark
LQ Newbie
 
Registered: Sep 2003
Location: ellijay ga
Distribution: redhat 9
Posts: 3

Rep: Reputation: 0
Red face MY MOUSE IS DEAD

I JUST FINISHED REDHAT NINE INSTALLATION.
MOUSE WON'T WORK AND I AM LOST.
HOW DO I GET TO THE SCREEN TO EDIT ANYTHING?
NO MOUSE NO KNOWLEDGE OF LINUX I NEED STEP BY STEP HOW TO FIX MY MOUSE MICRO OPTICAL MOUSE ON PS/2
IF YOUR WILLING SEND ME YOUR PHONE NUMBER AND I WILL CALL YOU FOR HELP I AM SO DESPARATE I HAVE STUFF TO DO ON THIS THING!!! MARK JOHNSON 706-276-1263
AUDIOMARK@ELLIJAY.COM
 
Old 09-21-2003, 09:26 AM   #8
muflon
Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Very own distro
Posts: 30

Rep: Reputation: 15
Quote:
Originally posted by Tezdread
Hi muflon and thanks for your help. This is probably a real dumb question but how can I edit this file? I've looked at all the options in Konqueror and can't find one to open the file in Kedit etc?

Also how do I know what to use for the resolution? You say to match my mouse but I don't know what the resolution of my mouse is?

If I delete this part of the file will I get the setup screen when I reboot?

Thanks again
These things are set in a file called XF86Config or XF86Config-4 depending on your distro. The file is usually found in /etc/X11 (preferably) or in /usr/X11R6/lib/X11. It might even be in your home folder or such.

Open this file up with you favorite editor. Since you are using KDE I suggest Kwrite or as you mentioned Kedit. Back up the file before making changes.

The resolution or dpi is found in the manual of your mouse or do some google.com browsing for info. Mostly modern optical mice has 800.

You need to restart X for changes to get through.

I hope this was of some help. Being a non-usual-distro user and used to shell I might have not made myself understandable. Ask again and Ill try another angle
 
Old 09-22-2003, 06:37 AM   #9
Tezdread
Member
 
Registered: Aug 2002
Location: England
Distribution: SuSE 8.1
Posts: 84

Original Poster
Rep: Reputation: 15
muflon, your advice has worked for me, I'm able to edit the right file but so far I've been unable to get my mouse to work.

I will spend more time on it this week and try a few different config options. There is a lot of info on this site with lots of config options, it's just getting the time to try it out.

Thanks again...
 
  


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
SUSE 9.3 problems (mouse working incorrectly) and other problems izquierdista SUSE / openSUSE 1 09-22-2005 08:08 PM
Mouse setup problems for a 8 button mouse. Devboy Linux - General 3 12-25-2004 04:53 PM
new nvidia driver & mouse problems - odd errors produced, no mouse detected. UrbanSlayer Debian 4 07-03-2004 08:13 PM
USB mouse, keyboard, hid, console mouse problems jqcaducifer Linux - General 1 08-05-2003 09:43 AM
USB Mouse and Trackpad Mouse problems macshark Linux - Hardware 6 12-24-2002 10:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:22 PM.

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