Slackware This Forum is for the discussion of Slackware Linux.
|
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.
|
 |
01-16-2004, 04:22 PM
|
#1
|
Member
Registered: Nov 2003
Location: Sweden
Distribution: Slackware 13.37 on lappy, ubuntu on server.
Posts: 130
Rep:
|
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 =/
|
|
|
01-16-2004, 04:25 PM
|
#2
|
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:
|
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
|
|
|
01-16-2004, 04:26 PM
|
#3
|
Member
Registered: Nov 2003
Location: Sweden
Distribution: Slackware 13.37 on lappy, ubuntu on server.
Posts: 130
Original Poster
Rep:
|
o...k.... so where do i get the drivers and how do I install them? (im an ultra uber mega n00b)
|
|
|
01-16-2004, 04:38 PM
|
#4
|
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:
|
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
|
|
|
01-16-2004, 04:50 PM
|
#5
|
Member
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117
Rep:
|
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
|
|
|
01-16-2004, 04:56 PM
|
#6
|
Member
Registered: Nov 2003
Location: Sweden
Distribution: Slackware 13.37 on lappy, ubuntu on server.
Posts: 130
Original Poster
Rep:
|
I chose ps2 mouse in that config, i tried auto, ps2 and intellimouse and microsoft mouse, all ending up with the same problem =/
|
|
|
01-16-2004, 05:21 PM
|
#7
|
Member
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117
Rep:
|
as slightcrazed said: use "imps2" (as in intelli mouse ps/2)
|
|
|
01-16-2004, 07:01 PM
|
#8
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
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"
|
|
|
01-16-2004, 08:12 PM
|
#9
|
Member
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513
Rep:
|
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
|
|
|
01-17-2004, 10:49 AM
|
#10
|
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:
|
Sorry, I was going from memory. Your right, protocol should be imps/2
slight
|
|
|
04-20-2006, 07:47 PM
|
#11
|
LQ Newbie
Registered: Dec 2005
Distribution: Ubuntu 16.04.02 x64
Posts: 14
Rep:
|
.
Sorry, started post in wrong forum.
Last edited by anon212; 05-13-2006 at 10:11 AM.
Reason: Trying to delete my post.
|
|
|
04-21-2006, 09:45 AM
|
#12
|
LQ Newbie
Registered: Apr 2006
Posts: 3
Rep:
|
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?
|
|
|
04-21-2006, 03:18 PM
|
#13
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Try running mouseconfig.
|
|
|
04-27-2006, 07:10 AM
|
#14
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
And then reopened.
|
|
|
All times are GMT -5. The time now is 09:53 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
|
|