LinuxQuestions.org
Visit Jeremy's Blog.
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 05-09-2004, 03:10 AM   #1
Palagasr
LQ Newbie
 
Registered: May 2004
Location: Raleigh, NC
Distribution: mandrake 10, slackware 9.1
Posts: 3

Rep: Reputation: 0
Unhappy 9.1; mouse not working. kvm? wrong configuration?


hello everyone. i'm a slackware novice. i've tried mandrake 9.1 and 10 and got pretty decent with those, but slackware is kicking my ASS.

anyway, my mouse isn't working in 9.1 AT ALL. now, i have an interesting situation with my mouse. it's a USB Microsoft optical mouse (it might be an intellimouse, i'm not sure; two normal buttons, wheel in between, those two annoying natigation buttons on the side). i run two computers (one winxp, one linux) via an IOGEAR 2 port kvm switch.

i run the USB mouse into a USB to PS/2 adapter into the KVM. the KVM then runs into a PS/2 to USB adapter and into a USB2.0 pci card in the back of my linux box. the reason i have to do this is that the mouse ps/2 port on the motherboard doesn't work (and it's a usb mouse anyway, so it was never a big deal). mandrake 10 community didn't have a problem with this, so i'm trying to figure out what the problem is.

i'd really appreciate it if someone here could help me out. and please, i'm still a screaming, pissing my pants linux novice, so try to dumb down responses as much as possible, hehe

thanks in advance

-P.
 
Old 05-09-2004, 03:21 AM   #2
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
be shure to find out what type of mouse you have, you can probably find it somewhere on the mouse. How many buttons does it have?

As you probably know the mouse is set up in /etc/X11/XF86Config :
Section "InputDevice"

this are the options for a standard wheel mouse with 3 buttons:

Option "Protocol" "IMPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"

(edit as needed)
You could try to fill in the protocol to "Auto" as well,
I don't think the kvm has anything to do with it, it will prolly be wrong config (read: protocol) of your mouse
 
Old 05-09-2004, 10:37 AM   #3
Palagasr
LQ Newbie
 
Registered: May 2004
Location: Raleigh, NC
Distribution: mandrake 10, slackware 9.1
Posts: 3

Original Poster
Rep: Reputation: 0
huh, i didn't realize it would be labelled on the bottom. it's a USB Microsoft Intellimouse Optical 1.0A USB & PS/2 Compatible mouse. it has five buttons IF you include the mouse wheel as one button.

does this help?

-P.
 
Old 05-09-2004, 11:02 AM   #4
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
I am not shure about the button thingie, but there is an instead of IMPS/2 fill in IntelliMouse
 
Old 05-09-2004, 04:53 PM   #5
Palagasr
LQ Newbie
 
Registered: May 2004
Location: Raleigh, NC
Distribution: mandrake 10, slackware 9.1
Posts: 3

Original Poster
Rep: Reputation: 0
i tried reinstalling slackware with the mouse plugged directly into the computer (instead of the kvm) and it worked fine. but once i plug it back into the kvm, it gets all screwy. it'll only move vertically across the screen, no horizontal movement at all.

-P.
 
Old 05-11-2004, 07:10 PM   #6
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Perhaps
Option "Protocol" "auto"
in the Xfree .config file can help.
 
Old 05-27-2004, 10:59 AM   #7
drake42
LQ Newbie
 
Registered: May 2004
Posts: 8

Rep: Reputation: 0
Check if you are using a PS/2 -> USB converter

All of my KVM problems went away when I noticed that the actual mouse I was using was connected to the
KVM through one of those PS/2 (round plug) to USB (rectangle plug) converters.

I found another mouse that didn't need the converter, but still has the wheel and everything works great.

For me the IMPS/2 didn't matter and getting rid of the scroll wheel in XF86Config didn't help but getting that converter out of the way made everything work like magic.

Drake42
 
Old 05-27-2004, 01:08 PM   #8
dmadcat
Member
 
Registered: Aug 2003
Location: Columbus, OH
Distribution: Slackware
Posts: 32

Rep: Reputation: 15
So you have a USB mouse going to a PS2 adapter into the KVM and then from the PS2 through a USB adapter into the USB port on the PC? If you absolutely have to use this USB mouse try ditching the second adapter and plugging the KVM cord straight into the PS2 mouse port on the back of the PC. That's most likely where you're running into problems. The KVM isn't made for USB.
 
Old 05-27-2004, 01:36 PM   #9
stef52
Member
 
Registered: May 2004
Location: Croatia
Distribution: Slackware
Posts: 35

Rep: Reputation: 15
USB mouse and Slackware9.1

You should edit /etc/X11/XF86Config

Here is how "Core Pointer's InputDevice section" should look like :

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "USB mice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection


At the end of XF86Config is "ServerLayout section" and it should have these two lines:

InputDevice "USB mice" "CorePointer" ## ---> this one is important
InputDevice "Keyboard1" "CoreKeyboard"
 
Old 05-27-2004, 01:51 PM   #10
dmadcat
Member
 
Registered: Aug 2003
Location: Columbus, OH
Distribution: Slackware
Posts: 32

Rep: Reputation: 15
While that's probably a good idea to do (and I would probably do it as well) the problem isn't in the config if the mouse works when directly connected to the PC.

If the problem is not there when you connect directly to the PC but is there when you add the KVM you'd have to logically deduce that the problem is the KVM or rather how the KVM is connected.

One thing I've noticed with USB is it's pretty easy to go from USB to PS2 but the reverse doesn't always work well.

KVM's are also kinda touchy about that sort of thing ( I have a similar setup right here on my desk).

The USB mouse with a PS2 adapter to the KVM should work just fine but you're undoubtedly causing a problem with the adapter back to USB on the KVM cable. Aside from that USB isn't noticably faster than PS2 so you won't suffer any if you ditch the second adapter and plug the KVM into the PS2 port.
 
Old 05-27-2004, 02:01 PM   #11
stef52
Member
 
Registered: May 2004
Location: Croatia
Distribution: Slackware
Posts: 35

Rep: Reputation: 15
USB vs PS2

If you're playing games on Linux (quake3 , UT ...) you should notice big difference in mouse input. For me USB works much better (Logitech B69 usb/ps2 mouse).
 
Old 05-27-2004, 02:10 PM   #12
dmadcat
Member
 
Registered: Aug 2003
Location: Columbus, OH
Distribution: Slackware
Posts: 32

Rep: Reputation: 15
Really? I'll have to check that out then (probably why I keep getting my ass kicked in Tribes 2)...
 
  


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
Mouse Problems with KVM moger Red Hat 2 05-27-2011 01:49 PM
Slackware 10.2 USB Mouse Configuration not working right. PastorFrederick Linux - Newbie 3 10-09-2005 07:31 PM
KVM mouse glitch VxJasonxV Linux - Hardware 30 03-15-2005 01:15 PM
Mouse does not work through KVM jeffq Linux - Hardware 10 01-10-2005 08:20 AM
USB mouse through PS/2 KVM Telexen Linux - Hardware 2 10-02-2004 11:06 AM

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

All times are GMT -5. The time now is 08:30 AM.

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