J'ai un Lenovo Yoga 2 Pro et j'aimerais faire fonctionner le gyroscope.
Mais comment dois-je commencer à y accéder et à l'inclure dans mon système? (Ici, j'ai fait un vidage de lspci -vvv
et lsmod
sur mon Lenovo Yoga 2 )
Je voudrais faire pivoter automatiquement l'écran lorsque je fais pivoter l'ordinateur portable.
J'ai déjà créé avec succès un script qui manuellement fait pivoter l'écran avec le raccourci clavier Ctrl + Alt + F5 (voir https: // askubuntu.com/a/485632/34298 )
Peut-être existe-t-il un moyen d'adapter ce script? https://Gist.github.com/emiller/6488449
J'ai également essayé d'ajouter le autorotation PPA de Karol Krizka et de l'installer:
echo "deb http://ppa.launchpad.net/kkrizka/thinkpad-x61t/ubuntu lucid main" | Sudo tee /etc/apt/sources.list.d/kkrizka-auto-rotate.list
#Update apt-get’s package list:
Sudo apt-get update
#Install the script and necessary packages:
Sudo apt-get install wacom-tools python-xrandr autorotate
Mais il semble qu'il y ait un problème de dépendance:
The following packages have unmet dependencies:
autorotate : Depends: python-central (>= 0.6.11) but it is not installable
python-xrandr : Depends: python-central (>= 0.6.11) but it is not installable
Ce n'est pas une solution mais pour moi ça a mis fin à la recherche d'une:
J'étais satisfait quand j'ai découvert comment le faire pivoter manuellement
Ajoutez le autorotation PPA de Karol Krizka
echo "deb http://ppa.launchpad.net/kkrizka/thinkpad-x61t/ubuntu lucid main" | Sudo tee /etc/apt/sources.list.d/kkrizka-auto-rotate.list
#Update apt-get’s package list:
Sudo apt-get update
#Install the script and necessary packages:
Sudo apt-get install wacom-tools python-xrandr autorotate
# You can have the auto-rotate.py damon to start with GDM, so it will be available to all users, even during login. This is done by adding the following line to the end of the /etc/gdm/Init/Default file before the exit 0 command:
auto-rotate.py&
# Restart GDM to start the script:
Sudo /etc/init.d/lightdm restart
Faites pivoter votre écran en mode tablette et inclinez-le à environ 45 degrés pour tester si tout fonctionne.
Si vous souhaitez également le faire pivoter manuellement, Suivez les instructions générales pour configurer les boutons pour une rotation manuelle.
Cela ne fonctionne pas sur m Ubuntu 14.04