This was not a bug in Ubuntu but my configuration. Sorry for the
problem.

** Description changed:

  After upgrade to Ubuntu 8.10 mouse wheel stopped working properly. I
  have uncommented lines with my mouse configuration in xorg.conf:
  
  # commented out by update-manager, HAL is now used
  #Section "InputDevice"
  #     Identifier      "Configured Mouse"
  #     Driver          "mouse"
  #     Option          "CorePointer"
  #     Option          "Device"        "/dev/input/mice"
  #     Option          "Protocol"      "ImPS/2"
  #     Option          "ZAxisMapping"  "4 5"
  #     Option          "Emulate3Buttons"       "true"
  #EndSection
  
  (...)
  
  # commented out by update-manager, HAL is now used
  #     Inputdevice     "Configured Mouse"
  
  If I uncomment them, XServer won't start.
  
  Mouse wheel starts to work when I type in terminal something like that
  (31 is an example, probably 1-9 will do):
  
  xmodmap -e "pointer = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  21 22 23 24 25 26 27 28 29 30 31"
  
  Adding it to session doesn't work though, I have to run it manually
  after every boot.
+ 
+ edit: I resolved the problem. I had .xModMap file with old mouse wheel
+ configuration. New xorg didn't need remaping the keys on my mouse so the
+ old configuration was messing with the wheel.

** Changed in: hal (Ubuntu)
       Status: New => Invalid

-- 
Mouse wheel doesn't work under 8.10
https://bugs.launchpad.net/bugs/292329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to