Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-08-01 Thread LEVAI Daniel
On Sun, Jul 31, 2011 at 18:37:03 +0200, Christopher Zimmermann wrote: [...] See also xorg.conf(5); this may be what you need. Option AllowEmptyInput boolean If enabled, don't add the standard keyboard and mouse drivers, if there are no input devices in the config file. Enabled by

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-07-31 Thread LEVAI Daniel
Hali! FWIW, on my thinkpad t60 I can not configure the EmulateWheel option for the trackpoint because of this. The configure option for the input devices in xorg.conf are simply getting ignored. Daniel Section InputDevice Identifier TrackPoint Driver mouse

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-07-31 Thread Christopher Zimmermann
Can you post your Xorg.log and complete xorg.conf? See also xorg.conf(5); this may be what you need. Option AllowEmptyInput boolean If enabled, don't add the standard keyboard and mouse drivers, if there are no input devices in the config file. Enabled by default if AutoAddDevices and

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-06-04 Thread pat
Thanks for your reply, but it doesn't work. Logs are still reporting absence of device specification, as a result default /dev/wsmouse gets picked up for TrackPoint.. Here's the changed fragment: Section InputDevice Identifier TrackPoint Driver mouse Option

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-06-04 Thread Christopher Zimmermann
On 06/04/11 16:32, pat wrote: Thanks for your reply, but it doesn't work. Logs are still reporting absence of device specification, as a result default /dev/wsmouse gets picked up for TrackPoint.. Here's the changed fragment: I had the very same problem and worked around it by renaming

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-06-04 Thread Alexandr Shadchin
Hi, try this patch Index: src/mouse.c === RCS file: /cvs/xenocara/driver/xf86-input-mouse/src/mouse.c,v retrieving revision 1.10 diff -u -p -r1.10 mouse.c --- src/mouse.c 22 Apr 2011 18:35:19 - 1.10 +++ src/mouse.c 4 Jun

Mouse0: No Device specified, looking for one.. (it's specified)

2011-06-02 Thread pat
I'm having issues while trying to configure two mice separately in xorg.conf. Default mouse driver seems to pick up /dev/wsmouse by default instead of specified wsmouse0.. looks like it just ignores Option Device line (I tried to place it in the beginning of section also). Here I just want to

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-06-02 Thread Tomas Bodzar
Set 'Option CorePointer' in InputDevice section for trackpoint and 'Option SendCoreEvents true' in InputDevice section for mouse. On Fri, Jun 3, 2011 at 12:33 AM, pat pkugri...@gmail.com wrote: I'm having issues while trying to configure two mice separately in xorg.conf. Default mouse driver