Попробуйте эту конфигураю. Мне помогло когда после очередного обновления пакета xf86-input-synaptics тачпад сломался.
50-synaptics.conf:
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
        MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
        Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Disable clickpad buttons on Apple touchpads"
        MatchProduct "Apple|bcm5974"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
Так это что получается, чтоб не возникло никаких конфликтов нужно установить инфиналити из официальных реп?
Да, и инфиналити не спасает.
Мне помогла установка пакета fontconfig-infinality. Возможно проблема в пакете librsvg в его зависимостях есть пакет pango: "A library for layout and rendering of text".
ForumLiker
Lobby,
Попробуйте установить fontconfig-infinality
Спасибо, помогло!
После сегодняшнего обновления gtk3 (3.20.3-3 -> 3.20.3-4) и firefox (45.0.2-1 -> 46.0-2) некоторые шрифты в браузере сломались: засечки, отенки (в зависимости от цветовой палитры). Пробовал сносить браузер и ставить на чисто - результата нет. В качестве WM установлен OpenBox.
Может кто столкнулся с такой проблемой?