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 |
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-10-2004, 08:44 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2004
Posts: 1
Rep:
|
usb mouse in X has only horizontal movement
hi,
I installed Slackware 10.0, with my Microsoft mouse (2 button + 1 wheel) plugged into the USB port. It is recognized correctly at /dev/mouse, and the mouse pointer, cut/paste etc work fine on the text commandline. But when I start X, the mouse pointer has only horizontal movement, and only along the top edge of the screen.
My xorg.conf has,
Option "Device" "/dev/mouse" <-- this soft links to ./dev/input/mice
Option "Protocol" "Microsoft"
(I typed the above from memory, so may have typos...)
I also tried loading,
modprobe hid
modprobe usbmouse
modprobe mousedev
individually, but the problem persists.
Any suggestions ?
thanks.
|
|
|
|
09-10-2004, 11:21 PM
|
#2
|
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Try...
Code:
Option "Protocol" "ImPS/2" # Should make the mouse a happy camper
Option "ZAxisMapping" "4 5" # Gotta give the wheel some lovin', too.
Don't forget to restart the Xserver after you make the changes (Just logging out of X won't cut it)
Last edited by mcleodnine; 09-10-2004 at 11:23 PM.
|
|
|
|
09-12-2004, 04:02 AM
|
#3
|
|
LQ Newbie
Registered: Sep 2004
Distribution: Slackware
Posts: 2
Rep:
|
Hi Community
I've got the same problem with my IntelliMouse Explorer 4.0 USB...
The mouse pointer has only horizontal movement!?
Here is the xorg.conf of my Slackware 10.
Code:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
|
|
|
|
09-12-2004, 10:18 AM
|
#4
|
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Have you tried Option Protocol "Auto"?
|
|
|
|
09-19-2004, 04:41 AM
|
#5
|
|
LQ Newbie
Registered: Sep 2004
Distribution: Slackware
Posts: 2
Rep:
|
Now i know the solution...
Ich had to unload the "usbmouse" kernel module...
Don't ask me why this solution helps, but now it works 
|
|
|
|
09-19-2004, 11:27 PM
|
#6
|
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Ahhh. Were you by chance running 'gpm'? (allows you to use the mouse in the console, no X)
|
|
|
|
09-23-2004, 05:02 PM
|
#7
|
|
LQ Newbie
Registered: Sep 2004
Location: Poland
Posts: 1
Rep:
|
Quote:
Originally posted by die_rattte
Now i know the solution...
Ich had to unload the "usbmouse" kernel module...
Don't ask me why this solution helps, but now it works
|
Could You write a little tutorial how to do this ???:> I am complete newbie with linux.... i would be very gratefull .
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:26 PM.
|
|
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
|
|