Thinkpad yoga: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→linux rotation - ScreenRotator) |
F (Diskussion | Beiträge) (→linux rotation - ScreenRotator) |
||
Zeile 3: | Zeile 3: | ||
== linux rotation - ScreenRotator == | == linux rotation - ScreenRotator == | ||
+ | * Installation | ||
<source lang=shell> | <source lang=shell> | ||
sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-dev libqt5sensors5-dev | sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-dev libqt5sensors5-dev | ||
Zeile 12: | Zeile 13: | ||
sudo make install | sudo make install | ||
</source> | </source> | ||
+ | * screenrotator starten bzw zum autostart hinzufügen | ||
+ | |||
* https://forum.endeavouros.com/t/how-to-enable-automatic-screen-rotation-in-kde-in-x11/47188 | * https://forum.endeavouros.com/t/how-to-enable-automatic-screen-rotation-in-kde-in-x11/47188 | ||
** https://github.com/GuLinux/ScreenRotator | ** https://github.com/GuLinux/ScreenRotator |
Version vom 24. November 2024, 18:12 Uhr
linux rotation - ScreenRotator
- Installation
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
- screenrotator starten bzw zum autostart hinzufügen