[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#358669: xorg: mouse using evdev doesn't work with 6.9.0.dfsg.1-5 anymore



On Thu, 23 Mar 2006 the mental interface of
Matthias Heinz told:


> Section "InputDevice"
>  Identifier      "Configured Mouse"
>  Driver          "evdev"
>  Option          "CorePointer"
>  Option          "Device" "/dev/input/laserG5"
> EndSection

Try

Section "InputDevice"
# This is evdev with 6.9.0-5
   Identifier      "Mouse"
   Driver          "evdev"
   Option          "CorePointer"
   Option          "Phys"   "usb-*/input0" #cat /proc/bus/input/devices
EndSection

Option Device has gone away in -5. For further info check man evdev.

Elimar


-- 
  Experience is something you don't get until 
  just after you need it!



Reply to: