[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How Do I Enable My Mouse Wheel?



On Friday 14 January 2005 13:10, Robert Tilley wrote:
> After a fresh installation of Knoppix 3.7, I noticed that my mouse wheel
> was no longer recognized in Konqueror.  What can I do to have KDE detect my
> mouse wheel?


look at your /etc/X11/XF86config-4 and make it like below. Note the important 
bit is the "ZAxisMapping" line.  Your device entry will stay the same, mine 
is "gpmdata" because I use gpm and X.

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection



-- 
  _   _   _   _   _   _   _   _   _   _   _   _   _  
 / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ 
( t | i | m | @ | i | t | . | k | p | t | . | c | c )
 \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ 
GPG key fingerprint = 1DEE CD9B 4808 F608 FBBF  DC21 2807 D7D3 09CA 85BF



Reply to: