Re: details
- From: Joe Gallo <joegallo gmail com>
- To: gnome-list gnome org
- Subject: Re: details
- Date: Sun, 03 Apr 2005 21:53:21 -0500
> 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]