[ltp] Horizontal scrolling with EmulateWheel and trackpoint

Tino Keitel linux-thinkpad@linux-thinkpad.org
Sun, 16 Jul 2006 18:27:02 +0200


On Sun, Jul 16, 2006 at 12:28:54 +0200, Dominik Riebeling wrote:
> Hi,
> 
> On 7/16/06, Tino Keitel <tino.keitel@tikei.de> wrote:
> >So, what is the right axis mapping for horizontal scrolling?
> 
> I use the following settings:
> 
> Section "InputDevice"
>        Identifier  "Mouse0"
>        Driver      "mouse"
>        Option      "Protocol" "IMPS/2"
>        Option      "Device" "/dev/input/mice"
>        Option "EmulateWheel" "yes"
>        Option "EmulateWheelButton" "2"
>        Option "XAxisMapping" "6 7"
>        Option "YAxisMapping" "4 5"
>        Option "ZAxisMapping" "4 5"
>        Option      "Emulate3Buttons" "yes"
> EndSection

Hi,

I still got only vertical scrolling with these settings, no horizontal.
For whatever reason, I had to use 8 and 9 instead of 6 and 7. Now it
works.

Regards,
Tino