On Thu, 23 Aug 2007, Mayuresh Kathe wrote:
The Mouse section in xorg.conf looks as below:

Section "InputDevice"
# Identifier and driver
   Identifier  "Mouse1"
   Driver      "mouse"
   Option "Protocol"    "IMPS/2"
   Option "ZAxisMapping"   "4 5"

Could someone please point me in the right direction?

Try using

Option "Protocol"    "wsmouse"
Option "Device"      "/dev/wsmouse"

--
Antoine

Reply via email to