On Thu, 09 Jan 2003, Geetika Kohli wrote:

> Downloaded imwheel and compiled/installed, but scroll still does not work.
> Is anybody here able to use scroll with RH8.0??? somebody was suggesting RH
> 8.0 does not support scroll. Any comments? Presently my XF86Config includes
> the following:
> 
> Section "InputDevice"
>  Identifier  "Mouse1" <<<<<<< this seems to be your problem
>  Driver      "mouse"
>  Option     "Device" "/dev/psaux"
>  Option     "Protocol" "IMPS/2"
>  Option     "Buttons" "3"
>  Option     "ZAxisMapping" "4 5"
> EndSection

Make the changes for 

Identifier  "Mouse0"

There are two entries for mouse in the XF86config file. You need to make
the changes in the *first* one. Works for me w/o imwheel. This is from my
XF86Config file

---------------------------------

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection


Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection


----------------------------------

I believe the "mouse1" is for use in laptops where you can attach an
external mouse (though I may be wrong here).

hth,

Sharukh.
-- 
Dr. Sharukh K. R. Pavri         Homeopath and Linux Enthusiast.
Mumbai, India.                  http://www.pavri.net/


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to