Comment 8 for bug 214252

Revision history for this message
Pierre-Yves Langlois (pyl-regis) wrote :

Hello...

I resolved my vertical scrollbar bar problem by adding the line ""InputDevice "Synaptics Touchpad" "" to the ServerLayout section:

Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Synaptics Touchpad"
EndSection

Hope this helps!