LinuxQuestions.org
Review your favorite Linux distribution.
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 03-23-2005, 06:08 AM   #1
oobermeyer
LQ Newbie
 
Registered: Mar 2005
Location: Tennessee, USA
Distribution: Mandrake 9.1
Posts: 5

Rep: Reputation: 0
mouse issue....


Hi. This is my first ,and definitely not my last, post on this forum. I am a relatively new linux user. I installed the Mandrake 9.1 distro about a year and a half ago.

My problem.....
I have a 'micro innovations ps/2 optical mouse' and it's giving me fits. I got all the buttons and scroll wheel working finally after reading through dozens of message boards, but the movement isn't right. If I move it fast it registers just fine, but if I try to do slow, precise movements, the cursor hardly moves at all.

The mouse doesn't give me any problems on windows. I use the standard ps/2 mouse driver on that os. It's just a pain in the butt switching between it and the ball mouse every time I change between win and linux.

my /etc/X11/XF86Config-4 (do I also need to edit the XF86Config-4 in /etc/? Or the standard /etc/XF86Config? I read somewhere that it doesn't read the latter 2 if it finds the -4 in /etc/X11?):

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2" (I tried "auto" here...same results)
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

I also edited the /etc/sysconfig/mouse file, don't know if it was necessary though:
MOUSETYPE=ps/2
XMOUSETYPE=ImPS/2 (was PS/2)
FULLNAME="PS/2|ImPS/2" (was PS/2|MicrosoftExplorerPS/2)
XEMU3=no (was yes)
WHEEL=yes (was no)
device=/dev/psaux

I can't tell any difference since modding that 1.

I've been searching all day and haven't found anyone with a similar problem using this mouse.

thanks

P.S. I recently installed a generic GeForce 5200 FX card, but I think it was doing it before I installed it.
 
Old 03-24-2005, 06:50 AM   #2
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
this may not help...
maybe it's just a shite mouse?

if you've got the cash, go and buy a logitech.
they work lovely.
 
Old 06-02-2005, 05:58 PM   #3
FreeThinkerJim
Member
 
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129

Rep: Reputation: 15
I have a similar problem with a M$ keyboard/mouse wireless combination. (Microsoft Wireless Optical Desktop 1.0) For the past year I've had this set up on a ps2 based kvm switch. That worked ok on my linux, but not on Windows, so I decided to get a usb kvm. Things work fine on windows now on both systems. But on Linux, my mouse moves to either the very top edge of the very right edge of my screen at random. It's very irritating. I've tried everything you've tried, and haven't gotten any solutions
 
Old 06-04-2005, 01:39 PM   #4
N52
LQ Newbie
 
Registered: Jun 2003
Posts: 7

Rep: Reputation: 0
I have the exact same mouse with the exact same problems that you're having. I can't even get mine to move. I'll post whatever I find for a fix.
 
Old 06-04-2005, 02:23 PM   #5
FreeThinkerJim
Member
 
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129

Rep: Reputation: 15
I've been doing some testing, and I don't think the problem is with X, but some problem within the configuration of the user. I have tried this with a test user and root using Gnome, and the mouse works fine. I'm going to wipe out my user and see it that helps.
 
Old 06-04-2005, 03:53 PM   #6
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
The mouse sensitivity setting just might not be set appropriately. If you're using KDE, go to Control Center > Peripherals > Mouse > Advanced, and all the mouse settings will be visible. Good luck with it -- J.W.
 
Old 06-04-2005, 05:17 PM   #7
FreeThinkerJim
Member
 
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129

Rep: Reputation: 15
I tried that already. Unfortunately, no change in anything. I think it may be a problem with a windowing toolkit (possibly gtk, because I use GNOME) I've noticed that it happens most often when I move my mouse over something like an icon, button, or even links in Firefox, but at this point that's just a theory. Thanks for the help
 
Old 06-04-2005, 09:58 PM   #8
FreeThinkerJim
Member
 
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129

Rep: Reputation: 15
Thumbs up Good News!!!

I've found the source of my problem. Since I use gnome as my desktop, I deleted everything to do with gnome in my user home folder and redid the desktop. As I was rearranging my panels, everything worked fine until I added the gpilot panel applet, then the behavior started up again. I removed it, restarted X, and now everything's fine. It seems that gnome-pilot was conflicting with my USB mouse/keyboard somehow. (I have a USB palm cradle) Maybe the problems everyone are experiencing here are a result of a similar type of conflict.
 
Old 06-06-2005, 06:31 PM   #9
MemoryDump
LQ Newbie
 
Registered: Jul 2003
Location: Ontario Canada
Distribution: Ubuntu 7.10 Gutsy
Posts: 13

Rep: Reputation: 0
hmm.. I just installed ubuntu and I'm having the exact same problem.. and I don't even have gpilot running since I don't have a palm pilot
install.
does anybody else have any other suggestions on how to make this M$ wireless keyboard/mouse combo working properly? the keyboard seems to be working perfectly (from what I can tell)

thxs
-MD
 
Old 06-06-2005, 06:40 PM   #10
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
You may want to add the resolution option to see if it helps:

Option "Resolution" "400"

Start with say, 400 dpi and work your way up and down in the hundreds and see if it responds any differently. You'll have to restart X each time though.

KC
 
Old 06-06-2005, 09:32 PM   #11
FreeThinkerJim
Member
 
Registered: Apr 2005
Location: Las Vegas, Nevada, USA
Distribution: Ubntu Intrepid Ibex (8.10)
Posts: 129

Rep: Reputation: 15
It might not be a palm pilot specifically, but some other USB device that you're using. What kind of devices do you have on your system?
 
Old 08-21-2005, 11:40 AM   #12
coldzieness
LQ Newbie
 
Registered: Aug 2005
Posts: 3

Rep: Reputation: 0
I also experianced problems using my optical PS2 mouse with gentoo linux using xorg
At first the mouse was working fine but later on it started acting funny. After a few seconds of moving my mouse it started opening windows and moving irregular mainly in the upper left hand corner. I looked around to see if there was any fixes to this but I could not find any. I tried using various drivers for the mouse in my xorg.conf file. Nothing worked. The only solution that I have came up with so far is this. When I started my xwindows session, I unplugged my ps2 mouse and then replugged it back in. The mouse irregular behavior stopped. Let me know what results you get when doing this.
 
Old 01-03-2006, 06:05 AM   #13
ng0g
LQ Newbie
 
Registered: Jul 2005
Location: Boone Iowa
Distribution: SuSE 9.3
Posts: 8

Rep: Reputation: 0
ubuntu and micro innovations optical mouse

I have the same kind of optical mouse. It works on 2 other computers, one running SuSE 9.3 and one running W98. dmesg shows that ubuntu thinks I have a ps2 mouse. As far as I know this Micro Innovations optical mouse is built to look like a wheeled PS2 mouse. I have a removable HD on this computer. I can remove it and slide one in that has W98 on it and this mouse works fine. The laser light on the mouse goes out at exactly the same point in the boot sequence every time. Just before ubuntu sets the clock.

From /etc/X11/xorg.conf

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

This is making me crazy, hmmm, my wife might say crazyer. I will keep working on this. If anyone comes up with a solution, please let me know. I have also put this on the ubuntu forums as I see someone over there has exactly the same problem.

Thanks, Steve
 
Old 01-03-2006, 09:51 AM   #14
ng0g
LQ Newbie
 
Registered: Jul 2005
Location: Boone Iowa
Distribution: SuSE 9.3
Posts: 8

Rep: Reputation: 0
Buttons always work

I noticed that my mouse buttons always work.

I got a reply from someone telling me that his Logic Tech mouse does the same thing, but that after boot, if he unplugs the mouse and then plugs it back in, all is ok. That does not work on this mouse.
 
Old 01-03-2006, 07:33 PM   #15
ng0g
LQ Newbie
 
Registered: Jul 2005
Location: Boone Iowa
Distribution: SuSE 9.3
Posts: 8

Rep: Reputation: 0
The problem appeat to be more wide spead then I thought

The more I research this problem the more folks I run into that appear to have the same or very similar problems. I am beginning to think that the problem is a bug in the software that recognizes, (or in this case fails to recognize) the mouse.
 
  


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
Slack 10.1 -- Mouse issue / X11 issue Pozican Linux - General 4 04-19-2005 03:44 AM
Mouse issue again!!! xmeson Slackware 2 01-03-2005 03:49 PM
mouse issue pacoonejr Linux - Newbie 6 11-08-2003 11:17 PM
mouse/gpm issue wr3ck3d Linux - General 2 03-09-2003 08:51 AM
New mouse, new issue... urinal cake Linux - Hardware 1 08-21-2002 12:04 AM

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

All times are GMT -5. The time now is 10:30 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