On 05:28:58 Nov 01, Mark Thomas wrote: > 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 >
I don't think you got him right. He must have meant replacing /dev/wsmouse1 and /dev/wsmouse2 with /dev/wsmouse. If you are not sure about the format of xorg.conf , then you can get several samples from google. The idea is that OpenBSD multiplexes mouse movements into /dev/wsmouse. So you don't have to explicitly tell Xorg about it. Read wsmouse(1) and wsmux(1) for details. Best, Girish

