> First... I would like to know about the scroll botton of the mouse... > How to make it work in Gnome?... You need to edit xorg.conf (or xf86config, if you are using xfree) to include the extra mouse "buttons". Like this: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/psaux" Option "Buttons" "5" <-- You need this! Option "ZAxisMapping" "4 5" <-- And this! EndSection The important entries there are the last two, change or add them, but don't change anything else that's already there. After that, everything should just work. _______________________________________________ gnome-list mailing list gnome-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gnome-list