How To Install xorg-x11-drv-synaptics-legacy on Fedora 36

In this tutorial we learn how to install xorg-x11-drv-synaptics-legacy in Fedora 36. xorg-x11-drv-synaptics-legacy is Xorg X11 synaptics input driver

Introduction

In this tutorial we learn how to install xorg-x11-drv-synaptics-legacy on Fedora 36.

What is xorg-x11-drv-synaptics-legacy

This is the Synaptics touchpad driver for the X.Org X server. The following touchpad models are supported * Synaptics * appletouch (Post February 2005 and October 2005 Apple Aluminium Powerbooks) * Elantech (EeePC) * bcm5974 (Macbook Air (Jan 2008), Macbook Pro Penryn (Feb 2008), iPhone (2007), iPod Touch (2008) Note that support for appletouch, elantech and bcm5974 requires the respective kernel module. A touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad become available. Features * Movement with adjustable, non-linear acceleration and speed. * Button events through short touching of the touchpad (“tapping”). * Double-Button events through double short touching of the touchpad. * Dragging through short touching and holding down the finger on the touchpad. * Middle and right button events on the upper and lower corner of the touchpad. * Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad. * The up/down button sends button four/five events. * Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad. * The multi-buttons send button four/five events, and six/seven events for horizontal scrolling. * Adjustable finger detection. Multifinger taps right button events. (Needs hardware support. Not all models implement this feature.) * Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server.

We can use yum or dnf to install xorg-x11-drv-synaptics-legacy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xorg-x11-drv-synaptics-legacy.

Install xorg-x11-drv-synaptics-legacy on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install xorg-x11-drv-synaptics-legacy using dnf by running the following command:

sudo dnf -y install xorg-x11-drv-synaptics-legacy

Install xorg-x11-drv-synaptics-legacy on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install xorg-x11-drv-synaptics-legacy using yum by running the following command:

sudo yum -y install xorg-x11-drv-synaptics-legacy

How To Uninstall xorg-x11-drv-synaptics-legacy on Fedora 36

To uninstall only the xorg-x11-drv-synaptics-legacy package we can use the following command:

sudo dnf remove xorg-x11-drv-synaptics-legacy

xorg-x11-drv-synaptics-legacy Package Contents on Fedora 36

/usr/bin/synclient
/usr/bin/syndaemon
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/f2132956741a31d48c194e300ec77cfad4d65e
/usr/lib/.build-id/79
/usr/lib/.build-id/79/d40eefa3d78f7514a53d3a6b28ce660f3bf939
/usr/lib/.build-id/db
/usr/lib/.build-id/db/973cf7bc559f880d96f210671142add78529bb
/usr/lib/udev/rules.d/70-touchpad-quirks.rules
/usr/lib64/xorg/modules/input/synaptics_drv.so
/usr/share/X11/xorg.conf.d/70-synaptics.conf
/usr/share/doc/xorg-x11-drv-synaptics-legacy
/usr/share/doc/xorg-x11-drv-synaptics-legacy/README
/usr/share/licenses/xorg-x11-drv-synaptics-legacy
/usr/share/licenses/xorg-x11-drv-synaptics-legacy/COPYING
/usr/share/man/man1/synclient.1.gz
/usr/share/man/man1/syndaemon.1.gz
/usr/share/man/man4/synaptics.4.gz

References

Summary

In this tutorial we learn how to install xorg-x11-drv-synaptics-legacy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).