LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-28-2002, 04:35 PM   #1
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Rep: Reputation: 15
Configure Intellimouse in X


the only protocol that seems to work is "PS/2 mouse". It's not usually a big problem but when I play quake3 the mouse is too insensitive and I can't use the wheel. When I select the Intellimouse protocol in xf86config the mouse goes haywire. It doesn't move the way it should be. Btw, I've connected the mouse to the PS/2 port, not the USB.

What should I do?

Thx in advance.
 
Old 10-28-2002, 04:55 PM   #2
pesho_p
Member
 
Registered: Oct 2002
Location: 42° 42' N, 23° 19' E
Distribution: Slackware 8.1
Posts: 77

Rep: Reputation: 15
Code:
Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option      "Protocol" "IMPS/2"
	Option      "Device" "/dev/mouse"
	Option      "ZAxisMapping" "4 5"
EndSection
 
Old 10-28-2002, 07:29 PM   #3
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
You can also add the following option to increase the mouse resolution.

Option "Resolution" "300"

If you are using KDE as your window manager, then you can also increase the responsivness under "Control Center" -> Peripherals -> Mouse -> Advanced tab. Change the Acceleration factor. I use a value of 6 and it seems to respond most excellent. I do not know if the settings will have any value in Quake3 though.

Perhaps it may help, in addition to the prior post.
 
Old 10-29-2002, 07:36 AM   #4
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
The wheel still doesn't work. I've looked in the control center. Do I need to enable the wheel somewhere?
 
Old 10-29-2002, 08:05 AM   #5
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
First check in several apps. Some apps do not support the wheel to begin with.

What version X are you running and what config file did you modify as above. You can verify the settings and that they are working properly by reviewing the X log file, /var/log/XFree86.0.log. Usually it is the last 10 lines that you are most interested in. But the x config file that is loading is at the very beginning of the file.
 
Old 10-29-2002, 12:06 PM   #6
moorcito
LQ Newbie
 
Registered: Oct 2002
Location: Chicago, IL
Distribution: OpenSUSE
Posts: 13

Rep: Reputation: 0
With my generic "intellimouse" if I use "/dev/mouse", it goes all crazy like, so you might try changing this the "InputDevice" section of your XF86Config from

Option "Device" "/dev/mouse"


To look like this:

Option "Device" "/dev/psaux"

And make sure that you add the "ZAxisMapping" part that pesho_p posted. You'll also have to make sure that you have turned off 'emulate 3mouse buttons'. If that is on then the Zmapping won't work, and thus you wheel won't work.
 
Old 11-04-2002, 04:58 AM   #7
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
It works now. I inserted the lines in the wrong place
Thx for the help.
/Dag
 
Old 12-04-2002, 07:14 PM   #8
Independence
Member
 
Registered: Oct 2002
Posts: 45

Rep: Reputation: 15
i tried everything in this thread and my mouse still goes crazy (cursor heads for top right hand corner when moved). i check xf86cfg just to find that the mouse settings have reverted to their original values. and as newbish as this may sound, i dont know how to manually edit the config files from the command line (whats the command?).
 
Old 12-04-2002, 07:33 PM   #9
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Not sure about if you are running Slack or not. The side bar indicates Red Hat. But if Slack then try the "mcedit" editor. It is a simple editor that is a part of the Midnight Commander package. The file you want to work with normally is the /etc/X11/XF86Config file.

mcedit /etc/X11/XF86Config

Please post more info regarding the type of mouse, port, distro, etc. if you require more assistance.
 
Old 12-04-2002, 09:00 PM   #10
Independence
Member
 
Registered: Oct 2002
Posts: 45

Rep: Reputation: 15
yeah i was running redhat 8 but i wanted to do a little exploring i'll change the side bar when i get it working. im trying out a few things (hell, i may just buy a new mouse, this one gives me more problems then its worth sometimes).

for right now, im posting with my old 486 DX4 100 mhz laptop running windows 95. its always good to have a second computer handy for something like this
 
Old 12-04-2002, 10:16 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
*gets out his soap

He said a BAD word! :}

Cheers,
Tink
 
Old 12-04-2002, 11:20 PM   #12
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Independence; you formatted the wrong machine!
 
Old 12-05-2002, 12:31 AM   #13
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
I have a five button optical ps/2 mouse with the side buttons mapped to Atl+Left and Alt+Right for foreward/back navigation in web browsers :-)
 
Old 12-05-2002, 02:38 PM   #14
Independence
Member
 
Registered: Oct 2002
Posts: 45

Rep: Reputation: 15
heh. well... im using a microsoft optical intellimouse on my linux machine. its connected to the PS/2 port. on the commandline, it works as it should. but in X it goes crazy. im hoping i find a solution soon, i really dont wanna post with this laptop anymore (its too damn slow!!).
 
Old 12-05-2002, 02:48 PM   #15
Independence
Member
 
Registered: Oct 2002
Posts: 45

Rep: Reputation: 15
yes! it works now!

its alive! ITS ALIVE!!
 
  


Reply



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
Bluetooth Intellimouse ricey Linux - Hardware 16 01-07-2004 12:01 PM
PS/2 vs. Intellimouse ?? CodeWarrior Linux - Hardware 3 05-29-2003 01:59 AM
Need help with intellimouse numnuttz Linux - Newbie 1 02-26-2003 11:15 AM
Intellimouse questions again? wass29 Linux - Hardware 5 02-05-2003 07:55 AM
intellimouse llama_meme *BSD 4 05-16-2002 12:37 PM

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

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