LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-16-2006, 05:56 PM   #1
qlus
LQ Newbie
 
Registered: Mar 2006
Posts: 9

Rep: Reputation: 0
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.
 
Old 03-16-2006, 06:11 PM   #2
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
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.
 
Old 03-16-2006, 06:57 PM   #3
qlus
LQ Newbie
 
Registered: Mar 2006
Posts: 9

Original Poster
Rep: Reputation: 0
xset m 1 1
It is still too fast verticall and too slow horizontal
 
Old 03-16-2006, 07:03 PM   #4
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
Did it not change at all?

EDIT: Is it a scroll mouse?

Last edited by DrEwMoNeY; 03-16-2006 at 07:04 PM.
 
Old 03-16-2006, 07:09 PM   #5
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
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?

 
Old 03-17-2006, 12:32 PM   #6
qlus
LQ Newbie
 
Registered: Mar 2006
Posts: 9

Original Poster
Rep: Reputation: 0
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.
 
Old 03-17-2006, 01:09 PM   #7
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
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.
 
Old 03-17-2006, 01:16 PM   #8
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
If you have to, try running xorgconfig from the console. Maybe that would be easier for you.
 
Old 03-17-2006, 05:11 PM   #9
qlus
LQ Newbie
 
Registered: Mar 2006
Posts: 9

Original Poster
Rep: Reputation: 0
I've added ZAxis MApping to xorg.conf, no changes
 
Old 03-18-2006, 05:46 PM   #10
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
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.
 
Old 03-18-2006, 06:18 PM   #11
qlus
LQ Newbie
 
Registered: Mar 2006
Posts: 9

Original Poster
Rep: Reputation: 0
empty post
 
Old 03-18-2006, 06:19 PM   #12
qlus
LQ Newbie
 
Registered: Mar 2006
Posts: 9

Original Poster
Rep: Reputation: 0
I've added things from here but it does not make any change.

edit:
only after fiveth post I could add link
 
Old 03-18-2006, 11:13 PM   #13
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
Here are a couple of links. I don't think I can supply much more help, beyond what I already have. Try doing a search here in the forums or google.

http://linuxreviews.org/howtos/xfree/mouse_speed_in_x/

http://www.troubleshooters.com/linux/mouse.htm

I don't know much more than what I've already told you. Sorry, it's just what I did, and it worked for me.
 
Old 03-18-2006, 11:41 PM   #14
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
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.
 
Old 03-18-2006, 11:44 PM   #15
DrEwMoNeY
Member
 
Registered: Jan 2006
Location: Vulcan
Distribution: *buntu - Slackware - Anything on USB
Posts: 254

Rep: Reputation: 30
Yep, Ubuntu 5.04 uses the 2.6.10 kernel, that might be your problem.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
a4 Tech Optical Mouse Configuration islamguidedotcom Linux - Hardware 0 03-12-2006 09:54 AM
Klinux 2.0 (slack 9.1 derivative) won't run via tech vt6102 nic drgnslv Slackware 0 03-03-2006 07:12 AM
disconnect USB mouse data from the mouse pointer Yeronimo Programming 0 04-07-2005 03:26 AM
Erratic mouse pointer with wireless USB mouse jomax Fedora 0 01-04-2005 03:38 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 10:19 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