2001-11-14 03:50:02

by Ben Greear

[permalink] [raw]
Subject: Question on USB mouse & laptop.

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 <[email protected]> <Ben_Greear AT excite.com>
President of Candela Technologies Inc http://www.candelatech.com
ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear



2001-11-14 04:49:08

by Joel Jaeggli

[permalink] [raw]
Subject: Re: Question on USB mouse & laptop.

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 [email protected]
Academic User Services [email protected]
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.