libxrandr

X.Org library for display rotation and reflection support

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: X Resize, Rotate and Reflection extension library

Commands

libxrandr

Examples

Query current display configuration and available modes$ xrandr
Set display resolution to 1920x1080 at 60Hz on HDMI-1$ xrandr --output HDMI-1 --mode 1920x1080 --rate 60
Rotate primary display 90 degrees clockwise$ xrandr --output eDP-1 --rotate right