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.
|
 |
|
03-16-2006, 05:56 PM
|
#1
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Rep:
|
slack 10.2 mouse pointer A4-Tech NB-50 mooves vertically too fast
Mouse pointer moves vertically too fast, horizontal moovement is ok. The problem occures in terimnal and in X. The Inputdevice part of my xorg.conf looks like this
Code:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
I've changed protocool to auto and than to imps/2. All I get was liitle vertical and (unfortunately) horizontal slow down. What should I do to make the mouse work correctly?
One thing more, this mouse was working properly on te same computer under ubuntu 5.04.
|
|
|
03-16-2006, 06:11 PM
|
#2
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
If you go to a console and type:
man xset
It gives some options. For the mouse I think you use:
xset m default
Xset being the command, m being the mouse, and default being the default speed. There are other variables you can use, but you would have to read the man page.
If that still does nothing, it might just be too much sugar. You know how they get with that sugar.

Last edited by DrEwMoNeY; 03-16-2006 at 06:13 PM.
|
|
|
03-16-2006, 06:57 PM
|
#3
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Original Poster
Rep:
|
xset m 1 1
It is still too fast verticall and too slow horizontal
|
|
|
03-16-2006, 07:03 PM
|
#4
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
Did it not change at all?
EDIT: Is it a scroll mouse?
Last edited by DrEwMoNeY; 03-16-2006 at 07:04 PM.
|
|
|
03-16-2006, 07:09 PM
|
#5
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
Very Fast : xset m 7 10
Normal : xset m 3 10
System Default : xset m default
or here is my xorg.conf:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
It is a wireless scroll mouse though.
Sure it isn't too much sugar?

|
|
|
03-17-2006, 12:32 PM
|
#6
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Original Poster
Rep:
|
Yes this is scroll mouse. I've changed the protocool to imps/2 and the efect is bad. After reboot i could see the screen with login: etc, but I could not login. The keyboard is not working. Next reboot there is something about fixing something on disk and after this reboot. After this I can not login etc.
|
|
|
03-17-2006, 01:09 PM
|
#7
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
I think when I changed my xorg.conf to make my mouse work, I had to reboot for some other reason. Someone corrected me earlier, that all you have to do is Ctrl+Alt+Backspace to exit X. Then restart with startx. Sorry about that. Seems you only need to restart X.
Your original xorg.conf read:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Sorry I should have been more specific. I just posted mine for reference. I was waiting for you to tell me if you had a scroll mouse or not. You should only have to add one line to it so it reads:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
I don't think you would have to change anything else. I think you would have to get a little careless in xorg.conf for it to not boot now.
When you saved xorg.conf, it should have made a backup. It would be named xorg.conf~ or maybe xorg.conf.bak. Try renaming your xorg.conf to something else, and then rename your backup xorg file to xorg.conf.
|
|
|
03-17-2006, 01:16 PM
|
#8
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
If you have to, try running xorgconfig from the console. Maybe that would be easier for you.
|
|
|
03-17-2006, 05:11 PM
|
#9
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Original Poster
Rep:
|
I've added ZAxis MApping to xorg.conf, no changes 
|
|
|
03-18-2006, 05:46 PM
|
#10
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
The only change I've ever made to my xorg.conf file, was to add the line:
Option "ZAxisMapping" "4 5"
and edit the line:
Option "Protocol" "PS/2"
to read:
Option "Protocol" "IMPS/2"
I had to add the first line, to make the scroll button work. I have a Logitech Wireless Mouse. Perhaps you need to research your specific mouse.
|
|
|
03-18-2006, 06:18 PM
|
#11
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Original Poster
Rep:
|
empty post 
|
|
|
03-18-2006, 06:19 PM
|
#12
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Original Poster
Rep:
|
I've added things from here but it does not make any change.
edit:
only after fiveth post I could add link
|
|
|
03-18-2006, 11:41 PM
|
#14
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
The mouse mentioned in the article you posted (newsforge) said it was USB. Is your mouse USB? I have heard of some USB devices not working, or not working properly, under the 2.4 kernel.
When I installed Slackware, I used the 2.6 test kernel on the CD. Maybe that is why I never had any big problems with my mouse.
Something else to look into.
|
|
|
03-18-2006, 11:44 PM
|
#15
|
Member
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
|
Yep, Ubuntu 5.04 uses the 2.6.10 kernel, that might be your problem.
|
|
|
All times are GMT -5. The time now is 10:19 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
|
|