[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scrolling wheel
Hi Sagi, Ishay,
In order to use the wheel on GTK and QT/KDE applications - all you need to do
is one simple thing (I assume your mouse is connected to the PS/2 port and
not the serial)
Lets look at /etc/X11/XF86Config file (if you're using Redhat 7.1 and XFree 4
is supporting your card - then it's XF86Config-4)
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
You'll need to make sure (following this example) to see that you have 2
things:
1. Option "Protocol" "IMPS/2" instead of "PS/2"
2. Option "ZAxisMapping" "4 5" - if you have this line. If not - then
add it
Hetz
On Monday 04 June 2001 22:11, sagi wrote:
> Hi Ishai
>
> Basiclly, all you need to do is to add something like:
> 'ZAxisMapping 4 5' or 'Option "ZAxisMapping" "4 5"' if you're using
> X4 to your XF86Config. after that, GNOME/KDE applications should work with
> the wheel. for other applications like netscape, you'll have to run
> imwheel.
>
> Sagi
>
> On Mon, 4 Jun 2001 ishaybas@netvision.net.il wrote:
> > Hi list!
> >
> > I am trying to configure a scrolling wheel, on Rh7.1, Kde2.1.
> > I have followed all instructions from
> > http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/
> > regarding the X server, KDE, netscape, Xterm and Imwheel.
> > However, I can't get the scrolling mouse to work, I am using microsoft
> > intelli ps/2.
> >
> > any help will be greatly appreciated.
> >
> > Thanks, ishay
> >
> >
> > =================================================================
> > To unsubscribe, send mail to linux-il-request@linux.org.il with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail linux-il-request@linux.org.il
>
> =================================================================
> To unsubscribe, send mail to linux-il-request@linux.org.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-request@linux.org.il
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il