public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Question on USB mouse & laptop.
@ 2001-11-14  3:49 Ben Greear
  2001-11-14  4:17 ` Joel Jaeggli
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2001-11-14  3:49 UTC (permalink / raw)
  To: linux-kernel

I have a Sony VAIO laptop.  When I plug in my USB keyboard, I can use both
it and the built-in keyboard.  However, it boots up with the USB mouse in,
I can only use the USB mouse, not the built-in scratch-pad mouse.
(Other than that, the USB stuff seems to work great!)

Is this expected behaviour?
If not, I'll send in a detailed report on my system...

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>       <Ben_Greear AT excite.com>
President of Candela Technologies Inc      http://www.candelatech.com
ScryMUD:  http://scry.wanfear.com     http://scry.wanfear.com/~greear



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Question on USB mouse & laptop.
  2001-11-14  3:49 Question on USB mouse & laptop Ben Greear
@ 2001-11-14  4:17 ` Joel Jaeggli
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Jaeggli @ 2001-11-14  4:17 UTC (permalink / raw)
  To: Ben Greear; +Cc: linux-kernel

you need to run gpm -M (for gpm console dual mouse support

for xf86 4.x you need to make sure there are two mouse setups...

something like:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection
To add another mouse just copy the above section and modify it, so that it 
reads:
Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection
 
then tweak the server layout section for the second mouse...

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1" "AlwaysCore"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


see if that helps...


On Tue, 13 Nov 2001, Ben Greear wrote:

> I have a Sony VAIO laptop.  When I plug in my USB keyboard, I can use both
> it and the built-in keyboard.  However, it boots up with the USB mouse in,
> I can only use the USB mouse, not the built-in scratch-pad mouse.
> (Other than that, the USB stuff seems to work great!)
> 
> Is this expected behaviour?
> If not, I'll send in a detailed report on my system...
> 
> Thanks,
> Ben
> 
> 

-- 
-------------------------------------------------------------------------- 
Joel Jaeggli				       joelja@darkwing.uoregon.edu    
Academic User Services			     consult@gladstone.uoregon.edu
     PGP Key Fingerprint: 1DE9 8FCA 51FB 4195 B42A 9C32 A30D 121E
--------------------------------------------------------------------------
It is clear that the arm of criticism cannot replace the criticism of
arms.  Karl Marx -- Introduction to the critique of Hegel's Philosophy of
the right, 1843.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-14  4:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-14  3:49 Question on USB mouse & laptop Ben Greear
2001-11-14  4:17 ` Joel Jaeggli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox