Modifications

Sauter à la navigation Sauter à la recherche
369 octets ajoutés ,  12 juillet 2015 à 21:02
Ligne 80 : Ligne 80 :       −
Now that you're rebooted, log back in on the console/TV/SSH. There's nothing displayed on the screen yet, we'll do a test to make sure everything is perfect first!
+
Maintenant que vous avez redémarré, loggez vous sur le Pi avec la console/TV/SSH. Il n'y a encore rien d'afficher sur l'écran... nous allons faire un test pour d'abord nous assurer que tout est correct!
      −
Run the following commands to startx on the /dev/fb1 framebuffer, a.k.a PiTFT screen:
+
Exécutez la commande suivante pour démarrer startx sur le framebuffer /dev/fb1 , celui correspondant à l'écran PiTFT:
    
  <nowiki>sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~
 
  <nowiki>sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~
Ligne 91 : Ligne 91 :  
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-20.png|640px}}
 
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-20.png|640px}}
   −
You should see the Pi desktop show up on the TFT! Congrats, you've completed the first test perfectly.
+
Vous devriez voir le bureau du Pi apparaître sur le l'écran TFT! Fécilitation, vous venez de compléter le premier test.
    +
Pressez sur les touches Control-C dans la console pour quitter X serveur de sorte que nous puissions continuer la configuration.
   −
Hit Control-C in the console to quit the X server so we can continue configuration
  −
  −
  −
Next up we'll add support for the touch screen automatically on boot. Edit the module list with
      +
Maintenant, nous allons ajouter le support pour l'écran tactile soit actif automatiquement au moment du boot. Modifions la liste des modules à l'aide de l'éditeur nano
    
  <nowiki>sudo nano /etc/modules</nowiki>
 
  <nowiki>sudo nano /etc/modules</nowiki>
   −
and add '''stmpe-ts''' on a line at the end
+
et ajoutons la ligne '''stmpe-ts''' à la fin
    
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-21.png|640px}}
 
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-21.png|640px}}
   −
Save the file and reboot the Pi with '''sudo reboot''' and look at the console output (or run '''dmesg''' in the console window after logging in) you will see the modules install. Look in particular for the STMPE610 detection and the HX5387D screen frequency as highlighted here
+
Sauvez votre fichier et rebootez votre Pi à l'aide de la commande '''sudo reboot''' et jetez un coup d'oeil sur le contenu de la console (ou exécutez la commande '''dmesg''' dans dans un terminal après le démarrage du Pi), vous devriez voir les modules installés. Cherchez plus particulièrement avec la détection du STMPE610 et la fréquence de l'écran HX5387D (comme indiqué dans les éléments surlignés ci-dessous)
    
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-22.png|640px}}
 
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-22.png|640px}}
29 915

modifications

Menu de navigation