LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-09-2004, 11:40 AM   #1
mjwnijkamp
LQ Newbie
 
Registered: Apr 2004
Location: Netherlands
Distribution: SuSe 9, Ximian
Posts: 13

Rep: Reputation: 0
Unhappy Two mice, one linux?


Well, here's the deal. SuSe 9 pro installed on thinkpad with trackpoint recognized. Next thing was to get the USB intellipoint mouse running too, which did actuall work without a glitch. But....

Im new to linux and dont have a clue how to get both functioning (trough the terminal anyway) at the same time, without having to switch between them in Yast all the time? I would really like to use them both! Did anyone figure this out ?
 
Old 05-09-2004, 12:24 PM   #2
Muzzy
Member
 
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo, Slackware
Posts: 333

Rep: Reputation: 30
Do you have a /dev/input/mice?

Code:
ls /dev/input/mice
If so you can use that in your XF86Config, and both should work at the same time.
 
Old 05-10-2004, 09:36 AM   #3
mjwnijkamp
LQ Newbie
 
Registered: Apr 2004
Location: Netherlands
Distribution: SuSe 9, Ximian
Posts: 13

Original Poster
Rep: Reputation: 0
Yes, i seem to have exactly that actually, plus some thirty or more mouses (1-30). But where to take it from there? (i know i am a total linux noob .
 
Old 05-10-2004, 11:46 AM   #4
Muzzy
Member
 
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo, Slackware
Posts: 333

Rep: Reputation: 30
Edit XF86Config as root and search for the mouse:

Code:
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"    "PS/2"
    Option      "Device"      "/dev/input/mice"
    Option      "Emulate3Buttons"
EndSection
Make sure the device is correct is pointing to "/dev/input/mice".
Take a backup before you change it in case of an error.
 
Old 05-10-2004, 12:15 PM   #5
mjwnijkamp
LQ Newbie
 
Registered: Apr 2004
Location: Netherlands
Distribution: SuSe 9, Ximian
Posts: 13

Original Poster
Rep: Reputation: 0
Ok, think i understand the magic. my section looks like this

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "on"
Option "Name" "Autodetection"
Option "Protocol" "PS/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Now i guess i ought to change
Option "Device" "/dev/mouse" into
Option "Device" "/data1/dev/input/mice"

Now this might sound a bit silly but won't I get into trouble since the protocols for the two mice are different? NB USB intellipoint and PS/2 trackpoint? If yes, how should I set both protocols into the config file appropriatly? thanks in advance!
 
Old 05-10-2004, 12:42 PM   #6
Muzzy
Member
 
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo, Slackware
Posts: 333

Rep: Reputation: 30
Erm good point, not sure actually! You might mave to play with it a bit to get it working, although last time I tried it it worked first time - I happen to have a touchpad and a USB mouse so this is pretty similar to your setup, I can just quickly try it and see if I can get them both working....
 
Old 05-10-2004, 12:54 PM   #7
Muzzy
Member
 
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo, Slackware
Posts: 333

Rep: Reputation: 30
OK I was a bit worried when I plugged my mouse in and it didn't work...

But it turned out all I was missing was to load a module:
modprobe usbhid

This is with Protocol="PS/2" ... don't ask me why it work's it just does!
 
Old 05-10-2004, 01:00 PM   #8
Muzzy
Member
 
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo, Slackware
Posts: 333

Rep: Reputation: 30
You can have a look at my XF86Config if you like, I posted it here. I only have one mouse section, even though I have two mice. It works fine, even when I use both at the same time.

http://muzzy.is-a-geek.com/~mark/linux/XF86Config
 
Old 05-10-2004, 03:47 PM   #9
mjwnijkamp
LQ Newbie
 
Registered: Apr 2004
Location: Netherlands
Distribution: SuSe 9, Ximian
Posts: 13

Original Poster
Rep: Reputation: 0
Now im really baffled.
I kept my fingers crossed, rebooted and you know what happened? The PS/2 trackpoint did not respond anymore, but the intellipoint did! even tough the XF86Config file suggests it runs under dev/input/mice PS/2 protocol. hehehe, it's a bit like monthy python: really strange but funny and a bit annoying. Anyhow, back to the drawingboard i guess...
 
Old 05-11-2004, 08:41 AM   #10
mjwnijkamp
LQ Newbie
 
Registered: Apr 2004
Location: Netherlands
Distribution: SuSe 9, Ximian
Posts: 13

Original Poster
Rep: Reputation: 0
The winning solution...

Well that sure wasn't no picknick, but this is the winning config solution for a usb mouse plus trackpoint.

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/pointer1"
Option "Emulate3Buttons" "on"
Option "Name" "Autodetection"
Option "Protocol" "ps/2"
Option "Vendor" "Sysp"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Device" "/dev/pointer0"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
EndSection
 
  


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
2 mice Rocker Linux - Software 0 02-16-2005 07:18 AM
xmodmap for multiple mice? external and laptop mice scrolling back/forward, etc. bleargh Linux - Software 3 12-31-2004 08:48 AM
Wireless Optical Mice and problems with linux? shodekiagari Linux - Hardware 1 09-06-2004 04:23 PM
2 mice? linda Linux - Hardware 6 08-21-2004 04:25 PM
Linux Keyboards/Mice mymojo Linux - Newbie 3 10-20-2003 12:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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