Installation

From GIMX
Jump to: navigation, search

This page is a translated version of the page Installation and the translation is 8% complete.


Outdated translations are marked like this.
Other languages:
Deutsch • ‎English • ‎français
This page is deprecated. It is kept for archival purposes.
Please visit to the current main page to see the latest documentation.

Download and install the GIMX setup file

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.

(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: link.
  • Open it (with 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.

Install the libusbk driver (Xbox One only)

It is required to replace the stock controller driver with the libusbk driver.
This prevents Windows from making any request to the controller.
This can easily be done using Zadig:

  • choose "Options->List All Devices"
  • select the right device:
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"

Energiesparen für USB-Geräte deaktivieren

This is required to prevent Windows from turning off the controller or the USB to UART adapter.
Open the Device Manager.
Right click on the USB HUB (make sure to select the right one) > Properties > Power management > Uncheck "Allow the computer to turn off this device to save power".
Right click on the COM port > Properties > Power management > Uncheck "Allow the computer to turn off this device to save power".

Ubuntu

Add "universe" to your software sources

  • Start Ubuntu Software Center.
1.1_1_software_center_icon.jpg
  • Click Edit>Software Sources.
1.1_2_edit_software_sources.jpg
  • Select "Community-maintained Open Source software (universe)", and close.
1.1_3_universe.jpg

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.
1.1_4_ubuntu_desk.jpg
  • In the search area, type "terminal" with no quotes, and hit enter.
1.1_5_search_terminal.jpg
  • In the terminal, type "sudo apt-get update" with no quotes, and hit enter.
1.1_6_apt_get_update.jpg
1.1_7_update_ok.jpg

.deb Datei Downloaden

  • Die .deb Datei herunterladen: 32bits or 64bits
  • Installieren (Doppelklicken und installieren).
  • Downloard the .deb file: 32bits or 64bits
  • Install it (double click, then install).

Next Tutorial

Now that GIMX is installed you can follow the instructions on the Quick Start page.