Modifications

Sauter à la navigation Sauter à la recherche
Ligne 57 : Ligne 57 :  
{{ADFImage|RASP-PiTFT-PLUS-Install-Facile-121.png}}
 
{{ADFImage|RASP-PiTFT-PLUS-Install-Facile-121.png}}
   −
=== Configurer les sorties d'affichage ===
+
=== Configurer la sortie d'affichage ===
You have a few different ways to set up the PiTFT, we ask 2 questions to figure out what you want
+
Il y a plusieurs façon différentes de confihurer le PiTFT. Le script pose deux questions pour déterminer le type d'affichage.
    
==== Le PiTFT en console texte (idéal pour Raspbian Lite) ====
 
==== Le PiTFT en console texte (idéal pour Raspbian Lite) ====
This is the simplest to set-up type of use. Its great if you have a simple text based or pygame/SDL based interface. If you want the PiTFT to act as a text console you can expect:
+
C'est la configuration la plus simple à utiliser. Elle est géniale pour réaliser une interface de type texte ou interface basée sur pygame/SDL. Si vous voulez utiliser le PiTFT comme console texte alors vous pouvez vous attendre a ceci:
 +
* HDMI sera 'désactivé' - rien ne s'affichera sur la sortie HDMI (excepté un fond noir)
 +
* L'invite de commande apparaît sur le Pi.
 +
* Le Pi n'affiche que du texte, pas de bureau graphique (comme PIXEL).
 +
* L'interface clavier et souris sont uniquement utilisés par l'interface PiTFT
 +
* Les logiciels utilisant Framebuffer apparaissent sur le PiTFT (comme l'utilitaire '''fbi''' pour afficher des images, '''mplayer''' pour les vidéos ou les logiciels PyGame, etc)
 +
* Les logiciels utilisant OpenGL pour accélérer l'affichage ne seront pas visible sur le PiTFT (uniquement les framebuffer non accéléré)
 +
* mais les logiciels graphiques non-OpenGL-accéléré est un peu plus rapide que l'utilisation de l'HDMI mirror (pas des tonnes plus rapide mais vous n'exécutez pas '''fbcp''', ce qui sera toujours plus rapide)
   −
* HDMI will be 'deactivated' - nothing appears on the HDMI output but a black screen
+
Si c'est ce que vous voulez alors répondez '''Yes''' à la question "{{fname|Would you like the console to appear on the PiTFT display}}" (''Voulez-vous voir la console apparaître sur l'afficheur PiTFT'').
* The login prompt appears on the Pi
  −
* The Pi is all text, not a GUI (no PIXEL desktop)
  −
* Keyboard and mouse are used only by the PiTFT interface
  −
* Framebuffer-capable software (such as '''fbi''' for displaying images, '''mplayer''' for videos, or pygame software, etc) appear on the PiTFT
  −
* OpenGL accelerated software will not appear on the PiTFT (it is unaccelerated framebuffer only)
  −
* But, non-OpenGL-accelerated graphics software is a bit faster than using HDMI mirroring (not tons faster but you're not running '''fbcp''' which will always make it faster)
     −
If you want that say '''Yes''' to the question {{fname|Would you like the console to appear on the PiTFT display}}
+
{{ADFImage|RASP-PiTFT-PLUS-Install-Facile-130.png}}
   −
{{ADFImage|RASP-PiTFT-PLUS-Install-Facile-130.png}}
+
Puis redémarrez (''Reboot'') votre Pi. Une fois redémarré, vous ne verrez plus rien sur la sortie HDMI mais la console sera visible sur le PiTFT.  
   −
Then simply reboot. Once rebooted you will not see anything on HDMI, but the console will appear on the PiTFT. That's it!
+
==== PiTFT comme HDMI Mirror (idéal pour Raspbian complet/PIXEL) ====
 +
Cette option est plus facile à comprendre: Tout ce qui est affiché sur la sortie HDMI est également reproduit sur le PiTFT (effet ''miroir'').  
   −
==== PiTFT as HDMI Mirror (Best for Raspbian Full/PIXEL) ====
+
Notez qu'HDMI dispose d'une résolution bien plus élevée, il n'est pas possible de transformer le PiTFT en afficheur 1080p. Cette approche est appropriée sur vous désirez exécuter des logiciels OpenGL, le bureau PIXEL ou tous logiciels. The down-side is its a little slower than drawing directly to the framebuffer. You may not notice it but it's worth us mentioning!
This option is the easiest to understand: whatever appears on the HDMI display will be 'mirrored' to the PiTFT. Note that HDMI is much higher resolution so it's not like it turns the PiTFT into a 1080p display. This is great for when you want to run OpenGL-optimized software, PIXEL desktop software, or really anything. The down-side is its a little slower than drawing directly to the framebuffer. You may not notice it but it's worth us mentioning!
      
* HDMI will be 'activated' but at a lower resolution - you can change this later but it looks best at 320x240 (PiTFT 2.2", 2.4", 2.8" and 3.2") or 480x320 (PiTFT 3.5")
 
* HDMI will be 'activated' but at a lower resolution - you can change this later but it looks best at 320x240 (PiTFT 2.2", 2.4", 2.8" and 3.2") or 480x320 (PiTFT 3.5")
29 917

modifications

Menu de navigation