Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PS/2 and USB Mouse
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Xptos
n00b
n00b


Joined: 29 May 2002
Posts: 53
Location: Japan

PostPosted: Tue Jun 04, 2002 4:27 am    Post subject: PS/2 and USB Mouse Reply with quote

I am doing an install on a laptop. About 90% of the time, I use a USB mouse, but occasionally I want to use the ps/2 trackpad. Is there an easy way to get both GPM and X to use both mouse devices at the same time?
Back to top
View user's profile Send private message
chh
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2002
Posts: 131
Location: Germany

PostPosted: Tue Jun 04, 2002 6:38 am    Post subject: Re: PS/2 and USB Mouse Reply with quote

Xptos wrote:
I am doing an install on a laptop. About 90% of the time, I use a USB mouse, but occasionally I want to use the ps/2 trackpad. Is there an easy way to get both GPM and X to use both mouse devices at the same time?

Well, I cannot help you personally, but i remember that the topic of 2 mice or, like in your case, a mouse and a touchpad was covered in the suse mailing list, I fear it is the german one. But perhaps the same topic came up in the english list, too.
You can find the archives at lists2.suse.com. Or search via google.

Greetings Chris
Back to top
View user's profile Send private message
huw
Apprentice
Apprentice


Joined: 13 May 2002
Posts: 220
Location: UK

PostPosted: Tue Jun 04, 2002 10:06 am    Post subject: Reply with quote

Easy!

You need this section on your XF86config:
Code:
Section "ServerLayout"
   Identifier "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Mouse1" "AlwaysCore" 
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Then sections for both your pointers - probably similar to these:
Code:
Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
   Option      "Emulate3Buttons" "off"
   Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"                                                       
       Identifier  "Mouse1"                                                 
       Driver      "mouse"                                                 
       Option      "Device" "/dev/mouse"                                   
       Option      "Protocol" "PS/2"                                       
       Option      "Emulate3Buttons" "on"
EndSection
 


These are mine for a USB M$ mouse and the trackpad on my laptop.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum