Thinkpad yoga

Aus Vosp.info
Version vom 24. November 2024, 18:10 Uhr von F (Diskussion | Beiträge) (linux rotation - ScreenRotator)
Wechseln zu:Navigation, Suche


linux rotation - ScreenRotator

sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-dev libqt5sensors5-dev 
git clone https://github.com/GuLinux/ScreenRotator
mkdir ScreenRotator/build
cd ScreenRotator/build
cmake ..
make all
sudo make install