Difference between revisions of "Template:InstallationNext"

From GIMX
Jump to: navigation, search
 
(Before Installation)
 

(72 intermediate revisions by 2 users not shown)

Line 1: Line 1:
#REDIRECT [[Template:PrerequisitesNext]]
+
==Before Installation==
 +
{{#ifeq:{{{ostype|}}}|windows|
 +
<!--===Disable power saving for USB devices===
 +
This is required to prevent Windows from turning off the controller or the USB to UART adapter.
 +
 
 +
If you haven't connected your adapter to the computer before you need to do it now:
 +
* Connect '''AVR board''' (blue board) to the '''computer'''
 +
* Connect '''UART converter''' (the other side) also to the '''computer'''
 +
 
 +
[[File:Schemeflash.png]]
 +
 
 +
Now you can disable power saving:
 +
*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".
 +
 
 +
-->===System Preparation===
 +
# Install all Windows updates (otherwise GIMX setup may refuse installation).
 +
# GIMX setup will request Windows to create a restore point at the beginning of the installation. As GIMX installs a few drivers, you may want to turn on system restore before installing (if you turned it off).{{#ifeq:{{{platform|}}}|xboxone|
 +
# If using Windows 10 version 1607 do an update. This version has a nasty two Xbox One controllers bug.|}}
 +
|}}<!--
 +
-->{{#ifeq:{{{ostype|}}}|linux|
 +
===Add "universe" to your software sources===
 +
* Start Ubuntu Software Center.
 +
:<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.
 +
:<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.
 +
:<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>
 +
 
 +
===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.
 +
:<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.
 +
:<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.
 +
:<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">[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>
 +
|}}
 +
 
 +
==GIMX Installation==
 +
{{#ifeq:{{{ostype|}}}|windows|
 +
Depending on your Windows version download the correct package:
 +
* [https://gimx.fr/download/gimx-windows-32bits 32-bit setup], for any x86 Windows
 +
* [https://gimx.fr/download/gimx-windows-64bits 64-bit setup], for x86 64-bit Windows only
 +
If you are unsure about your Windows version look for the "System type" in the System properties.<br />
 +
Double-click on the downloaded file and proceed with the installation.
 +
|}}{{#ifeq:{{{ostype|}}}|linux|
 +
Depending on architecture of your system choose correct package.
 +
* Downloard the .deb file: [http://gimx.fr/download/gimx-ubuntu-32bits 32bits] or [http://gimx.fr/download/gimx-ubuntu-64bits 64bits]
 +
* Install it (double click, then install).|}}
 +
 
 +
{{#ifeq:{{{device|}}}|SteeringWheel|
 +
{{#switch:{{{ostype|}}}
 +
  | windows =
 +
{{#switch:{{{platform|}}}
 +
  | pc = ==Install Logitech Gaming Software (LGS)==
 +
Install either the [https://gimx.fr/download/LGS64 64-bit version] or the [https://gimx.fr/download/LGS32 32-bit version] on the target computer, depending on the Windows version running on it.
 +
  | #default = ==(Logitech wheels only) Install Logitech Gaming Software (LGS)==
 +
If you plan using a Logitech wheel and did not have installed LGS, just plug your wheel and start gimx-launcher. It will detect the wheel and propose you to install LGS (since GIMX 7.3).
 +
}}
 +
  | linux =
 +
==(Logitech wheels only) Close your session==
 +
 
 +
GIMX applies a Xorg configuration to prevent the wheel from controlling the mouse. To apply this configuration, just close your session and open a new one.
 +
}}
 +
|}}

Latest revision as of 18:49, 25 May 2018

Before Installation

GIMX Installation