Difference between revisions of "Main Page Old/fr"

From GIMX
Jump to: navigation, search
(Created page with "Il y a aussi un [http://gimx.fr/blog blog] avec quelques posts a propos du développement de GIMX, et un [http://gimx.fr/forum forum de support].")
(Created page with "Pour contribuer à GIMX, voir la page Contribute.")
Line 20: Line 20:
 
Il y a aussi un [http://gimx.fr/blog blog] avec quelques posts a propos du développement de GIMX, et un [http://gimx.fr/forum forum de support].
 
Il y a aussi un [http://gimx.fr/blog blog] avec quelques posts a propos du développement de GIMX, et un [http://gimx.fr/forum forum de support].
  
To contribute to GIMX, see the [[Contribute|Contribute page]].
+
Pour contribuer à GIMX, voir la [[Contribute|page Contribute]].
  
 
==Hardware requirements==
 
==Hardware requirements==

Revision as of 11:58, 27 June 2012

Bienvenue sur le wiki GIMX! N'hésitez pas à créer un compte et à contribuer!

La documentation est déplacé progressivement du forum, vers ce wiki.

A propos de GIMX

GIMX signifie Game Input MultipleXer (multiplexeur d'entrées de jeu) ou Game Input MatriX (matrice d'entrées de jeu). Le but de ce logiciel est de contrôler une console de jeux avec un PC. Il fonctionne avec la PS3 et il y a une support expérimental pour la Xbox 360.

Cela fonctionne :

  • en bluetooth : marche sous Linux (PS3) seulement. Un dongle bluetooth compatible est nécessaire.
  • en USB : marche sous Linux (PS3, 360) et Windows (PS3). Un adaptateur USB à faire soi-même est nécessaire.

L'application reçoit les données des périphériques du PC (souris, claviers et joysticks) et envoie les controles à la console par le bluetooth ou l'usb.
D'autres contrôles tels que les gestes ou la voix sont possibles par l'utilisation d'un logiciel externe émulant des périphériques PC.

Les fonctionnalités de GIMX sont décrites plus en détail sur la page Features.

Le code source de GIMX est disponible sous GPLv3 ici.

Il y a aussi un blog avec quelques posts a propos du développement de GIMX, et un forum de support.

Pour contribuer à GIMX, voir la page Contribute.

Hardware requirements

PC
GIMX is designed to run on a PC with Ubuntu or Windows. This is a strong requirement.
GIMX can probably run with minor adaptations on smaller targets such as the Raspberry pi or Thin clients running a small Linux distro.

About Ubuntu:

The currently supported version is 11.10 (do not use version 12.04 for bluetooth, it makes GIMX lag).
Running GIMX in a virtual machine (vmware, virtualbox...) is NOT OFFICIALY supported (no help will be given for that).
It's possible to run Ubuntu from a live usb disk (nothing is saved on the hard drive).
Feel free to install Ubuntu on your PC! If you have a Windows OS installed, you can read this page if you want to install Ubuntu on your hard drive without erasing the Windows OS.
Another way to use the GIMX is to run it from a Ubuntu Live USB Persistent Flash Drive.

Bluetooth dongle
GIMX can emulate a sixaxis using a bluetooth dongle or an internal bluetooth module.
This obviously only works with the PS3.
This doesn't work with Windows because there is no appropriate access to the bluetooth stack.
While all bluetooth dongles/modules can't work with GIMX, working dongles are quite common.
Check the compatibility list.

Do-It-Yourself USB adapter
GIMX can emulate a joystick (for PS3) or a wired 360 pad, using a specific Do-It-Yourself USB adapter.
Forget about using any other USB to USB cable (like file transfer cables, or direct cables), they are not suited to this use.
For 360 only: a genuine wired 360 controller is required because the DIY USB adapter has to authenticate to the 360.

Gaming mouse
If you want to play console FPS games with a mouse, forget about using a mouse with anything less than 2000DPI and 250Hz.
A gaming mouse with 5000+ DPI and running at 500Hz is highly recommended.
Whereas a gaming mouse with more than 1600 DPI doesn't really make a difference on a PC, it's not the case with GIMX.
GIMX can decelerate mouse movements so as to counteract the in-game acceleration.
A high DPI mouse gives a better linearity (i.e. smoother movements) in this specific case.

Tutorials

Software installation

Quick start

Config editors

Mouse calibration

Macros

Troubleshooting

First make sure you have the latest GIMX version. Then look at the FAQ and the bug list, see if your problem is already known, and if it's not, report it.

Old tutorials

The GIMX version in these tutorials is 0.24: they are outdated.

Configuration & Calibration

This tutorial gives more details about how to adjust your configuration with gimx-config.

Mouse polling rate

This tutorial explains how to change the mouse polling rate in Ubuntu and Windows.

GIMX USB adapter for dummies

DIY PC to PS3/360 USB adapter

Compared to the above tutorial, this one details all compatible hardware parts.

Running GIMX from the command line

Development