Or, if you don't feel like clicking on that link, you have two choices:
a) edit /etc/HOSTNAME and reboot
b) run netconfig
Both have to be done as root.
Next, the mousewheel. Make a backup of /etc/X11/xorg.conf, then open the original. Find the section for the mouse, and change it to this:
[pre]Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
EndSection
[/pre]
Then restart X. If that doesn't work, restore the backup and Google for your exact mouse. Slackware doesn't do the ZAxisMapping by default.
If you have a Radeon video card, you should install the Radeon drivers (
www.linuxquestions.org --> search for fglrx, under Slackware 10.1). It will configure your card and, as a bonus, set your mouse up properly. That's what I do now.
I'm sure there's a setting somewhere for the bouncing animations. KDE is pretty configurable. I don't know where, though, because I don't use KDE; perhaps Ergot knows.