LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-16-2004, 04:22 PM   #1
Grisnak
Member
 
Registered: Nov 2003
Location: Sweden
Distribution: Slackware 13.37 on lappy, ubuntu on server.
Posts: 130

Rep: Reputation: 15
Mouse problem


I configured the xf86 thingy and started a desktop (tried both gnome and blackbox and fluxbox) and everything looks cool but my mouse cursor is like stuck in the upper left corner and cant be moved, when i move it it just lags sort of, what might be wrong? I have a microsoft intellimouse =/
 
Old 01-16-2004, 04:25 PM   #2
slightcrazed
Member
 
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789

Rep: Reputation: 30
That's usually a mouse driver problem. In your XF86config file there is a section for pointer, and in that is the name of the driver for your mouse. Intellimouse should be imps2.

slight
 
Old 01-16-2004, 04:26 PM   #3
Grisnak
Member
 
Registered: Nov 2003
Location: Sweden
Distribution: Slackware 13.37 on lappy, ubuntu on server.
Posts: 130

Original Poster
Rep: Reputation: 15
o...k.... so where do i get the drivers and how do I install them? (im an ultra uber mega n00b)
 
Old 01-16-2004, 04:38 PM   #4
slightcrazed
Member
 
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789

Rep: Reputation: 30
The drivers are already included. You just need to update the XF86config file to point to the correct driver. In your XF86config file look for a section that describes your mouse. There will be a line that says 'driver=something'. Change that line to read imps2.

Step by step (as root):

cd to your /etc/X11/

vi XF86config

scroll down, until you see the line about the mouse. type 'i'. This puts you in insert mode. You can now edit the file. change the name of the driver to imps2. Now hit the esc key. You are now out of insert mode. Type :wq! (include the colon).

all set.

slight
 
Old 01-16-2004, 04:50 PM   #5
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
if you can't work with vi.. do the same thing you did before to configure your xf86 thingy and then choose imps2 for your mouse pointer
 
Old 01-16-2004, 04:56 PM   #6
Grisnak
Member
 
Registered: Nov 2003
Location: Sweden
Distribution: Slackware 13.37 on lappy, ubuntu on server.
Posts: 130

Original Poster
Rep: Reputation: 15
I chose ps2 mouse in that config, i tried auto, ps2 and intellimouse and microsoft mouse, all ending up with the same problem =/
 
Old 01-16-2004, 05:21 PM   #7
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
as slightcrazed said: use "imps2" (as in intelli mouse ps/2)
 
Old 01-16-2004, 07:01 PM   #8
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Quote:
Originally posted by Grisnak
I chose ps2 mouse in that config, i tried auto, ps2 and intellimouse and microsoft mouse, all ending up with the same problem =/
Try this line (make sure all other "Protocol" options are commented out in the mouse section):
Code:
Option   "Protocol"   "IMPS/2"
And if its a wheel mouse, you can add this option:
Code:
Option   "ZAxisMapping"   "4 5"
 
Old 01-16-2004, 08:12 PM   #9
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Quote:
Originally posted by slightcrazed
...There will be a line that says 'driver=something'. Change that line to read imps2...
AFAIK, the driver should be "mouse", while the _Protocol_ should be IMPS/2 for a PS/2 Intellimouse. Check out the Mouse Support in XFree86 documentation, particularly the sections 5, 6, and 7.


---thegeekster
 
Old 01-17-2004, 10:49 AM   #10
slightcrazed
Member
 
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789

Rep: Reputation: 30
Sorry, I was going from memory. Your right, protocol should be imps/2

slight
 
Old 04-20-2006, 07:47 PM   #11
anon212
LQ Newbie
 
Registered: Dec 2005
Distribution: Ubuntu 16.04.02 x64
Posts: 14

Rep: Reputation: 0
Unhappy .

Sorry, started post in wrong forum.

Last edited by anon212; 05-13-2006 at 10:11 AM. Reason: Trying to delete my post.
 
Old 04-21-2006, 09:45 AM   #12
Roelof
LQ Newbie
 
Registered: Apr 2006
Posts: 3

Rep: Reputation: 0
I do also have mouse problems: two of them. When I run kernel 2.4.10, the mouse works in bash but not in X: it runs to the upper right corner at the first move and stays there.
And running kernel 2.6.16.4, it does nothing at all, though I configured the kernel to work with serial mouse.

My mouse is a serial 2-button one.

Can anybody help?
 
Old 04-21-2006, 03:18 PM   #13
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Try running mouseconfig.
 
Old 04-27-2006, 07:10 AM   #14
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
And then reopened.
 
  


Reply

Tags
mouse, serial



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
HP wireless k/b and mouse set- mouse problem lubond Linux - Hardware 5 08-14-2006 01:10 PM
problem with mouse fender1212 Debian 3 09-20-2004 07:40 AM
mouse/mouse driver problem nadim khemir Mandriva 0 08-07-2004 05:01 AM
Mozilla middle click problem, maybe a mouse problem techrolla Linux - Software 5 04-21-2004 12:40 AM
The you have a Mouse Pointer Problem(mouse stick top left)here is the solution. dr4ven Linux - Hardware 0 05-25-2003 05:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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