How To Install xorg-x11-server-Xdmx on CentOS 8
Introduction
In this tutorial we learn how to install xorg-x11-server-Xdmx
on CentOS 8.
What is xorg-x11-server-Xdmx
Xdmx is proxy X server that provides multi-head support for multiple displays attached to different machines (each of which is running a typical X server). When Xinerama is used with Xdmx, the multiple displays on multiple machines are presented to the user as a single unified screen. A simple application for Xdmx would be to provide multi-head support using two desktop machines, each of which has a single display device attached to it. A complex application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays (each attached to one of 16 computers) into a unified 5120x4096 display.
We can use yum
or dnf
to install xorg-x11-server-Xdmx
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install xorg-x11-server-Xdmx.
Install xorg-x11-server-Xdmx on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install xorg-x11-server-Xdmx
using dnf
by running the following command:
sudo dnf -y install xorg-x11-server-Xdmx
Install xorg-x11-server-Xdmx on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install xorg-x11-server-Xdmx
using yum
by running the following command:
sudo yum -y install xorg-x11-server-Xdmx
How To Uninstall xorg-x11-server-Xdmx on CentOS 8
To uninstall only the xorg-x11-server-Xdmx
package we can use the following command:
sudo dnf remove xorg-x11-server-Xdmx
xorg-x11-server-Xdmx Package Contents on CentOS 8
/usr/bin/Xdmx
/usr/bin/dmxaddinput
/usr/bin/dmxaddscreen
/usr/bin/dmxinfo
/usr/bin/dmxreconfig
/usr/bin/dmxresize
/usr/bin/dmxrminput
/usr/bin/dmxrmscreen
/usr/bin/dmxtodmx
/usr/bin/dmxwininfo
/usr/bin/vdltodmx
/usr/bin/xdmxconfig
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/d81c6637250cbc10c491191637a06e67528c5c
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/a39ee87930b77c84232180699f932604f86c21
/usr/lib/.build-id/65
/usr/lib/.build-id/65/9875b01915ca4e3c6b5ebab1b46df372ae9c75
/usr/lib/.build-id/71
/usr/lib/.build-id/71/ffb18816809805a2a71d8cefdcf232cd2ef46d
/usr/lib/.build-id/74
/usr/lib/.build-id/74/7644ad81b46a59d06e3a98a7cd105b18a45fdc
/usr/lib/.build-id/75
/usr/lib/.build-id/75/014ed154bcfc31ca1322cec9392617f9454f6a
/usr/lib/.build-id/80
/usr/lib/.build-id/80/4016b584288e08ebfab57e0c225d8c6b1fa5b9
/usr/lib/.build-id/91
/usr/lib/.build-id/91/b4596326dcc7dd6c7cf17838b7572b531fd8c4
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/70645784ffa1d3c289530546c68e2cf8b96935
/usr/lib/.build-id/c7/82cb9ccda825ad13355cd735dbdc39bddf1fd3
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/dbcaa701122dcd651b6378bd2e7e174d0b370d
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/3f2c8ab83307cf0f92150366a6e0b2d9b2866a
/usr/share/man/man1/Xdmx.1.gz
/usr/share/man/man1/dmxtodmx.1.gz
/usr/share/man/man1/vdltodmx.1.gz
/usr/share/man/man1/xdmxconfig.1.gz
References
Summary
In this tutorial we learn how to install xorg-x11-server-Xdmx
on CentOS 8 using yum and dnf.