Ubuntu Desktop doesn’t have a built in menu for changing moue scroll speed. You can use the following one-liner to get one.
bash<(curl -s http://www.nicknorton.net/mousewheel.sh)
If you get a message complaining about not having curl, you can add it
sudo apt-get install curl