B qnnayemhh nr Werbepc 01 mnap 2007 Mark Thomas m`ohq`k(a):
> On Oct 31, 2007 9:47 PM, Vadim Jukov <[EMAIL PROTECTED]> wrote:
> > You need only one "InputDevice" section for all your mice with
> > "/dev/wsmouse" as "Device" option, indeed.
>
> I'm sorry but I do not understand. I tried putting both mice in one
> InputDevice section and X refused to start.
>
> Parse error on line 47 of section InputDevice in file
> /etc/X11/xorg.conf Multiple "Identifier" lines.
> (EE) Problem parsing the config file
> (EE) Error parsing the config file
>
> Thanks again
The only one InputDevice section you need:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Then, in ServerLayout section you put only one string:
InputDevice "Mouse1" "CorePointer"
Greg is right: that's all what you need on OpenBSD.:) Put in more mice
or get them out, your X doesn't have to bother about this. In very rare
cases, at least on x86 architecture PCs, you will need to control mouse
handling per device.
--
Best wishes,
Vadim Jukov