xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available.
xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available.
To install xdpyinfo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xdpyinfo
To see what files were installed by xdpyinfo, run:
port contents xdpyinfo
To later upgrade xdpyinfo, run:
sudo port selfupdate && sudo port upgrade xdpyinfo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.