|
|
(27 intermediate revisions by 2 users not shown)
|
Line 1: |
Line 1: |
| <languages /> | | <languages /> |
| + | {{Deprecated}} |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| ==Windows== | | ==Windows== |
| + | </div> |
| + | |
| + | <div class="mw-collapsible mw-collapsed"> |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| + | ===Téléchargement et installation de GIMX=== |
| + | * [https://gimx.fr/download/gimx-windows-32bits installeur 32-bit] |
| + | * [https://gimx.fr/download/gimx-windows-64bits installeur 64-bit] |
| + | L'installeur inclut les installeurs suivants: |
| + | * driver CP210x - requis pour l'utilisation d'un adaptateur USB - série CP2102 |
| + | * driver USBDK - requis pour les consoles qui nécessitent une authentification du contrôleur |
| + | '''USBDK peut rendre instable certains systèmes, il est donc conseillé de créer un point de restauration du système avant de l'installer.'''<br /> |
| + | Libusbk peut être utilisé à la place. Suivre les instructions suivantes pour l'utiliser: |
| + | * Renommer le fichier libusb-1.0.dll du répertoire C:\Program Files\GIMX en libusb-1.0.dll.bk. |
| + | * Télécharger le package libusb suivant : [http://sourceforge.net/projects/msys2/files/REPOS/MINGW_GCC_4_9/x86_64/mingw-w64-x86_64-libusb-1.0.19-2-any.pkg.tar.xz/download lien]. |
| + | * L'ouvrir (avec [http://www.7-zip.org/ 7zip] par exemple) et extraire le fichier libusb-1.0.dll depuis le répertoire /mingw64/bin/ vers le répertoire C:\Program Files\GIMX. |
| + | * Installer le driver libusbk comme expliqué ci-dessous. |
| + | Note: le fichier libusb-1.0.dll sera écrasé par les mises à jours de GIMX. Refaire les instructions ci-dessus pour continuer d'utiliser libusbk. |
| + | </div> |
| + | |
| + | * [https://gimx.fr/download/gimx-windows-32bits 32-bit setup], for 32-bit Windows only |
| + | * [https://gimx.fr/download/gimx-windows-64bits 64-bit setup], for 64-bit Windows only |
| + | Before installing GIMX: |
| + | * install all Windows updates (otherwise GIMX may refuse to install) |
| + | * create a system restore point, in case something goes wrong (USBDK was known to create instability on some systems) |
| + | LibusbK can be used as an alternative to USBDK. |
| + | |
| + | <div class="mw-collapsible mw-collapsed"> |
| + | |
| + | '''(not recommended)''' |
| + | |
| + | * Rename the libusb-1.0.dll file from the C:\Program Files\GIMX folder to libusb-1.0.dll.bk. |
| + | * Download this libusb package: [http://sourceforge.net/projects/msys2/files/REPOS/MINGW_GCC_4_9/x86_64/mingw-w64-x86_64-libusb-1.0.19-2-any.pkg.tar.xz/download link]. |
| + | * Open it (with [http://www.7-zip.org/ 7zip] for example) and extract the libusb-1.0.dll file from the /mingw64/bin/ folder to the C:\Program Files\GIMX folder. |
| + | * Install the libusbk driver as explained below. |
| + | Note: the libusb-1.0.dll file will be replaced after updating GIMX. Perform the above steps again to keep using libusbK. |
| + | </div> |
| | | |
− | * Download [http://www.silabs.com/Support%20Documents/Software/CP210x_VCP_Win_XP_S2K3_Vista_7.exe the CP2102 drivers ] and install (mandatory).
| + | <div class="mw-translate-fuzzy"> |
− | * Download [http://gimx.fr/download/gimx-windows.html the GIMX setup file] and install. | + | ===Installation du driver libusbk (pour Xbox One uniquement)=== |
| + | Le driver par défaut du contrôleur doit être remplacé par le driver libusbk.<br /> |
| + | Ceci empêche Windows d'envoyer des requêtes au contrôleur.<br /> |
| + | Cela peut se faire simplement à l'aide de [http://zadig.akeo.ie/ Zadig]: |
| + | * choisissez "Options->List All Devices" |
| + | * sélectionnez le bon périphérique : |
| + | {| class="wikitable" |
| + | | Console || Nom du périphérique || USB ID |
| + | |- |
| + | | Xbox One || "Controller" || 045E:02D1 |
| + | |} |
| + | * sélectionnez "libusbK" comme driver cible |
| + | * cliquez sur le menu déroulant et sélectionnez "Install Driver" |
| + | * cliquez sur "Replace Driver" |
| + | </div> |
| | | |
| + | It is required to replace the stock controller driver with the libusbk driver.<br /> |
| + | This prevents Windows from making any request to the controller.<br /> |
| + | This can easily be done using [http://zadig.akeo.ie/ Zadig]: |
| + | * choose "Options->List All Devices" |
| + | * select the right device: |
| + | {| class="wikitable" |
| + | | Console || Device name || USB ID |
| + | |- |
| + | | Xbox One || "Controller" || 045E:02D1 |
| + | |} |
| + | * select "libusbK" as target driver |
| + | * click on the drop down menu, and select "Install Driver" |
| + | * click on "Replace Driver" |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| + | ===Désactivation de l'économie d'énergie pour les périphériques USB=== |
| + | </div> |
| + | |
| + | Ceci est nécessaire afin d'empêcher Windows d'éteindre le contrôleur ou le convertisseur USB série.<br /> |
| + | Ouvrir le gestionnaire de périphériques.<br /> |
| + | Cliquer droit sur le HUB USB (s'assurer de sélectionner le bon) > Propriétés > Gestion de l'énergie > Désactiver "Autoriser l'ordinateur à éteindre ce périphérique pour économiser de l'énergie".<br /> |
| + | Cliquer droit sur le port COM > Propriétés > Gestion de l'énergie > Désactiver "Autoriser l'ordinateur à éteindre ce périphérique pour économiser de l'énergie". |
| + | |
| + | </div> |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| ==Ubuntu== | | ==Ubuntu== |
| + | </div> |
| | | |
− | Note: there is a latency issue with GIMX+bluetooth running on Ubuntu 12.04. If you use GIMX+bluetooth, stay on Ubuntu [http://releases.ubuntu.com/11.10/ 11.10] until this gets fixed.
| + | <div class="mw-collapsible mw-collapsed"> |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| + | ===Ajouter "universe" aux sources de logiciels=== |
| + | * Démarrer la logithèque Ubuntu. |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg http://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg]</div> |
| + | * Cliquer sur Édition>Sources de logiciels. |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg http://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg]</div> |
| + | * Selectionner "Logiciels maintenus par la communauté (universe)", et fermer. |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_3_universe.jpg http://gimx.fr/img/screenshots/tuto/1.1_3_universe.jpg]</div> |
| + | </div> |
| | | |
− | ===Add "universe" to your software sources===
| |
| * Start Ubuntu Software Center. | | * Start Ubuntu Software Center. |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg http://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg https://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg]</div> |
| * Click Edit>Software Sources. | | * Click Edit>Software Sources. |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg http://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg https://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg]</div> |
| * Select "Community-maintained Open Source software (universe)", and close. | | * Select "Community-maintained Open Source software (universe)", and close. |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_3_universe.jpg http://gimx.fr/img/screenshots/tuto/1.1_3_universe.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_3_universe.jpg https://gimx.fr/img/screenshots/tuto/1.1_3_universe.jpg]</div> |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| + | ===Rafraîchir les sources de logiciels=== |
| + | Si vous exécutez GIMX depuis un Live CD ou Live USB, vous devez rafraîchir manuellement les sources de logiciels: |
| + | * Cliquer sur le desk Ubuntu. |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_4_ubuntu_desk.jpg http://gimx.fr/img/screenshots/tuto/1.1_4_ubuntu_desk.jpg]</div> |
| + | * Dans la zone de recherche, taper "terminal" sans guillemets, et taper entrée. |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_5_search_terminal.jpg http://gimx.fr/img/screenshots/tuto/1.1_5_search_terminal.jpg]</div> |
| + | * Dans le terminal, taper "sudo apt-get update" sans guillemets, et taper entrée. |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_6_apt_get_update.jpg http://gimx.fr/img/screenshots/tuto/1.1_6_apt_get_update.jpg]</div> |
| + | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_7_update_ok.jpg http://gimx.fr/img/screenshots/tuto/1.1_7_update_ok.jpg]</div> |
| + | </div> |
| | | |
− | ===Refresh software sources===
| |
| If you are running from a Live CD or a Live USB, you have to manually refresh software sources: | | If you are running from a Live CD or a Live USB, you have to manually refresh software sources: |
| * Click on the Ubuntu desk. | | * Click on the Ubuntu desk. |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_4_ubuntu_desk.jpg http://gimx.fr/img/screenshots/tuto/1.1_4_ubuntu_desk.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_4_ubuntu_desk.jpg https://gimx.fr/img/screenshots/tuto/1.1_4_ubuntu_desk.jpg]</div> |
| * In the search area, type "terminal" with no quotes, and hit enter. | | * In the search area, type "terminal" with no quotes, and hit enter. |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_5_search_terminal.jpg http://gimx.fr/img/screenshots/tuto/1.1_5_search_terminal.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_5_search_terminal.jpg https://gimx.fr/img/screenshots/tuto/1.1_5_search_terminal.jpg]</div> |
| * In the terminal, type "sudo apt-get update" with no quotes, and hit enter. | | * In the terminal, type "sudo apt-get update" with no quotes, and hit enter. |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_6_apt_get_update.jpg http://gimx.fr/img/screenshots/tuto/1.1_6_apt_get_update.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_6_apt_get_update.jpg https://gimx.fr/img/screenshots/tuto/1.1_6_apt_get_update.jpg]</div> |
− | :<div class="image200px">[http://gimx.fr/img/screenshots/tuto/1.1_7_update_ok.jpg http://gimx.fr/img/screenshots/tuto/1.1_7_update_ok.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_7_update_ok.jpg https://gimx.fr/img/screenshots/tuto/1.1_7_update_ok.jpg]</div> |
| + | |
| + | <div class="mw-translate-fuzzy"> |
| + | ===Télécharger le fichier .deb=== |
| + | * Télécharger le fichier .deb : [http://gimx.fr/download/gimx-ubuntu-32bits 32bits] ou [http://gimx.fr/download/gimx-ubuntu-64bits 64bits] |
| + | * L'installer (double clic, puis installer). |
| + | </div> |
| | | |
− | ===Download the .deb file===
| + | * Downloard the .deb file: [http://gimx.fr/download/gimx-ubuntu-32bits 32bits] or [http://gimx.fr/download/gimx-ubuntu-64bits 64bits] |
− | * Downloard the .deb file: [http://gimx.fr/download/gimx-ubuntu-32bits.html 32bits] or [http://gimx.fr/download/gimx-ubuntu-64bits.html 64bits] | |
| * Install it (double click, then install). | | * Install it (double click, then install). |
| + | |
| + | </div> |
| + | |
| + | =Next Tutorial= |
| + | Now that GIMX is installed you can follow the instructions on the [[Quick_Start|Quick Start page]]. |