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 10-13-2004, 12:49 AM   #1
HowJ
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Rep: Reputation: 0
Question USB mouse problem on IBM T20?


I've just installed Slackware10 on my T20, everything seems OK but the usb mouse.

My usb mouse is MS WheelMouseOptical, it can work if it's pluged to PS/2 port but to USB port it doesn't work.

The TrackPoint works well.

I tried to use 'mouseconfig' to change the port to USB but it failed when system boot.

How can I make the usb mouse work? Should I modify the protocol in /etc/X11/xorg.conf to "USB"?(now is "IMPS/2"or"PS/2")
 
Old 10-13-2004, 01:14 AM   #2
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Rep: Reputation: 31
I had the same problem on a T21, running SL10.

You may first want to try the various suggestions for tinkering with your xorg.conf. There are a number of sample XF86Configs floating around the Net that are made especially for T2x Thinkpads. I've put the pertinent section form mine below.

BTW, I've now got my USB cordless optical mouse working at the same time as the track point.
Code:
Section "ServerLayout"
  Identifier "XFree86 Configured"
  Screen 0 "Screen0" 0 0
  InputDevice "Keyboard0" "CoreKeyboard"
  InputDevice "PS/2 Mouse" "CorePointer"
  InputDevice "USB Mouse" "SendCoreEvents"
EndSection

Section "ServerFlags"
  Option "AllowMouseOpenFail" "true"
EndSection

##[[ I'm omitting all the keyboard and monitor stuff for this forum post ]]

 Section "InputDevice"
  Identifier "PS/2 Mouse"
  Driver "mouse"
  Option "Protocol" "auto"
  Option "Device" "/dev/mouse"
  Option "Emulate3Buttons" "false"
  Option "Emulate3Timeout" "70"
  Option "ZAxisMapping" "4 5"
  Option "Buttons" "5"
 EndSection

 Section "InputDevice"
  Identifier "USB Mouse"
  Driver "mouse"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "IMPS/2"
  Option "Buttons" "5"
  Option "ZAxisMapping" "4 5"
 EndSection
In my case, changing xorg.conf wasn't enough to get both my TrackPoint and my USB optical mouse working. I finally had the follow the steps on this page, which include a kernel recompile to insure full USB support:

http://channels.lockergnome.com/linu...20011127.phtml

Note that I had already tried the older 2.4.x kernel, then upgraded it to 2.6.7. Neither supported my twin-mouse setup without tweaking.

Last edited by dhave; 10-13-2004 at 01:25 AM.
 
Old 10-13-2004, 01:23 AM   #3
HowJ
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Thumbs up

Thanks for your reply.

I think it's the T20's problem because I configured the same mouse and touchpad on a SAMSUNG Q10 before.

I will try as you suggested.
 
Old 10-13-2004, 01:27 AM   #4
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Rep: Reputation: 31
See my edited reply above. I put in the pertinent parts of my xorg.conf and included a link to a page that got me where I needed to be.
 
Old 10-13-2004, 01:37 AM   #5
HowJ
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Is this your current configuration?

Does the trackpoint on T21 have 5 buttons? There are only 3 buttons on T20.

I know the meaning of the configuration so I will try to modify it soon.

Wish it will be ok


One question more: which protocol you choose while gpm load? I mean in the command "mouseconfig", choose which is correct? THX

Last edited by HowJ; 10-13-2004 at 01:42 AM.
 
Old 10-13-2004, 01:55 AM   #6
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Rep: Reputation: 31
Quote:
Originally posted by HowJ
Is this your current configuration?

Yes, it is.

Quote:
Does the trackpoint on T21 have 5 buttons? There are only 3 buttons on T20.
No, my trackpoint has just 3 buttons, but I lifted this section from several other people's configs. Since it didn't cause any problems, I left it alone. The "5 button" stuff under the trackpoint ("PS/2 Mouse") section is probably unnecessary.

Quote:
One question more: which protocol you choose while gpm load? I mean in the command "mouseconfig", choose which is correct? THX
When I installed Slack 2.4.x the second time, I didn't choose the gpm option, since I was worried that it might have been causing a problem. So I can't answer this question, I'm afraid. However, I suspect gpm is turned back on in my upgraded kernel, because I seem to have full mouse action in console windows.
 
Old 10-13-2004, 02:01 AM   #7
HowJ
LQ Newbie
 
Registered: Oct 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks very much!

I've solved the problem without recompiling, just modify the xorg.conf and with gpm I chose IMPS/2.

Thanks for your help again!
 
  


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
Power Management- IBM Thinkpad T20 systemparadox Linux - Laptop and Netbook 7 02-16-2006 03:47 PM
Tips on installing 9.1 Pro on an IBM ThinkPad t20 Metalbarthug SUSE / openSUSE 4 10-21-2005 07:24 AM
Suse 9.2 and IBM Thinkpad T20 zulfi Linux - Laptop and Netbook 1 03-12-2005 09:58 PM
Ibm T20 tookey Linux - Hardware 1 03-31-2004 08:00 AM
XFree86/S3 Savage/IBM T20 swamitommi Linux - Hardware 4 12-19-2003 08:30 AM

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

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